Re: Spontaneous locale change on Bookworm

Liste des GroupesRevenir à cs raspberry-pi 
Sujet : Re: Spontaneous locale change on Bookworm
De : <bp (at) *nospam* www.zefox.net>
Groupes : comp.sys.raspberry-pi
Date : 24. Sep 2024, 01:37:59
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vct1l6$2tlfm$1@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : tin/2.6.2-20221225 ("Pittyvaich") (FreeBSD/14.0-RELEASE-p10 (arm64))
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
On Mon, 23 Sep 2024 16:38:25 -0000 (UTC), bp wrote:
 
Why is still unclear.
 
You didn’t check the logs with journalctl, as I suggested?

I don't know what to look for.

The problem seemed solved by explicitly requiring wlan0
in Network > Advanced Options > preconfigured > Device.

At your prompting I did run
journalctl | grep -i wlan0 | grep -i failed
which yielded a repeating pattern of messages ending with:

Sep 22 09:30:54 raspberrypi wpa_supplicant[823]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="d-link.zefox.net" auth_failures=1 duration=10 reason=CONN_FAILED
Sep 22 09:31:11 raspberrypi wpa_supplicant[823]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="d-link.zefox.net" auth_failures=2 duration=20 reason=CONN_FAILED
Sep 22 09:31:27 raspberrypi wpa_supplicant[823]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="d-link.zefox.net" auth_failures=1 duration=10 reason=CONN_FAILED
Sep 22 09:31:44 raspberrypi wpa_supplicant[823]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="d-link.zefox.net" auth_failures=2 duration=20 reason=CONN_FAILED
Sep 22 09:31:45 raspberrypi wpa_supplicant[823]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="d-link.zefox.net" auth_failures=1 duration=10 reason=CONN_FAILED
Sep 22 09:32:02 raspberrypi wpa_supplicant[823]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="d-link.zefox.net" auth_failures=2 duration=20 reason=CONN_FAILED
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')
as the last block of text. No errors after
roughly the time I changed the network settings to add Device wlan0,
which was done mid-morning on the 22nd, I think.

Running
journalctl | grep -i wlan0 | grep -i success
produced much output, ending with
Sep 22 09:35:14 raspberrypi NetworkManager[821]: <info>  [1727022914.3489] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "d-link.zefox.net"
Sep 22 09:35:14 raspberrypi NetworkManager[821]: <info>  [1727022914.5427] device (wlan0): Activation: successful, device activated.
Sep 23 09:12:57 raspberrypi NetworkManager[819]: <info>  [1727107977.4602] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "d-link.zefox.net"
Sep 23 09:12:57 raspberrypi NetworkManager[819]: <info>  [1727107977.6547] device (wlan0): Activation: successful, device activated.

The timestamp gap from Sep 22 to Sep 23 matches the pause before I
made the Device wlan0 change. 

This isn't very clever use of journalctl, admittedly, and I don't really
understand what it's showing me now.

Running
journalctl | grep -i wlan0 | grep -i supplicant-failed
produces just three lines:
Sep 21 07:36:41 raspberrypi NetworkManager[826]: <info>  [1726929401.0115] device (p2p-dev-wlan0): state change: disconnected -> unavailable (reason 'supplicant-failed', sys-iface-state: 'managed')
Sep 21 07:38:51 raspberrypi NetworkManager[826]: <info>  [1726929531.4462] device (p2p-dev-wlan0): state change: disconnected -> unavailable (reason 'supplicant-failed', sys-iface-state: 'managed')
Sep 22 08:05:07 raspberrypi NetworkManager[821]: <info>  [1727017507.7245] device (p2p-dev-wlan0): state change: disconnected -> unavailable (reason 'supplicant-failed', sys-iface-state: 'managed')

If any of this makes sense please clue me in. Meanwhile wifi seems to work,
so I can get back to wrestling with your TLS exercises.

Thanks for all your help!

bob prohaska



