wicked.service - systemd-analyze indicates an elapsed boot-time of about 16.8 seconds

Machine: Linux 3.16.7-24-desktop x86_64 – AMD FX™-4100 Quad-Core Processor – RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller – FRITZ!Box 7270.

systemd-analyze blame” indicates that, the ‘wicked.service’ (/usr/sbin/wicked --systemd ifup all) takes about 16.8 seconds (16.747s; 16.825s; 16.807s) at boot time.

Running “# time ifup all” from a KDE Terminal indicates that after the boot has completed, ‘ifup’ takes about 3 seconds (“real 0m3.201s” with ‘-o debug’).The debug option showed that ‘ifup’ triggers “wicked” to execute everything that needs to be done . . .

Running “# time wicked ifup all” indicates: 0m2.993s
Running “# time systemctl start wicked.service” indicates 0m5.928s (after first stopping the wicked.service – yes, yes, I know: the wicked.service exits at boot time). :wink:

systemd-analyze critical-chain” indicates the following at about 3.7 seconds systemd boot-time:wickedd-dhcp4.service takes about 12ms
wickedd.service takes about 6ms
wickedd-nanny.service takes about 2 ms

After executing “ifup”, “wicked” and “systemctl” as mentioned above, “# systemd-analyze blame | grep wicked” indicates the following:

  •      5.920s wicked.service
           8ms wickedd-dhcp4.service
           5ms wickedd-auto4.service
           4ms wickedd.service
           4ms wickedd-dhcp6.service
           3ms wickedd-nanny.service
    

At least myself, and possibly others also, would love to have a system which would allow us to login to a GUI – for example X- or Wayland – after a 5 second boot-time.
Currently “systemd-analyze” is indicating (for example): Startup finished in 2.368s (kernel) + 1.754s (initrd) + 28.440s (userspace) = 32.564s

Question: are at least the “wicked” folks currently addressing this issue?

I’ll possibly start another thread for a similar issue with openSUSE 13.2 Network Manager on a dual-boot Lenovo G505s laptop.

Given that I have a Realtek RTL8111/8168/8411 PCI Express Gigabit and that restarting the wicked.service after the boot completes takes only about 7 seconds, I tried Sauerland’s r8168 Kernel driver:Sadly no improvement in time taken against the default r8169 driver.

The relevant journal entries related to the two drivers are as follows:


Okt 23 10:15:09 xxx kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Okt 23 10:15:09 xxx kernel: r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
Okt 23 10:15:09 xxx kernel: r8169 0000:02:00.0: irq 43 for MSI/MSI-X
Okt 23 10:15:09 xxx kernel: r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000c74000, 14:da:e9:ec:a0:4d, XID 0c900800 IRQ 43
Okt 23 10:15:09 xxx kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]


Okt 23 09:55:48 xxx kernel: r8168 Gigabit Ethernet driver 8.040.00-NAPI loaded
Okt 23 09:55:48 xxx kernel: r8168 0000:02:00.0: irq 43 for MSI/MSI-X
Okt 23 09:55:48 xxx kernel: r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
Okt 23 09:55:48 xxx kernel: r8168  Copyright (C) 2015  Realtek NIC software team <nicfae@realtek.com>
                                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
                                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.

Added “–log-level info --debug all” to the ‘ExecStart=’ line in “/usr/lib/systemd/system/wicked.service”.
Rebooted – relevant journal entries are below – there is an activity pause at 11:32:04 (“waiting for 1 devices to become ready (1 explicitly requested)”) until 11:32:18 – 14 seconds.

The disk usage of systemd journal is possibly not the issue – limited to 1G of the /var partition. ]


Okt 23 11:32:00 xxx systemd-journal[443]: Permanent journal is using 616.0M (max allowed 1.0G, trying to leave 2.9G free of 16.9G available → current limit 1.0G).
Okt 23 11:32:00 xxx systemd-journal[443]: Time spent on flushing to /var is 247.091ms for 909 entries.

