Re: Init.d not starting processes at boot up

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

 



On Thu, 2006-07-13 at 15:31 -0400, Bill Habermaas wrote:
> I have run across an anomoly with FC5 not starting processes at boot
> time.  I have Apache and MySQL installed and although they have
> scripts in /etc/init.d, they do not start when the system is booted.
> If I go into /etc/init.d and start them manually, they start without
> any problem.  I also have FC5 on a laptop with the same software and
> everything starts as expected. 
>  
> Is there something else somewhere that I need to tweak to get these to
> start automagically?  
What is the output of "chkconfig --list mysqld" & "chkconfig --list
httpd" ?

If they show something like this 
  [jeff@raptor ~]$ chkconfig --list mysqld
  mysqld       0:off  1:off  2:off  3:off  4:off  5:off  6:off
then you will need to run an additional command
  "chkconfig mysqld on"
which will set the daemon to start at boot time.

You can do the same from the menu
  system -> administration -> server settings -> services
which will open up the system-config-services panel and will display the
list of installed services and their current setting.  If the box beside
the service name is checked (httpd & mysqld) then it is already set to
start in the current run level.  If it is not already checked then
checking it will reconfigure that service to start in the current run
level. 


>  
> Bill Habermaas
> 
> -- 
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux