Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date problem

Status
Not open for further replies.

bricenowa

Technical User
Joined
Jan 2, 2006
Messages
3
Location
VE
Dear all,

I have a problem about date on Solaris 6.
I change it using date command and the date go back to wrong date.
# date
Sun Dec 31 04:00:02 GMT 1967
# date 0102200606
Mon Jan 2 20:06:00 GMT 2006
#date
Sun Dec 31 04:00:00 GMT 1967

the system doesn't maintain the date.
the messages file doesn´t show any errors.

I saw that error was report by Eko Suhanto(08 Jul 2003), but the solution wasn´t published.

what's the problem on my system?
regards,
 
Have you patched this system recently? What is the current kernel revision (uname -r)?

Are you running ntpdate from cron, or the xntpd daemon, or anything like that to manage time on this server?

Annihilannic.
 
I don´t patch this system recently, the revision is 5.6. I aren´t running ntpdate, xntpd or anything that to manage time.
 
Sorry, uname -v is what I meant (I had my Linux head on).

If it hasn't been patched, maybe it needs to be...?

Annihilannic.
 
try clock -w after changing the time

Mike

"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant."

 
I'm guessing this is an old system. I've seen the same symptoms when my NVRAM went bad. I had to call Sun and ask for a new chip with the same serial number for my application.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top