Around about 02/07/12 14:55, R. G. Newbury typed ...
   Systemctl on fedora 16 will NOT start mysqld.

  Bit behind, dunno if you've come to a conclusion yourself ...

I've not had to do this myself, so I don't know how well, if at all, it'll work. I would try:

strace -f -p PidOfSystemd -efile

.. in one window to see what file ops. are *actually* occurring, and what error codes are *actually* coming back.

Then try the systemctl command in another to start it. This presumes one systemd process is running the show and actually trying to perform the start. It also presumes you can see the signal through the noise: as I say, I've not had to strace systemd yet, so I know know what sort of spew you get when the mentioned file is accessed. It may be a red-herring error message falling out of another failure.

--
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit
--
users mailing list
users@lists.fedoraproject.org
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

Reply via email to