proftpd Process is stopped

There is a reason its not restarting properly for some reason. You need to look at logs including:

/var/log/messages
/var/log/directadmin/error.log
/var/log/directadmin/system.log

Once you know what is causing the problem you can then begin to fixing it.
 
ummmm

admin@srv1:~$ tail -f /var/log/messages
tail: cannot open `/var/log/messages' for reading: Permission denied
tail: no files remaining
admin@srv1:~$
admin@srv1:~$ tail -f /var/log/directadmin/error.log
tail: cannot open `/var/log/directadmin/error.log' for reading: Permission denied
tail: no files remaining
admin@srv1:~$
admin@srv1:~$ tail -f /var/log/directadmin/system.log
tail: cannot open `/var/log/directadmin/system.log' for reading: Permission denied
tail: no files remaining

Im not sure why i cant access it
 
Checked it all.

Hi, i have the same problem, checked all the logs, but proftpd will not start or restart. Also tried to reboot. What can I do? and every 1 hour i get an email message. please let it stop!!:eek:


=======

A new message or response with subject:

The service 'proftpd' on server server1.server.com is currently down

has arrived for you to view.
Follow this link to view it:

http://xxxxxxxxxx.com:2222/CMD_TICKET?action=view&number=000000082&type=ticket


======================================================
Automatically generated email produced by DirectAdmin 1.29.1

Do Not Reply.
 
Try starting it from the command line to see what errors you get, or look in /var/log/messages for an error message.

(I've deleted your other thread.)

Jeff
 
same problem

hello

im having a similar problem

DA show that proftpd is stopped but process is running and working fine

look like DA dont see it running and trying to start it every time

anyone can direct me where to check

or where DA do his check for the process running ?

thanks

doditz
 
If proftpd is being started from either inetd or from xinetd, then set DirectAdmin to no longer monitor it.

Jeff
 
yeah but i dont know where that is

i have found how to stop the entire monitoring but where can i only turn off the proftpd monitoring ?

thanks
 
Edit the file /usr/local/directadmin/data/admin/services.status

Change the proftpd=ON to proftpd=OFF
 
Back
Top