Re: uuidd fails to start

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/29/2012 03:32 AM, Ed Greshko wrote:
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.

after adding the lines to create dir /var/run/uuidd
and chowning it; starting the daemon just hangs.
# service uuidd start
Starting uuidd (via systemctl):
And it stays there forever until interrupted.



--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux