Your message dated Thu, 21 May 2015 09:39:47 +0000
with message-id <e1yvmx9-0004vw...@franck.debian.org>
and subject line Bug#765577: fixed in systemd 219-10
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: 219-10

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.
Martin Pitt <mp...@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: Thu, 21 May 2015 09:43:52 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev 
libsystemd-login-dev libsystemd-daemon-dev libsystemd-journal-dev 
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: 219-10
Distribution: experimental
Urgency: medium
Maintainer: Debian systemd Maintainers 
<pkg-systemd-maintainers@lists.alioth.debian.org>
Changed-By: Martin Pitt <mp...@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-dev - systemd utility library - development files
 libsystemd-id128-dev - systemd 128 bit ID utility library (transitional 
package)
 libsystemd-journal-dev - systemd journal utility library (transitional package)
 libsystemd-login-dev - systemd login utility library (transitional package)
 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: 765577
Changes:
 systemd (219-10) experimental; urgency=medium
 .
   * Fix assertion crash with empty Exec*= paths. (LP: #1454173)
   * Drop Avoid-reload-and-re-start-requests-during-early-boot.patch
     and Avoid-reloading-services-when-shutting-down.patch: This was fixed more
     robustly in invoke-rc.d and service now, see #777113.
   * debian/tests/boot-smoke: Allow 10 seconds for systemd jobs to settle down.
   * Fix "tentative" state of devices which are not in /dev (mostly in
     containers), and avoid overzealous cleanup unmounting of mounts from them.
     (LP: #1444402)
   * debian/extra/udev-helpers/net.agent: Eliminate cat and most grep calls.
   * Drop Set-default-polling-interval-on-removable-devices-as.patch; it's long
     obsolete, CD ejection with the hardware button works properly without it.
   * Re-enable-journal-forwarding-to-syslog.patch: Update patch description,
     journal.conf.d/ exists now.
   * journal: Gracefully handle failure to bind to audit socket, which is known
     to fail in namespaces (containers) with current kernels. Also
     conditionalize systemd-journald-audit.socket on CAP_AUDIT_READ.
     (LP: #1457054)
   * Put back *.agent scripts and use net.agent in Ubuntu. This fixes escaping
     of unit names, reduces the delta, and will make it easier to get a common
     solution for integrating ifup.d/ scripts with networkd.
   * When booting with "quiet", run the initramfs' udevd with "notice" log
     level. (LP: #1432171)
   * Add sigpwr-container-shutdown.service: Power off when receiving SIGPWR in
     a container. This makes lxc-stop work for systemd containers.
     (LP: #1457321)
   * write_net_rules: Escape '{' and '}' characters as well, to make this work
     with busybox grep. Thanks Faidon Liambotis! (Closes: #765577)
Checksums-Sha1:
 15a66753202a7d95d3d76909fed63263cc6c8835 3860 systemd_219-10.dsc
 7faa5f3404ed85c1d0fb4f60014ea1b6a34244a3 215784 systemd_219-10.debian.tar.xz
 c6dfe4d46d4385a499d9f6bdd757435fc5adca18 2826 gir1.2-gudev-1.0_219-10_amd64.deb
 2d3720222d79186c905f8958d430ce31b0e47fb4 47590 libgudev-1.0-0_219-10_amd64.deb
 9daa17eae4c24c8ce835884f2b4259dd7f8ef05b 24550 
libgudev-1.0-dev_219-10_amd64.deb
 ad3051928ac323d48f3443f54e688b031b9d34bb 141306 libpam-systemd_219-10_amd64.deb
 d4425fb24c9fc89cebf156247f871cb3ded9bf6f 37346 
libsystemd-daemon-dev_219-10_amd64.deb
 15d7108cd1c4811a5bef95edf8b0d864f68e4027 103478 libsystemd-dev_219-10_amd64.deb
 6e28dd86224a17cda38c80fefcaa26842f5c4796 37312 
libsystemd-id128-dev_219-10_amd64.deb
 6077e63a35f865310ad76443e16453068e3a1f0a 37324 
libsystemd-journal-dev_219-10_amd64.deb
 0f6f43df411c038a5b021f6a13ef02a6ace18aba 37334 
libsystemd-login-dev_219-10_amd64.deb
 d15301429dcefabbda60b1a3c995ce58a8fadcc0 101934 libsystemd0_219-10_amd64.deb
 09b2e0f06432005f532eda9c00c9243a3184dee7 23044 libudev-dev_219-10_amd64.deb
 1328e5aaa2d355f5a05666d8dc5eb5a6485ec58a 32110 libudev1-udeb_219-10_amd64.udeb
 6fd12abf44ec1f7d0c61240d13e39851a5cb2fce 69874 libudev1_219-10_amd64.deb
 ae4140d4fed8a4edf79909bc4db9fbcdae63c66e 67538 python3-systemd_219-10_amd64.deb
 424e08547f2968046ded0c005111ca532a4d0a9b 22040438 systemd-dbg_219-10_amd64.deb
 2d5b8cc396d603045014e4e5d2e0c60b4675007a 41980 systemd-sysv_219-10_amd64.deb
 ac720665a4badbafb14dda4751e169c3a141550a 3398386 systemd_219-10_amd64.deb
 efa74b40b5ba269cb2f5d87c0620aa4a8230c9ed 231798 udev-udeb_219-10_amd64.udeb
 e736355c6613fddef6e8b8acb8a90e170cd387ed 950656 udev_219-10_amd64.deb
Checksums-Sha256:
 8921101ed74fdbd25bcb864f363abfab64ca1d3bebd9ef1a6d75d248adad6d81 3860 
systemd_219-10.dsc
 af4526776609f24a2415360b3468f24e9ae4d8362b8eb1dbb8141e4d4b84918c 215784 
systemd_219-10.debian.tar.xz
 cc81b4cb96e5f881eeefbeb2c694176b0dd5c7de8a8b77c44708717a59d40a58 2826 
gir1.2-gudev-1.0_219-10_amd64.deb
 020757c4ebae07685857229b34eef97c076c06f34aa44451eb4143309f306d6a 47590 
libgudev-1.0-0_219-10_amd64.deb
 389cbd6e12148b2001f6a3fe7bdcd6ce8bc6dd2b6af785185de0daad9d5b8967 24550 
libgudev-1.0-dev_219-10_amd64.deb
 72282ed4b2303d7d8beb0085e23688a17366d2a7749b723cf8ea9c9418ab4c6a 141306 
libpam-systemd_219-10_amd64.deb
 dcf77da2ffd5f58b8a3413636ea53fa3aa70ae77dc3cd5b59918511526f35ad2 37346 
libsystemd-daemon-dev_219-10_amd64.deb
 926fbfe283c3ee4cf09eda32cecab33122a4ffc0287c692cb5ec02d4c3b70835 103478 
libsystemd-dev_219-10_amd64.deb
 1d28551e64a7240ccfc7a74667068363227d3f75582ff3a573006cbfd6c8058d 37312 
libsystemd-id128-dev_219-10_amd64.deb
 4fcfa703da13ecc2f26e24fee038e116bde7693fb544fa9dd258fadd583ec11c 37324 
libsystemd-journal-dev_219-10_amd64.deb
 996dc18759e900faf5f95763c3df41d399eeff70e9541bc7eff956d7a073f3f2 37334 
libsystemd-login-dev_219-10_amd64.deb
 4a166683748fa916398affa1251b9a1ea94a291284de46b11dcda804c52fd351 101934 
libsystemd0_219-10_amd64.deb
 2d0c5788a5b3d4bdaeebb8626301cf85397c07d671704cb699e510f8de8ccabe 23044 
libudev-dev_219-10_amd64.deb
 f4eb47a6926b4eef0c65c1c783894695aa9764cd4d5d6abce43dcdb61ffbed68 32110 
libudev1-udeb_219-10_amd64.udeb
 9048641ad8ab9c3174e69db57c9908399c9dcbcb521c17b4ed81ad15828953cd 69874 
libudev1_219-10_amd64.deb
 9a9d724f3351760e794f5264523ccf721ba2beac4ee83b6997d4249bbc263af0 67538 
python3-systemd_219-10_amd64.deb
 e8d7385b4d7577146d4eda8ae35d60f860174ca94b5264ca8c117e967e227a48 22040438 
systemd-dbg_219-10_amd64.deb
 dcd48c90f191f18c3c1b10d601b94da0e398513b3216af13089f69088e57f16c 41980 
systemd-sysv_219-10_amd64.deb
 ef49c81715ef1da1b2e91cfc71aa35b2adec18e4fa928b46071efe5d617042c2 3398386 
systemd_219-10_amd64.deb
 1aca0e1e495a4a5db4416bcf2043b4b1f9ce047e8363ef10ca1e344eecf2aa91 231798 
udev-udeb_219-10_amd64.udeb
 a13d5a02a80dde3783883b0671d29fffc48db5734f93ae0f0c0828619886a38e 950656 
udev_219-10_amd64.deb
Files:
 80907f0bca55702377ed63cb0e81044e 3860 admin optional systemd_219-10.dsc
 ce4bf908608a991c03b81bafb26fb88b 215784 admin optional 
systemd_219-10.debian.tar.xz
 251d08b67d1228eb4a6e431386539ae9 2826 introspection optional 
gir1.2-gudev-1.0_219-10_amd64.deb
 048fcfa86c9e712a44c213e007d13b35 47590 libs optional 
libgudev-1.0-0_219-10_amd64.deb
 5518cf9f3e7fbf1cfcd96490c2b1dea3 24550 libdevel optional 
libgudev-1.0-dev_219-10_amd64.deb
 1c6fc57aa818eeb1e7d0f74ad7ca9279 141306 admin optional 
libpam-systemd_219-10_amd64.deb
 c5939823d616cc30c7e17f369a8fe8fb 37346 oldlibs extra 
libsystemd-daemon-dev_219-10_amd64.deb
 143755901c78ddfd3eb2368e5d5deb3b 103478 libdevel optional 
libsystemd-dev_219-10_amd64.deb
 15b797cb4b9e6abf7861ff50427018b4 37312 oldlibs extra 
libsystemd-id128-dev_219-10_amd64.deb
 1726f448c1237ffa62cedff6ce5c4333 37324 oldlibs extra 
libsystemd-journal-dev_219-10_amd64.deb
 0c8d3997d236f56b8eb7e8ded7f883f5 37334 oldlibs extra 
libsystemd-login-dev_219-10_amd64.deb
 ec93545f5dfbee528209021a50724118 101934 libs optional 
libsystemd0_219-10_amd64.deb
 46ef60e311c3dd2b8bfe2c51c4af10c2 23044 libdevel optional 
libudev-dev_219-10_amd64.deb
 e9f4f79605eb854d2403fc1cf7ee0834 32110 debian-installer optional 
libudev1-udeb_219-10_amd64.udeb
 8a30a9e99f5a9d636763da62d0a0e042 69874 libs important libudev1_219-10_amd64.deb
 f6360da5b32651ee3b991521da5fd83a 67538 python optional 
python3-systemd_219-10_amd64.deb
 c2403d80382816b7b94bd769906f9cd6 22040438 debug extra 
systemd-dbg_219-10_amd64.deb
 5b96f2c4e76908812700b873ac50057b 41980 admin extra 
systemd-sysv_219-10_amd64.deb
 4a34d580620486bb96d0311b2c398dc3 3398386 admin optional 
systemd_219-10_amd64.deb
 efec3f8dd6b0476c9a1d6c360d1fac06 231798 debian-installer optional 
udev-udeb_219-10_amd64.udeb
 0e0fc87e095855cb79324560fdbe0da7 950656 admin important udev_219-10_amd64.deb
Package-Type: udeb

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

iQIcBAEBCAAGBQJVXZqAAAoJENFO8V2v4RNHo1wQAKu4PNtNSyUtoAevlGRXu2OT
HCaRMb++ltJIpSC7P2k6HBImGp4V1b00ea0F8kE8wOawh53wf+VMszxTYsVpJ9Tu
M0cSKMApXbSVfmSS2e/a1r5Ou2gUyGqDjkSMyCGu0YCbzetbjvEemS8MkPRCuJiH
boY7J3lIujxnK7ZuKAOPMZOYI4Ae0r4C0wIl+wjQcXy8hZwsoOdH7FZnKmYWPXMl
2RkKd6aAdQkl6M787v8syufliZzLwioA5YC+JHzXPptL2+t4Bb0FNCg7DxSaSALx
X5zo/Uw/liPoWmDGancoin8hotguzfkmhocQgnrVyi87x1cAkFizMS82sGugJz6H
Qo8c7tA/5PGZBq+rW8I01CXG17o4YR7pRY/3zAiQr+i65kcuqwWlphsEm6y8JVWP
ETWHGh3NtSoB2JAmGtuk92C96wOgNuKcDEI/Dgd7Vqt8MkE9CkyGiKKaBR7AoKtp
M6BZyiXfnGtya+/QwfUE1GibS3ctqM/tFGcWTP5B9iuwI25Al5b+QUzoxko01oRg
n7QZ31BMgQoEhy9AwDkMtYigBrACONRiSqBPQdVOavefcpOrP90l/m4YuQA526FT
N4shN/PHGl7L7qCCd71uyN+PLxFVP0BearLNJWsnU5c4k3PvjpP1KYZq9d0J+JrC
XSZEMWRNovUNDMLYuiN5
=ssX6
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to