search for: vlogxxxxx

Displaying 1 result from an estimated 1 matches for "vlogxxxxx".

2013 Jan 31
0
File descriptors in pipe.c
...O) close(from_child_pipe[1]); set_blocking(STDIN_FILENO); if (blocking_io > 0) set_blocking(STDOUT_FILENO); execvp(command[0], command); // command is "SSH -l user 192.168.xx.xx rsync --server -vlogxxxxx " rsyserr(FERROR, errno, "Failed to exec %s", command[0]); exit_cleanup(RERR_IPC); } if (close(from_child_pipe[1]) < 0 || close(to_child_pipe[0]) < 0) { // in parent fd 3, 6 closed rsyserr(FERROR, errno, &...