Your message dated Mon, 30 Mar 2015 12:20:00 +0000
with message-id <e1ycyfg-00006c...@franck.debian.org>
and subject line Bug#765577: fixed in systemd 215-14
has caused the Debian Bug report #765577,
regarding netboot install writes duplicates to 70-persistent-net.rules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
765577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: udev-udeb
Version: 215-5+b1
Severity: important
User: debian-...@lists.debian.org
Usertags: debian-edu

I ran into this problem when installing a Debian Edu Jessie workstation
using PXE on a Lenovo Thinkpad X200.  The problem at the end is that
users can not log into the workstation because the network interface is
not properly configured.  This is caused by the network card to show up
as eth1 instead of eth0.  Only eth0 is configured in
/etc/network/interfaces.

This in turn is caused by /etc/udev/rules.d/70-presisten-net.rules
listing the network card twice, once with eth0 and once with eth1.  The
file look like this:

  # This file was automatically generated by the /lib/udev/write_net_rules
  # program, run by the persistent-net-generator.rules rules file.
  #
  # You can modify it, as long as you keep each rule on a single
  # line, and change only the value of the NAME= key.

  # PCI device 0x8086:0x10f5 (e1000e)
  SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:1f:16:0b:47:4d", ATTR{dev_id}=="0x0", ATTR{type}=="1", 
KERNEL=="eth*", NAME="eth0"

  # PCI device 0x8086:0x10f5 (e1000e)
  SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:1f:16:0b:47:4d", ATTR{dev_id}=="0x0", ATTR{type}=="1", 
KERNEL=="eth*", NAME="eth1"

As this have not happend to me every time, I have tried to figure out
what is special about this setup, but do not know the udev stuff enough
to have a clue.  I do notice this part in the log, which seem to be
related:

Oct 16 10:51:35 main-menu[186]: INFO: Menu item 'ethdetect' selected
Oct 16 10:51:35 kernel: [    2.532038] usb 2-2: new full-speed USB device 
number 3 using uhci_hcd
Oct 16 10:51:35 net/hw-detect.hotplug: Detected hotpluggable network interface 
lo
Oct 16 10:51:35 net/hw-detect.hotplug: Detected hotpluggable network interface 
eth1
Oct 16 10:51:35 kernel: [    2.620227] systemd-udevd[51]: renamed network 
interface eth0 to eth1
Oct 16 10:51:35 kernel: [    2.636070] Switched to clocksource tsc
Oct 16 10:51:35 kernel: [    2.707037] usb 2-2: New USB device found, 
idVendor=0a5c, idProduct=2145
Oct 16 10:51:35 kernel: [    2.707039] usb 2-2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
Oct 16 10:51:35 kernel: [    2.707042] usb 2-2: Product: ThinkPad Bluetooth 
with Enhanced Data Rate II
Oct 16 10:51:35 kernel: [    2.707043] usb 2-2: Manufacturer: Lenovo Computer 
Corp
Oct 16 10:51:35 hw-detect: Detected module 'usb-storage' for 'USB storage'

Notice how eth0 was renamed to eth1 by udev while hw-detect version
1.104 was running.  Any clue what is going wrong here?

-- 
Happy hacking
Petter Reinholdtsen

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 215-14

