losing time


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers losing time
# 1  
Old 12-30-2003
losing time

Hi all,

The server seems to be losing time, not a lot, but enough to be noticed.

UNIX
AIX 4.3.3

Any ideas,
Kathy
# 2  
Old 12-30-2003
you may want to look into sync'ing your clock with a NTP server.

first you will need to find an NTP client to run on your system. second you will need to find an actual NTP server. id contact your ISP and ask them, otherwise you will have to search the net for ntp servers serving your timezone.
# 3  
Old 12-30-2003
I will look into NTP.

Can you tell me why I am losing time though. Seems like it should keep time without additional configuration, software, etc.

Thx
# 4  
Old 12-30-2003
Quote:
Originally posted by kburrows
I will look into NTP.

Can you tell me why I am losing time though. Seems like it should keep time without additional configuration, software, etc.

Thx
once you start looking into NTP you will see why it is needed.

not all machines have identical times they are off by just a hair here and there. over time that amounts to seconds and so on. NTP just keeps it in sync w/ the NTP server.


IE: my watch is a great time piece but on a yearly basis it is off by i think 2-3 minutes.
# 5  
Old 12-30-2003
Only a Caesium atomic clock is the most accurate timing one can ever have. Of course, nobody has the money to get an atomic clock for oneself. So the best is to locate a public NTP server in your region that is driven by an atomic clock. Your system time is synced with the server in regular intervals, which keeps your system clock reasonably close to that of the NTP server most of the time.

Your government or a university is likely to run a public NTP server, by the way. You can also find some NTP server lists by doing a google search, like this page:

http://www.eecis.udel.edu/~mills/ntp/clock1a.html
# 6  
Old 12-30-2003
Quote:
Originally posted by cbkihong
Only a Caesium atomic clock is the most accurate timing one can ever have. Of course, nobody has the money to get an atomic clock for oneself.
Good news! Agilent's having a SALE on atomic clocks!
Quote:
The Agilent 5071A primary frequency standard is currently available at prices ranging from $45,332 to $48,662, which includes either the high-performance caesium beam tube with a five-year warranty or the standard caesium beam tube with a 10-year warranty.
Tell 'em Perderabo sent you. Smilie
# 7  
Old 12-30-2003
Cool news Perderabo!

However, I have a cheaper solution. Try www.atomictime.com. They sell radio receiving clocks and watches that sync with the government atomic clocks - the same ones astronomical observatories and government labs use. I got one and it is sweet, you never have to set it, just put in a new battery when the old one runs low and watch it sync itself back up. I think you can get them at stores like Target now too, but online there are lots more styles and price ranges available.

Kinda like NTP for your house or wrist instead of your computer.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Losing Time

Our Unix system is losing a considerable amount of time each day, and our support service company says our motherboard is the cause. They "upgraded" us 5 years ago to basically the same thing as what we had previously, and are looking to "upgrade" us again now for about $5,000... I think... (23 Replies)
Discussion started by: Big Z
23 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Losing the connection

Hi. Recently when I'm logged in to site after some seconds, for instance, I lose the connection and need sign in again. It happens on Firefox and Chrome. Or another example, when I'm logged in to site and click on my nick name (right up corner) I lose the connection to site. User: tiago ... (0 Replies)
Discussion started by: Unregistered
0 Replies

3. Programming

Losing signal problem

I'm newbie in UNIX programming, I have a problem with signals. I'm writing multithread program, where threads can die at any moment. When thread dies it generates signal SIGUSR1 to main thread and then thread dies. Main thread gets a signal and waits for thread dead. I wrote program like this: ... (5 Replies)
Discussion started by: DendyGamer
5 Replies

4. HP-UX

losing mail enroute

system is HP-UX B.11.23 U ia64 A standard feature of almost all of our cron jobs is to redirect output to a log file, then at the end of the script to embed the contents of that log file in the body of an email sent to the IT staff. Typical code to do this is $MAILER -s "$PROC: $SUBJECT"... (3 Replies)
Discussion started by: edstevens
3 Replies

5. Emergency UNIX and Linux Support

losing ESSID

Hey guys, facing a weird issue - hoping someone might be able to help. The wireless network on my laptop is configured with a static IP address. (not using nm) When i take the laptop out of the range (or i power the router down) the essid is becoming "off/any". When i'm back in range the... (6 Replies)
Discussion started by: moshe88
6 Replies

6. Shell Programming and Scripting

Losing quotes after redirection

Hello experts, Pleas I have written a shell script to build a parfile but I keep losing the quotes from query1 and query variables after the redirection.. How do I fix this ? PARFILE=${EXPDP_BASE}/expdp_${DAY}.par USERID=$(${ORACLE_BASE}/getpass.ksh SYSTEM opnlkp2.uk.ml.com)... (2 Replies)
Discussion started by: kamathg
2 Replies

7. Solaris

Losing my solaris virginity

So here's the scoop. I am working on a project to automate the building of spark based solaris servers. I've got a cursory amount of knowledge of how to use the os after some pretty heavy experience with Linux, and doing a similar project there. I have a few questions though... 1) how is... (5 Replies)
Discussion started by: msarro
5 Replies

8. Shell Programming and Scripting

Losing zero in while read

I'm using a while read statement to read in lines from a file, if a value (for example) is 1000.10 in a field, the last zero is removed leaving 1000.1 does anyone know a way to keep the field as it is in the original file? (1 Reply)
Discussion started by: gefa
1 Replies

9. UNIX for Dummies Questions & Answers

Losing ownership with gzip

I'm trying to sell the use of gzip instead of compress in our department. One issue I'm having (which is a showstopper) is that I lose the ownership when gzipping and gunzipping, though it's mentioned all over the web that files are supposed to keep ownership. Example: -rwxrwxrwx 1 ms32345 ... (3 Replies)
Discussion started by: superdelic
3 Replies

10. UNIX for Dummies Questions & Answers

Losing Time/Time cloclk

:confused: :confused: :confused: I have a voicemail system that runs on Unix, I am new to unix:rolleyes: . However the manual I have informs me that the unix clock loses three seconds every day, and I have to perform a sync at the end of the month. My questions are simple 1. Is this generic... (4 Replies)
Discussion started by: azdauk
4 Replies
Login or Register to Ask a Question