Page 1 of 1

apache2, bind9, mysql and cron are shown as stopped

Posted: Fri Aug 01, 2014 1:26 pm
by henri
I've a brand new server with debian 7.6.
I had some problems with my server after a research I find out,
that at the Panel->Services and with v-list-sys-services apache2, bind9, mysql and cron are shown as stopped and it's not possible to start them:

Code: Select all

NAME           STATE    CPU     MEM     RTIME
------         ------   ------  ------  ------
nginx          running  0       203     680
apache2        stopped  0       0       0
bind9          stopped  0       0       0
exim4          running  0       92      680
dovecot        running  0       21      680
clamav-daemon  running  0       352     680
spamassassin   running  0       0       680
mysql          stopped  0       0       0
vsftpd         running  0       24      44
cron           stopped  0       0       0
But actually they're running and I see them with htop and can connect to apache and to mysql.
So I don't now what happened.
Somebody know why the services are not shown as running?
And can this be a problem.

Henri

Re: apache2, bind9, mysql and cron are shown as stopped

Posted: Mon Aug 04, 2014 8:05 pm
by imperio
Hi,
show me result of this commands

Code: Select all

/etc/init.d/apache2 restart
/etc/init.d/bind9 restart
/etc/init.d/mysql restart
/etc/init.d/cron restart

Re: apache2, bind9, mysql and cron are shown as stopped

Posted: Mon Mar 30, 2015 8:11 pm
by skurudo
Similar problem detected here - viewtopic.php?f=10&t=7409