[SOLVED]pi3 wlan only when cable is connected

Ask questions about Arch Linux ARM. Please search before making a new topic.

[SOLVED]pi3 wlan only when cable is connected

Postby obstbraten » Sun Mar 12, 2017 6:53 pm

I fixed it by disabling systemd-networkd. Stupid crap systemd.

Hi,

I'm using the latest armv7 pi image for my pi3.
I have a script that starts stuff like wlan. The script is called by systemd:
$this->bbcode_second_pass_code('', '
[Unit]
Description=tabletsh
After=network.target

[Service]
ExecStart=/bin/zsh /bin/tablet.sh
Type=forking

[Install]
WantedBy=multi-user.target

')



The script only gets called at boot if the PI is connected via LAN cable. If the LAN cable is missing the PI won't start. As soon as I connect the LAN cable the PI boots and is available via WLAN. If I disconnect the cable the WLAN goes down. This is stupid because it's like a WLAN cable... :roll:

Edit: after disconnecting the cable and connecting it again eth0 had the address of wlan0 and wlan0 the address of eth0. wlan0 is a wlan stick and wlan1 is the internal wlan.


$this->bbcode_second_pass_code('', '
-- Reboot --
Feb 01 01:10:50 pibox systemd-timesyncd[239]: System clock time unset or jumped backwards, restoring from recorded timestamp: Sun 2017-03-12 19:04:50 UTC
-- Reboot --
Mar 12 19:04:50 pibox systemd[1]: Stopped target Basic System.
Mar 12 19:04:50 pibox systemd[1]: Stopped target Sockets.
Mar 12 19:04:50 pibox systemd[1]: Stopped target Slices.
Mar 12 19:04:50 pibox systemd[1]: Removed slice User and Session Slice.
Mar 12 19:04:50 pibox systemd[1]: Stopped target Paths.
Mar 12 19:04:50 pibox systemd[1]: Closed D-Bus System Message Bus Socket.
Mar 12 19:04:50 pibox systemd[1]: Stopped target System Initialization.
Mar 12 19:04:50 pibox systemd[1]: Stopping Network Time Synchronization...
Mar 12 19:04:50 pibox systemd[1]: Stopping Load/Save Random Seed...
Mar 12 19:04:50 pibox systemd[1]: Stopped Apply Kernel Variables.
Mar 12 19:04:50 pibox systemd[1]: Stopped Load Kernel Modules.
Mar 12 19:04:50 pibox systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Mar 12 19:04:50 pibox systemd[1]: Stopped target Encrypted Volumes.
Mar 12 19:04:50 pibox systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Mar 12 19:04:50 pibox systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Mar 12 19:04:50 pibox systemd[1]: Stopped Load/Save Random Seed.
Mar 12 19:04:50 pibox systemd[1]: Stopped Network Time Synchronization.
Mar 12 19:04:50 pibox systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Mar 12 19:04:50 pibox systemd[1]: Stopped Create Volatile Files and Directories.
Mar 12 19:04:50 pibox systemd[1]: Stopped target Local File Systems.
Mar 12 19:04:50 pibox systemd[1]: Unmounting /run/user/0...
Mar 12 19:04:50 pibox systemd[1]: Unmounting /boot...
Mar 12 19:04:50 pibox systemd[1]: Unmounting Temporary Directory...
Mar 12 19:04:50 pibox systemd[1]: Unmounted /boot.
Mar 12 19:04:50 pibox systemd[1]: Unmounted /run/user/0.
Mar 12 19:04:50 pibox systemd[1]: Stopped target Local File Systems (Pre).
Mar 12 19:04:50 pibox systemd[1]: Stopped Remount Root and Kernel File Systems.
Mar 12 19:04:50 pibox systemd[1]: Stopped Create Static Device Nodes in /dev.
Mar 12 19:04:50 pibox systemd[1]: Unmounted Temporary Directory.
Mar 12 19:04:50 pibox mkinitcpio[441]: ==> Build complete.
Mar 12 19:04:50 pibox systemd[1]: Reached target Unmount All Filesystems.
Mar 12 19:04:50 pibox systemd[1]: Stopped target Swap.
Mar 12 19:04:50 pibox systemd[1]: Started Generate shutdown-ramfs.
Mar 12 19:04:50 pibox systemd[1]: Reached target Shutdown.
Mar 12 19:04:50 pibox systemd[1]: Reached target Final Step.
Mar 12 19:04:50 pibox systemd[1]: Starting Power-Off...
Mar 12 19:04:50 pibox systemd[1]: Shutting down.
Mar 12 19:04:50 pibox kernel: systemd-shutdow: 34 output lines suppressed due to ratelimiting
-- Reboot --
Mar 12 19:04:50 pibox systemd[1]: Time has been changed
Mar 12 19:04:50 pibox systemd[1]: Started Network Time Synchronization.
Mar 12 19:04:50 pibox systemd[1]: Reached target System Initialization.
Mar 12 19:04:50 pibox systemd[1]: Started Daily Cleanup of Temporary Directories.
Mar 12 19:04:50 pibox systemd[1]: Listening on D-Bus System Message Bus Socket.
Mar 12 19:04:50 pibox systemd[1]: Reached target Sockets.
Mar 12 19:04:51 pibox systemd[1]: Reached target Basic System.
Mar 12 19:04:51 pibox systemd[1]: Started D-Bus System Message Bus.
Mar 12 19:04:52 pibox systemd[1]: Starting Network Service...
Mar 12 19:04:52 pibox systemd[1]: Started Entropy Harvesting Daemon.
Mar 12 19:04:52 pibox systemd[1]: Starting Save/Restore Sound Card State...
Mar 12 19:04:52 pibox systemd[1]: Starting Login Service...
Mar 12 19:04:52 pibox systemd[1]: Reached target System Time Synchronized.
Mar 12 19:04:52 pibox systemd[1]: Started Daily rotation of log files.
Mar 12 19:04:52 pibox systemd[1]: Started Daily verification of password and group files.
Mar 12 19:04:52 pibox systemd[1]: Started Daily man-db cache update.
Mar 12 19:04:52 pibox systemd[1]: Reached target Timers.
Mar 12 19:04:52 pibox systemd[1]: Started Save/Restore Sound Card State.
Mar 12 19:04:52 pibox systemd[1]: Started Login Service.
Mar 12 19:04:52 pibox systemd-logind[248]: New seat seat0.
Mar 12 19:04:52 pibox systemd-networkd[245]: Enumeration completed
Mar 12 19:04:52 pibox systemd[1]: Started Network Service.
Mar 12 19:04:52 pibox systemd[1]: Reached target Network.
Mar 12 19:04:52 pibox systemd[1]: Starting tabletsh...
Mar 12 19:04:52 pibox systemd-networkd[245]: eth0: IPv6 enabled for interface: Success
Mar 12 19:04:52 pibox systemd[1]: Started OpenSSH Daemon.
Mar 12 19:04:52 pibox systemd[1]: Starting Permit User Sessions...
Mar 12 19:04:52 pibox systemd[1]: Starting Network Name Resolution...
Mar 12 19:04:52 pibox systemd[1]: Started Permit User Sessions.
Mar 12 19:04:52 pibox systemd[1]: Started Getty on tty1.
Mar 12 19:04:52 pibox systemd[1]: Reached target Login Prompts.
Mar 12 19:04:52 pibox kernel: smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Mar 12 19:04:52 pibox kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Mar 12 19:04:52 pibox systemd-resolved[260]: Positive Trust Anchors:
Mar 12 19:04:52 pibox systemd-resolved[260]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
Mar 12 19:04:52 pibox systemd-resolved[260]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Mar 12 19:04:52 pibox systemd-resolved[260]: Using system hostname 'pibox'.
Mar 12 19:04:53 pibox haveged[246]: haveged: ver: 1.9.1; arch: generic; vend: ; build: (gcc 4.9.2 CTV); collect: 128K
Mar 12 19:04:53 pibox haveged[246]: haveged: cpu: (VC); data: 16K (D); inst: 16K (D); idx: 9/40; sz: 15940/69244
Mar 12 19:04:53 pibox haveged[246]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 7.99512
Mar 12 19:04:53 pibox haveged[246]: haveged: fills: 0, generated: 0
-- Reboot --
Mar 12 19:04:54 pibox systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Mar 12 19:04:54 pibox systemd-journald[175]: Journal stopped
-- Reboot --
Mar 12 19:04:54 pibox kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Mar 12 19:04:54 pibox systemd[1]: Started Network Name Resolution.
Mar 12 19:04:55 pibox sshd[258]: Server listening on 0.0.0.0 port 22.
Mar 12 19:04:55 pibox sshd[258]: Server listening on :: port 22.
Mar 12 19:04:55 pibox zsh[257]: Successfully initialized wpa_supplicant
Mar 12 19:04:55 pibox dhcpcd[267]: wlan0: waiting for carrier
Mar 12 19:04:58 pibox kernel: wlan0: authenticate with 00:0f:c9:0d:ff:ae
Mar 12 19:04:58 pibox kernel: wlan0: send auth to 00:0f:c9:0d:ff:ae (try 1/3)
Mar 12 19:04:58 pibox kernel: wlan0: authenticated
Mar 12 19:04:58 pibox kernel: rtl8187 1-1.4:1.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
Mar 12 19:04:58 pibox kernel: rtl8187 1-1.4:1.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
Mar 12 19:04:58 pibox kernel: wlan0: associate with 00:0f:c9:0d:ff:ae (try 1/3)
Mar 12 19:04:58 pibox kernel: wlan0: RX AssocResp from 00:0f:c9:0d:ff:ae (capab=0x411 status=0 aid=4)
Mar 12 19:04:58 pibox kernel: wlan0: associated
Mar 12 19:04:58 pibox kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Mar 12 19:04:58 pibox dhcpcd[267]: wlan0: carrier acquired
Mar 12 19:04:58 pibox systemd-networkd[245]: wlan0: Gained carrier
Mar 12 19:04:58 pibox dhcpcd[267]: DUID 00:01:00:01:20:58:3b:0a:00:c0:ca:1d:f6:6f
Mar 12 19:04:58 pibox dhcpcd[267]: wlan0: IAID ca:1d:f6:6f
Mar 12 19:04:58 pibox dhcpcd[267]: wlan0: adding address fe80::276e:2ea:943c:94d5
Mar 12 19:04:59 pibox dhcpcd[267]: wlan0: soliciting an IPv6 router
Mar 12 19:04:59 pibox dhcpcd[267]: wlan0: rebinding lease of 192.168.1.12
Mar 12 19:04:59 pibox dhcpcd[267]: wlan0: probing address 192.168.1.12/24
Mar 12 19:05:00 pibox systemd-networkd[245]: wlan0: Gained IPv6LL
Mar 12 19:05:00 pibox systemd-timesyncd[239]: Network configuration changed, trying to establish connection.
Mar 12 19:05:00 pibox dhcpcd[267]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:05:00 pibox dhcpcd[267]: wlan0: requesting DHCPv6 information
Mar 12 19:05:05 pibox dhcpcd[267]: wlan0: leased 192.168.1.12 for 86400 seconds
Mar 12 19:05:05 pibox dhcpcd[267]: wlan0: adding route to 192.168.1.0/24
Mar 12 19:05:05 pibox dhcpcd[267]: wlan0: adding default route via 192.168.1.1
Mar 12 19:05:05 pibox systemd-timesyncd[239]: Network configuration changed, trying to establish connection.
Mar 12 19:05:05 pibox systemd-resolved[260]: Switching to fallback DNS server 8.8.8.8.
Mar 12 19:05:56 pibox systemd[1]: Time has been changed
Mar 12 19:05:56 pibox systemd-timesyncd[239]: Synchronized to time server 213.95.200.107:123 (2.arch.pool.ntp.org).
Mar 12 19:05:56 pibox dhcpcd[267]: forked to background, child pid 335
Mar 12 19:05:56 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:05:57 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:05:58 pibox kernel: FS-Cache: Netfs 'cifs' registered for caching
Mar 12 19:05:58 pibox kernel: Key type cifs.spnego registered
Mar 12 19:05:58 pibox kernel: Key type cifs.idmap registered
Mar 12 19:06:01 pibox systemd[1]: Started tabletsh.
Mar 12 19:06:01 pibox systemd[1]: Reached target Multi-User System.
Mar 12 19:06:01 pibox systemd[1]: Reached target Graphical Interface.
Mar 12 19:06:01 pibox systemd[1]: Startup finished in 5.029s (kernel) + 24.309s (userspace) = 29.338s.
Mar 12 19:06:02 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:06:02 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:06:10 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:06:10 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:06:20 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:06:20 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:06:23 pibox systemd-networkd[245]: eth0: Gained carrier
Mar 12 19:06:23 pibox systemd-timesyncd[239]: Network configuration changed, trying to establish connection.
Mar 12 19:06:23 pibox kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Mar 12 19:06:23 pibox kernel: smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Mar 12 19:06:23 pibox systemd-timesyncd[239]: Synchronized to time server 213.95.200.107:123 (2.arch.pool.ntp.org).
Mar 12 19:06:24 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:06:24 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:06:24 pibox systemd-networkd[245]: eth0: DHCPv4 address 192.168.1.14/24 via 192.168.1.1
Mar 12 19:06:24 pibox systemd-timesyncd[239]: Network configuration changed, trying to establish connection.
Mar 12 19:06:24 pibox systemd-timesyncd[239]: Synchronized to time server 213.95.200.107:123 (2.arch.pool.ntp.org).
Mar 12 19:06:24 pibox systemd-networkd[245]: eth0: Gained IPv6LL
Mar 12 19:06:25 pibox systemd-resolved[260]: Detected conflict on pibox IN AAAA fe80::ba27:ebff:fe20:cd81
Mar 12 19:06:25 pibox systemd-resolved[260]: Hostname conflict, changing published hostname from 'pibox' to 'pibox4'.
Mar 12 19:06:27 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:06:28 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:06:35 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:06:35 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:06:37 pibox sshd[404]: Accepted password for root from 192.168.1.11 port 55728 ssh2
Mar 12 19:06:37 pibox sshd[404]: pam_unix(sshd:session): session opened for user root by (uid=0)
Mar 12 19:06:37 pibox systemd[1]: Created slice User Slice of root.
Mar 12 19:06:37 pibox systemd[1]: Starting User Manager for UID 0...
Mar 12 19:06:37 pibox systemd[1]: Started Session c1 of user root.
Mar 12 19:06:37 pibox systemd-logind[248]: New session c1 of user root.
Mar 12 19:06:37 pibox systemd[413]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Mar 12 19:06:37 pibox systemd[413]: Reached target Timers.
Mar 12 19:06:37 pibox systemd[413]: Reached target Paths.
Mar 12 19:06:37 pibox systemd[413]: Starting D-Bus User Message Bus Socket.
Mar 12 19:06:37 pibox systemd[413]: Listening on D-Bus User Message Bus Socket.
Mar 12 19:06:37 pibox systemd[413]: Reached target Sockets.
Mar 12 19:06:37 pibox systemd[413]: Reached target Basic System.
Mar 12 19:06:37 pibox systemd[413]: Reached target Default.
Mar 12 19:06:37 pibox systemd[413]: Startup finished in 90ms.
Mar 12 19:06:37 pibox systemd[1]: Started User Manager for UID 0.
Mar 12 19:06:40 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:06:40 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:06:48 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:06:48 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:06:55 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:06:56 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:07:01 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:07:01 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:07:09 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:07:10 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:07:17 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:07:17 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:07:23 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:07:23 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:07:30 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:07:30 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:07:31 pibox systemd-networkd[245]: eth0: Lost carrier
Mar 12 19:07:31 pibox kernel: smsc95xx 1-1.1:1.0 eth0: link down
Mar 12 19:07:31 pibox systemd-networkd[245]: eth0: DHCP lease lost
Mar 12 19:07:31 pibox systemd-timesyncd[239]: Network configuration changed, trying to establish connection.
Mar 12 19:07:33 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:07:34 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:07:41 pibox systemd-timesyncd[239]: Timed out waiting for reply from 213.95.200.107:123 (2.arch.pool.ntp.org).
Mar 12 19:07:41 pibox systemd-timesyncd[239]: Synchronized to time server 131.234.137.63:123 (2.arch.pool.ntp.org).
Mar 12 19:07:43 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:07:43 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:07:51 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:07:51 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:08:00 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:08:00 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:08:05 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:08:05 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:08:09 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:08:10 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:08:14 pibox systemd-networkd[245]: eth0: Gained carrier
Mar 12 19:08:14 pibox systemd-timesyncd[239]: Network configuration changed, trying to establish connection.
Mar 12 19:08:14 pibox kernel: smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Mar 12 19:08:14 pibox systemd-timesyncd[239]: Synchronized to time server 131.234.137.63:123 (2.arch.pool.ntp.org).
Mar 12 19:08:14 pibox systemd-resolved[260]: Detected conflict on pibox4 IN AAAA fe80::ba27:ebff:fe20:cd81
Mar 12 19:08:14 pibox systemd-resolved[260]: Hostname conflict, changing published hostname from 'pibox4' to 'pibox5'.
Mar 12 19:08:15 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:08:15 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:08:16 pibox systemd-networkd[245]: eth0: DHCPv4 address 192.168.1.14/24 via 192.168.1.1
Mar 12 19:08:16 pibox systemd-timesyncd[239]: Network configuration changed, trying to establish connection.
Mar 12 19:08:16 pibox systemd-timesyncd[239]: Synchronized to time server 131.234.137.63:123 (2.arch.pool.ntp.org).
Mar 12 19:08:18 pibox sshd[404]: Received disconnect from 192.168.1.11 port 55728:11: disconnected by user
Mar 12 19:08:18 pibox sshd[404]: Disconnected from 192.168.1.11 port 55728
Mar 12 19:08:18 pibox sshd[404]: pam_unix(sshd:session): session closed for user root
Mar 12 19:08:18 pibox systemd-logind[248]: Removed session c1.
Mar 12 19:08:18 pibox systemd[1]: Stopping User Manager for UID 0...
Mar 12 19:08:18 pibox systemd[413]: Stopped target Default.
Mar 12 19:08:18 pibox systemd[413]: Stopped target Basic System.
Mar 12 19:08:18 pibox systemd[413]: Stopped target Paths.
Mar 12 19:08:18 pibox systemd[413]: Stopped target Timers.
Mar 12 19:08:18 pibox systemd[413]: Stopped target Sockets.
Mar 12 19:08:18 pibox systemd[413]: Closed D-Bus User Message Bus Socket.
Mar 12 19:08:18 pibox systemd[413]: Reached target Shutdown.
Mar 12 19:08:19 pibox systemd[413]: Starting Exit the Session...
Mar 12 19:08:19 pibox systemd[413]: Received SIGRTMIN+24 from PID 576 (kill).
Mar 12 19:08:19 pibox systemd[430]: pam_unix(systemd-user:session): session closed for user root
Mar 12 19:08:19 pibox systemd[1]: Stopped User Manager for UID 0.
Mar 12 19:08:20 pibox systemd[1]: Removed slice User Slice of root.
Mar 12 19:08:23 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:08:24 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:08:29 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:08:29 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:08:38 pibox dhcpcd[335]: wlan0: Router Advertisement from fe80::20f:c9ff:fe0d:ebad
Mar 12 19:08:39 pibox dhcpcd[335]: wlan0: requesting DHCPv6 information
Mar 12 19:08:42 pibox sshd[601]: Accepted password for root from 192.168.1.11 port 55732 ssh2
Mar 12 19:08:42 pibox sshd[601]: pam_unix(sshd:session): session opened for user root by (uid=0)
Mar 12 19:08:42 pibox systemd[1]: Created slice User Slice of root.
Mar 12 19:08:42 pibox systemd[1]: Starting User Manager for UID 0...
Mar 12 19:08:42 pibox systemd-logind[248]: New session c2 of user root.
Mar 12 19:08:42 pibox systemd[1]: Started Session c2 of user root.
Mar 12 19:08:42 pibox systemd[610]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Mar 12 19:08:42 pibox systemd[610]: Reached target Paths.
Mar 12 19:08:42 pibox systemd[610]: Reached target Timers.
Mar 12 19:08:42 pibox systemd[610]: Starting D-Bus User Message Bus Socket.
Mar 12 19:08:42 pibox systemd[610]: Listening on D-Bus User Message Bus Socket.
Mar 12 19:08:42 pibox systemd[610]: Reached target Sockets.
Mar 12 19:08:42 pibox systemd[610]: Reached target Basic System.
Mar 12 19:08:42 pibox systemd[610]: Reached target Default.
Mar 12 19:08:42 pibox systemd[610]: Startup finished in 59ms.
Mar 12 19:08:42 pibox systemd[1]: Started User Manager for UID 0.

')
obstbraten
 
Posts: 1
Joined: Sun Mar 12, 2017 3:18 pm

Return to User Questions

Who is online

Users browsing this forum: No registered users and 11 guests