Okt 23 11:32:01 xxx wicked[949]: Reading config file /etc/wicked/client.xml
Okt 23 11:32:01 xxx wicked[949]: Reading config file /etc/wicked/common.xml
Okt 23 11:32:01 xxx wicked[949]: __ni_config_parse_ifconfig_source: Adding ifconfig firmware:
Okt 23 11:32:01 xxx wicked[949]: __ni_config_parse_ifconfig_source: Adding ifconfig compat:
Okt 23 11:32:01 xxx wicked[949]: __ni_config_parse_ifconfig_source: Adding ifconfig wicked:/etc/wicked/ifconfig
Okt 23 11:32:01 xxx wicked[949]: Executing: /usr/sbin/wicked --log-level info --debug all --systemd ifup all
Okt 23 11:32:01 xxx wicked[949]: wait 30 sec for interfaces

Okt 23 11:32:01 xxx wicked[949]: received new ready device lo (/org/opensuse/Network/Interface/1)
Okt 23 11:32:01 xxx wicked[949]: received new ready device enp2s0 (/org/opensuse/Network/Interface/2)
Okt 23 11:32:01 xxx wicked[949]: lo: changed state none -> device-exists
Okt 23 11:32:01 xxx wicked[949]: enp2s0: changed state none -> device-exists
Okt 23 11:32:01 xxx wicked[949]: trying to discover netif config via firmware service "ibft"
Okt 23 11:32:01 xxx wicked[949]: subprocess 952 (/etc/wicked/extensions/ibft) exited with status 0
Okt 23 11:32:01 xxx wicked[949]: No valid configuration files found at /etc/wicked/ifconfig
Okt 23 11:32:01 xxx wicked[949]: wait 30 seconds for interfaces
Okt 23 11:32:01 xxx wicked[949]: Device hierarchy structure:
Okt 23 11:32:01 xxx wicked[949]: lo
Okt 23 11:32:01 xxx wicked[949]: enp2s0

Okt 23 11:32:01 xxx wicked[949]: lo: current state=device-down target state=network-up
Okt 23 11:32:01 xxx wicked[949]: enp2s0: current state=device-down target state=network-up
Okt 23 11:32:01 xxx wicked[949]: marked 2 interfaces
Okt 23 11:32:01 xxx wicked[949]: lo: successfully transitioned from device-down to device-exists
Okt 23 11:32:01 xxx wicked[949]: enp2s0: successfully transitioned from device-down to device-exists
Okt 23 11:32:01 xxx wicked[949]: lo: successfully transitioned from device-exists to device-ready
Okt 23 11:32:01 xxx wicked[949]: enp2s0: successfully transitioned from device-exists to device-ready
Okt 23 11:32:01 xxx wicked[949]: lo: successfully transitioned from device-ready to device-setup
Okt 23 11:32:01 xxx wicked[949]: enp2s0: successfully transitioned from device-ready to device-setup
Okt 23 11:32:01 xxx wicked[949]: lo: successfully transitioned from device-setup to protocols-up
Okt 23 11:32:01 xxx wicked[949]: enp2s0: successfully transitioned from device-setup to protocols-up
Okt 23 11:32:01 xxx wicked[949]: lo: successfully transitioned from protocols-up to firewall-up
Okt 23 11:32:01 xxx wicked[949]: enp2s0: successfully transitioned from protocols-up to firewall-up
Okt 23 11:32:01 xxx wicked[949]: lo: successfully transitioned from firewall-up to device-up

Okt 23 11:32:01 xxx kernel: r8169 0000:02:00.0 enp2s0: link down
Okt 23 11:32:01 xxx kernel: r8169 0000:02:00.0 enp2s0: link down

