Your message dated Tue, 18 Jan 2005 13:33:01 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#290968: fixed in udev 0.050-5
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; 17 Jan 2005 23:22:43 +0000
>From [EMAIL PROTECTED] Mon Jan 17 15:22:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smarthost1.sentex.ca [64.7.153.18]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CqgCp-0003z3-00; Mon, 17 Jan 2005 15:22:43 -0800
Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4])
by smarthost1.sentex.ca (8.13.1/8.13.1) with ESMTP id j0HNMgE7060942;
Mon, 17 Jan 2005 18:22:42 -0500 (EST)
(envelope-from [EMAIL PROTECTED])
Received: from galileo.is-a-geek.net (p153ka.xDSL-1mm.sentex.ca [64.7.151.154])
by smtp1.sentex.ca (8.13.1/8.13.1) with ESMTP id j0HNMfgu069710;
Mon, 17 Jan 2005 18:22:41 -0500 (EST)
(envelope-from [EMAIL PROTECTED])
Received: from alex by galileo.is-a-geek.net with local (Exim 4.43)
id 1CqgCn-0002Nq-PT; Mon, 17 Jan 2005 18:22:41 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Alex Stewart <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Wrong test introduced in 0.050-4 results in udev not being enabled
X-Mailer: reportbug 3.5
Date: Mon, 17 Jan 2005 18:22:41 -0500
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: ClamAV 0.80/671/Mon Jan 17 09:16:31 2005
clamav-milter version 0.80j
on clamscanner2
X-Virus-Status: Clean
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: udev
Version: 0.050-4
Severity: important
Tags: patch
[This should probably be RC, since udev is new in sarge, so this affects
upgrades from woody.]
In udev.postinst, in the enable_udev function, after the comment
# XXX oops! some 0.048-* packages did not delete the first-install flag,
# so we double check if udev had already been installed and enabled
0.050-3:
[ -e /dev/.udevdb ] && return 0
0.050-4:
[ -e /dev/.udevdb -o /dev/.udev.tdb ] && return 0
0.050-5 (please):
[ -e /dev/.udevdb -o -e /dev/.udev.tdb ] && return 0
Thus, udev 0.050-4 is broken for people not upgrading from a previous
udev package. (By default, the test is -n, which is always true in this
case.)
Alex
-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx 1 root root 19 2005-01-17 17:36 cd-aliases.rules ->
../cd-aliases.rules
lrwxrwxrwx 1 root root 13 2005-01-17 17:36 udev.rules -> ../udev.rules
lrwxrwxrwx 1 root root 12 2005-01-17 17:35 z_hal-plugdev.rules -> ../hal.rules
-- /sys/:
/sys/block/sda/dev
/sys/block/sda/sda1/dev
/sys/block/sda/sda2/dev
/sys/block/sda/sda3/dev
/sys/block/sdb/dev
/sys/block/sdb/sdb1/dev
/sys/block/sdb/sdb2/dev
/sys/block/sdb/sdb3/dev
/sys/block/sdb/sdb4/dev
/sys/block/sdb/sdb5/dev
/sys/block/sdb/sdb6/dev
/sys/block/sdb/sdb7/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/input/mouse1/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/ppp/ppp/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dmmidi/dev
/sys/class/sound/dsp/dev
/sys/class/sound/midiC0D0/dev
/sys/class/sound/midi/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1p/dev
/sys/class/sound/timer/dev
/sys/class/usb/lp0/dev
/sys/class/video4linux/vbi0/dev
/sys/class/video4linux/video0/dev
-- Kernel configuration:
isapnp_init not present.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Versions of packages udev depends on:
ii hotplug 0.0.20040329-16 Linux Hotplug Scripts
ii initscripts 2.86.ds1-1 Standard scripts needed for bootin
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii makedev 2.3.1-75 Creates device files in /dev
ii sed 4.1.2-8 The GNU sed stream editor
-- no debconf information
---------------------------------------
Received: (at 290968-close) by bugs.debian.org; 18 Jan 2005 18:35:36 +0000
>From [EMAIL PROTECTED] Tue Jan 18 10:35:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CqyCW-0001SG-00; Tue, 18 Jan 2005 10:35:36 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CqyA1-00045Y-00; Tue, 18 Jan 2005 13:33:01 -0500
From: Marco d'Itri <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#290968: fixed in udev 0.050-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 18 Jan 2005 13:33:01 -0500
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-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-Spam-Level:
Source: udev
Source-Version: 0.050-5
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_0.050-5.diff.gz
to pool/main/u/udev/udev_0.050-5.diff.gz
udev_0.050-5.dsc
to pool/main/u/udev/udev_0.050-5.dsc
udev_0.050-5_i386.deb
to pool/main/u/udev/udev_0.050-5_i386.deb
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: Tue, 18 Jan 2005 18:39:54 +0100
Source: udev
Binary: udev udev-udeb
Architecture: source i386
Version: 0.050-5
Distribution: unstable
Urgency: high
Maintainer: Marco d'Itri <[EMAIL PROTECTED]>
Changed-By: Marco d'Itri <[EMAIL PROTECTED]>
Description:
udev - /dev/ management daemon
Closes: 289505 289525 290968
Changes:
udev (0.050-5) unstable; urgency=high
.
* Fixed broken upgrade test in postinst enable_udev(). (Closes: #290968)
* compat.rules: fixed the fix for #288932. (Closes: #289505)
* devfs.rules, udev.rules: added the all_partitions workaround for
ZIP drives. (Closes: #289525)
Files:
28409420fa6d1f3a65c178295b103be2 561 admin extra udev_0.050-5.dsc
f82bcf92c39b2f25315093bb2a7d7ecb 25149 admin extra udev_0.050-5.diff.gz
b814b7020efb484a7eb7bebd2129f801 244458 admin extra udev_0.050-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFB7VIMFGfw2OHuP7ERAhUTAJwMUn7hTIZbTWEef/lql41N3er6lwCeKlIq
rWyvQzejjLeFGHZvdhDZyis=
=7Vbd
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]