Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5526

Troubleshooting • Re: Boot problem.. Job systemd-networka-wait-online.service/start ruming.. fails

$
0
0

however, since my problem with the system needing me to reconnect the NIC after each boot you know, I had to go into NM and activate my NIC connection every time and that was only doable using the built in nic as a interface (it would put it self as default and activate since the NIC con was not) so disabling that one was at that point was never I choice I had.
Seems to me that you shouldn't need to reconnect the NIC after each boot. So, please try the following:
  • Figure out the NIC name on your running system. It might be eth1, or it might be something like enx043xx. the `ip a` command should list it. I'll use `eth1` in the next step
  • Run the following command `journalctl -b | grep eth1` and post the output here (in code tags).
  • If the device doesn't show up at all, then...
    • Unplug the USB NIC
    • Plug it back in
    • Grab the output from the last 50-100 lines of `journalctl | tail --lines 50` and post them here in code tags
Its impossible to get anything more then lsusb after boot up, so ip a/r/l/whith in NM ui etc, the device is not there, its listed using lsusb only. however, reconnect and its all there.

Code:

journalctl -b | grep eth1Apr 29 19:05:53 Pi5 kernel: r8152 2-1:1.0 eth1: v1.12.13Apr 29 19:05:53 Pi5 systemd-networkd[308]: eth1: found matching network '/etc/systemd/network/eth1.network', based on potentially unpredictable interface name.Apr 29 19:05:53 Pi5 systemd-networkd[308]: eth1: Configuring with /etc/systemd/network/eth1.network.Apr 29 19:05:53 Pi5 systemd-networkd[308]: eth1: Link UPApr 29 19:05:56 Pi5 systemd-networkd[308]: eth1: Gained carrierApr 29 19:05:56 Pi5 systemd-networkd[308]: eth1: found matching network '/etc/systemd/network/eth1.network', based on potentially unpredictable interface name.Apr 29 19:05:56 Pi5 kernel: r8152 2-1:1.0 eth1: carrier onApr 29 19:05:56 Pi5 avahi-daemon[606]: Joining mDNS multicast group on interface eth1.IPv4 with address 10.0.0.10.Apr 29 19:05:56 Pi5 avahi-daemon[606]: New relevant interface eth1.IPv4 for mDNS.Apr 29 19:05:56 Pi5 avahi-daemon[606]: Registering new address record for 10.0.0.10 on eth1.IPv4.Apr 29 19:05:58 Pi5 systemd-networkd[308]: eth1: Gained IPv6LLApr 29 19:05:58 Pi5 avahi-daemon[606]: Joining mDNS multicast group on interface eth1.IPv6 with address fe80::224:27ff:fe88:2917.Apr 29 19:05:58 Pi5 avahi-daemon[606]: New relevant interface eth1.IPv6 for mDNS.Apr 29 19:05:58 Pi5 avahi-daemon[606]: Registering new address record for fe80::224:27ff:fe88:2917 on eth1.*.Apr 29 19:05:59 Pi5 avahi-daemon[606]: Leaving mDNS multicast group on interface eth1.IPv6 with address fe80::224:27ff:fe88:2917.Apr 29 19:05:59 Pi5 avahi-daemon[606]: Joining mDNS multicast group on interface eth1.IPv6 with address fd75:a6e1:4b04:360:224:27ff:fe88:2917.Apr 29 19:05:59 Pi5 avahi-daemon[606]: Registering new address record for fd75:a6e1:4b04:360:224:27ff:fe88:2917 on eth1.*.Apr 29 19:05:59 Pi5 avahi-daemon[606]: Withdrawing address record for fe80::224:27ff:fe88:2917 on eth1.

Code:

