control: reassign -1 udev-udeb
control: forcemerge 765577 -1
Looks like a duplicate of
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765577
Am 2015-02-05 12:41, schrieb Christof Boeckler:
Package: udev
Version: 215-10
Severity: minor
Dear Maintainer,
I did a PXE installation of Jessie on a machine that has only one NIC
and got
the following two entries in /etc/udev/rules.d/70-persistent-net.rules:
# PCI device 0x8086:0x109a (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:1f:e2:03:d5:12", ATTR{dev_id}=="0x0",
ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:0x109a (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:1f:e2:03:d5:12", ATTR{dev_id}=="0x0",
ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
The only difference between these two lines is the name.
/etc/network/interfaces says:
allow-hotplug eth1
iface eth1 inet dhcp
but eth0 does not appear.
I guess, that these duplicate lines with almost identical content are
not
intended. Nevertheless, networking works ok.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]