services won't start

Krapp

New member
Joined
Feb 17, 2012
Messages
4
after a reboot of my server two services won't start again.

httpd Process is stopped Start Stop Restart Reload
mysqld mysqld (pid 2823 2878 2879 2880 2881 2882 2888 2889 2890 2891 ) Start Stop
named named (pid 3089 ) Start Stop Restart Reload
proftpd Process is stopped Start Stop Restart
sshd sshd (pid 2757 ) Start Stop Restart Reload

I tried a lot but every time i get this message:
An error has occurred
Details
/sbin/service httpd start 2>&1


and the proftpd doesn't do anything...

who can help me out?

Thanks
 
What if you try to restart them in SSH? What do logs say?

It seems you're running CentOS:

Code:
service httpd restart

and

Code:
service proftpd restart
 
Services

Thanks Alex for the quick reply!
You are right, I run a CentOS server.
I tried to start both services, this is what I get:
Starting proftpd: - warning: unable to determine IP address of 'xxxx.local'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd.conf'
[FAILED]


Starting httpd: [Sat Feb 18 11:28:50 2012] [warn] module php5_module is already loaded, skipping
httpd: apr_sockaddr_info_get() failed for xxxx.local
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

xxxx = my server.
 
I guess you've changed manually an IP of your server, but you should do it with directadmin script. Is it so?
 
This all happened after a reboot, i didn't change anything...

Can you tell me what to do to gets services running again?
I can work with Direct Admin, I'm not that good with SSH.
 
Back
Top