Everythin crashes after install

poretr

Verified User
Joined
Apr 5, 2009
Messages
6
CentOS 5.4 64bit

I fresh installed DA but every service I run starts and then stops in a few seconds.

This inludes directadmin and httpd
I tried ./build all

[root@srv2 custombuild]# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd:
[root@srv2 custombuild]# /sbin/service directadmin restart
Stopping DirectAdmin: [ OK ]
Starting DirectAdmin: [ OK ]
[root@srv2 custombuild]# /sbin/service mysqld restart
Shutting down MySQL [ OK ]
Starting MySQL [ OK ]

[root@srv2 custombuild]# tail /var/log/directadmin/error.log
2010:01:08-23:31:55: Wait Error (10) No child processes
2010:01:08-23:42:23: ConfigFile::writeFile) : Timestamp from when it was read is different, overwriting anyway
2010:01:08-23:42:23: ConfigFile::writeFile) : Timestamp from when it was read is different, overwriting anyway


[root@srv2 custombuild]# tail /var/log/httpd/error_log
[Sat Jan 09 00:51:19 2010] [notice] caught SIGTERM, shutting down
[Sat Jan 09 00:51:20 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sat Jan 09 00:51:20 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Jan 09 00:51:21 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sat Jan 09 00:51:21 2010] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.12 configured -- resuming normal operations
[Sat Jan 09 00:52:01 2010] [notice] caught SIGTERM, shutting down
[Sat Jan 09 00:52:02 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sat Jan 09 00:52:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Jan 09 00:52:03 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sat Jan 09 00:52:03 2010] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.12 configured -- resuming normal operations



Any help is appreciated


EDIT: All works now
 
Last edited:
Back
Top