Date Sujet#  Auteur
21 Sep 24 * Spontaneous locale change on Bookworm57<bp
21 Sep 24 +* Re: Spontaneous locale change on Bookworm25<bp
21 Sep 24 i+* Re: Spontaneous locale change on Bookworm6The Natural Philosopher
22 Sep 24 ii+* bookworm wifi (was spontaneous locale change on bookworm)4<bp
22 Sep 24 iii`* Re: bookworm wifi (was spontaneous locale change on bookworm)3The Natural Philosopher
22 Sep 24 iii `* Re: bookworm wifi (was spontaneous locale change on bookworm)2<bp
23 Sep 24 iii  `- Re: bookworm wifi (was spontaneous locale change on bookworm)1druck
22 Sep 24 ii`- Re: Spontaneous locale change on Bookworm1David Taylor
22 Sep 24 i`* Re: Spontaneous locale change on Bookworm18Lawrence D'Oliveiro
22 Sep 24 i `* Re: Spontaneous locale change on Bookworm17<bp
22 Sep 24 i  `* Re: Spontaneous locale change on Bookworm16Lawrence D'Oliveiro
23 Sep 24 i   `* Re: Spontaneous locale change on Bookworm15<bp
24 Sep 24 i    `* Re: Spontaneous locale change on Bookworm14Lawrence D'Oliveiro
24 Sep 24 i     `* Re: Spontaneous locale change on Bookworm13<bp
24 Sep 24 i      `* Re: Spontaneous locale change on Bookworm12Lawrence D'Oliveiro
24 Sep 24 i       +* Re: Spontaneous locale change on Bookworm7<bp
24 Sep 24 i       i`* Re: Spontaneous locale change on Bookworm6The Natural Philosopher
24 Sep 24 i       i +- Re: Spontaneous locale change on Bookworm1<bp
24 Sep 24 i       i `* Re: Spontaneous locale change on Bookworm4druck
25 Sep 24 i       i  `* Re: Spontaneous locale change on Bookworm3The Natural Philosopher
25 Sep 24 i       i   `* Re: Spontaneous locale change on Bookworm2druck
25 Sep 24 i       i    `- Re: Spontaneous locale change on Bookworm1The Natural Philosopher
24 Sep 24 i       `* Re: Spontaneous locale change on Bookworm4druck
24 Sep 24 i        `* Re: Spontaneous locale change on Bookworm3Lawrence D'Oliveiro
25 Sep 24 i         `* Re: Spontaneous locale change on Bookworm2druck
25 Sep 24 i          `- Re: Spontaneous locale change on Bookworm1Lawrence D'Oliveiro
26 Sep 24 +* Re: Spontaneous locale change on Bookworm29nev young
26 Sep 24 i`* Re: Spontaneous locale change on Bookworm28druck
26 Sep 24 i +* Re: Spontaneous locale change on Bookworm24Lawrence D'Oliveiro
27 Sep 24 i i`* Re: Spontaneous locale change on Bookworm23nev young
28 Sep 24 i i `* Re: Spontaneous locale change on Bookworm22Lawrence D'Oliveiro
28 Sep 24 i i  `* Re: Spontaneous locale change on Bookworm21Single Stage to Orbit
29 Sep 24 i i   +* Re: Spontaneous locale change on Bookworm19Richard Kettlewell
30 Sep 24 i i   i+- Re: Spontaneous locale change on Bookworm1Lawrence D'Oliveiro
30 Sep 24 i i   i`* Re: Spontaneous locale change on Bookworm17Pancho
30 Sep 24 i i   i +* Re: Spontaneous locale change on Bookworm7The Natural Philosopher
30 Sep 24 i i   i i+- Re: Spontaneous locale change on Bookworm1nev young
30 Sep 24 i i   i i+- Re: Spontaneous locale change on Bookworm1Lawrence D'Oliveiro
30 Sep 24 i i   i i`* Re: Spontaneous locale change on Bookworm4Pancho
1 Oct 24 i i   i i `* Re: Spontaneous locale change on Bookworm3The Natural Philosopher
1 Oct 24 i i   i i  +- Re: Spontaneous locale change on Bookworm1Pancho
1 Oct 24 i i   i i  `- Re: Spontaneous locale change on Bookworm1Lawrence D'Oliveiro
30 Sep 24 i i   i `* Re: Spontaneous locale change on Bookworm9David Higton
30 Sep 24 i i   i  +- Re: Spontaneous locale change on Bookworm1Lawrence D'Oliveiro
30 Sep 24 i i   i  `* Re: Spontaneous locale change on Bookworm7Pancho
1 Oct 24 i i   i   +* Re: Spontaneous locale change on Bookworm5Lawrence D'Oliveiro
1 Oct 24 i i   i   i`* Re: Spontaneous locale change on Bookworm4Pancho
1 Oct 24 i i   i   i `* Re: Spontaneous locale change on Bookworm3Lawrence D'Oliveiro
1 Oct 24 i i   i   i  `* Re: Spontaneous locale change on Bookworm2Pancho
1 Oct 24 i i   i   i   `- Re: Spontaneous locale change on Bookworm1Lawrence D'Oliveiro
1 Oct 24 i i   i   `- Re: Spontaneous locale change on Bookworm1The Natural Philosopher
29 Sep 24 i i   `- Re: Spontaneous locale change on Bookworm1Single Stage to Orbit
27 Sep 24 i +* Re: Spontaneous locale change on Bookworm2The Natural Philosopher
27 Sep 24 i i`- Re: Spontaneous locale change on Bookworm1The Natural Philosopher
27 Sep 24 i `- Re: Spontaneous locale change on Bookworm1nev young
28 Sep 24 `* Re: Spontaneous locale change on Bookworm2Deloptes
28 Sep 24  `- Re: Spontaneous locale change on Bookworm1The Natural Philosopher

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal