Re: [systemd-devel] Renaming interfaces with systemd.link

2017-04-03 Thread Chris Trobridge
> Note that "networkctl status ..." will actually show you the link file > applied to a specific interface. What does it show for yours? > > Lennart It shows "/usr/lib/systemd/network/99-default.link", despite the presence of my earlier named 10-eth0.link file. The initramfs for Fedora

Re: [systemd-devel] Renaming interfaces with systemd.link

2017-04-03 Thread Lennart Poettering
On Sat, 01.04.17 20:45, Chris Trobridge (christrobri...@hotmail.com) wrote: > $cat /etc/systemd/network/10-eth0.link > [Match] > #OriginalName=eth0 > MACAddress=08:00:27:57:f6:40 > > [Link] > Name=eno1 > > $ dmesg | grep eth0 > [1.636915] e1000 :00:03.0 eth0: (PCI:33MHz:32-bit)

Re: [systemd-devel] Renaming interfaces with systemd.link

2017-04-02 Thread Chris Trobridge
> From: Lennart Poettering <lenn...@poettering.net> > Sent: 30 March 2017 16:15 > To: Chris Trobridge > Cc: systemd-de...@freedesktop.org > Subject: Re: [systemd-devel] Renaming interfaces with systemd.link >  > On Tue, 14.03.17 19:18, Chris Trobridge (christ

Re: [systemd-devel] Renaming interfaces with systemd.link

2017-04-01 Thread Lennart Poettering
On Fri, 31.03.17 15:56, Ian Pilcher (arequip...@gmail.com) wrote: > On 03/30/2017 10:15 AM, Lennart Poettering wrote: > > My educated guess is that your .link file was ignored due to the > > existance of /usr/lib/systemd/network/99-default.link. Make sure to > > prefix your .link file with some

Re: [systemd-devel] Renaming interfaces with systemd.link

2017-03-31 Thread Ian Pilcher
On 03/30/2017 10:15 AM, Lennart Poettering wrote: My educated guess is that your .link file was ignored due to the existance of /usr/lib/systemd/network/99-default.link. Make sure to prefix your .link file with some number < 99 to ensure it takes precedence. I think I've asked this before, but

Re: [systemd-devel] Renaming interfaces with systemd.link

2017-03-30 Thread Lennart Poettering
On Tue, 14.03.17 19:18, Chris Trobridge (christrobri...@hotmail.com) wrote: > > On Fedora 25 I can rename a tap interface with a .link file in > /etc/systemd/network but I cannot rename any Ethernet interfaces. It should work for all interfaces. My educated guess is that your .link file was

[systemd-devel] Renaming interfaces with systemd.link

2017-03-14 Thread Chris Trobridge
On Fedora 25 I can rename a tap interface with a .link file in /etc/systemd/network but I cannot rename any Ethernet interfaces. Reading around there are a few reports of issues for Debian and these seemed to relate the the use of initramfs (eg