RaspberryConnect / AutoHotspot-Installer

For the RaspberryPi computers. Allows switching between a Raspberry Pi Access Point and Wifi Network connection without a reboot.
GNU General Public License v3.0
69 stars 24 forks source link

Hotspot disconnects after about half an hour #16

Open tennisparty opened 1 year ago

tennisparty commented 1 year ago

Hello,

I seem to be having a problem where the hotspot broadcast stops after about half an hour working fine. I am connecting to the hotspot via Mac/ iPad.

I was wondering if there was a way I could look through the log file of the relevant services to see what is happening, could you point me in the direction of what logs to look at? I was going to start with the autohotspot.service systemd service

Thanks, Sam

tennisparty commented 1 year ago

For reference, I saw nothing in the autohotspot.service output but this is the output of the dchcp.service file pi@raspberrypi64c:~ $ journalctl -u dhcpcd.service -b -- Journal begins at Thu 2023-04-06 15:22:46 BST, ends at Fri 2023-08-25 23:00:00 BST. -- Aug 25 22:17:06 raspberrypi64c systemd[1]: Starting DHCP Client Daemon... Aug 25 22:17:06 raspberrypi64c dhcpcd[667]: dev: loaded udev Aug 25 22:17:06 raspberrypi64c dhcpcd[667]: wlan0: connected to Access Point `' Aug 25 22:17:07 raspberrypi64c dhcpcd[667]: wlan0: waiting for carrier Aug 25 22:57:31 raspberrypi64c dhcpcd[667]: timed out Aug 25 22:57:31 raspberrypi64c dhcpcd[667]: timed out Aug 25 22:57:31 raspberrypi64c dhcpcd[667]: forked to background, child pid 1312 Aug 25 22:57:31 raspberrypi64c systemd[1]: Started DHCP Client Daemon. Aug 25 22:57:35 raspberrypi64c dhcpcd[1312]: control command: dhcpcd -k wlan0 Aug 25 22:57:35 raspberrypi64c dhcpcd[1312]: wlan0: removing interface

tennisparty commented 1 year ago

Logs from hostapd.service pi@raspberrypi64c:/var/lib/dhcpcd $ journalctl -u hostapd.service -b -1 -- Journal begins at Thu 2023-04-06 15:22:46 BST, ends at Fri 2023-08-25 23:24:43 BST. -- Aug 25 22:16:28 raspberrypi64c systemd[1]: Starting Access point and authentication server for Wi-Fi and Ethernet... Aug 25 22:16:28 raspberrypi64c hostapd[1476]: Configuration file: /etc/hostapd/hostapd.conf Aug 25 22:16:28 raspberrypi64c hostapd[1476]: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE Aug 25 22:16:28 raspberrypi64c hostapd[1476]: Using interface wlan0 with hwaddr e4:5f:01:95:74:34 and ssid "RPiHotspot" Aug 25 22:16:28 raspberrypi64c hostapd[1476]: wlan0: interface state COUNTRY_UPDATE->ENABLED Aug 25 22:16:28 raspberrypi64c hostapd[1476]: wlan0: AP-ENABLED Aug 25 22:16:28 raspberrypi64c systemd[1]: Started Access point and authentication server for Wi-Fi and Ethernet. Aug 25 22:16:51 raspberrypi64c hostapd[1477]: wlan0: STA 4a:fd:7f:6e:99:87 IEEE 802.11: associated Aug 25 22:16:51 raspberrypi64c hostapd[1477]: wlan0: STA 4a:fd:7f:6e:99:87 RADIUS: starting accounting session 96CF06990D72D630 Aug 25 22:16:51 raspberrypi64c hostapd[1477]: wlan0: STA 4a:fd:7f:6e:99:87 WPA: pairwise key handshake completed (RSN) Aug 25 22:16:51 raspberrypi64c hostapd[1477]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated ... Aug 25 22:17:04 raspberrypi64c hostapd[1477]: wlan0: STA 4a:fd:7f:6e:99:87 IEEE 802.11: disassociated Aug 25 22:18:05 raspberrypi64c hostapd[1477]: wlan0: STA f8:4d:89:91:94:c1 IEEE 802.11: associated Aug 25 22:18:05 raspberrypi64c hostapd[1477]: wlan0: STA f8:4d:89:91:94:c1 RADIUS: starting accounting session 625977D2B32AF2F7 Aug 25 22:18:05 raspberrypi64c hostapd[1477]: wlan0: STA f8:4d:89:91:94:c1 WPA: pairwise key handshake completed (RSN)

pi@raspberrypi64c:/var/lib/dhcpcd` $ journalctl -u hostapd.service -b -- Journal begins at Thu 2023-04-06 15:22:46 BST, ends at Fri 2023-08-25 23:21:48 BST. -- Aug 25 22:57:36 raspberrypi64c systemd[1]: Starting Access point and authentication server for Wi-Fi and Ethernet... Aug 25 22:57:36 raspberrypi64c hostapd[1472]: Configuration file: /etc/hostapd/hostapd.conf Aug 25 22:57:36 raspberrypi64c hostapd[1472]: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE Aug 25 22:57:36 raspberrypi64c hostapd[1472]: Using interface wlan0 with hwaddr e4:5f:01:95:74:34 and ssid "RPiHotspot" Aug 25 22:57:37 raspberrypi64c hostapd[1472]: wlan0: interface state COUNTRY_UPDATE->ENABLED Aug 25 22:57:37 raspberrypi64c hostapd[1472]: wlan0: AP-ENABLED Aug 25 22:57:37 raspberrypi64c systemd[1]: Started Access point and authentication server for Wi-Fi and Ethernet.

