---
After resuming from:
Code: Select all
# hibernate-ram
I decided to measure how fast.
I set it to correct time:
Code: Select all
# date -s '10/06/15 13:07'
Postfix smtp/TLS, Bkp/Cloning Mthd, Censorship/Intrusion
https://forums.gentoo.org/viewtopic-t-9 ... ml#7613044
)
First, this system which runs correctly is:
Code: Select all
# uptime
13:28:29 up 2 days, 4:44, 2 users, load average: 0.01, 0.03, 0.05
#
So, both the systems were exact (almost) to the second at:
Code: Select all
10/06/15 13:07
Code: Select all
10/06/15 13:23:22
Code: Select all
10/06/15 13:23:46
Before I post this, I want to restart the machine, and see how its clock will behave. Postponing that, the machine is busy for a little longer.
Later. For some reason, upon reboot, without starting the X (prior to startx, I have kind of minimal no-poetterware installation:
Uninstalling dbus and *kits (to Unfacilitate Remote Seats)
https://forums.gentoo.org/viewtopic-t-992146.html
)
, the difference is:
Code: Select all
10/06/15 14:04:02 # correct system clock
Code: Select all
10/06/15 13:20:35 # the previously show to be fast system clock
Syslog-ng from Delay Logging to BrokenPipe/no Logging
https://forums.gentoo.org/viewtopic-t-1001994.html
were also reported by other users:
app-admin/syslog-ng-3.6.2: scary time stamp jumps
https://bugs.gentoo.org/show_bug.cgi?id=533328
Kernel log message time drift #121
https://github.com/balabit/syslog-ng/issues/121
So I'll simply adjust the clock to the correcly timed system.
Code: Select all
# date -s '10/06/15 14:10'
However, remember that I said: "upon reboot, without starting the X".
I will now execute startx as user, and see if the clock start misbehaving again.
Not at first. At first means after maybe one minute, give or take (I haven't
found time to learn to save rxvt-unicode sessions, and have to arrange the
windows every time; anyone knows a quick tutorial on how to do that, but
quick, I'm busy on other issues?).
Measuring again to see the possible time discrepancy btwn the two systems
after 1000 seconds.
Both the systems clock ended the 1000 seconds period at exactly the same time.
Let me paste it over:
Code: Select all
------------------------------------------------------------
1000 of 1000 at 1s int.
Tue 6 Oct 14:52:25 CEST 2015
Code: Select all
#!/bin/bash
LIMIT=$1
for ((i=1; i<=LIMIT; i++))
do
echo $i of $LIMIT at $2s int.
$3
sleep $2
echo " "
echo " "
echo "------------------------------------------------------------"
done
exit=0
Code: Select all
# run_CMD.sh 1000 1 date
So, could the issue be with the hibernate scripts?
I use:
Code: Select all
# equery b /usr/sbin/hibernate
* Searching for /usr/sbin/hibernate ...
sys-power/hibernate-script-2.0-r6 (/usr/sbin/hibernate)
#
I didn't notice this issue previously. I did notice it the first time on another machine (another clone of the same kind) maybe a week ago.
Does anyone else have this kind of issue with the clock?
