NTPSTAT shows clinet is Unsynchronised

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat NTPSTAT shows clinet is Unsynchronised
# 8  
Old 05-08-2017
Wrong tags. [code], not <code>. Thanks for trying this time though. Next time I suggest the preview button, so you can tell that your post is coming out flagrantly wrong.
# 9  
Old 05-08-2017
Well, would need to find out why timekeeping is broken. It's likely a hardware issue. What's your system?
# 10  
Old 05-08-2017
Quote:
Originally Posted by Corona688
Well, would need to find out why timekeeping is broken. It's likely a hardware issue. What's your system?
My system is based on RHEL 6.2.I can tell you the server version tomorrow.
# 11  
Old 05-10-2017
Does
Code:
hwclock

return a plausible time?
# 12  
Old 05-10-2017
Quote:
Originally Posted by Anjan Ganguly
My system is based on RHEL 6.2.I can tell you the server version tomorrow.
The hardware would be more relevant. Also look for any interesting-looking messages in dmesg | less like "losing some ticks".
# 13  
Old 05-12-2017
Run this command.
Code:
dmesg | less

.
But did not find any message like
Code:
 losing some tics



---------- Post updated at 05:12 AM ---------- Previous update was at 04:37 AM ----------

Quote:
Originally Posted by MadeInGermany
Does
Code:
hwclock

return a plausible time?
Give Date command in the server.It gives
Code:
 Fri 12 May 2017 15:38:53 IST 2017

At the same time give
Code:
hwclock

It gives,
Code:
 Fri 12 May 2017 03:38:58 PM IST -0.596935

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SuSE

Suse 10 shows only 1 cpu

Hi im using vmware esxi 5.1 and my guest is suse 10SP3 64bit at start it was configured with only 1 cpu. i added 1 more cpu. when i run this command: lscpu, it shows only 1 cpu installed how can i fix that? thanks! (4 Replies)
Discussion started by: guy3145
4 Replies

2. UNIX for Dummies Questions & Answers

Ls command shows : NOT A DIRECTORY

I am working on ksh shell. In some folders if i write ls *MYFILE* > NEWFILE then it shows error on few files as <filename>/:NOT A DIRECTORY i have around 9 thousand files in this folder and out of them around 61 are showing error. However, when i created softlink of that directory and... (3 Replies)
Discussion started by: JYOTIHA
3 Replies

3. UNIX for Dummies Questions & Answers

File shows in ls but cannot be accessed

I can do an ls -l CD* and see the following CDTEST userA RW RW R and I an logged on as userA. But if I do an ls -l the file does not appear. If I do a vi CDTEST it tries to create a new file named CDTEST. If I do a mv or rm I get the message no file of name CDTEST found. Any idea what is going on.... (3 Replies)
Discussion started by: LeeT
3 Replies

4. UNIX for Dummies Questions & Answers

Diff shows only the same content

Hi All, Sorry this might be real dummy question. I have been searching from internet and diff manual, but not found any answer . By using diff command, how do we display the same content only (from both 2 files in 2 coloumns). Here is the diff -y output http://i39.tinypic.com/fa8snr.jpg ... (2 Replies)
Discussion started by: wilsonSurya
2 Replies

5. Shell Programming and Scripting

Add column that shows how old a file is

I'd like to create a report that is sent to me via email. It's basically just an ls -l of a directory. However, I'd like to add a column to the end of each file listing that is a numeral - telling me at a glance how old the file is. For example, instead of this: $ ls -l total 9830796... (10 Replies)
Discussion started by: cdunavent
10 Replies

6. UNIX for Dummies Questions & Answers

ls -l shows a @ after permissions, why?

As in >ls -l *.name -rw-r--r-- 1 c2s ... file0.name -rw-r--r-- 1 c2s ... file1.name -rw-r--r--@ 1 c2s ... file2.name -rw-r--r--@ 1 c2s ... file3.name As the example shows, it only happens for some files. What does the @ mean? The @ is not described in the man page for ls (3 Replies)
Discussion started by: c2s
3 Replies

7. UNIX for Advanced & Expert Users

du -k shows different size in two nodes

After rcp -rp from remote host, using du -k to verify the file size but total file size have different size. Check on individual file, file size is correct. How can I confirm on the file size after ftp? Pls advise. Thank you. (15 Replies)
Discussion started by: KhawHL
15 Replies

8. AIX

w shows phantom user

Hi When i use "w" command, It list some users with "-" command. That means these use already logout,but still in the system somewhere, no process but list under the "w" and "who" command.How can i get rid of these user. Can anybody help me out.thanks a lot xiko (2 Replies)
Discussion started by: xiko
2 Replies

9. Solaris

Monitor shows out of frequency

:confused: :( I had a Intel P4 2.6 HT pc with 256DDRAM. I installed solaris 10 with most of the default configuration by the system...now when i boot the system with solaris 10, after the boot screen is past and desktop login screen is about to appears the monitor goes down and displays "OUT OF... (0 Replies)
Discussion started by: sunilpatwal
0 Replies

10. UNIX for Dummies Questions & Answers

ls shows directories only? how

1) how to show directories in ls command? i went to man ls, and saw this -d flag but doesnt help.. 2) say we put this alias ls='ls -F' in .profile.. how do we let inform .profile that there is a new entry besides restarting the system. thanks. my shell is KSH. (4 Replies)
Discussion started by: yls177
4 Replies
Login or Register to Ask a Question