Your message dated Thu, 17 Aug 2006 06:47:20 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#374484: fixed in udev 0.097-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)
--- Begin Message ---Package: udev Version: 0.093-1 Severity: minor When running in a chroot (installing under FAI), you can see: Setting up udev (0.093-1) ... /lib/udev/write_net_rules: line 89: cd: /sys/class/net/: No such file or directory A chroot environment has been detected, udev not started. Could you please apply the following: diff write_net_rules.orig write_net_rules 89c89,90 < cd /sys/class/net/ || return 0 --- > [ -d /sys/class/net ] || return 0 > cd /sys/class/net/ mmaster:/lib/udev# diff -ur write_net_rules.orig write_net_rules --- write_net_rules.orig 2006-06-19 17:14:46.000000000 +0100 +++ write_net_rules 2006-06-19 17:15:20.000000000 +0100 @@ -86,7 +86,8 @@ } write_all_rules() { - cd /sys/class/net/ || return 0 + [ -d /sys/class/net ] || return 0 + cd /sys/class/net/ for INTERFACE in *; do case $INTERFACE in It saves having to check the sources to realise that this is not a real error. Thanks Alastair McKinstry -- Package-specific info: -- /etc/udev/rules.d/: /etc/udev/rules.d/: total 4 lrwxrwxrwx 1 root root 20 2006-03-20 18:26 020_permissions.rules -> ../permissions.rules lrwxrwxrwx 1 root root 19 2006-03-20 18:26 cd-aliases.rules -> ../cd-aliases.rules lrwxrwxrwx 1 root root 13 2006-03-20 18:26 udev.rules -> ../udev.rules lrwxrwxrwx 1 root root 20 2006-06-15 14:10 xen-backend.rules -> ../xen-backend.rules lrwxrwxrwx 1 root root 25 2006-06-14 17:24 z20_persistent-input.rules -> ../persistent-input.rules lrwxrwxrwx 1 root root 19 2006-03-20 18:26 z20_persistent.rules -> ../persistent.rules -rw-r--r-- 1 root root 440 2006-06-14 17:24 z25_persistent-net.rules lrwxrwxrwx 1 root root 33 2006-06-14 17:24 z45_persistent-net-generator.rules -> ../persistent-net-generator.rules lrwxrwxrwx 1 root root 12 2006-03-20 18:26 z50_run.rules -> ../run.rules lrwxrwxrwx 1 root root 16 2006-03-20 18:26 z55_hotplug.rules -> ../hotplug.rules lrwxrwxrwx 1 root root 17 2006-03-20 18:26 z70_hotplugd.rules -> ../hotplugd.rules -- /sys/: /sys/block/hda/dev /sys/block/md0/dev /sys/block/ram0/dev /sys/block/ram10/dev /sys/block/ram11/dev /sys/block/ram12/dev /sys/block/ram13/dev /sys/block/ram14/dev /sys/block/ram15/dev /sys/block/ram1/dev /sys/block/ram2/dev /sys/block/ram3/dev /sys/block/ram4/dev /sys/block/ram5/dev /sys/block/ram6/dev /sys/block/ram7/dev /sys/block/ram8/dev /sys/block/ram9/dev /sys/block/sda/dev /sys/block/sda/sda1/dev /sys/block/sda/sda2/dev /sys/block/sda/sda3/dev /sys/class/input/mice/dev /sys/class/misc/device-mapper/dev /sys/class/misc/evtchn/dev /sys/class/misc/microcode/dev /sys/class/misc/rtc/dev /sys/class/usb_device/usbdev1.1/dev /sys/class/usb_device/usbdev2.1/dev /sys/class/usb_device/usbdev3.1/dev -- Kernel configuration: isapnp_init not present. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-xen Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages udev depends on: ii initscripts 2.86.ds1-14.1 Scripts for initializing and shutt ii libc6 2.3.6-15 GNU C Library: Shared libraries ii libselinux1 1.30-1 SELinux shared libraries ii libvolume-id0 0.093-1 libvolume_id shared library ii lsb-base 3.1-10 Linux Standard Base 3.1 init scrip udev recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: udev Source-Version: 0.097-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: libvolume-id-dev_0.097-1_i386.deb to pool/main/u/udev/libvolume-id-dev_0.097-1_i386.deb libvolume-id0_0.097-1_i386.deb to pool/main/u/udev/libvolume-id0_0.097-1_i386.deb udev-udeb_0.097-1_i386.udeb to pool/main/u/udev/udev-udeb_0.097-1_i386.udeb udev_0.097-1.diff.gz to pool/main/u/udev/udev_0.097-1.diff.gz udev_0.097-1.dsc to pool/main/u/udev/udev_0.097-1.dsc udev_0.097-1_i386.deb to pool/main/u/udev/udev_0.097-1_i386.deb udev_0.097.orig.tar.gz to pool/main/u/udev/udev_0.097.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: Thu, 17 Aug 2006 14:40:34 +0200 Source: udev Binary: libvolume-id-dev udev libvolume-id0 udev-udeb Architecture: source i386 Version: 0.097-1 Distribution: unstable Urgency: low Maintainer: Marco d'Itri <[EMAIL PROTECTED]> Changed-By: Marco d'Itri <[EMAIL PROTECTED]> Description: libvolume-id-dev - libvolume_id development headers libvolume-id0 - libvolume_id shared library udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Closes: 370540 373921 374484 375299 375389 376349 376589 378512 379335 383303 Changes: udev (0.097-1) unstable; urgency=low . * New upstream release. * Since support for %e has been removed, permanently retire cd-aliases.rules and if it is in use replace it in postinst with cd-aliases-generator.rules. (See #359978.) * Postinst will remove on upgrades the link to hotplugd.rules, if one exists. This disables default support for /etc/hotplug.d/ and /etc/dev.d/. * Raised Priority to important. * Removed "Provides: hotplug". * Added a script to copy the persistent names from d-i to the target. * Added to the init script support for the reload argument, which is almost never needed. * initramfs.bottom: use nuke instead of rm -rf. (Closes: #376349) * Do not enable persistent-net-generator.rules on s390 systems. (Closes: #383303) * Do not try to create /dev/MAKEDEV in the init script if it already exists. (Closes: #370540) * write_net_rules: fail cleanly when sysfs is not available (e.g. in a chroot). (Closes: #374484) * write_net_rules: fixed errors with multiple interfaces. (Closes: #379335) * postinst: updated the path to initramfs.conf. (Closes: #375299) * Added a tentative fix for the "$TEMPDEV directory is not empty" issue on the first install. * The init script depends on mountkernfs, not on mountvirtfs. (Closes: #375389) * Add another USB product name to create /dev/pilot for programs too stupid to use HAL. (Closes: #378512) * Use ENV{PHYSDEVDRIVER} instead of DRIVER in persistent-net-generator.rules. (Closes: #376589) * hotplug.rules: load i2o-block for SUBSYSTEM=="i2o". (Closes: #373921) * hotplug.rules: load ide-scsi for IDE tapes. * udev.rules, devfs.rules: added xen/evtchn. * permissions.rules: added irlpt* group lp, kqemu mode 666. * Added OPTIONS+="all_partitions" for IDE devices with media=floppy. * Added support for persistent names for joysticks. Files: 8050c387bdf36feb81f52c4db83719b7 623 admin important udev_0.097-1.dsc a585d07f76dbd714b2230be2e13b6abe 193808 admin important udev_0.097.orig.tar.gz 7b228d4e70bb0791f407cdca2bdd8654 49548 admin important udev_0.097-1.diff.gz eecb62233030194b7904137040fbef02 256786 admin important udev_0.097-1_i386.deb 6d9d6aa3b997b7a40dbf7679bb992d05 57548 libs important libvolume-id0_0.097-1_i386.deb 63e57dfe352ed2603d105a48a53c0831 15098 libdevel optional libvolume-id-dev_0.097-1_i386.deb 38cefc5d430df394fbc37fbf583bbac6 77310 debian-installer important udev-udeb_0.097-1_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE5Gy2FGfw2OHuP7ERAhxSAKCPIw7DjyHLe9nYA05F+lZOxPOnQgCfUxLT +TauZcoopFPSL5WrErtQ1GA= =JzoD -----END PGP SIGNATURE-----
--- End Message ---