Okt 23 11:32:01 xxx kernel: IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Okt 23 11:32:01 xxx wicked[949]: enp2s0: waiting for callbacks:
Okt 23 11:32:01 xxx wicked[949]: enp2s0: waiting for event in state firewall-up
Okt 23 11:32:01 xxx wicked[949]: lo: successfully transitioned from device-up to link-up
Okt 23 11:32:01 xxx wicked[949]: Device hierarchy structure:
Okt 23 11:32:01 xxx wicked[949]: lo
Okt 23 11:32:01 xxx wicked[949]: enp2s0
Okt 23 11:32:01 xxx wicked[949]: ... great, we were expecting this event
Okt 23 11:32:01 xxx wicked[949]: lo: successfully transitioned from link-up to link-authenticated
Okt 23 11:32:01 xxx wicked[949]: lo: successfully transitioned from link-authenticated to lldp-up
Okt 23 11:32:02 xxx wicked[949]: lo: successfully transitioned from lldp-up to addrconf-up
Okt 23 11:32:02 xxx wicked[949]: lo: successfully transitioned from addrconf-up to network-up
Okt 23 11:32:02 xxx wicked[949]: enp2s0: state=device-up want=network-up, wait-for=link-up
Okt 23 11:32:02 xxx wicked[949]: enp2s0: state=device-up want=network-up, wait-for=link-up
Okt 23 11:32:02 xxx wicked[949]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:32:02 xxx wicked[949]: enp2s0: state=device-up want=network-up, wait-for=link-up
Okt 23 11:32:02 xxx wicked[949]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:32:03 xxx kernel: r8169 0000:02:00.0 enp2s0: link up
Okt 23 11:32:03 xxx kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
Okt 23 11:32:03 xxx wicked[949]: ... great, we were expecting this event
Okt 23 11:32:03 xxx wicked[949]: enp2s0: changed state device-up -> link-up, resuming activity
Okt 23 11:32:03 xxx wicked[949]: enp2s0: changed state link-up -> link-authenticated, resuming activity
Okt 23 11:32:03 xxx wicked[949]: enp2s0: successfully transitioned from link-up to link-authenticated
Okt 23 11:32:03 xxx wicked[949]: enp2s0: successfully transitioned from link-authenticated to lldp-up
Okt 23 11:32:03 xxx wickedd-dhcp4[944]: enp2s0: Request to acquire DHCPv4 lease with UUID 91fe2956-4f01-0800-b303-000005000000
Okt 23 11:32:03 xxx wicked[949]: enp2s0: waiting for callbacks:
Okt 23 11:32:03 xxx wickedd-dhcp6[945]: enp2s0: Request to acquire DHCPv6 lease with UUID 91fe2956-4f01-0800-b303-000006000000 in mode auto
Okt 23 11:32:03 xxx wicked[949]: enp2s0: waiting for callbacks:
Okt 23 11:32:04 xxx wickedd-dhcp4[944]: enp2s0: Committed DHCPv4 lease with address 192.168.178.23 (lease time 864000 sec, renew in 432000 sec, rebind in 756000 sec)
Okt 23 11:32:04 xxx avahi-daemon[876]: Joining mDNS multicast group on interface enp2s0.IPv4 with address 192.168.178.23.
Okt 23 11:32:04 xxx avahi-daemon[876]: New relevant interface enp2s0.IPv4 for mDNS.
Okt 23 11:32:04 xxx avahi-daemon[876]: Registering new address record for 192.168.178.23 on enp2s0.IPv4.
Okt 23 11:32:04 xxx wickedd[947]: enp2s0: Notified neighbours about IP address 192.168.178.23
Okt 23 11:32:04 xxx avahi-daemon[876]: Joining mDNS multicast group on interface enp2s0.IPv6 with address fe80::16da:e9ff:feec:a04d.
Okt 23 11:32:04 xxx avahi-daemon[876]: New relevant interface enp2s0.IPv6 for mDNS.
Okt 23 11:32:04 xxx avahi-daemon[876]: Registering new address record for fe80::16da:e9ff:feec:a04d on enp2s0.*.
Okt 23 11:32:04 xxx wicked[949]: ... great, we were expecting this event
Okt 23 11:32:04 xxx wicked[949]: enp2s0: waiting for more addressAcquired events...
Okt 23 11:32:04 xxx wicked[949]: enp2s0: waiting for callbacks:
Okt 23 11:32:04 xxx wicked[949]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:32:04 xxx wicked[949]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:32:18 xxx wicked[949]: enp2s0: was waiting for addressAcquired event, but got addressDeferred
Okt 23 11:32:18 xxx wicked[949]: enp2s0: successfully transitioned from addrconf-up to network-up
Okt 23 11:32:18 xxx wicked[949]: waiting for 0 devices to become ready (0 explicitly requested)
Okt 23 11:32:18 xxx wicked[949]: finished with all devices.
Okt 23 11:32:18 xxx wicked[949]: lo: tentative addresses check
Okt 23 11:32:18 xxx wicked[949]: enp2s0: tentative addresses check
Okt 23 11:32:18 xxx wicked[949]: Exit with status: 0
Okt 23 11:32:18 xxx wicked[949]: lo              up
Okt 23 11:32:18 xxx wicked[949]: enp2s0          up
.
.
Okt 23 11:32:18 xxx xinetd[1420]: xinetd Version 2.3.15 started with libwrap loadavg options compiled in.
Okt 23 11:32:18 xxx xinetd[1420]: Started working: 0 available services
.
.
Okt 23 11:32:25 xxx display-manager[3729]: Starting service kdm..done
.
.
Okt 23 11:32:25 xxx kdm[3767]: plymouth is running
Okt 23 11:32:25 xxx kdm[3767]: plymouth is active on VT 7, reusing for :0
Okt 23 11:32:25 xxx kdm[3767]: plymouth should quit after server startup
.
.
Okt 23 11:32:25 xxx kdm[3767]: Quitting Plymouth with transition
Okt 23 11:32:25 xxx kdm[3767]: Is Plymouth still running? no

