Your message dated Sun, 25 Dec 2005 07:02:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343659: fixed in udev 0.079-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Dec 2005 23:21:34 +0000
>From [EMAIL PROTECTED] Fri Dec 16 15:21:34 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ozlabs.org ([203.10.76.45])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EnOtI-0007hB-If
for [EMAIL PROTECTED]; Fri, 16 Dec 2005 15:21:34 -0800
Received: by ozlabs.org (Postfix, from userid 1004)
id B03ED688D5; Sat, 17 Dec 2005 10:21:28 +1100 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Martin Schwenke <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: udev no longer reliably renames network interfaces
Reply-To: Martin Schwenke <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Sat, 17 Dec 2005 10:21:06 +1100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: udev
Version: 0.076-6
Severity: normal
Until about a month ago (note: I upgrade Debian unstable every few
days) udev used to reliably rename my network interfaces, but no
longer does so. When I boot the machine my 2 network interfaces have
their default names of eth0 and eth1 rather than my preference of lan0
and wlan0. A similar thing happens when I suspend (and unload
modules) and resume (and reload modules). Later, if I remove a single
module (tg3 or ipw2200) manually and reload it then the relevant
interface is correctly renamed. This points to a race condition,
since the machine is more heavily loaded at boot or resume time.
My rules look like this:
/etc/udev/rules.d/z00_local.rules:
ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:12:f0:81:05:d3", \
NAME="wlan0"
#ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:11:25:15:a7:ba", \
# NAME="lan0"
#KERNEL="eth*", SYSFS{address}="00:12:f0:81:05:d3", NAME="wlan0"
KERNEL="eth*", SYSFS{address}="00:11:25:15:a7:ba", NAME="lan0"
As you can see, I have 2 different styles of rules, but neither style
works reliably. I'm pretty sure this file used to have a different
name that put it at the end of the list of rules. However, I renamed
it while trying to solve the current problems.
Since udev is supposed to be able to do interface renaming, and has
done it reliably in the past, I'd like to get it working again instead
of installing some other package to do the job.
Thanks for any idea...
peace & happiness,
martin
-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 8
lrwxrwxrwx 1 root root 20 Apr 11 2005 020_permissions.rules ->
../permissions.rules
lrwxrwxrwx 1 root root 19 Oct 12 09:09 025_libgphoto2.rules ->
../libgphoto2.rules
lrwxrwxrwx 1 root root 16 Oct 31 10:54 025_libsane.rules -> ../libsane.rules
lrwxrwxrwx 1 root root 22 Dec 7 11:04 025_logitechmouse.rules ->
../logitechmouse.rules
lrwxrwxrwx 1 root root 12 Oct 24 12:20 050_hal-plugdev.rules -> ../hal.rules
lrwxr-xr-x 1 root root 19 Dec 6 2004 cd-aliases.rules -> ../cd-aliases.rules
lrwxr-xr-x 1 root root 13 Jun 22 2004 udev.rules -> ../udev.rules
-rw-r--r-- 1 root root 721 Dec 16 17:21 z00_local.rules
lrwxrwxrwx 1 root root 19 Aug 20 12:17 z20_persistent.rules ->
../persistent.rules
lrwxrwxrwx 1 root root 12 Jul 7 09:40 z50_run.rules -> ../run.rules
lrwxrwxrwx 1 root root 16 Oct 11 17:23 z55_hotplug.rules -> ../hotplug.rules
lrwxrwxrwx 1 root root 19 Aug 5 04:34 z60_alsa-utils.rules ->
../alsa-utils.rules
lrwxrwxrwx 1 root root 15 Sep 22 13:11 z60_hdparm.rules -> ../hdparm.rules
lrwxrwxrwx 1 root root 17 Jul 7 09:40 z70_hotplugd.rules -> ../hotplugd.rules
-- /sys/:
/sys/block/sda/dev
/sys/block/sda/sda1/dev
/sys/block/sda/sda2/dev
/sys/block/sda/sda3/dev
/sys/block/sda/sda5/dev
/sys/block/sda/sda6/dev
/sys/block/sda/sda7/dev
/sys/block/sda/sda8/dev
/sys/block/sr0/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/event2/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/scsi_generic/sg0/dev
/sys/class/scsi_generic/sg1/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC0D2c/dev
/sys/class/sound/pcmC0D3c/dev
/sys/class/sound/pcmC0D4p/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb_device/usbdev4.1/dev
/sys/class/usb_device/usbdev4.2/dev
/sys/class/usb_device/usbdev5.1/dev
-- Kernel configuration:
isapnp_init not present.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages udev depends on:
ii initscripts 2.86.ds1-6 Standard scripts needed for bootin
ii libc6 2.3.5-8.1 GNU C Library: Shared libraries an
ii libselinux1 1.26-1 SELinux shared libraries
ii lsb-base 3.0-12 Linux Standard Base 3.0 init scrip
ii makedev 2.3.1-79 creates device files in /dev
ii sed 4.1.4-5 The GNU sed stream editor
udev recommends no packages.
-- debconf information:
udev/devfs-warning:
* udev/reboot-warning:
---------------------------------------
Received: (at 343659-close) by bugs.debian.org; 25 Dec 2005 15:11:59 +0000
>From [EMAIL PROTECTED] Sun Dec 25 07:11:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EqXNu-00039z-S1; Sun, 25 Dec 2005 07:02:06 -0800
From: Marco d'Itri <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#343659: fixed in udev 0.079-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 25 Dec 2005 07:02:06 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 5
Source: udev
Source-Version: 0.079-1
We believe that the bug you reported is fixed in the latest version of
udev, which is due to be installed in the Debian FTP archive:
udev-udeb_0.079-1_i386.udeb
to pool/main/u/udev/udev-udeb_0.079-1_i386.udeb
udev_0.079-1.diff.gz
to pool/main/u/udev/udev_0.079-1.diff.gz
udev_0.079-1.dsc
to pool/main/u/udev/udev_0.079-1.dsc
udev_0.079-1_i386.deb
to pool/main/u/udev/udev_0.079-1_i386.deb
udev_0.079.orig.tar.gz
to pool/main/u/udev/udev_0.079.orig.tar.gz
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Marco d'Itri <[EMAIL PROTECTED]> (supplier of updated udev 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 23 Dec 2005 13:56:53 +0100
Source: udev
Binary: udev udev-udeb
Architecture: source i386
Version: 0.079-1
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri <[EMAIL PROTECTED]>
Changed-By: Marco d'Itri <[EMAIL PROTECTED]>
Description:
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 343228 343263 343601 343659 344483
Changes:
udev (0.079-1) unstable; urgency=medium
.
* New upstream release. Removed merged patches:
udev-lib-udev-path udev_root_override udevsend_ignore_seqnum.
* permissions.rules: added a WAIT_FOR_SYSFS rule to fix MAC-based
network interfaces renaming. (Closes: #343659)
* preinst: run the upgrade procedures also when installing after a
package removal without purge. (Closes: #344483)
* preinst: use LC_COLLATE=C to fix grep. (Closes: #343601)
* Stop including permissions.rules and inputdev.sh in the udeb.
(Closes: #343263)
* Added "DVB" to inputdev.sh. (Closes: #343228)
Files:
23dd8a8d8ac44360f400f7647b50ae87 578 admin optional udev_0.079-1.dsc
08d77431a2e29ad2157233dcbf576509 222266 admin optional udev_0.079.orig.tar.gz
ed7f41c2675edccf00126fa2864276ad 45571 admin optional udev_0.079-1.diff.gz
cfe3f95e8f54267e6c65998fdd7900a8 279662 admin optional udev_0.079-1_i386.deb
88c4dd7e8c7f792e5247950946b5cf2b 50368 debian-installer optional
udev-udeb_0.079-1_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDrrE6FGfw2OHuP7ERAlDRAKCL2Og3LFxnaLZvdP+yfcdY+DFBNwCfXCyn
UrdnszqAkaIDVPL/ekjNkJA=
=9SV0
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]