Sujet : Re: Spontaneous locale change on Bookworm
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.sys.raspberry-piDate : 24. Sep 2024, 02:16:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vct3tr$2tic0$19@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Pan/0.160 (Toresk; )
On Tue, 24 Sep 2024 00:37:59 -0000 (UTC), bp wrote:
At your prompting I did run
journalctl | grep -i wlan0 | grep -i failed
which yielded a repeating pattern of messages ending with:
That’s the sort of idea, yes. Though note that journalctl has its own
filtering options, to save you generating a whole lot of output most
of which you might be throwing away with the grep (might make a
difference to speed of output, that’s all).
Sep 22 09:32:10 raspberrypi NetworkManager[821]: <info> [1727022730.2605] device (wlan0): state change: config -> failed (reason 'no-secrets', sys-iface-state: 'managed')
Sep 22 09:32:10 raspberrypi NetworkManager[821]: <warn> [1727022730.2612] device (wlan0): Activation: failed for connection 'preconfigured'
Sep 22 09:32:10 raspberrypi NetworkManager[821]: <info> [1727022730.2614] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
These are certainly mysterious, particularly as you have success
messages both earlier and later than this.
Just a wild guess, but could you have two different networks with SSID
“d-link.zefox.net”, with different authentication info? So what you
are seeing is failures connecting to one and successes with the other?