Displaying 1 result from an estimated 1 matches for "550hrs".
Did you mean:
15hrs
2013 Apr 12
2
[Bug 9789] New: rsync hangs when NTP update system clock time
...t: rsync-qa at samba.org
Hi,
There is a periodic rsync which runs in my system every 1 min. When system is
coming up, NTP update the time and if at the same moment this periodic rsync
executes, then it gets hanged. Following was the output after running strace on
rsync:
select(0,NULL,NULL,NULL,{~550hrs})
After going through the code of rsync it looks like there is problem in msleep
function. It uses gettimeofday linux API. If system clock time changes between
two successive calls to this function then the time difference will be a very
large value which is getting assigned to a 32bit signed inte...