After the boot completed and before logging into a KDE session, I logged into tty2 and stopped and then restarted the wicked.service.
At 11:33:17 after the DHCP leases were committed, there is no activity pause.

  • Just a thought: could it be that Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controllers on P8P67 motherboards (ASUS M5A78L-M LX – AMD 760G/SB710 chipset) need firmware to be loaded during boot-time about 14 seconds needed
    ], and that this time is no longer needed if the wicked.service is restarted? :frowning:

Okt 23 11:32:40 xxx login[3892]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Okt 23 11:32:40 xxx systemd[3894]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Okt 23 11:32:40 xxx login[3892]: ROOT LOGIN ON tty2

Okt 23 11:33:01 xxx wickedd-dhcp4[944]: enp2s0: Request to release DHCPv4 lease with UUID 91fe2956-4f01-0800-b303-000005000000
Okt 23 11:33:01 xxx avahi-daemon[876]: Withdrawing address record for 192.168.178.23 on enp2s0.
Okt 23 11:33:01 xxx avahi-daemon[876]: Leaving mDNS multicast group on interface enp2s0.IPv4 with address 192.168.178.23.
Okt 23 11:33:01 xxx avahi-daemon[876]: Interface enp2s0.IPv4 no longer relevant for mDNS.
Okt 23 11:33:01 xxx wickedd-dhcp6[945]: enp2s0: no lease set
Okt 23 11:33:01 xxx avahi-daemon[876]: Interface enp2s0.IPv6 no longer relevant for mDNS.
Okt 23 11:33:01 xxx avahi-daemon[876]: Leaving mDNS multicast group on interface enp2s0.IPv6 with address fe80::16da:e9ff:feec:a04d.
Okt 23 11:33:01 xxx avahi-daemon[876]: Withdrawing address record for fe80::16da:e9ff:feec:a04d on enp2s0.
Okt 23 11:33:01 xxx wicked[3973]: enp2s0          device-ready

