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

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

2021-12-16 Thread Tim Safe
at 3:03 AM Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > 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 e

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

2021-12-16 Thread Tim Safe
/net/devices/piholelxd E: TAGS=:systemd: On Thu, Dec 16, 2021 at 7:45 AM Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > On Thu, Dec 16, 2021 at 07:27:44AM -0500, Tim Safe wrote: > > Thanks for the reply! Here's the output: > > > > $ udevadm test-buil

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 w