RaspberryConnect commented 1 year ago

Hi Sam

It is only the three logs you have looked at. The autohotspot service is only set to run at boot so if you are getting an issue after 30 mins then I would presume a separate process is causing the issue. Is any devices connected to the access point when it goes down? Just thinking that the wifi may be going into a power saving mode when not in use.

Alternately and depending on the power supply, if something is getting demanding around that time and causing higher power usage, then the wifi can generally get unstable.

Looking at the logs is the Pi rebooting?

The DHCP Logs looks like the Pi booted at 22:17 and again at 22:57 because the lines Aug 25 22:57:35 raspberrypi64c dhcpcd[1312]: control command: dhcpcd -k wlan0 Aug 25 22:57:35 raspberrypi64c dhcpcd[1312]: wlan0: removing interface will be from the Autohotspot script running and deciding there is no known Wifi Network available and switching to the access point.

This is also shown in hostapd as the access point is started again.

Are the logs shown from one session or across two boots?

Regards

Graeme

tennisparty commented 1 year ago

Hi Graeme, I'll make sure it's an acid test, so will run this again today to triple check and send the full journalctl outputs. Thanks for your help

tennisparty commented 1 year ago

Hi Graeme,

I have just been running the setup today and watching a stream on a iPad (the only connected device) so that I know exactly when the wifi cuts out. In this instance the system was turned on at 17:04 and then the wifi connection cut out just before 27-08-2023 17:20. I don't believe there is any change in power consumption at this time because the setup remains the same as before. I have included the logs below:

pi@raspberrypi64c:~ $ journalctl -u autohotspot.service -b -1 -- Journal begins at Tue 2023-07-18 08:13:52 BST, ends at Sun 2023-08-27 17:36:22 BST. -- Aug 27 17:02:21 raspberrypi64c systemd[1]: Starting Automatically generates a Hotspot when a valid SSID is not in range... Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: BSS 88:a6:c6:a9:cc:07(on wlan0) Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: SSID: PLUSNET-9R3KRH Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: BSS d0:6e:de:40:ce:2d(on wlan0) Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: SSID: TALKTALK40CE30 Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: BSS a0:b5:3c:05:d1:d0(on wlan0) Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: SSID: TNCAP05D1D0 Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: BSS 2a:ee:52:64:91:fe(on wlan0) Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: SSID: Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: BSS 28:ee:52:74:91:fe(on wlan0) Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: SSID: EE-Hub-7Tn8 Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: BSS 90:72:82:99:cb:78(on wlan0) Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: SSID: PLUSNET-8CW6 Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: Device Available Check try 0 Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: Device Available, checking SSid Results Aug 27 17:02:22 raspberrypi64c autohotspot[1325]: No SSid found, assessing WiFi status Aug 27 17:02:28 raspberrypi64c autohotspot[1325]: Autohotspot by RaspberryConnect.com Aug 27 17:02:28 raspberrypi64c autohotspot[1325]: Creating Hotspot Aug 27 17:02:28 raspberrypi64c dhcpcd[1417]: sending commands to master dhcpcd process Aug 27 17:02:30 raspberrypi64c systemd[1]: Finished Automatically generates a Hotspot when a valid SSID is not in range.

