Re: What does this mean? select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)

2018-01-24 Thread Paul Slootman via rsync
On Mon 22 Jan 2018, Kevin Korb via rsync wrote: > From man 2 select: > int select(int nfds, fd_set *readfds, fd_set *writefds, > fd_set *exceptfds, struct timeval *timeout); > > So, it is waiting for file descriptor #1 to become available with a 60 > second timeout which it is hitting.

RE: What does this mean? select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)

2018-01-24 Thread Marc Roos via rsync
LL, {0, 10}) = 0 (Timeout) 17383 07:19:43 exit_group(12) = ? 17383 07:19:43 +++ exited with 12 +++ -Original Message- From: Kevin Korb via rsync [mailto:rsync@lists.samba.org] Sent: maandag 22 januari 2018 17:10 To: rsync@lists.samba.org Subject: Re: What does this mean? sele

Re: What does this mean? select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)

2018-01-22 Thread Kevin Korb via rsync
debug.sh script with strace > of 100. But I have no idea how to interper this output. > > I guess between 00:55:41 and 03:06:47 nothing is happening? And then > some timeout is generated? What does this 'select(1, [0], [], NULL, {60, > 0}) = 0 (Timeout)' mean? > > > &g

What does this mean? select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)

2018-01-22 Thread Marc Roos via rsync
to interper this output. I guess between 00:55:41 and 03:06:47 nothing is happening? And then some timeout is generated? What does this 'select(1, [0], [], NULL, {60, 0}) = 0 (Timeout)' mean? Commandline === rsync -avH --del --rsync-path=/usr/local/sbin/rsync-debug.sh --one-file