Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-12 Thread Matthew Hall
On Thu, Nov 12, 2015 at 10:37:56AM +0100, Lennart Poettering wrote: > Since time began eth* is where the kernel automatically picked iface > names from. If you want to assign your own names go for some other > namespace, or be prepared to race against the kernel, and deal with > it. > > Lennart A

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-12 Thread Matthew Hall
On Thu, Nov 12, 2015 at 09:56:28AM +0200, Mantas Mikul??nas wrote: > You begin with saying that eth# is good because that's how it's been done > for decades ??? but then you say the exact same thing is now *bad* and the > kernel should start putting new interfaces under net#, completely > contradic

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-11 Thread Matthew Hall
On Thu, Nov 12, 2015 at 07:59:03AM +0200, Mantas Mikul??nas wrote: > I'm not sure if udev even still _allows_ renaming to eth*, but even if it > does, that's explicitly not supported. (For example, between the time eth0 > appears and the "rename to eth1" rule gets processed, another eth1 might > al

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-11 Thread Matthew Hall
On Thu, Nov 12, 2015 at 12:40:04AM -0500, Matthew Hall wrote: > The process for adding an account on the FDO wiki is extremely confusing for > any non-expert users: > > http://wiki.freedesktop.org/sitewranglers/wiki/401/ > > There is no way anybody that isn't a crypto g

Re: [systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-11 Thread Matthew Hall
On Thu, Nov 12, 2015 at 12:12:55AM -0500, Matthew Hall wrote: > /etc/udev/rules.d/70-net-names.rules: > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", SUBSYSTEM=="pci", > KERNELS==":00:1f.6", NAME="eth0" > SUBSYSTEM==&qu

[systemd-devel] network interface renaming via PCI ID w/ systemd-udevd

2015-11-11 Thread Matthew Hall
Hello all, I am tearing my hair out trying to follow the directions in this page to get the correct interface names on Ubuntu Wily w/ systemd-udevd. http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ I am just trying to get my eth0 - eth3 into the desired order.