Your message dated Mon, 28 Nov 2005 21:50:33 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#341164: udev failes to start if /dev/.udev already exists
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; 28 Nov 2005 20:29:05 +0000
>From [EMAIL PROTECTED] Mon Nov 28 12:29:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from admingilde.org ([213.95.32.146] helo=mail.admingilde.org)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EgpcW-0002Zc-OT
        for [EMAIL PROTECTED]; Mon, 28 Nov 2005 12:29:05 -0800
Received: from p54945188.dip.t-dialin.net ([84.148.81.136] 
helo=the-merlin.talinet.admingilde.org)
        by mail.admingilde.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32)
        (C=DE,ST=Bayern,L=Erlangen,O=Tali,OU=Mail,[EMAIL PROTECTED],[EMAIL 
PROTECTED])(verified=1)
         (Exim 4.50 #1)
        id 1EgpcO-0003nY-7R; Mon, 28 Nov 2005 21:29:01 +0100
Received: by the-merlin.talinet.admingilde.org (Postfix, from userid 1000)
        id B2B2A5B5; Mon, 28 Nov 2005 21:28:54 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Martin Waitz <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: udev failes to start if /dev/.udev already exists
X-Mailer: reportbug 3.17
Date: Mon, 28 Nov 2005 21:28:54 +0100
Message-Id: <[EMAIL PROTECTED]>
X-Spam-Score: 3.2 (+++)
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-2
Severity: normal
Tags: patch

hoi :)

I'm using udev and an initramfs generated by initramfs-tools 0.40.
I don't really know what the initramfs does exactly but when
/etc/init.d/udev gets executed it complains about already existing
/dev/.udev and /dev/.udevdb and exits (thanks to set -e) without calling
udevsynthesize.
Thus my system was rendered more or less useless after the udev upgrade.

Reverting to udev 0.74-3 or applying the following patch makes my system
boot correctly again.

--- /tmp/udev   2005-11-28 21:08:45.647880983 +0100
+++ /etc/init.d/udev    2005-11-28 20:47:33.000000000 +0100
@@ -249,7 +249,7 @@
     fi

     # if this directory is not present /dev will not be updated by udev
-    mkdir /dev/.udev/ /dev/.udev/db/ /dev/.udev/queue/ /dev/.udevdb/
+    mkdir -p /dev/.udev/db/ /dev/.udev/queue/ /dev/.udevdb/
     # /dev/null must be created before udevd is started
     make_extra_nodes


This may well be the wrong fix as I'm not at all familiar with initramfs-tools
yet.

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
insgesamt 0
lrwxrwxrwx 1 root root 20 2005-04-18 19:25 020_permissions.rules -> 
../permissions.rules
lrwxrwxrwx 1 root root 19 2005-10-12 22:38 025_libgphoto2.rules -> 
../libgphoto2.rules
lrwxrwxrwx 1 root root 12 2005-10-20 20:29 050_hal-plugdev.rules -> ../hal.rules
lrwxrwxrwx 1 root root 13 2004-08-29 22:39 udev.rules -> ../udev.rules
lrwxrwxrwx 1 root root 19 2005-10-10 23:40 z20_persistent.rules -> 
../persistent.rules
lrwxrwxrwx 1 root root 12 2005-10-10 23:40 z50_run.rules -> ../run.rules
lrwxrwxrwx 1 root root 16 2005-10-12 22:37 z55_hotplug.rules -> ../hotplug.rules
lrwxrwxrwx 1 root root 19 2005-10-11 00:00 z60_alsa-utils.rules -> 
../alsa-utils.rules
lrwxrwxrwx 1 root root 15 2005-10-11 23:33 z60_hdparm.rules -> ../hdparm.rules
lrwxrwxrwx 1 root root 17 2005-10-10 23:40 z70_hotplugd.rules -> 
../hotplugd.rules

-- /sys/:
/sys/block/dm-0/dev
/sys/block/dm-10/dev
/sys/block/dm-11/dev
/sys/block/dm-12/dev
/sys/block/dm-1/dev
/sys/block/dm-2/dev
/sys/block/dm-3/dev
/sys/block/dm-4/dev
/sys/block/dm-5/dev
/sys/block/dm-6/dev
/sys/block/dm-7/dev
/sys/block/dm-8/dev
/sys/block/dm-9/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/hdc/dev
/sys/block/hde/dev
/sys/block/hde/hde1/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/sdb/dev
/sys/block/sdc/dev
/sys/block/sdd/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/device-mapper/dev
/sys/class/misc/hpet/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/printer/lp0/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_device/usbdev1.1/dev
/sys/class/usb_device/usbdev1.2/dev
/sys/class/usb_device/usbdev1.3/dev

-- Kernel configuration:


-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages udev depends on:
ii  initscripts                   2.86.ds1-6 Standard scripts needed for bootin
ii  libc6                         2.3.5-8    GNU C Library: Shared libraries an
ii  libselinux1                   1.26-1     SELinux shared libraries
ii  libsepol1                     1.8-1      Security Enhanced Linux policy lib
ii  lsb-base                      3.0-11     Linux Standard Base 3.0 init scrip
ii  makedev                       2.3.1-79   creates device files in /dev
ii  sed                           4.1.4-4    The GNU sed stream editor

udev recommends no packages.

-- debconf information:
* udev/devfs-warning:
* udev/reboot-warning:

---------------------------------------
Received: (at 341164-done) by bugs.debian.org; 28 Nov 2005 20:50:44 +0000
>From [EMAIL PROTECTED] Mon Nov 28 12:50:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from attila.bofh.it ([213.92.8.2])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EgpxU-0006Db-MR
        for [EMAIL PROTECTED]; Mon, 28 Nov 2005 12:50:44 -0800
Received: by attila.bofh.it (Postfix, from userid 10)
        id 63AAB5F7F7; Mon, 28 Nov 2005 21:50:42 +0100 (CET)
Received: by wonderland.linux.it (Postfix, from userid 1001)
        id 164101C28D; Mon, 28 Nov 2005 21:50:33 +0100 (CET)
Date: Mon, 28 Nov 2005 21:50:33 +0100
To: Martin Waitz <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#341164: udev failes to start if /dev/.udev already exists
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
From: [EMAIL PROTECTED] (Marco d'Itri)
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


--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Please upgrade.

--=20
ciao,
Marco

--y0ulUmNC+osPPQO6
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDi22ZFGfw2OHuP7ERAi7sAJ9+XIOwp15fdZ54fomqiQPCrIr6LgCcD7xM
YkghUPxaqs7zy6ftkrNUs7Q=
=k5yT
-----END PGP SIGNATURE-----

--y0ulUmNC+osPPQO6--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to