We believe that the bug you reported is fixed in the latest version of
systemd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 765...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <bi...@debian.org> (supplier of updated systemd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 30 Mar 2015 13:26:52 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev 
libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev 
libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 
libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb 
libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source amd64
Version: 215-14
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers 
<pkg-systemd-maintain...@lists.alioth.debian.org>
Changed-By: Michael Biebl <bi...@debian.org>
Description:
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library (transitional package)
 libsystemd-daemon0 - systemd utility library (deprecated)
 libsystemd-dev - systemd utility library - development files
 libsystemd-id128-0 - systemd 128 bit ID utility library (deprecated)
 libsystemd-id128-dev - systemd 128 bit ID utility library (transitional 
package)
 libsystemd-journal-dev - systemd journal utility library (transitional package)
 libsystemd-journal0 - systemd journal utility library (deprecated)
 libsystemd-login-dev - systemd login utility library (transitional package)
 libsystemd-login0 - systemd login utility library (deprecated)
 libsystemd0 - systemd utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 python3-systemd - Python 3 bindings for systemd
 systemd    - system and service manager
 systemd-dbg - system and service manager (debug symbols)
 systemd-sysv - system and service manager - SysV links
 udev       - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 762700 765577 772182 781210
Changes:
 systemd (215-14) unstable; urgency=medium
 .
   [ Michael Biebl ]
   * Map $x-display-manager LSB facility to display-manager.service instead of
     making it a target. Using a target had the downside that multiple display
     managers could hook into it at the same time which could lead to several
     failed start attempts for the non-default display manager.
   * Update insserv-generator and map $x-display-manager to
     display-manager.service, following the recent change in sysv-generator.
     This avoids creating references to a no longer existing
     x-display-manager.target unit.
   * Cherry-pick upstream fix to increase the SendBuffer of /dev/log to 8M.
 .
   [ Martin Pitt ]
   * scope: Make attachment of initial PIDs more robust. Fixes crash with
     processes that get started by an init.d script with a different (aliased)
     name when the cgroup becomes empty. (Closes: #781210)
   * boot-and-services, display-managers autopkgtests: Add missing python3 test
     dependency.
   * Don't attempt to mount the same swap partition twice through different
     device node aliases. (Closes: #772182, LP: #1399595)
 .
   [ Christian Seiler ]
   * Make the journald to syslog forwarding more robust by increasing the
     maximum datagram queue length from 10 to 512. (Closes: #762700)
 .
   [ Marco d'Itri ]
   * Avoid writing duplicate entries in 70-persistent-net.rules by double
     checking if the new udev rule has already been written for the given
     interface. This happens if multiple add events are generated before the
     write_net_rules script returns and udevd renames the interface.
     (Closes: #765577)
Checksums-Sha1:
 3505472c93909659d629d242de834fee9d7e9fc7 4107 systemd_215-14.dsc
 8d20ded002e30754d16d9491fc812691a79a2686 203116 systemd_215-14.debian.tar.xz
 2fa51dc1bcd75666f68c1d10ed3785489622653a 2540386 systemd_215-14_amd64.deb
 4d0881637bdccc459c3e456711780bb7dba32ace 33652 systemd-sysv_215-14_amd64.deb
 b0b801fc80ae715d7da934acaa11475e7ed6b913 122970 libpam-systemd_215-14_amd64.deb
 e91dae62f7ad8971f096ef8ff4fdeab938b70cbc 86392 libsystemd0_215-14_amd64.deb
 8b4493bf4b6260fd52c45aec3c598b542ee303c0 92680 libsystemd-dev_215-14_amd64.deb
 83a4bb80ca1c595f29443cdab1c80c25bee90d56 46738 
libsystemd-login0_215-14_amd64.deb
 91ffde00567e0fb491d84f1abe5ba0f2e9f40fdd 29256 
libsystemd-login-dev_215-14_amd64.deb
 7aa52253168f19d90ed27100a14d63cc18e0c092 35848 
libsystemd-daemon0_215-14_amd64.deb
 5be5527fd32874191f239c86164b37e9007dd853 29268 
libsystemd-daemon-dev_215-14_amd64.deb
 c58b3864919fe88ef8452d3b76f088c762cf76ac 71900 
libsystemd-journal0_215-14_amd64.deb
 2ee3fd6fa700ea8c8572e1e8fff2f644e23c17e8 29248 
libsystemd-journal-dev_215-14_amd64.deb
 011561bde4c6f6651d19605bd1cede8f3ff17b00 34822 
libsystemd-id128-0_215-14_amd64.deb
 eb3e85b32febfedf93cc8a2cba40f0bba21e6746 29250 
libsystemd-id128-dev_215-14_amd64.deb
 ef1ebee56d1f8f367b427161b5f3f4d97b4f0eba 877230 udev_215-14_amd64.deb
 7fe83689daa16906f72d937b0eed724221976b44 54798 libudev1_215-14_amd64.deb
 7939f5d4143bb9f0605995ff47ad4db5f1dbdfe7 23264 libudev-dev_215-14_amd64.deb
 2426f9da3d111229628e5034af0b52662b89b8b8 195866 udev-udeb_215-14_amd64.udeb
 e1324797f21be26c2dd3ec6c03c2708a14a5d178 24742 libudev1-udeb_215-14_amd64.udeb
 c477f28b7d1eec8c216a6568123ff22be49a5844 39670 libgudev-1.0-0_215-14_amd64.deb
 423ecd20787f0f4cdbd03bd0d33233d180db5dd1 2828 gir1.2-gudev-1.0_215-14_amd64.deb
 5c5f66dcefe16fb1baeeaea957c3d6d1d8d83b5f 24572 
libgudev-1.0-dev_215-14_amd64.deb
 b4f252fffae582d9f6c050ea509d7dd4b8a4d3a6 59048 python3-systemd_215-14_amd64.deb
 8e56f57b858fd576e411837be1cb1ccbcc4dd29b 15949712 systemd-dbg_215-14_amd64.deb
Checksums-Sha256:
 e35e580f8bc98dc8385e56ca038c3e952fac094507ddf82433d5f8337ca00b83 4107 
systemd_215-14.dsc
 0bebfea102dc09076deca0eadc80d2a7c83cb9644029810c3c8e3122729f4b9a 203116 
systemd_215-14.debian.tar.xz
 c09b18fcbf87be11e805a302462753afc20b4f2b6025c782f4771e4368bb7515 2540386 
systemd_215-14_amd64.deb
 c2aefe356f785e23aa93c1e2a1d246fbc39dd4118f0de506f3f820061a1543ed 33652 
systemd-sysv_215-14_amd64.deb
 9b7e8710a4e27fb97bcf606147704e4a37b5d4e6e961a4c3107cdeeb0b161100 122970 
libpam-systemd_215-14_amd64.deb
 14d67387e4fdc2f7604172583fec3dbe8e11ff82321a53d966fc82c290bf0162 86392 
libsystemd0_215-14_amd64.deb
 9da3972bbb8763e5bc12e0cb8cddbffade39b3f9eb11d46048450411dbc94e3d 92680 
libsystemd-dev_215-14_amd64.deb
 350337f261e53608d4c882c37ed905f63ca0117ab0363e1cf2a26acf48192d6a 46738 
libsystemd-login0_215-14_amd64.deb
 38efa8d3c4b536bd9ff9aa9e3cf5039a4c0adefec34f557224a7c6cb1a54636c 29256 
libsystemd-login-dev_215-14_amd64.deb
 9262dc2636c7a6a8acc8aa7641b3ef5ff3e250f7149754d8823f8a826cbf297a 35848 
libsystemd-daemon0_215-14_amd64.deb
 9e282f665b131b1d497e945692526fbff93c3b55d062a6ae1f24fc23f39cf0b7 29268 
libsystemd-daemon-dev_215-14_amd64.deb
 e0b02bf5b56b55bf54611501a3c72e9e796b45a998bf0f3a00d44c50b328e809 71900 
libsystemd-journal0_215-14_amd64.deb
 7a8c260da958cb57e7c22e2e77d5bb125792053721e5fefcef8eb887c744ea45 29248 
libsystemd-journal-dev_215-14_amd64.deb
 03cd6b7c9d0c1a486a111e51fc1f237654770bb4c8783297c79c8f4c552765c3 34822 
libsystemd-id128-0_215-14_amd64.deb
 54b090891a4c1f6563cec596e6b248b283420cca9664d8bd944456c8cec9ec27 29250 
libsystemd-id128-dev_215-14_amd64.deb
 36d6b62cf57fbe975a4b91bef4f15629b7a960d637d79556f7c0496068d7bd63 877230 
udev_215-14_amd64.deb
 e0a831a0bc6da78f3d7278786ef3d93a4fca7799e50a3f1899911d8c52888911 54798 
libudev1_215-14_amd64.deb
 5d7666dcce48fc1923072c6dc2ac1406b8de8b4eb579c50654303870340e0973 23264 
libudev-dev_215-14_amd64.deb
 79681dd6513d26446edfb1e459351396faa7bc318ec9eb9663e541b39a925ec8 195866 
udev-udeb_215-14_amd64.udeb
 ae802eb211573a26543cb3824bd4c10756e408843ff34d4e7bd32b0f65088a37 24742 
libudev1-udeb_215-14_amd64.udeb
 8fb3f73716b12a0ac08b52bedd22e3841be137ec796140e0a7f43da6e780b448 39670 
libgudev-1.0-0_215-14_amd64.deb
 1ab367441160b44ad7c9df32e2087fe2949ef5e18df10a1e7c875c79ddd11954 2828 
gir1.2-gudev-1.0_215-14_amd64.deb
 8e7cc1cd5b8623530a58841c1aaaa4736476f818938dcbea00106335e55f6562 24572 
libgudev-1.0-dev_215-14_amd64.deb
 ad6841368b5c17c521629e179d1d00b4e45d3126edfd9782edb57154ecc032bb 59048 
python3-systemd_215-14_amd64.deb
 92dcc23c00f8117a078b7b4568f7858b32ca13c407d63f34dc479dfe217711da 15949712 
systemd-dbg_215-14_amd64.deb
Files:
 9ca852ab2e2ce5499eb274aab3ee0387 4107 admin optional systemd_215-14.dsc
 afe0e6bd021de2e4ac3a2d34beb2d5a5 203116 admin optional 
systemd_215-14.debian.tar.xz
 aef4fcb85252ebeba4962c26d1aeccb2 2540386 admin optional 
systemd_215-14_amd64.deb
 c2d160a95ae8c95f555a17719129dcf7 33652 admin extra 
systemd-sysv_215-14_amd64.deb
 1c9317dd51b17d143dc827fa5b2babca 122970 admin optional 
libpam-systemd_215-14_amd64.deb
 ae71e8a91b2b72d638a85cef07e21a4e 86392 libs optional 
libsystemd0_215-14_amd64.deb
 9330fc127e6323484fc9ec3e8f47c159 92680 libdevel optional 
libsystemd-dev_215-14_amd64.deb
 144a5014353512738145f0241b34d467 46738 oldlibs extra 
libsystemd-login0_215-14_amd64.deb
 75ede5ed3cd4a06bc8b4ad367129e84d 29256 oldlibs extra 
libsystemd-login-dev_215-14_amd64.deb
 541e68c255e62be0d6a3f4f3a7adcf01 35848 oldlibs extra 
libsystemd-daemon0_215-14_amd64.deb
 faebc4a9b37f848469a45a1f727b4cb2 29268 oldlibs extra 
libsystemd-daemon-dev_215-14_amd64.deb
 64e351cff038b60fbbea8f5152f1a7fc 71900 oldlibs extra 
libsystemd-journal0_215-14_amd64.deb
 bea8dea91191594558395d8f19927007 29248 oldlibs extra 
libsystemd-journal-dev_215-14_amd64.deb
 a14d6b94c84cce3b38df2cf8b8bbf8ee 34822 oldlibs extra 
libsystemd-id128-0_215-14_amd64.deb
 b67bf8713bd448b97c3b9a8242571437 29250 oldlibs extra 
libsystemd-id128-dev_215-14_amd64.deb
 12db96b03e10e045482f75a84a0ea9a9 877230 admin important udev_215-14_amd64.deb
 1c431f19c3d5e1af89969e7c248f4980 54798 libs important libudev1_215-14_amd64.deb
 0cbe11c3ff9d5862105d3f239c7cf6e1 23264 libdevel optional 
libudev-dev_215-14_amd64.deb
 3ef35b56c829c625475cfac357d4f058 195866 debian-installer optional 
udev-udeb_215-14_amd64.udeb
 b7f488b8bdb76a3af59000f35c6fc92c 24742 debian-installer optional 
libudev1-udeb_215-14_amd64.udeb
 028cd720ccc6c3175bbf5650fdead303 39670 libs optional 
libgudev-1.0-0_215-14_amd64.deb
 eb266f45492982630adee5368105ede2 2828 introspection optional 
gir1.2-gudev-1.0_215-14_amd64.deb
 a36ee6ddf88aacc15a0f1803242c92eb 24572 libdevel optional 
libgudev-1.0-dev_215-14_amd64.deb
 4988ede516f74a7208070e937f740c75 59048 python optional 
python3-systemd_215-14_amd64.deb
 22b5d65f4dce54d809ffc3df122433ef 15949712 debug extra 
systemd-dbg_215-14_amd64.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVGTkbAAoJEGrh3w1gjyLc1agP/jW8aS9nZ7QNLLLTFmKP777q
7qE2uh0E8Rq6oYwdrc6A3LW/VK26HM/SrkTqVCjM5xt5SJQd56iU/0yVpwQ6BPB0
XvrRNUB3QeUDl4E3IOxtfIXopQeOons9ekk6W2EmMk7kneqsG8BxBNQhEoQwdI0l
6o83s9auFoRD4wtl9+g98hP4KGXdiB8oCoJbq3OS2exHKucTrLiTNwxMyWyy6PeO
+r5z8d8dYsmFuHzchctBzLueBsi5HBOdI0ja9FWbcejLFr76XuZQjtpoj7ohPKxy
U24xb8ule3TaaSi/7UIpVyDnMY2Rn/ThF3WTqu5iWh+QvuE5hPX7kqiFwAoMzcJ0
zgjJAKqRj5/KsEgJ2+8I34tfjBN0vP0pzAg/fKOqETE1JtqviQ/pfreaz+ZjcJ74
Ah4mATEQznksQZCHA1tUdC0AZvwkPbJhdg7h0SqsAxtg18zkIKFqsXP4bQRheTCi
tjXRbT53JkNi3u3GY+wVQeKHv7ETSLnNB1jYKWzYWB6rmTFzxBlbqxFS+wZowh+/
uCdEnvwDHS8tzk32RtuIH1EVgvSB1FdLYW8oC8QwrAagCeTi4acRn4QKq+e9WUwp
4SDxN308Ceocv+duAfj/DG7Ng4Z6asXCRD9NBhDls4bSUIajOS7hB2mhMwY/hB7s
yGv0RxY/BdI+aPcRxwsd
=EgeY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to