Bug 9877

Summary: Incorrect time reported if system time is changed.
Product: [Retired] Red Hat Linux Reporter: Rob Rogers <rrogers>
Component: rp3Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-03-01 14:38:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rob Rogers 2000-03-01 04:32:36 UTC
When updating the system time using rdate the connected time is changed by
the same as the system time.

i.e.
1) Connected time is 00:03
2) "rdate -s servername" adds 1:06 to the system time
3) connected time instantly changes to 01:09.

Bug exists in version that came with RH 6.1 stock (1.0.0 I'm guessing) and
in version 1.0.1

Comment 1 Nalin Dahyabhai 2000-03-01 14:38:59 UTC
rp3 uses the difference between the current system time and the timestamp on
the lock file created in /var/run to compute the amount of time the interface
has been up.

If the interface is brought up before rp3 is started, there is no other
reference point rp3 can use to track the uptime for the interface, so changing
rp3 to use an internal counter when an interface is brought up wouldn't help.