journalctl | tail --lines 200Apr 29 19:04:32 Pi5 systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions.Apr 29 19:04:32 Pi5 ModemManager[695]: <info>  ModemManager (version 1.20.4) starting in system bus...Apr 29 19:04:32 Pi5 rpi-eeprom-update[618]: BOOTLOADER: up to dateApr 29 19:04:32 Pi5 rpi-eeprom-update[618]:    CURRENT: Sat 20 Apr 10:53:30 UTC 2024 (1713610410)Apr 29 19:04:32 Pi5 rpi-eeprom-update[618]:     LATEST: Sat 20 Apr 10:53:30 UTC 2024 (1713610410)Apr 29 19:04:32 Pi5 rpi-eeprom-update[618]:    RELEASE: latest (/lib/firmware/raspberrypi/bootloader-2712/latest)Apr 29 19:04:32 Pi5 rpi-eeprom-update[618]:             Use raspi-config to change the release.Apr 29 19:04:32 Pi5 systemd[1]: Finished rpi-eeprom-update.service - Check for Raspberry Pi EEPROM updates.Apr 29 19:04:32 Pi5 systemd[1]: Started ModemManager.service - Modem Manager.Apr 29 19:04:32 Pi5 sshd[720]: Server listening on 0.0.0.0 port 22.Apr 29 19:04:32 Pi5 sshd[720]: Server listening on :: port 22.Apr 29 19:04:32 Pi5 systemd[1]: Started ssh.service - OpenBSD Secure Shell server.Apr 29 19:04:32 Pi5 kernel: scsi 0:0:0:0: CD-ROM            Realtek  USB CD-ROM       2.00 PQ: 0 ANSI: 0Apr 29 19:04:32 Pi5 kernel: scsi 0:0:0:0: Attached scsi generic sg0 type 5Apr 29 19:04:32 Pi5 kernel: sr 0:0:0:0: [sr0] scsi-1 driveApr 29 19:04:32 Pi5 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20Apr 29 19:04:32 Pi5 kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0Apr 29 19:04:32 Pi5 avahi-daemon[606]: Server startup complete. Host name is Pi5.local. Local service cookie is 2576752776.Apr 29 19:04:33 Pi5 raspi-config[617]: Checking if shift key is held down: No. Switching to ondemand scaling governor.Apr 29 19:04:33 Pi5 systemd[1]: Started raspi-config.service - LSB: Switch to ondemand cpu governor (unless shift key is pressed).Apr 29 19:04:34 Pi5 ModemManager[695]: <info>  [base-manager] couldn't check support for device '/sys/devices/platform/axi/1000120000.pcie/1f00100000.ethernet': not supported by any pluginApr 29 19:05:01 Pi5 systemd[1]: systemd-fsckd.service: Deactivated successfully.Apr 29 19:05:49 Pi5 kernel: usb 2-1: USB disconnect, device number 2Apr 29 19:05:52 Pi5 kernel: usb 2-1: new SuperSpeed USB device number 3 using xhci-hcdApr 29 19:05:52 Pi5 kernel: usb 2-1: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=31.00Apr 29 19:05:52 Pi5 kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6Apr 29 19:05:52 Pi5 kernel: usb 2-1: Product: USB 10/100/1G/2.5G LANApr 29 19:05:52 Pi5 kernel: usb 2-1: Manufacturer: RealtekApr 29 19:05:52 Pi5 kernel: usb 2-1: SerialNumber: 001000001Apr 29 19:05:53 Pi5 kernel: r8152-cfgselector 2-1: reset SuperSpeed USB device number 3 using xhci-hcdApr 29 19:05:53 Pi5 kernel: r8152 2-1:1.0: ram code speedup mode failApr 29 19:05:53 Pi5 kernel: r8152 2-1:1.0: load rtl8156b-2 v2 04/27/23 successfullyApr 29 19:05:53 Pi5 kernel: r8152 2-1:1.0 eth1: v1.12.13Apr 29 19:05:53 Pi5 mtp-probe[731]: checking bus 2, device 3: "/sys/devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb2/2-1"Apr 29 19:05:53 Pi5 mtp-probe[731]: bus: 2, device: 3 was not an MTP deviceApr 29 19:05:53 Pi5 kernel: usbcore: registered new interface driver cdc_etherApr 29 19:05:53 Pi5 kernel: usbcore: registered new interface driver cdc_ncmApr 29 19:05:53 Pi5 kernel: usbcore: registered new interface driver cdc_wdmApr 29 19:05:53 Pi5 kernel: usbcore: registered new interface driver cdc_mbimApr 29 19:05:53 Pi5 systemd-networkd[308]: eth1: found matching network '/etc/systemd/network/eth1.network', based on potentially unpredictable interface name.Apr 29 19:05:53 Pi5 systemd-networkd[308]: eth1: Configuring with /etc/systemd/network/eth1.network.Apr 29 19:05:53 Pi5 mtp-probe[742]: checking bus 2, device 3: "/sys/devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb2/2-1"Apr 29 19:05:53 Pi5 mtp-probe[742]: bus: 2, device: 3 was not an MTP deviceApr 29 19:05:53 Pi5 systemd-networkd[308]: eth1: Link UPApr 29 19:05:56 Pi5 ModemManager[695]: <info>  [base-manager] couldn't check support for device '/sys/devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb2/2-1': not supported by any pluginApr 29 19:05:56 Pi5 systemd-networkd[308]: eth1: Gained carrierApr 29 19:05:56 Pi5 systemd-networkd[308]: eth1: found matching network '/etc/systemd/network/eth1.network', based on potentially unpredictable interface name.Apr 29 19:05:56 Pi5 kernel: r8152 2-1:1.0 eth1: carrier onApr 29 19:05:56 Pi5 avahi-daemon[606]: Joining mDNS multicast group on interface eth1.IPv4 with address 10.0.0.10.Apr 29 19:05:56 Pi5 avahi-daemon[606]: New relevant interface eth1.IPv4 for mDNS.Apr 29 19:05:56 Pi5 systemd-timesyncd[548]: Network configuration changed, trying to establish connection.Apr 29 19:05:56 Pi5 avahi-daemon[606]: Registering new address record for 10.0.0.10 on eth1.IPv4.Apr 29 19:05:58 Pi5 systemd-networkd[308]: eth1: Gained IPv6LLApr 29 19:05:58 Pi5 avahi-daemon[606]: Joining mDNS multicast group on interface eth1.IPv6 with address fe80::224:27ff:fe88:2917.Apr 29 19:05:58 Pi5 avahi-daemon[606]: New relevant interface eth1.IPv6 for mDNS.Apr 29 19:05:58 Pi5 avahi-daemon[606]: Registering new address record for fe80::224:27ff:fe88:2917 on eth1.*.Apr 29 19:05:59 Pi5 systemd-timesyncd[548]: Contacted time server 194.58.207.148:123 (0.debian.pool.ntp.org).Apr 29 19:05:59 Pi5 systemd-timesyncd[548]: Initial clock synchronization to Mon 2024-04-29 19:06:00.052474 CEST.Apr 29 19:05:59 Pi5 avahi-daemon[606]: Leaving mDNS multicast group on interface eth1.IPv6 with address fe80::224:27ff:fe88:2917.Apr 29 19:05:59 Pi5 avahi-daemon[606]: Joining mDNS multicast group on interface eth1.IPv6 with address fd75:a6e1:4b04:360:224:27ff:fe88:2917.Apr 29 19:05:59 Pi5 avahi-daemon[606]: Registering new address record for fd75:a6e1:4b04:360:224:27ff:fe88:2917 on eth1.*.Apr 29 19:05:59 Pi5 avahi-daemon[606]: Withdrawing address record for fe80::224:27ff:fe88:2917 on eth1.Apr 29 19:06:07 Pi5 sshd[745]: Accepted password for pi from 10.0.0.50 port 57494 ssh2Apr 29 19:06:07 Pi5 sshd[745]: pam_unix(sshd:session): session opened for user pi(uid=1000) by (uid=0)Apr 29 19:06:07 Pi5 systemd[1]: Created slice user-1000.slice - User Slice of UID 1000.Apr 29 19:06:07 Pi5 systemd[1]: Starting user-runtime-dir@1000.service - User Runtime Directory /run/user/1000...Apr 29 19:06:07 Pi5 systemd-logind[627]: New session 1 of user pi.Apr 29 19:06:07 Pi5 systemd[1]: Finished user-runtime-dir@1000.service - User Runtime Directory /run/user/1000.Apr 29 19:06:07 Pi5 systemd[1]: Starting user@1000.service - User Manager for UID 1000...Apr 29 19:06:07 Pi5 (systemd)[748]: pam_unix(systemd-user:session): session opened for user pi(uid=1000) by (uid=0)Apr 29 19:06:07 Pi5 kernel: systemd[748]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL setApr 29 19:06:07 Pi5 systemd[748]: Queued start job for default target default.target.Apr 29 19:06:07 Pi5 systemd[748]: Created slice app.slice - User Application Slice.Apr 29 19:06:07 Pi5 systemd[748]: Reached target paths.target - Paths.Apr 29 19:06:07 Pi5 systemd[748]: Reached target timers.target - Timers.Apr 29 19:06:07 Pi5 sshd[745]: pam_env(sshd:session): deprecated reading of user environment enabledApr 29 19:06:07 Pi5 systemd[748]: Starting dbus.socket - D-Bus User Message Bus Socket...Apr 29 19:06:07 Pi5 systemd[748]: Listening on dirmngr.socket - GnuPG network certificate management daemon.Apr 29 19:06:07 Pi5 systemd[748]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).Apr 29 19:06:07 Pi5 systemd[748]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).Apr 29 19:06:07 Pi5 systemd[748]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).Apr 29 19:06:07 Pi5 systemd[748]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.Apr 29 19:06:07 Pi5 systemd[748]: Listening on dbus.socket - D-Bus User Message Bus Socket.Apr 29 19:06:07 Pi5 systemd[748]: Reached target sockets.target - Sockets.Apr 29 19:06:07 Pi5 systemd[748]: Reached target basic.target - Basic System.Apr 29 19:06:07 Pi5 systemd[748]: Reached target default.target - Main User Target.Apr 29 19:06:07 Pi5 systemd[748]: Startup finished in 127ms.Apr 29 19:06:07 Pi5 systemd[1]: Started user@1000.service - User Manager for UID 1000.Apr 29 19:06:07 Pi5 systemd[1]: Started session-1.scope - Session 1 of User pi.Apr 29 19:06:31 Pi5 systemd-networkd-wait-online[398]: Timeout occurred while waiting for network connectivity.Apr 29 19:06:31 Pi5 systemd[1]: systemd-networkd-wait-online.service: Main process exited, code=exited, status=1/FAILUREApr 29 19:06:31 Pi5 systemd[1]: systemd-networkd-wait-online.service: Failed with result 'exit-code'.Apr 29 19:06:31 Pi5 systemd[1]: Failed to start systemd-networkd-wait-online.service - Wait for Network to be Configured.Apr 29 19:06:31 Pi5 systemd[1]: Reached target network-online.target - Network is Online.Apr 29 19:06:31 Pi5 systemd[1]: Starting rc-local.service - /etc/rc.local Compatibility...Apr 29 19:06:31 Pi5 systemd[1]: Starting rpc-statd-notify.service - Notify NFS peers of a restart...Apr 29 19:06:31 Pi5 rc.local[783]: My IP address is 10.0.0.10 fd75:a6e1:4b04:360:224:27ff:fe88:2917Apr 29 19:06:31 Pi5 systemd[1]: Started rc-local.service - /etc/rc.local Compatibility.Apr 29 19:06:31 Pi5 sm-notify[785]: Version 2.6.2 startingApr 29 19:06:31 Pi5 systemd[1]: Started getty@tty1.service - Getty on tty1.Apr 29 19:06:31 Pi5 systemd[1]: Started serial-getty@ttyAMA10.service - Serial Getty on ttyAMA10.Apr 29 19:06:31 Pi5 systemd[1]: Reached target getty.target - Login Prompts.Apr 29 19:06:31 Pi5 systemd[1]: Reached target multi-user.target - Multi-User System.Apr 29 19:06:31 Pi5 systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP...Apr 29 19:06:31 Pi5 systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart.Apr 29 19:06:31 Pi5 systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.Apr 29 19:06:31 Pi5 systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP.Apr 29 19:06:31 Pi5 systemd[1]: Startup finished in 2.754s (kernel) + 2min 1.342s (userspace) = 2min 4.097s.Apr 29 19:06:31 Pi5 login[786]: pam_unix(login:session): session opened for user pi(uid=1000) by LOGIN(uid=0)Apr 29 19:06:31 Pi5 systemd-logind[627]: New session 3 of user pi.Apr 29 19:06:31 Pi5 systemd[1]: Started session-3.scope - Session 3 of User pi.Apr 29 19:12:09 Pi5 sshd[745]: pam_unix(sshd:session): session closed for user piApr 29 19:12:09 Pi5 systemd[1]: session-1.scope: Deactivated successfully.Apr 29 19:12:09 Pi5 systemd-logind[627]: Session 1 logged out. Waiting for processes to exit.Apr 29 19:12:09 Pi5 systemd-logind[627]: Removed session 1.Apr 29 19:17:01 Pi5 CRON[808]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)Apr 29 19:17:01 Pi5 CRON[809]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)Apr 29 19:17:01 Pi5 CRON[808]: pam_unix(cron:session): session closed for user rootApr 29 19:19:42 Pi5 systemd[1]: Starting systemd-tmpfiles-clean.service - Cleanup of Temporary Directories...Apr 29 19:19:42 Pi5 systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.Apr 29 19:19:42 Pi5 systemd[1]: Finished systemd-tmpfiles-clean.service - Cleanup of Temporary Directories.Apr 29 19:19:42 Pi5 systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.Apr 29 19:47:42 Pi5 systemd[1]: Starting man-db.service - Daily man-db regeneration...Apr 29 19:47:42 Pi5 systemd[1]: man-db.service: Deactivated successfully.Apr 29 19:47:42 Pi5 systemd[1]: Finished man-db.service - Daily man-db regeneration.Apr 29 20:17:01 Pi5 CRON[844]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)Apr 29 20:17:01 Pi5 CRON[845]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)Apr 29 20:17:01 Pi5 CRON[844]: pam_unix(cron:session): session closed for user rootApr 29 21:17:01 Pi5 CRON[856]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)Apr 29 21:17:01 Pi5 CRON[857]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)Apr 29 21:17:01 Pi5 CRON[856]: pam_unix(cron:session): session closed for user rootApr 29 22:15:18 Pi5 sshd[869]: Connection closed by 153.121.44.38 port 34068 [preauth]Apr 29 22:16:29 Pi5 sshd[871]: error: kex_exchange_identification: Connection closed by remote hostApr 29 22:16:29 Pi5 sshd[871]: Connection closed by 172.233.57.157 port 50148Apr 29 22:16:29 Pi5 sshd[874]: error: kex_exchange_identification: banner line contains invalid charactersApr 29 22:16:29 Pi5 sshd[874]: banner exchange: Connection from 172.233.57.157 port 50276: invalid formatApr 29 22:16:29 Pi5 sshd[872]: error: kex_exchange_identification: Connection closed by remote hostApr 29 22:16:29 Pi5 sshd[876]: error: Protocol major versions differ: 2 vs. 1Apr 29 22:16:29 Pi5 sshd[873]: error: Protocol major versions differ: 2 vs. 1Apr 29 22:16:29 Pi5 sshd[872]: Connection closed by 172.233.57.157 port 50268Apr 29 22:16:29 Pi5 sshd[876]: banner exchange: Connection from 172.233.57.157 port 50278: could not read protocol versionApr 29 22:16:29 Pi5 sshd[873]: banner exchange: Connection from 172.233.57.157 port 50272: could not read protocol versionApr 29 22:16:29 Pi5 sshd[875]: Unable to negotiate with 172.233.57.157 port 50280: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1 [preauth]Apr 29 22:16:29 Pi5 sshd[882]: Unable to negotiate with 172.233.57.157 port 50492: no matching host key type found. Their offer: ssh-dss [preauth]Apr 29 22:16:29 Pi5 sshd[877]: Invalid user ajlvc from 172.233.57.157 port 50294Apr 29 22:16:29 Pi5 sshd[877]: Connection closed by invalid user ajlvc 172.233.57.157 port 50294 [preauth]Apr 29 22:16:29 Pi5 sshd[885]: Unable to negotiate with 172.233.57.157 port 50764: no matching host key type found. Their offer: ssh-rsa [preauth]Apr 29 22:16:30 Pi5 sshd[887]: Connection closed by 172.233.57.157 port 50948 [preauth]Apr 29 22:16:30 Pi5 sshd[889]: Unable to negotiate with 172.233.57.157 port 51224: no matching host key type found. Their offer: ecdsa-sha2-nistp384 [preauth]Apr 29 22:16:30 Pi5 sshd[891]: Unable to negotiate with 172.233.57.157 port 51362: no matching host key type found. Their offer: ecdsa-sha2-nistp521 [preauth]Apr 29 22:16:31 Pi5 sshd[893]: Connection closed by 172.233.57.157 port 51476 [preauth]Apr 29 22:16:31 Pi5 sshd[878]: Connection closed by 172.233.57.157 port 50296 [preauth]Apr 29 22:17:01 Pi5 CRON[896]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)Apr 29 22:17:01 Pi5 CRON[897]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)Apr 29 22:17:01 Pi5 CRON[896]: pam_unix(cron:session): session closed for user rootApr 29 22:20:14 Pi5 sshd[904]: Connection closed by 153.121.44.38 port 36152 [preauth]Apr 29 22:30:21 Pi5 sshd[909]: Connection closed by 153.121.44.38 port 40340 [preauth]Apr 29 22:40:29 Pi5 sshd[915]: Connection closed by 153.121.44.38 port 44542 [preauth]Apr 29 22:50:36 Pi5 sshd[919]: Connection closed by 153.121.44.38 port 48744 [preauth]Apr 29 23:00:43 Pi5 sshd[925]: Connection closed by 153.121.44.38 port 52948 [preauth]Apr 29 23:17:01 Pi5 CRON[931]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)Apr 29 23:17:01 Pi5 CRON[932]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)Apr 29 23:17:01 Pi5 CRON[931]: pam_unix(cron:session): session closed for user rootApr 29 23:26:00 Pi5 sshd[942]: Connection closed by 153.121.44.38 port 35178 [preauth]Apr 29 23:31:05 Pi5 sshd[945]: Connection closed by 153.121.44.38 port 37286 [preauth]Apr 29 23:36:07 Pi5 sshd[949]: Connection closed by 153.121.44.38 port 39386 [preauth]Apr 29 23:41:13 Pi5 sshd[953]: Connection closed by 153.121.44.38 port 41484 [preauth]Apr 29 23:46:16 Pi5 sshd[956]: Connection closed by 153.121.44.38 port 43572 [preauth]Apr 29 23:51:19 Pi5 sshd[959]: Connection closed by 153.121.44.38 port 45672 [preauth]Apr 29 23:56:23 Pi5 sshd[964]: Connection closed by 153.121.44.38 port 47764 [preauth]Apr 30 00:00:12 Pi5 systemd[1]: Starting dpkg-db-backup.service - Daily dpkg database backup service...Apr 30 00:00:12 Pi5 systemd[1]: Starting logrotate.service - Rotate log files...Apr 30 00:00:12 Pi5 systemd[1]: logrotate.service: Deactivated successfully.Apr 30 00:00:12 Pi5 systemd[1]: Finished logrotate.service - Rotate log files.Apr 30 00:00:12 Pi5 systemd[1]: dpkg-db-backup.service: Deactivated successfully.Apr 30 00:00:12 Pi5 systemd[1]: Finished dpkg-db-backup.service - Daily dpkg database backup service.Apr 30 00:01:26 Pi5 sshd[1026]: Connection closed by 153.121.44.38 port 49854 [preauth]Apr 30 00:06:33 Pi5 sshd[1032]: Connection closed by 153.121.44.38 port 51936 [preauth]Apr 30 00:16:39 Pi5 sshd[1036]: Connection closed by 153.121.44.38 port 56118 [preauth]Apr 30 00:17:01 Pi5 CRON[1038]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)Apr 30 00:17:01 Pi5 CRON[1039]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)Apr 30 00:17:01 Pi5 CRON[1038]: pam_unix(cron:session): session closed for user rootApr 30 00:26:47 Pi5 sshd[1048]: Connection closed by 153.121.44.38 port 60296 [preauth]Apr 30 00:36:55 Pi5 sshd[1054]: Connection closed by 153.121.44.38 port 36238 [preauth]Apr 30 00:41:58 Pi5 sshd[1058]: Connection closed by 153.121.44.38 port 38352 [preauth]Apr 30 00:52:08 Pi5 sshd[1064]: Connection closed by 153.121.44.38 port 42536 [preauth]Apr 30 01:02:17 Pi5 sshd[1069]: Connection closed by 153.121.44.38 port 46718 [preauth]Apr 30 01:07:20 Pi5 sshd[1073]: Connection closed by 153.121.44.38 port 48802 [preauth]Apr 30 01:12:25 Pi5 sshd[1078]: Connection closed by 153.121.44.38 port 50894 [preauth]Apr 30 01:17:01 Pi5 CRON[1081]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)Apr 30 01:17:01 Pi5 CRON[1082]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)Apr 30 01:17:01 Pi5 CRON[1081]: pam_unix(cron:session): session closed for user rootApr 30 01:17:19 Pi5 sshd[1089]: Accepted password for pi from 10.0.0.50 port 53364 ssh2Apr 30 01:17:19 Pi5 sshd[1089]: pam_unix(sshd:session): session opened for user pi(uid=1000) by (uid=0)Apr 30 01:17:19 Pi5 systemd-logind[627]: New session 11 of user pi.Apr 30 01:17:19 Pi5 systemd[1]: Started session-11.scope - Session 11 of User pi.Apr 30 01:17:19 Pi5 sshd[1089]: pam_env(sshd:session): deprecated reading of user environment enabledApr 30 01:22:33 Pi5 sshd[1110]: Connection closed by 153.121.44.38 port 55078 [preauth]Apr 30 01:27:37 Pi5 sshd[1113]: Connection closed by 153.121.44.38 port 57172 [preauth]Apr 30 01:32:39 Pi5 sshd[1127]: Connection closed by 153.121.44.38 port 59268 [preauth]

Statistics: Posted by Arelius — Mon Apr 29, 2024 11:31 pm



Viewing all articles
Browse latest Browse all 5526

Trending Articles