>>>>> "borsenkow" == Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx> writes:
>>
>> 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
borsenkow> actions
>> rm -f /usr/share/gnome/desktop/*
borsenkow> /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.
>>
borsenkow> Is it related to those lockups with "Loading compose table ..." as
the
borsenkow> last message?
Yes.
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
|