help,all "*** Stopped *** "

aryou

Verified User
Joined
Aug 11, 2005
Messages
21
Apache 1.3.37 *** Stopped ***
DirectAdmin 1.29.4 Running
Exim *** Stopped ***
MySQL *** Stopped ***
Named 9.2.2 Running
ProFTPd 1: /usr/sbin/proftpd: No such file or directory *** Stopped ***
sshd Running
vm-Pop3d *** Stopped ***


:(
 
Reinstall ProFTPD. All the others you can start with:
Code:
service [b]name[/b] start

Change name with service name, all letters should be lowercase. E.g.
Code:
service httpd start
service exim start
service mysqld start
etc.
 
Back
Top