------- Comment From mario.alberto.gali...@ibm.com 2021-06-14 11:18 EDT------- Enable udev debug mode: root@ilabg13:~# cat /etc/systemd/system/systemd-udevd.service.d/override.conf [Service] Environment=SYSTEMD_LOG_LEVEL=debug root@ilabg13:~# systemctl daemon-reload && sudo systemctl restart systemd-udevd
Details about apt-cache policy systemd udev netplan.io: root@ilabg13:~# apt-cache policy systemd udev netplan.io systemd: Installed: 245.4-4ubuntu3.6 Candidate: 245.4-4ubuntu3.6 Version table: *** 245.4-4ubuntu3.6 500 500 http://us.ports.ubuntu.com/ubuntu-ports focal-updates/main s390x Packages 100 /var/lib/dpkg/status 245.4-4ubuntu3 500 500 http://us.ports.ubuntu.com/ubuntu-ports focal/main s390x Packages udev: Installed: 245.4-4ubuntu3.6 Candidate: 245.4-4ubuntu3.6 Version table: *** 245.4-4ubuntu3.6 500 500 http://us.ports.ubuntu.com/ubuntu-ports focal-updates/main s390x Packages 100 /var/lib/dpkg/status 245.4-4ubuntu3 500 500 http://us.ports.ubuntu.com/ubuntu-ports focal/main s390x Packages netplan.io: Installed: 0.102-0ubuntu1~20.04.2 Candidate: 0.102-0ubuntu1~20.04.2 Version table: *** 0.102-0ubuntu1~20.04.2 500 500 http://us.ports.ubuntu.com/ubuntu-ports focal-updates/main s390x Packages 100 /var/lib/dpkg/status 0.99-0ubuntu1 500 500 http://us.ports.ubuntu.com/ubuntu-ports focal/main s390x Packages Steeps followed to retrieve logs: - Manually remove the IP ip addr add 192.168.171.53/24 dev enP53p0s0.171 - Try to assign ip via netplan root@ilabg13:~# date Mon Jun 14 08:12:02 MST 2021 root@ilabg13:~# netplan apply root@ilabg13:~# date Mon Jun 14 08:12:12 MST 2021 - Try to assign ip via udevadm root@ilabg13:~# date Mon Jun 14 08:12:28 MST 2021 root@ilabg13:~# udevadm trigger root@ilabg13:~# date Mon Jun 14 08:12:36 MST 2021 - Try to assign ip via ip command (Successfully assigned) root@ilabg13:~# date Mon Jun 14 08:13:02 MST 2021 root@ilabg13:~# ip addr add 192.168.171.53/24 dev enP53p0s0.171 RTNETLINK answers: File exists root@ilabg13:~# date Mon Jun 14 08:13:07 MST 2021 - Retrieve journalctl logs root@ilabg13:~# journalctl --since today -u systemd-networkd -u systemd-udevd --no-pager > journalctl_udevadm_netplan_ip.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1929657 Title: [Ubuntu 20.4.2] vLan not getting static IP assigned (on s390x) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1929657/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs