We have to start DNS+MySQL+FTP services manually after reboot???

linearfusion

Member
Aug 31, 2006
9
0
151
Hello,

I have to manually start DNS+MySQL+FTP services manually after reboot...??? Anyone ever come accross this problem in the past?

I appreciate any help!
Thanks,
-Shannon
 

dalem

Well-Known Member
PartnerNOC
Oct 24, 2003
2,983
159
368
SLC
cPanel Access Level
DataCenter Provider
run this command from SSH to make sure the are set to the proper run levels

chkconfig --list

if they are not set right change them

chkconfig mysql on
 

designeru

Well-Known Member
Nov 2, 2005
83
0
156
... or if you prefer a small nice interface try ussing the "setup" command.
 

designeru

Well-Known Member
Nov 2, 2005
83
0
156
This i my idea...

runlevel 3... but i still recommand you to use that setup command.
 

marxiano533

Member
Oct 17, 2006
13
0
151
i have the same problem but only with mysql and pureftp

mysql appear to be ok
mysql 0:eek:ff 1:eek:ff 2:eek:n 3:eek:n 4:eek:n 5:eek:n 6:eek:ff

pureftp is not listed

no errors in /var/log/messages

these services are activated in CPanel

what could be the problem?

thanks in advance
 

randomuser

Well-Known Member
Jun 25, 2005
146
0
166
If you're using "APF" from rfxnetworks and it fails to start, pretty much everything else will too. /var/log/messages should yield an indication of this, however.