Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Patrick Flaig
Hi Michael, great, that was the problem, removed the file, recreated the initramfs, now it works like a charm. Thanks a lot for the help. Patrick > Am 27.07.2017 um 21:29 schrieb Michael Biebl : > > Am 27.07.2017 um 20:21 schrieb Patrick Flaig: >> Sure, this is the content: >> >> cat /tmp/foo

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Michael Biebl
Am 27.07.2017 um 20:21 schrieb Patrick Flaig: > Sure, this is the content: > > cat /tmp/foo/lib/systemd/network/99-default.link Thanks Patrick. So, it seems the udev maintainer scripts detected at virtualized environment which causes the following code to be triggered: https://anonscm.debian.or

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Patrick Flaig
Sure, this is the content: cat /tmp/foo/lib/systemd/network/99-default.link # This machine is most likely a virtualized guest, where the old persistent # network interface mechanism (75-persistent-net-generator.rules) did not work. # This file disables /lib/systemd/network/99-default.link to avoi

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Michael Biebl
Am 27.07.2017 um 19:50 schrieb Patrick Flaig: > Oh my fault, 99-default.link is available, I checked the wrong folder. > The file is containing some text, saying that the machine is most likely a > virtualized guest. Can you paste the contents verbatim. -- Why is it that all of the instruments

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Patrick Flaig
Oh my fault, 99-default.link is available, I checked the wrong folder. The file is containing some text, saying that the machine is most likely a virtualized guest. > Am 27.07.2017 um 19:28 schrieb Michael Biebl : > > Am 27.07.2017 um 18:55 schrieb debian-li...@patschie.de: > >>> Am 27.07.2017

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Michael Biebl
Am 27.07.2017 um 18:55 schrieb debian-li...@patschie.de: >> Am 27.07.2017 um 18:25 schrieb Michael Biebl : >> lsinitramfs /boot/initrd.img-$(uname -r) | grep 99-default.link >> lib/systemd/network/99-default.link > Missing Odd. Do you have that file on the host system? Can you check with debsums

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread debian-lists
> Am 27.07.2017 um 18:25 schrieb Michael Biebl : > > Am 27.07.2017 um 18:04 schrieb debian-li...@patschie.de: >> Hi Michael, >> >> I forgot to mention that I also recreated the initramfs: >> after several tries just to update it, I deleted the initramfs and recreated >> it completely. >> But s

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Patrick Flaig
> Am 27.07.2017 um 18:25 schrieb Michael Biebl : > > Am 27.07.2017 um 18:04 schrieb debian-li...@patschie.de: >> Hi Michael, >> >> I forgot to mention that I also recreated the initramfs: >> after several tries just to update it, I deleted the initramfs and recreated >> it completely. >> But s

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Patrick Flaig
Thanks, confirmed, the initrd doesn’t contain any udev rule files in /etc/udev/rules.d > Am 27.07.2017 um 18:11 schrieb Greg Wooledge : > > On Thu, Jul 27, 2017 at 06:04:49PM +0200, debian-li...@patschie.de wrote: >> Is there a way to manually check the contents of the initramfs, just to make

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Michael Biebl
Am 27.07.2017 um 18:04 schrieb debian-li...@patschie.de: > Hi Michael, > > I forgot to mention that I also recreated the initramfs: > after several tries just to update it, I deleted the initramfs and recreated > it completely. > But still the same effect. > > Is there a way to manually check t

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Greg Wooledge
On Thu, Jul 27, 2017 at 06:04:49PM +0200, debian-li...@patschie.de wrote: > Is there a way to manually check the contents of the initramfs, just to make > sure that the 70-persistent-net.rules isn’t there? mkdir /tmp/foo && cd /tmp/foo && unmkinitramfs /boot/initrd.whatever (The old way of just

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread debian-lists
Hi Michael, I forgot to mention that I also recreated the initramfs: after several tries just to update it, I deleted the initramfs and recreated it completely. But still the same effect. Is there a way to manually check the contents of the initramfs, just to make sure that the 70-persistent-n

Re: Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread Michael Biebl
Hi Patrick Am 27.07.2017 um 17:15 schrieb debian-li...@patschie.de: > Hi, > > I’m running into some troubles to enable the predictable network interface > names for a system upgraded from Jessie. > > What I figured out so far: > Setting net.ifnames=1 on the kernel command line doesn’t help and

Jessie to Stretch Upgrade: Enable Predictable Network Interface Names

2017-07-27 Thread debian-lists
Hi, I’m running into some troubles to enable the predictable network interface names for a system upgraded from Jessie. What I figured out so far: Setting net.ifnames=1 on the kernel command line doesn’t help and seems no longer to be supported parameter (at least "sysctl - a" doesn’t show it).