devfs
[Top] [All Lists]

RE: [kernel] char/raw.c devfs support

To: "'Thierry Vignaud'" <tvignaud@xxxxxxxxxxxxxxxx>, "'Juan Quintela'" <quintela@xxxxxxxxxxxxxxxx>
Subject: RE: [kernel] char/raw.c devfs support
From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
Date: Fri, 8 Feb 2002 10:05:32 +0300
Cc: "'Richard Gooch'" <rgooch@xxxxxxxxxxxxxxx>, kernel@xxxxxxxxxxxxxxxx, "'devfs mailing list'" <devfs@xxxxxxxxxxx>, "'Frederic Lepied'" <flepied@xxxxxxxxxxxxxxxx>
Importance: Normal
In-reply-to: <m21yfxym04.fsf@xxxxxxxxxxxxxxxxxxxxxx>
Sender: owner-devfs@xxxxxxxxxxx
> 
> the /dev/log problem has been traced back to the following portion of
> /etc/rc.d/rc.sysinit :
> 
> 
> # Restart devfsd actions now that the filesystems are ready
> if [ -c /dev/.devfsd ]; then
>   if [ -x /sbin/devfsd ]; then
>       # cleanup dynamic desktop directories before calling devfsd
actions
>       rm -f /usr/share/gnome/desktop/*
/usr/share/apps/kdesktop/Desktop/*
> 
>       action "Running devfsd actions: " killall -HUP devfsd
>   fi
> fi
> 
> 
> sometimes, the bootstraping process wait for minutes because of some
> sort of race between devfsd and minilogd (remeber syslogd hasn't yet
> be started since it's a service launched after rc.sysinit let rc play
> with init levels.
> 

Is it related to those lockups with "Loading compose table ..." as the
last message?

-andrej

<Prev in Thread] Current Thread [Next in Thread>