Your message dated Thu, 26 Jan 2006 04:32:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349509: fixed in udev 0.082-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; 23 Jan 2006 13:47:49 +0000
>From [EMAIL PROTECTED] Mon Jan 23 05:47:49 2006
Return-path: <[EMAIL PROTECTED]>
Received: from [82.159.136.201] (helo=nicochan.gva.es)
by spohr.debian.org with esmtp (Exim 4.50)
id 1F122v-0003TZ-4c
for [EMAIL PROTECTED]; Mon, 23 Jan 2006 05:47:49 -0800
Received: (qmail 12363 invoked by uid 7797); 23 Jan 2006 13:46:33 -0000
Received: from 193.144.125.5 by nicochan (envelope-from <[EMAIL PROTECTED]>,
uid 7791) with qmail-scanner-1.24-st-qms
(clamdscan: 0.87/1098. spamassassin: 3.0.4. perlscan: 1.24-st-qms.
Clear:RC:1(193.144.125.5):SA:0(-5.9/5.0):.
Processed in 3.171099 secs); 23 Jan 2006 13:46:33 -0000
X-Antivirus-Nicochan-Mail-From: [EMAIL PROTECTED] via nicochan
X-Antivirus-Nicochan: 1.24-st-qms (Clear:RC:1(193.144.125.5):SA:0(-5.9/5.0):.
Processed in 3.171099 secs Process 12296)
Received: from servicec.cult.gva.es (HELO sunmail.cult.gva.es) ([193.144.125.5])
(envelope-sender <[EMAIL PROTECTED]>)
by nicochan.gva.es (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 23 Jan 2006 13:46:30 -0000
Received: from oogie.lliurex.fs (unknown [192.168.64.172])
by sunmail.cult.gva.es (Postfix) with ESMTP id 5107F2F46
for <[EMAIL PROTECTED]>; Mon, 23 Jan 2006 14:51:47 +0100 (CET)
Received: from jack.lliurex.fs by oogie.lliurex.fs with esmtp (Exim 4.50)
id 1F122s-0005WD-5O
for [EMAIL PROTECTED]; Mon, 23 Jan 2006 14:47:46 +0100
Received: by jack.lliurex.fs (Postfix, from userid 1000)
id A6B564B60D3; Mon, 23 Jan 2006 14:42:55 +0100 (CET)
Date: Mon, 23 Jan 2006 14:42:53 +0100
From: Sergio Talens-Oliag <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Add note about nsswitch.conf and udevd to README.Debian
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6"
Content-Disposition: inline
X-Reportbug-Version: 3.18
User-Agent: Mutt/1.5.11
X-servicec.cult.gva.es-MailScanner-Information: Please contact the ISP for more
information
X-servicec.cult.gva.es-MailScanner: Found to be clean
X-servicec.cult.gva.es-MailScanner-From: [EMAIL PROTECTED]
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
--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: udev
Version: 0.080-1
Severity: wishlist
I've found a problem not caused by udev but triggered by its startup script
that I believe could be documented on the udev README.Debian file, as that =
is
the first place I would look for it.
The problem is related to the glibc NSS configuration (/etc/nsswitch.conf) =
and
the use of network enabled services to lookup user or group information.
The problem is that udevd makes some user and group lookups when booting and
if the nsswitch.conf uses services like nss_ldap or nis they try to contact
the server until a timeout is reached (that is the documented behaviour and
usually is right) but with the udev startup script happens for all the call=
s,
as the network is still not configured.
After all the timeouts udevd continues its execution, but the wait is so lo=
ng
that makes the user believe that something is broken with udevd.
The solution I've found is to use a configuration like the following for
the password and group sections of 'nsswitch.conf':
passwd: files ldap [UNAVAIL=3Dreturn]
group: files ldap [UNAVAIL=3Dreturn]
=20=20
With that, the ldap service is detected as not available and the user and
groups lookups finish inmediatelly and udevd continues it's execution
normally.
-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx 1 root root 20 2005-04-11 10:58 020_permissions.rules -> ../perm=
issions.rules
lrwxrwxrwx 1 root root 19 2005-10-14 09:28 025_libgphoto2.rules -> ../libgp=
hoto2.rules
lrwxrwxrwx 1 root root 16 2005-12-19 19:38 025_libsane.rules -> ../libsane.=
rules
lrwxrwxrwx 1 root root 13 2005-12-14 10:24 035_kino.rules -> ../kino.rules
lrwxrwxrwx 1 root root 12 2005-10-18 10:23 050_hal-plugdev.rules -> ../hal.=
rules
lrwxrwxrwx 1 root root 19 2004-12-13 18:53 cd-aliases.rules -> ../cd-aliase=
s.rules
lrwxrwxrwx 1 root root 13 2004-12-13 18:53 udev.rules -> ../udev.rules
lrwxrwxrwx 1 root root 19 2005-08-23 12:17 z20_persistent.rules -> ../persi=
stent.rules
lrwxrwxrwx 1 root root 12 2005-07-25 08:53 z50_run.rules -> ../run.rules
lrwxrwxrwx 1 root root 16 2005-10-13 12:57 z55_hotplug.rules -> ../hotplug.=
rules
lrwxrwxrwx 1 root root 19 2005-08-23 12:47 z60_alsa-utils.rules -> ../alsa-=
utils.rules
lrwxrwxrwx 1 root root 15 2005-09-27 09:37 z60_hdparm.rules -> ../hdparm.ru=
les
lrwxrwxrwx 1 root root 17 2005-07-25 08:53 z70_hotplugd.rules -> ../hotplug=
d.rules
-- /sys/:
/sys/block/fd0/dev
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda4/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hda/hda7/dev
/sys/block/hda/hda8/dev
/sys/block/hdc/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/class/drm/card0/dev
/sys/class/input/input0/event0/dev
/sys/class/input/input1/event1/dev
/sys/class/input/input2/event2/dev
/sys/class/input/input2/mouse0/dev
/sys/class/input/mice/dev
/sys/class/misc/agpgart/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/dsp/dev
/sys/class/sound/mixer/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/usbdev1.2/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb/lp0/dev
-- Kernel configuration:
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=3Dca_ES.UTF-8, LC_CTYPE=3Dca_ES.UTF-8 (charmap=3DUTF-8)
Versions of packages udev depends on:
ii initscripts 2.86.ds1-6 Standard scripts needed for bo=
otin
ii libc6 2.3.5-12 GNU C Library: Shared librarie=
s an
ii libselinux1 1.28-2 SELinux shared libraries
ii lsb-base 3.0-14 Linux Standard Base 3.0 init s=
crip
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 excluded
--=20
Sergio Talens-Oliag <[EMAIL PROTECTED]> <http://people.debian.org/~sto/>
Key fingerprint =3D 29DF 544F 1BD9 548C 8F15 86EF 6770 052B B8C1 FA69
--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)
iD8DBQFD1N1cAbECqkwKFVURAke6AJwPZB5GJjRTucpLpSSvbTDtU34UsACeM25/
4Mhfos2CFsHijEMRrwOzcE0=
=oHb9
-----END PGP SIGNATURE-----
--y0ulUmNC+osPPQO6--
---------------------------------------
Received: (at 349509-close) by bugs.debian.org; 26 Jan 2006 12:40:25 +0000
>From [EMAIL PROTECTED] Thu Jan 26 04:40:25 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1F26IN-0002Pk-Q6; Thu, 26 Jan 2006 04:32:11 -0800
From: Marco d'Itri <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#349509: fixed in udev 0.082-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 26 Jan 2006 04:32:11 -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: 2
Source: udev
Source-Version: 0.082-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.082-1_i386.udeb
to pool/main/u/udev/udev-udeb_0.082-1_i386.udeb
udev_0.082-1.diff.gz
to pool/main/u/udev/udev_0.082-1.diff.gz
udev_0.082-1.dsc
to pool/main/u/udev/udev_0.082-1.dsc
udev_0.082-1_i386.deb
to pool/main/u/udev/udev_0.082-1_i386.deb
udev_0.082.orig.tar.gz
to pool/main/u/udev/udev_0.082.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, 26 Jan 2006 11:40:05 +0100
Source: udev
Binary: udev udev-udeb
Architecture: source i386
Version: 0.082-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: 349361 349509
Changes:
udev (0.082-1) unstable; urgency=medium
.
* New upstream release.
* permissions.rules: added zaptel subsystem group dialout. (Closes: #349361)
* README.Debian: added a note about NIS and LDAP. (Closes: #349509)
* hotplug.rules: do not load sr_mod for type 3 (TYPE_PROCESSOR) devices
and do not load sg for type 5 devices (TYPE_ROM).
* net.agent: remove dummy* from the list of interfaces which generate
events only after they have been brought up.
Files:
b457a5be5290f80dfd4fe405437acb77 590 admin optional udev_0.082-1.dsc
4fd52f964e1ced7032c3c3351f616577 195467 admin optional udev_0.082.orig.tar.gz
b7426a9a3847a71ec153b5488c74aa25 47398 admin optional udev_0.082-1.diff.gz
075da5c799dcbd3f6fd900040cde4769 271946 admin optional udev_0.082-1_i386.deb
656c52fd4270ce8b24e58012b54a97f3 43886 debian-installer optional
udev-udeb_0.082-1_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD2KdPFGfw2OHuP7ERAvBVAJ9poP5YKS66eIJ+fKMGB3Ec4QLXxACfdX30
MLw5ddkVSfLPQVC9lDc0qMY=
=1Sr4
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]