Hi all.
I'm using the latest FC3 version of vsftpd, and I'm getting strange timestamps on my logs.
The log_ftp_protocol=YES option is set, so the following is from /var/log/vsftpd.log:
Code:
Thu May 26 22:15:29 2005 [pid 17864] [fromilj] FTP response: Client "XXX.XXX.XXX.XXX", "331 Please specify the password."
Thu May 26 23:15:29 2005 [pid 17866] CONNECT: Client "XXX.XXX.XXX.XXX"
Thu May 26 22:15:29 2005 [pid 17866] FTP response: Client "XXX.XXX.XXX.XXX", "220 ILikeJam FTP. Access to this server is restricted to authorised users only. Logs are being watched, and crackers will be wedgied."
Thu May 26 22:15:29 2005 [pid 17866] FTP command: Client "XXX.XXX.XXX.XXX", "USER fromilj"
Thu May 26 22:15:29 2005 [pid 17866] [fromilj] FTP response: Client "XXX.XXX.XXX.XXX", "331 Please specify the password."
Thu May 26 22:15:30 2005 [pid 17864] [fromilj] FTP command: Client "XXX.XXX.XXX.XXX", "PASS <password>"
Thu May 26 23:15:30 2005 [pid 17863] [fromilj] OK LOGIN: Client "XXX.XXX.XXX.XXX"
Thu May 26 23:15:30 2005 [pid 17867] [fromilj] FTP response: Client "XXX.XXX.XXX.XXX", "230 Login successful."
Thu May 26 22:15:30 2005 [pid 17866] [fromilj] FTP command: Client "XXX.XXX.XXX.XXX", "PASS <password>"
Thu May 26 23:15:30 2005 [pid 17865] [fromilj] OK LOGIN: Client "XXX.XXX.XXX.XXX"
As you can see, the timestamps vary by an hour (the latter 23:15:XX time being the correct local time). I've tried use_localtime=YES and =NO, and nothing changes.
It's not a showstopper, but I'd like to know what's causing it.
Any ideas?
Cheers.
Dave