i dont really know if thats the same issue, but here is a link from lkml
http://lkml.org/lkml/2006/1/31/22
in this link is mentioned (if my poor english gets it right) that udev --
daemon isnt needed.

greetz

> --- Ursprüngliche Nachricht ---
> Von: Ken Moffat <[EMAIL PROTECTED]>
> An: lfs-dev@linuxfromscratch.org
> Betreff: udevsend and bootscripts
> Datum: Wed, 1 Feb 2006 22:52:40 +0000 (GMT)
> 
>   This only affects clfs at the moment (lfs is still using an older 
> version of udev).  A lot of people are reporting 'udevsend: main: error 
> sending message: Connection refused' messages, I've now tracked it down 
> and discovered that our (clfs) hotplug is not working (specifically, 
> when I connected my usb printer, the node /dev/usb/lp0 was not getting 
> created).
> 
>   I eventually found a post from Kay Sievers on the hotplug list in
> http://sourceforge.net/mailarchive/message.php?msg_id=13974821
> saying that from udev076 the initscript has to start udevd --daemon 
> (this apparently used to happen through udevsend).
> 
>   I've knocked up a quick patch for the installed /etc/rc.d/init.d/udev 
> which fixes this for me.  In the CLFS book, either we can ask for new 
> bootscripts, at least until such time as the udev changes get into the 
> book, or we can just do a proper patch for the lfs-bootscripts tarball 
> as a short-term measure.
> 
>   I think Jim's preference is for a clean new bootscripts tarball, so 
> I'll start by asking for that, please.
> 
>   Of course, I don't know what Matt's udev plans are, and whether or not 
> lfs itself will also need udevd --daemon.
> 
> Ken
> 
> 
> --- udev.bak  2006-02-01 01:30:00.000000000 +0000
> +++ udev      2006-02-01 01:43:42.000000000 +0000
> @@ -69,6 +69,9 @@
>               # and save it's status so we can report failures.
>               udevstart || failed=1
> 
> +             # for udev076 onwards, run udev as a daemon, it is no longer 
automatic
> +             /sbin/udevd --daemon
> +
>               # Now, create some required files/directories/devices that 
sysfs
>               # doesn't export for us.
>               make_extra_nodes
> 
> 
> -- 
>   das eine Mal als Tragödie, das andere Mal als Farce
> 

-- 
DSL-Aktion wegen großer Nachfrage bis 28.2.2006 verlängert:
GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de/go/dsl
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to