pi@raspberrypi64c:~ $ journalctl -u dhcpcd.service -b -- Journal begins at Tue 2023-07-18 08:13:52 BST, ends at Sun 2023-08-27 17:36:22 BST. -- Aug 27 17:17:06 raspberrypi64c systemd[1]: Starting DHCP Client Daemon... Aug 27 17:17:06 raspberrypi64c dhcpcd[663]: dev: loaded udev Aug 27 17:17:06 raspberrypi64c dhcpcd[663]: wlan0: connected to Access Point `' Aug 27 17:17:07 raspberrypi64c dhcpcd[663]: wlan0: waiting for carrier

pi@raspberrypi64c:~ $ journalctl -u hostapd.service -b -1 -- Journal begins at Tue 2023-07-18 08:13:52 BST, ends at Sun 2023-08-27 17:36:22 BST. -- Aug 27 17:02:29 raspberrypi64c systemd[1]: Starting Access point and authentication server for Wi-Fi and Ethernet... Aug 27 17:02:30 raspberrypi64c hostapd[1502]: Configuration file: /etc/hostapd/hostapd.conf Aug 27 17:02:30 raspberrypi64c hostapd[1502]: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE Aug 27 17:02:30 raspberrypi64c hostapd[1502]: Using interface wlan0 with hwaddr e4:5f:01:95:74:34 and ssid "RPiHotspot" Aug 27 17:02:30 raspberrypi64c hostapd[1502]: wlan0: interface state COUNTRY_UPDATE->ENABLED Aug 27 17:02:30 raspberrypi64c hostapd[1502]: wlan0: AP-ENABLED Aug 27 17:02:30 raspberrypi64c systemd[1]: Started Access point and authentication server for Wi-Fi and Ethernet. Aug 27 17:02:32 raspberrypi64c hostapd[1503]: wlan0: STA f8:4d:89:91:94:c1 IEEE 802.11: associated Aug 27 17:02:32 raspberrypi64c hostapd[1503]: wlan0: STA f8:4d:89:91:94:c1 RADIUS: starting accounting session B2DC15C34EE154D1 Aug 27 17:02:32 raspberrypi64c hostapd[1503]: wlan0: STA f8:4d:89:91:94:c1 WPA: pairwise key handshake completed (RSN) Aug 27 17:03:29 raspberrypi64c hostapd[1503]: wlan0: STA f8:4d:89:91:94:c1 IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: associated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de RADIUS: starting accounting session 0D1E8188ACFD4C04 Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de WPA: pairwise key handshake completed (RSN) Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:05 raspberrypi64c hostapd[1503]: wlan0: STA 26:00:f6:ad:e7:bf IEEE 802.11: disassociated Aug 27 17:04:16 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 08:e6:89:f1:9e:94 IEEE 802.11: associated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 08:e6:89:f1:9e:94 RADIUS: starting accounting session BFFDA221EBE7F373 Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 08:e6:89:f1:9e:94 WPA: pairwise key handshake completed (RSN) Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:04:17 raspberrypi64c hostapd[1503]: wlan0: STA 62:d8:ea:13:11:de IEEE 802.11: disassociated Aug 27 17:19:49 raspberrypi64c hostapd[1503]: wlan0: STA 08:e6:89:f1:9e:94 IEEE 802.11: disassociated Aug 27 17:19:57 raspberrypi64c hostapd[1503]: wlan0: STA 08:e6:89:f1:9e:94 IEEE 802.11: associated Aug 27 17:20:00 raspberrypi64c hostapd[1503]: wlan0: STA 08:e6:89:f1:9e:94 IEEE 802.11: disassociated Aug 27 17:20:05 raspberrypi64c hostapd[1503]: wlan0: STA 08:e6:89:f1:9e:94 IEEE 802.11: disassociated

pi@raspberrypi64c:~ $ sudo journalctl --since "2023-08-27 17:05" --until "2023-08-27 17:20" | grep -vE 'zkifc|kernel|systemd' -- Journal begins at Tue 2023-07-18 08:13:52 BST, ends at Sun 2023-08-27 17:36:22 BST. -- -- Boot c3ff35d4301e42858222be1bbf202deb -- Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled Aug 27 17:17:01 raspberrypi64c fake-hwclock[440]: Sun 27 Aug 16:17:01 UTC 2023 -- Boot c50319de045347b5b81031eda7657f3d -- Aug 27 17:17:01 raspberrypi64c CRON[2328]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0) Aug 27 17:17:01 raspberrypi64c CRON[2329]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) -- Boot c3ff35d4301e42858222be1bbf202deb -- -- Boot c50319de045347b5b81031eda7657f3d -- Aug 27 17:17:01 raspberrypi64c CRON[2328]: pam_unix(cron:session): session closed for user root -- Boot c3ff35d4301e42858222be1bbf202deb -- -- Boot c50319de045347b5b81031eda7657f3d -- -- Boot c3ff35d4301e42858222be1bbf202deb -- Aug 27 17:17:06 raspberrypi64c cron[653]: (CRON) INFO (pidfile fd = 3) Aug 27 17:17:06 raspberrypi64c cron[653]: (CRON) INFO (Running @reboot jobs) Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: Found user 'avahi' (UID 108) and group 'avahi' (GID 113). Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: Successfully dropped root privileges. Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: avahi-daemon 0.8 starting up. Aug 27 17:17:06 raspberrypi64c rpi-eeprom-update[666]: This tool only works with a Raspberry Pi 4 Aug 27 17:17:06 raspberrypi64c dhcpcd[663]: dev: loaded udev Aug 27 17:17:06 raspberrypi64c rfkill[694]: unblock set for type wifi Aug 27 17:17:06 raspberrypi64c setdefaults.sh[675]: running default state script Aug 27 17:17:06 raspberrypi64c rsyslogd[670]: [origin software="rsyslogd" swVersion="8.2102.0" x-pid="670" x-info="https://www.rsyslog.com"] start Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: Successfully called chroot(). Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: Successfully dropped remaining capabilities. Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: No service file found in /etc/avahi/services. Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: Joining mDNS multicast group on interface lo.IPv6 with address ::1. Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: New relevant interface lo.IPv6 for mDNS. Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1. Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: New relevant interface lo.IPv4 for mDNS. Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: Network interface enumeration completed. Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: Registering new address record for ::1 on lo.*. Aug 27 17:17:06 raspberrypi64c avahi-daemon[652]: Registering new address record for 127.0.0.1 on lo.IPv4. Aug 27 17:17:06 raspberrypi64c dhcpcd[663]: wlan0: connected to Access Point ' Aug 27 17:17:07 raspberrypi64c setdefaults.sh[675]: Setting default state of WittyPi board when power connected to boot Aug 27 17:17:07 raspberrypi64c dphys-swapfile[655]: want /var/swap=100MByte, checking existing: keeping it Aug 27 17:17:07 raspberrypi64c rngd[766]: rngd 2.2 starting up... Aug 27 17:17:07 raspberrypi64c dhcpcd[663]: wlan0: waiting for carrier Aug 27 17:17:07 raspberrypi64c setdefaults.sh[675]: Set to "Default ON"! -- Boot c50319de045347b5b81031eda7657f3d -- -- Boot c3ff35d4301e42858222be1bbf202deb -- Aug 27 17:17:07 raspberrypi64c polkitd[662]: started daemon version 0.105 using authority implementationlocal' version `0.105' Aug 27 17:17:07 raspberrypi64c wpa_supplicant[701]: Successfully initialized wpa_supplicant Aug 27 17:17:07 raspberrypi64c avahi-daemon[652]: Server startup complete. Host name is raspberrypi64c.local. Local service cookie is 1640777894. Aug 27 17:17:07 raspberrypi64c raspi-config[664]: Checking if shift key is held down: No. Switching to ondemand scaling governor. Aug 27 17:17:08 raspberrypi64c ModemManager[804]: ModemManager (version 1.14.12) starting in system bus... Aug 27 17:17:08 raspberrypi64c rc.local[825]: sudo: /opt/vc/bin/tvservice: command not found Aug 27 17:17:08 raspberrypi64c sudo[831]: root : PWD=/home/pi/wittypi ; USER=root ; COMMAND=/usr/bin/timedatectl set-ntp 0 Aug 27 17:17:08 raspberrypi64c sudo[831]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0) Aug 27 17:17:08 raspberrypi64c sudo[870]: root : PWD=/home/pi/wittypi ; USER=root ; COMMAND=/usr/bin/timedatectl set-ntp 0 Aug 27 17:17:08 raspberrypi64c sudo[870]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0) Aug 27 17:17:08 raspberrypi64c sshd[878]: Server listening on 0.0.0.0 port 22. Aug 27 17:17:08 raspberrypi64c sshd[878]: Server listening on :: port 22. Aug 27 17:17:08 raspberrypi64c netatalk[881]: Netatalk AFP server starting Aug 27 17:17:08 raspberrypi64c netatalk[881]: Registered with Zeroconf Aug 27 17:17:08 raspberrypi64c cnid_metad[883]: CNID Server listening on localhost:4700 Aug 27 17:17:08 raspberrypi64c dbus-daemon[654]: [system] Successfully activated service 'org.freedesktop.timedate1' Aug 27 17:17:09 raspberrypi64c sudo[870]: pam_unix(sudo:session): session closed for user root Aug 27 17:17:09 raspberrypi64c sudo[888]: root : PWD=/home/pi/wittypi ; USER=root ; COMMAND=/usr/bin/date -s @1693153893 Aug 27 17:17:09 raspberrypi64c sudo[888]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0) -- Boot c50319de045347b5b81031eda7657f3d -- Aug 27 17:19:49 raspberrypi64c hostapd[1503]: wlan0: STA 08:e6:89:f1:9e:94 IEEE 802.11: disassociated Aug 27 17:19:57 raspberrypi64c hostapd[1503]: wlan0: STA 08:e6:89:f1:9e:94 IEEE 802.11: associated