------- Comment From mario.alberto.gali...@ibm.com 2021-06-15 11:18 EDT-------
Enable udev monitor:
udevadm --debug monitor --property >> udevadm_monitor.txt

Steeps followed to retrieve logs:
- Manually remove the IP
ip addr del 192.168.171.53/24 dev enP53p0s0.171

- Try to assign ip via netplan
root@ilabg13:~# date
Tue Jun 15 08:10:29 MST 2021
root@ilabg13:~# netplan apply
root@ilabg13:~# date
Tue Jun 15 08:10:59 MST 2021

- Try to assign ip via udevadm
root@ilabg13:~# date
Tue Jun 15 08:11:21 MST 2021
root@ilabg13:~# udevadm trigger --attr-match=subsystem=net
root@ilabg13:~# date
Tue Jun 15 08:11:31 MST 2021

- Try to assign ip via ip command (Successfully assigned)
root@ilabg13:~# date
Tue Jun 15 08:11:46 MST 2021
root@ilabg13:~# ip addr add 192.168.171.53/24 dev enP53p0s0.171
RTNETLINK answers: File exists
root@ilabg13:~# date
Tue Jun 15 08:11:51 MST 2021

- Retrieve journalctl logs
journalctl --since today -u systemd-networkd -u systemd-udevd --no-pager > 
journalctl_udev_monitor.txt

Copied the full content of /run/systemd/network

-- 
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

Reply via email to