Okt 23 11:33:11 xxx wicked[4120]: Reading config file /etc/wicked/client.xml
Okt 23 11:33:11 xxx wicked[4120]: Reading config file /etc/wicked/common.xml
Okt 23 11:33:11 xxx wicked[4120]: __ni_config_parse_ifconfig_source: Adding ifconfig firmware:
Okt 23 11:33:11 xxx wicked[4120]: __ni_config_parse_ifconfig_source: Adding ifconfig compat:
Okt 23 11:33:11 xxx wicked[4120]: __ni_config_parse_ifconfig_source: Adding ifconfig wicked:/etc/wicked/ifconfig
Okt 23 11:33:11 xxx wicked[4120]: Executing: /usr/sbin/wicked --log-level info --debug all --systemd ifup all
Okt 23 11:33:11 xxx wicked[4120]: wait 30 sec for interfaces
Okt 23 11:33:11 xxx wicked[4120]: received new ready device lo (/org/opensuse/Network/Interface/1)
Okt 23 11:33:11 xxx wicked[4120]: received new ready device enp2s0 (/org/opensuse/Network/Interface/2)
Okt 23 11:33:11 xxx wicked[4120]: lo: changed state none -> device-exists
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: changed state none -> device-exists
Okt 23 11:33:11 xxx wicked[4120]: trying to discover netif config via firmware service "ibft"
Okt 23 11:33:11 xxx wicked[4120]: subprocess 4121 (/etc/wicked/extensions/ibft) exited with status 0
Okt 23 11:33:11 xxx wicked[4120]: No valid configuration files found at /etc/wicked/ifconfig
Okt 23 11:33:11 xxx wicked[4120]: wait 30 seconds for interfaces
Okt 23 11:33:11 xxx wicked[4120]: Device hierarchy structure:
Okt 23 11:33:11 xxx wicked[4120]: lo
Okt 23 11:33:11 xxx wicked[4120]: enp2s0
Okt 23 11:33:11 xxx wicked[4120]: lo: current state=device-down target state=network-up
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: current state=device-down target state=network-up
Okt 23 11:33:11 xxx wicked[4120]: marked 2 interfaces
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from device-down to device-exists
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: successfully transitioned from device-down to device-exists
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from device-exists to device-ready
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: successfully transitioned from device-exists to device-ready
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from device-ready to device-setup
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: successfully transitioned from device-ready to device-setup
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from device-setup to protocols-up
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: successfully transitioned from device-setup to protocols-up
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from protocols-up to firewall-up
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: successfully transitioned from protocols-up to firewall-up
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from firewall-up to device-up

Okt 23 11:33:11 xxx kernel: r8169 0000:02:00.0 enp2s0: link down
Okt 23 11:33:11 xxx kernel: r8169 0000:02:00.0 enp2s0: link down

