Unreliable FTP Server

Discussion in 'General' started by Ryanmt, Jun 15, 2008.

  1. Ryanmt

    Ryanmt New Member

    Over the last week the ftp server has been acting up..

     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. Ryanmt

    Ryanmt New Member

    why do the last 2 lines say its shutdown? :( i didnt tell it to shutdown!
     
    Last edited: Jun 15, 2008
  4. Rockdrala

    Rockdrala New Member

    Code:
    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
     
  5. falko

    falko Super Moderator Howtoforge Staff

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

    Ryanmt New Member

    How do i stop it doing it? Im not always there to restart it once its gone offline
     
  7. falko

    falko Super Moderator Howtoforge Staff

    Run
    Code:
    crontab -e
    and comment out the ftp_logs.php cron job.
     

Share This Page