weird proftpd problem

I have a weird problem with PROFTPD

Just started noticing this. when i ftp into my server, with the username 'node' it lets me in just fine. i can upload, delete files, all taht just fine.

Aug 10 00:23:15 test proftpd[20858]: test.mydomain.com (209.216.149.249[209.216.149.249]) - FTP session opened.
Aug 10 00:23:15 test ftp(pam_unix)[20858]: session opened for user node by (uid=0)

SOON as i log out / disconnect / close my ftp client. /var/log/messages shows this:
Aug 10 00:23:22 test proftpd[20858]: test.mydomain.com (209.216.149.249[209.216.149.249]) - FTP session closed.
Aug 10 00:23:22 test PAM-env[20858]: Unable to open config file: No such file or directory

So what im saying is, i can login fine, no errors in /var/log/messages. but soon as i disconnect, in /var/log/messages it prints out
Aug 10 00:23:22 test PAM-env[20858]: Unable to open config file: No such file or directory

Does anyone know what config file its talking about, or what im doing wrong? id like to fix this issue.

BTW, its proftpd 1.2.5
i did tail -f /var/log/messages - then i logged in and out from a seperate window, that is how i caught this problem

Any ideas?

 

 

 

 

Top