PDA

View Full Version : Unreliable FTP Server


Ryanmt
15th June 2008, 11:48
Over the last week the ftp server has been acting up..


Jun 14 23:30:01 vps.axoc.co.uk proftpd[13524] vps.axoc.co.uk (127.0.0.1[127.0.0.1]): connected - local : 127.0.0.1:21
Jun 14 23:30:01 vps.axoc.co.uk proftpd[13524] vps.axoc.co.uk (127.0.0.1[127.0.0.1]): connected - remote : 127.0.0.1:46725
Jun 14 23:30:01 vps.axoc.co.uk proftpd[13524] vps.axoc.co.uk (127.0.0.1[127.0.0.1]): FTP session opened.
Jun 14 23:30:01 vps.axoc.co.uk proftpd[13524] vps.axoc.co.uk (127.0.0.1[127.0.0.1]): FTP session closed.
Jun 14 23:59:03 vps.axoc.co.uk proftpd[24503] vps.axoc.co.uk: ProFTPD killed (signal 15)
Jun 14 23:59:03 vps.axoc.co.uk proftpd[24503] vps.axoc.co.uk: ProFTPD 1.3.0 standalone mode SHUTDOWN

till
15th June 2008, 20:07
There is nothing unusual in this log. The entries for opening and closing a connection from localhost are from the script that checks if proftpd is running.

Ryanmt
15th June 2008, 21:23
why do the last 2 lines say its shutdown? :( i didnt tell it to shutdown!

Rockdrala
16th June 2008, 00:49
Jun 14 23:30:01 vps.axoc.co.uk proftpd[13524] vps.axoc.co.uk (127.0.0.1[127.0.0.1]): FTP session closed.
Jun 14 23:59:03 vps.axoc.co.uk proftpd[24503] vps.axoc.co.uk: ProFTPD killed (signal 15)

Someone did... 29 minutes later :p

falko
16th June 2008, 15:01
why do the last 2 lines say its shutdown? :( i didnt tell it to shutdown!

This is done by an ISPConfig cron job which is needed for the FTP traffic accounting. Nothing to worry about.

Ryanmt
16th June 2008, 15:36
How do i stop it doing it? Im not always there to restart it once its gone offline

falko
17th June 2008, 16:46
Run crontab -e and comment out the ftp_logs.php cron job.