PDA

View Full Version : where does da set time from?



ProHS
02-17-2004, 05:06 AM
I was wondering where da is pulling the time from because i have all my server time right now except DirectAdmin si any help would be appreciate.

DirectAdmin Support
02-17-2004, 08:49 AM
DA doesn't set the server time.

John

ProHS
02-18-2004, 05:22 PM
I found the problem but ProFTPd is still off on the time would you happen to know how to set the correct time for ProFTPd?

ProWebUK
02-18-2004, 07:53 PM
Log files will use the server time, you can find this by running the command:

date

set it by running:

date -s 'Thu Feb 19 03:53:54 GMT 2004'

should work... not sure if its the same with FBSD

Chris

existenz
02-18-2004, 08:09 PM
FBSD

#ntpdate time.apple.com

Sub time.apple.com for your favorite ntp server.

ProHS
02-18-2004, 08:17 PM
Well actually i found the problem in the proftpd.conf you have to add "TimesGMT yes" under the global settings. I had the rest of the time set corectly but ProFTPd was not stamping the time correctly.