How does this /sbin/service --status-all look?

young

Verified User
Joined
Oct 22, 2003
Messages
84
How does this /sbin/service --status-all look? Is there anything wrong like the dead, locked, and stopped services? This is on RH.

[root@server admin]# /sbin/service --status-all
anacron dead but subsys locked
atd (pid 20064) is running...
cannaserver is stopped
crond (pid 19996) is running...
da-popb4smtp (pid 18917) is running...
directadmin (pid 13779 13777 13773 11058 11045 12511) is running...
exim (pid 11215) is running...
httpd (pid 24988 24985 24984 24982 16435 16434 16433 16432 16431 16430 16429 11452 10178 10177 10176 10175 10174 10173 10172 1017 1 10163) is running...
Table: nat
modprobe: Can't open dependencies file /lib/modules/2.4.23-vs1.20/modules.dep (No such file or directory)
iptables v1.2.7a: can't initialize iptables table `nat': Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.
Table: mangle
modprobe: Can't open dependencies file /lib/modules/2.4.23-vs1.20/modules.dep (No such file or directory)
iptables v1.2.7a: can't initialize iptables table `mangle': Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.
Table: filter
modprobe: Can't open dependencies file /lib/modules/2.4.23-vs1.20/modules.dep (No such file or directory)
iptables v1.2.7a: can't initialize iptables table `filter': Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.
Usage: /etc/init.d/mysqld start|stop|restart
rndc: get config key list: not found
Configured devices:
lo eth0
Currently active devices:
lo eth0
portmap is stopped
proftpd (pid 19967) is running...
The random data source exists
saslauthd (pid 20082 20081 20079 20078 20077) is running...
sshd (pid 18656 18648 23896) is running...
IP xxx.xxx.xxx.xxx already exists on eth0
IP xxx.xxx.xxx.xxy already exists on eth0
SIOCADDRT: Operation not permitted
IP xxx.xxx.xxx.xxz already exists on eth0
syslogd (pid 19867) is running...
klogd dead but pid file exists
vm-pop3d (pid 11714 11713 11712 11711 11710 11709 11708 11707 11706 11705) is running...
Usage: /etc/init.d/vpsinit {start|stop}
xinetd (pid 11314) is running...
[root@server admin]#
 
Back
Top