Tom Parrott
Tom Parrott
One solution to this might be to stop using tmp and log dirs for .conf files, similar to https://github.com/lxc/incus/pull/426
Is this in the wrong repo?
The linked workaround is invalid by the looks of it.
I'm not really following the issue description, how is it a LXD issue?
@simondeziel would you be interested in looking into this?
Maybe also related to https://github.com/canonical/lxd/issues/12482
@edlerd what OS version are you using with Chrome btw?
@MggMuggins I wonder if you have chance, could you see if you can reproduce this? @edlerd or is this no longer an issue?
@MggMuggins @edlerd is there anything in chromes log files that may hint as to what it is taking umbrage with? See https://support.google.com/chrome/thread/138398422/frequent-err-network-changed-errors?hl=en
One workaround to this (instead of using `net.core.devconf_inherit_init_net = 1` on the host) is to use these instance (or profile) settings: ``` lxc config set c1 \ linux.sysctl.net.ipv6.conf.all.accept_redirects=0 \ linux.sysctl.net.ipv6.conf.default.accept_redirects=0...