[mythtv-users] After upgrading to Fedora 16, many services won't autostart and I don't see them in the chk

The Walters sbwalters0731 at gmail.com
Mon Nov 28 12:15:35 UTC 2011


Had the same issue.  You need to use systemctl enable mysqld.service & 
systemctl enable httpd (this will make them start at boot, you will see 
a ln created when you do this) and systemctl start mysqld.service (to 
start the process). Check the man page for systemctl for other options 
(restart, status etc..).  used systemctl --all to see all the services 
(running or otherwise).  Hope this helps.


More information about the mythtv-users mailing list