Okt 23 11:33:11 xxx kernel: IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: adding callback for org.opensuse.Network.Interface.linkUp()
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: waiting for callbacks:
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from device-up to link-up
Okt 23 11:33:11 xxx wicked[4120]: Device hierarchy structure:
Okt 23 11:33:11 xxx wicked[4120]: lo
Okt 23 11:33:11 xxx wicked[4120]: enp2s0
Okt 23 11:33:11 xxx wicked[4120]: ... great, we were expecting this event
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: waiting for callbacks:
Okt 23 11:33:11 xxx wicked[4120]: enp2s0: waiting for event in state device-up
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from link-up to link-authenticated
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from link-authenticated to lldp-up
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from lldp-up to addrconf-up
Okt 23 11:33:11 xxx wicked[4120]: lo: successfully transitioned from addrconf-up to network-up
Okt 23 11:33:11 xxx wicked[4120]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:33:11 xxx wicked[4120]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:33:13 xxx kernel: r8169 0000:02:00.0 enp2s0: link up
Okt 23 11:33:13 xxx kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
Okt 23 11:33:13 xxx wicked[4120]: ... great, we were expecting this event
Okt 23 11:33:13 xxx wicked[4120]: enp2s0: successfully transitioned from link-up to link-authenticated
Okt 23 11:33:13 xxx wicked[4120]: enp2s0: successfully transitioned from link-authenticated to lldp-up
Okt 23 11:33:13 xxx wickedd-dhcp4[944]: enp2s0: Request to acquire DHCPv4 lease with UUID 91fe2956-4f01-0800-b303-00000c000000
Okt 23 11:33:13 xxx wicked[4120]: enp2s0: waiting for callbacks:
Okt 23 11:33:13 xxx wickedd-dhcp6[945]: enp2s0: Request to acquire DHCPv6 lease with UUID 91fe2956-4f01-0800-b303-00000d000000 in mode auto
Okt 23 11:33:13 xxx wicked[4120]: enp2s0: waiting for callbacks:
Okt 23 11:33:13 xxx wicked[4120]: enp2s0: waiting for event in state lldp-up
Okt 23 11:33:13 xxx wicked[4120]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:33:13 xxx wicked[4120]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:33:14 xxx wickedd-dhcp4[944]: enp2s0: Committed DHCPv4 lease with address 192.168.178.23 (lease time 864000 sec, renew in 432000 sec, rebind in 756000 sec)
Okt 23 11:33:14 xxx avahi-daemon[876]: Joining mDNS multicast group on interface enp2s0.IPv4 with address 192.168.178.23.
Okt 23 11:33:14 xxx avahi-daemon[876]: New relevant interface enp2s0.IPv4 for mDNS.
Okt 23 11:33:14 xxx avahi-daemon[876]: Registering new address record for 192.168.178.23 on enp2s0.IPv4.
Okt 23 11:33:14 xxx wickedd[947]: enp2s0: Notified neighbours about IP address 192.168.178.23
Okt 23 11:33:14 xxx wicked[4120]: ... great, we were expecting this event
Okt 23 11:33:14 xxx wicked[4120]: enp2s0: waiting for more addressAcquired events...
Okt 23 11:33:14 xxx wicked[4120]: enp2s0: waiting for callbacks:
Okt 23 11:33:14 xxx wicked[4120]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:33:14 xxx wicked[4120]: waiting for 1 devices to become ready (1 explicitly requested)
Okt 23 11:33:15 xxx avahi-daemon[876]: Joining mDNS multicast group on interface enp2s0.IPv6 with address fe80::16da:e9ff:feec:a04d.
Okt 23 11:33:15 xxx avahi-daemon[876]: New relevant interface enp2s0.IPv6 for mDNS.
Okt 23 11:33:15 xxx avahi-daemon[876]: Registering new address record for fe80::16da:e9ff:feec:a04d on enp2s0.*.
Okt 23 11:33:16 xxx avahi-daemon[876]: Leaving mDNS multicast group on interface enp2s0.IPv6 with address fe80::16da:e9ff:feec:a04d.
Okt 23 11:33:16 xxx avahi-daemon[876]: Joining mDNS multicast group on interface enp2s0.IPv6 with address fd00::edba:e863:c579:8c61.
Okt 23 11:33:16 xxx avahi-daemon[876]: Registering new address record for fd00::edba:e863:c579:8c61 on enp2s0.*.
Okt 23 11:33:16 xxx avahi-daemon[876]: Withdrawing address record for fe80::16da:e9ff:feec:a04d on enp2s0.
Okt 23 11:33:17 xxx avahi-daemon[876]: Registering new address record for fd00::16da:e9ff:feec:a04d on enp2s0.*.
Okt 23 11:33:17 xxx wickedd-dhcp6[945]: enp2s0: Committed DHCPv6 lease
Okt 23 11:33:17 xxx wicked[4120]: ... great, we were expecting this event
Okt 23 11:33:17 xxx wicked[4120]: enp2s0: successfully transitioned from addrconf-up to network-up
Okt 23 11:33:17 xxx wicked[4120]: waiting for 0 devices to become ready (0 explicitly requested)
Okt 23 11:33:17 xxx wicked[4120]: finished with all devices.
Okt 23 11:33:17 xxx wicked[4120]: lo: tentative addresses check
Okt 23 11:33:17 xxx wicked[4120]: enp2s0: tentative addresses check
Okt 23 11:33:17 xxx wicked[4120]: Exit with status: 0
Okt 23 11:33:17 xxx wicked[4120]: lo              up
Okt 23 11:33:17 xxx wicked[4120]: enp2s0          up
Okt 23 11:33:19 xxx wickedd-dhcp6[945]: Unable to find any IA requiring a renew

Okt 23 11:35:04 xxx login[3892]: pam_unix(login:session): session closed for user root
Okt 23 11:35:04 xxx systemd[3896]: pam_unix(systemd-user:session): session closed for user root