> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Greg Pendler > Sent: Wednesday, September 28, 2005 8:27 AM > To: Linux-IL > Subject: Linux, Active Directory and TIMEZONES > > Hi, > > I've read previous posts on this issue, and tested the instructions, > unfortunately nothing helps. > > I have Linux server that connects to AD. Actually it refuses to connect, > complaining about timescew. > > I look at the clock on Linux and it shows 08:45 and then i look at the > clock on domain controller and it also shows 08:45.
[Guy] What is the UTC on the DC ? > After fixing the date on Linux to 09:45 a can successfully join it to > domain and work with it, but that brings two problem. First the date on > Linux is incorrect, second the time keeps coming back one hour after > several timeout. [Guy] From the Linux box run "ntpdate -qv <DC_FQDN>" to query the DC's clock. "ntpdate <DC_FQDN>" will sync both date and clock from the DC. ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
