uuidd fails to start

Ed Greshko Ed.Greshko at greshko.com
Tue May 29 10:32:27 UTC 2012


On 05/29/2012 03:18 PM, Ed Greshko wrote:
> On 05/29/2012 03:11 PM, Ed Greshko wrote:
>> Third, to work around the problem add the following to the beginning of the init script.
>>
>> mkdir /var/run/uuidd
>> chown uuidd:uuidd /var/run/uuidd
> Their seems to be some other minor problems surrounding this suggestion.  Need to
> read the script and see what needs to be done for real....but eating dinner at the
> moment....  :-)
>

What you really want is to add this....

if ! [ -d /var/run/uuidd ]
   then
      mkdir /var/run/uuidd
      chown uuidd:uuidd /var/run/uuidd
fi

That doesn't fix the problem about "systemctl stop uuidd.service" not stopping the
service.

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on the joke
of the century. -- Dame Edna Everage


More information about the users mailing list