Results 1 to 5 of 5
Hi,,
i have a serious issue with my SUSE Linux
My Kernal version 2.6.5-7.244 , i have some critical applications running on this server,
Problem : System time in this ...
- 05-18-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 4
System Time
Hi,,
i have a serious issue with my SUSE Linux
My Kernal version 2.6.5-7.244 , i have some critical applications running on this server,
Problem : System time in this server is suddenly changed often,
this cause a illigal reports .
can some one help me to fix this issue
Thanks in advance
Selva
- 05-19-2006 #2Just Joined!
- Join Date
- May 2006
- Posts
- 4
it seems the system clock is faster than the normal clock.
How to Fix this issue . can some one help me pleaseLast edited by techieMoe; 05-19-2006 at 05:36 PM.
- 05-19-2006 #3
Check that you have an ntp daemon running (ps -e |grep ntpd).
Have a look at /var/log/ntpd to see if it reports any problems.
Out of curiosity, does your motherboard use an Nvidia chipset? They're known to have problems with keeping time when running a Linux 2.6 kernel (as I found out the hard way).Stand up and be counted as a Linux user!
- 05-19-2006 #4Just Joined!
- Join Date
- May 2006
- Posts
- 4
There is no NTP Service /Daemon Running
- 05-19-2006 #5
In that case, start ntpd on a command line as root. If it doesn't give any errors, then it should have started just fine, and you can tail /var/log/ntpd to check its progress.
If it complains about the time difference exceeding the sanity limit, try
to have it ignore the sanity limit.Code:ntpd -g
Stand up and be counted as a Linux user!


Reply With Quote
