Clock skew too great while getting initial credentials error and solution
This error is related to Kerberos. When kinit starts you get message as follows:
Clock skew too great while getting initial credentials
What does this error mean? After searching bit I found that:
The clock on you system (Linux/UNIX) is too far off from the correct time. Your machine needs to be within 5 minutes of the Kerberos servers in order to get any tickets. You will need to run ntp, or a similar service to keep your clock within the five minute window.
Finally, ntp was setup and error vanished
Also make sure you have proper DNS server setup in /etc/resolv.conf file.
See more troubleshooting tips at HP website.
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Linux ntpd trouble - clock shows difference in milliseconds
- Understanding Linux initrd - initial RAM disk
- How to: FreeBSD Setup Time / Clock Synchronization with NTP server and ntpdate command
- Load Linux kernel module before SCSI module using mkinitrd
- Synchronize the system clock to Network Time Protocol (NTP) under Fedora or Red Hat Linux
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


CC drivers/video/bfin_ad7171fb_main.o
drivers/video/bfin_ad7171fb_main.c:509: warning: initialization from incompatible pointer type
drivers/video/bfin_ad7171fb_main.c:510: warning: initialization from incompatible pointer type
LD drivers/video/fb.o
make[4]: Warning: File `include/config/auto.conf’ has modification time 2.7e+05 s in the future
make[4]: warning: Clock skew detected. Your build may be incomplete.
LD drivers/video/bfin_ad7171fb.o
LD drivers/video/built-in.o
make[3]: warning: Clock skew detected. Your build may be incomplete.
LD drivers/built-in.o
drivers/char/built-in.o: In function `ppi_reg_reset’:
(.text+0×8104): multiple definition of `ppi_reg_reset’
drivers/video/built-in.o:(.text+0×3f34): first defined here
make[2]: *** [drivers/built-in.o] Error 1
make[1]: *** [drivers] Error 2
make[1]: Leaving directory `/ramakrishna/uClinux-dist/linux-2.6.x’
make: *** [linux] Error 1
There is compilation error ,I am mot getting any file in image directory. Why we are getting this type of problem and what is the solution for this.
please reply
Pranay upadhyay