On Thu, Jun 20, 2013 at 06:41:09AM -0700, Don O'Neil wrote:
I have just deployed a new CentOS 6.4 image on AWS, and I'm having issues with init.d scripts not starting up.
Which AMI? CentOS genuine one? or yours or 3rd party? http://wiki.centos.org/Cloud/AWS
One specific example is crond;
Chkconfig output:
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
permissions in init.d:
-rwxr-xr-x 1 root root 2793 Jul 18 2011 crond
-> rpm --verify -qf /etc/init.d/crond
The processes that aren't loading are;
Clamd, directadmin, exim, freshclam, httpd, mysqld, ossec, proftpd, sshguard
some looks like CentOS ones httpd/mysqld, not the others.
Tru