Your message dated Mon, 27 Mar 2006 00:32:11 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#332365: fixed in udev 0.088-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.070-2 Severity: minor Hi, udev has every right to name the cdroms this way, but i think lrwxrwxrwx 1 root root 4 Oct 5 22:46 /dev/cdrom -> scd1 lrwxrwxrwx 1 root root 4 Oct 5 22:47 /dev/cdrom1 -> scd0 is confusing. scd0 has scsi id 2, scd1 is id 3 on the same channel. A possible reason is the naming in cd-aliases.rules: ENV{ID_CDROM}=="?*", SYMLINK+="cdrom%e" The man page warns against %e, because the naming gets timing dependent. Maybe scd1 answers first to the cdrom_id (or another) request? I don't even know if the links will be swapped after a reboot. Of course i found %n, but that would make a cdrom0, wouldn't it? Do i have to involve external programs or static rules to solve this common problem? -- Package-specific info: -- /etc/udev/rules.d/: /etc/udev/rules.d/: total 0 lrwxrwxrwx 1 root root 20 Oct 5 01:48 020_permissions.rules -> ../permissions.rules lrwxrwxrwx 1 root root 19 Oct 5 01:48 cd-aliases.rules -> ../cd-aliases.rules lrwxrwxrwx 1 root root 13 Oct 5 01:48 udev.rules -> ../udev.rules lrwxrwxrwx 1 root root 19 Oct 5 01:48 z20_persistent.rules -> ../persistent.rules lrwxrwxrwx 1 root root 12 Oct 5 01:48 z50_run.rules -> ../run.rules lrwxrwxrwx 1 root root 19 Oct 5 04:32 z60_alsa-utils.rules -> ../alsa-utils.rules lrwxrwxrwx 1 root root 17 Oct 5 01:48 z70_hotplugd.rules -> ../hotplugd.rules -- /sys/: /sys/block/fd0/dev /sys/block/hda/dev /sys/block/hda/hda1/dev /sys/block/hda/hda2/dev /sys/block/hda/hda5/dev /sys/block/hda/hda6/dev /sys/block/ram0/dev /sys/block/ram1/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/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/sr0/dev /sys/block/sr1/dev /sys/class/input/event0/dev /sys/class/input/event1/dev /sys/class/input/mice/dev /sys/class/misc/agpgart/dev /sys/class/misc/hpet/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/audio/dev /sys/class/sound/dsp/dev /sys/class/sound/dspW/dev /sys/class/sound/midi/dev /sys/class/sound/mixer/dev /sys/class/sound/sequencer/dev /sys/class/sound/sequencer2/dev /sys/class/sound/timer/dev -- Kernel configuration: -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (850, 'testing'), (800, 'stable') Architecture: i386 (i586) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-386 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages udev depends on: ii hotplug 0.0.20040329-25 Linux Hotplug Scripts ii initscripts 2.86.ds1-2 Standard scripts needed for bootin ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libselinux1 1.26-1 SELinux shared libraries ii lsb-base 3.0-5 Linux Standard Base 3.0 init scrip ii makedev 2.3.1-78 creates device files in /dev ii sed 4.1.2-8 The GNU sed stream editor udev recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: udev Source-Version: 0.088-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.088-1_i386.udeb to pool/main/u/udev/udev-udeb_0.088-1_i386.udeb udev_0.088-1.diff.gz to pool/main/u/udev/udev_0.088-1.diff.gz udev_0.088-1.dsc to pool/main/u/udev/udev_0.088-1.dsc udev_0.088-1_i386.deb to pool/main/u/udev/udev_0.088-1_i386.deb udev_0.088.orig.tar.gz to pool/main/u/udev/udev_0.088.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: Sun, 26 Mar 2006 13:40:29 +0200 Source: udev Binary: udev udev-udeb Architecture: source i386 Version: 0.088-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: 332365 353052 Changes: udev (0.088-1) unstable; urgency=medium . * Added persistent-input.rules. * persistent.rules: added support for SCSI tape drives. * Added the new script write_cd_aliases to automatically generate aliases for CD devices. (Closes: #332365) * On new installs, install cd-aliases-generator.rules with priority z75 instead of cd-aliases.rules. * Load again sg for type 5 SCSI devices (TYPE_ROM), because it's needed to burn CDs. (This time for real.) (Closes: #353052) Files: 6a488402a96a11931d517596a705e7e2 592 admin optional udev_0.088-1.dsc c56138ed192943a7124f9f1c7116d0be 190177 admin optional udev_0.088.orig.tar.gz 4addfffce0768b3d3457c1023ad8058e 50992 admin optional udev_0.088-1.diff.gz 40e58fd2b6171a8ac6b5b40bca3caf8b 287194 admin optional udev_0.088-1_i386.deb d1f36135e7b3f81fed4cffd052e7b822 51772 debian-installer optional udev-udeb_0.088-1_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEJ6HMFGfw2OHuP7ERAq9+AKCPSXuWYQfC4Wthjfh86FcPxJggZgCfZ9tt I34uuKzRK1ukCjGXfLuVY9U= =DFbw -----END PGP SIGNATURE-----
--- End Message ---

