Re: [systemd-devel] Predictable Network Interface Name Bug?

2021-12-18 Thread Tim Safe
Thanks! I've never had to beg the Ubuntu package maintainers for patches, so I'll have to learn the process. Alternatively, it looks like copying /lib/udev/rules.d/80-net-setup-link.rules to /etc/udev/rules.d/ and changing 'NAME="$env{ID_NET_NAME}"' to 'NAME="$env{ID_NET_NAME_PATH}"' would also

Re: [systemd-devel] Predictable Network Interface Name Bug?

2021-12-17 Thread Zbigniew Jędrzejewski-Szmek
As Lennart wrote, some of the changes since v245 are likely to fix your issue. I'd put my money on https://github.com/systemd/systemd/commit/2c8ec0095e i.e. systemd 247, but it's probably best to try systemd 249. Zbyszek

Re: [systemd-devel] Predictable Network Interface Name Bug?

2021-12-16 Thread Tim Safe
thanks! $ udevadm info /sys/class/net/* P: /devices/pci:00/:00:1f.6/net/eno1 L: 0 E: DEVPATH=/devices/pci:00/:00:1f.6/net/eno1 E: INTERFACE=eno1 E: IFINDEX=3 E: SUBSYSTEM=net E: USEC_INITIALIZED=1182514 E: ID_MM_CANDIDATE=1 E: ID_NET_NAMING_SCHEME=v245 E:

Re: [systemd-devel] Predictable Network Interface Name Bug?

2021-12-16 Thread Lennart Poettering
On Mi, 15.12.21 21:37, Tim Safe (timsafeem...@gmail.com) wrote: > Hello- > > I have an Ubuntu Server 20.04 (systemd 245 (245.4-4ubuntu3.13)) box that I > recently installed a Intel quad-port Gigabit ethernet adapter (E1G44ETBLK). > > It appears that the predictable interface naming is only

Re: [systemd-devel] Predictable Network Interface Name Bug?

2021-12-16 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Dec 16, 2021 at 07:27:44AM -0500, Tim Safe wrote: > Thanks for the reply! Here's the output: > > $ udevadm test-builtin net_id /sys/class/net/ens8f0 > ID_NET_NAME_SLOT=ens8f0 > > $ udevadm test-builtin net_id /sys/class/net/ens8f1 > ID_NET_NAME_SLOT=ens8f1 > > $ udevadm test-builtin

Re: [systemd-devel] Predictable Network Interface Name Bug?

2021-12-16 Thread Tim Safe
Thanks for the reply! Here's the output: $ udevadm test-builtin net_id /sys/class/net/ens8f0 Load module index Parsed configuration file /usr/lib/systemd/network/99-default.link Parsed configuration file /usr/lib/systemd/network/73-usb-net-by-mac.link Created link configuration context. Using

Re: [systemd-devel] Predictable Network Interface Name Bug?

2021-12-16 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Dec 15, 2021 at 09:37:41PM -0500, Tim Safe wrote: > Hello- > > I have an Ubuntu Server 20.04 (systemd 245 (245.4-4ubuntu3.13)) box that I > recently installed a Intel quad-port Gigabit ethernet adapter (E1G44ETBLK). > > It appears that the predictable interface naming is only renaming

[systemd-devel] Predictable Network Interface Name Bug?

2021-12-15 Thread Tim Safe
Hello- I have an Ubuntu Server 20.04 (systemd 245 (245.4-4ubuntu3.13)) box that I recently installed a Intel quad-port Gigabit ethernet adapter (E1G44ETBLK). It appears that the predictable interface naming is only renaming the first two interfaces (ens8f0, ens8f1) and the second two fail to be