PRO FTP log " Xferlog " empty

Discussion in 'Installation/Configuration' started by romain33, Mar 25, 2009.

  1. romain33

    romain33 New Member

    Hi and thank you for your help.
    I have a problem with my xferlog files.
    I have an ISPconfig install with debian eatch.

    this files exist but are all empty
    /var/log/proftp/xferlog
    /var/log/proftp/xferlog0
    /var/log/proftp/xferlogX.gz ( X is a number)
    All this files are empty.

    Otherwise my proftp.log files are complet
    /var/log/proftp/proftp.log
    /var/log/proftp/proftp.log
    /var/log/proftp/proftpX.gz ( X is a number)

    To finish, i have a file
    /var/log/xferlog whitch contains just the file manipulation of the day that's all..

    In my /etc/proftp/proftp.conf i have this 2 lines
    TransferLog /var/log/proftpd/xferlog
    SystemLog /var/log/proftpd/proftpd.log

    Would you know why proftp doen't write my xferlog logs in the var/log/proftp?

    Thanks you for reading me and sorry for my english..
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Can you post the outputs of
    Code:
    ls -la /var/log/proftp/
    and
    Code:
    ls -la /var/log/
    ? I think the file is /var/log/xferlog, not /var/log/proftp/xferlog.
     

Share This Page