BTW Thierrym sould you release 1.3.24? It seems to work fine here but I
cannot reproduce the /dev/log on my home PC - too fast :-)
On ���, 2002-02-26 at 21:47, SI Reasoning wrote:
> It appeasrs that the stop command has been disabled in
> service devfsd (/etc/init.d/devfsd). Is this
> intentional?
>
Well, devfsd should never be stopped. This script is just a (temporary)
workaround until real problem is fixed.
> An error message happens when it is called to restart
> or start.
>
> [root@sidell init.d]# service devfsd start
> Running devfsd actions: usage: kill [ -s signal | -p
> ] [ -a ] pid ...
> kill -l [ signal ]
>
> [FAILED]
>
Can't reproduce (it was a problem once):
{pts/1}% sudo service devfsd stop
{pts/1}% sudo service devfsd start
Running devfsd actions: [ �� ]
{pts/1}% rpm -q devfsd
devfsd-1.3.24-0.1bor
Ouch, it is my RPM but it differs only in source code everything else is
the same as in 1.3.23-8mdk:
stop ()
{
rm -f /var/lock/subsys/devfsd
}
-andrej