search for: drstapl

Displaying 2 results from an estimated 2 matches for "drstapl".

Did you mean: drstaples
2002 Sep 01
2
rsync error: unexplained error
...m. Certainly I can make these changes within my own environment, but since I would like to remain consistent with the rsync project, I would like to here from someone regarding incorporation of these changes into rsync or an alternative (official) method to fixing this problem. I can be reached at drstaples@beckman.com; drstaples@drstaples.com; or drstapl@empirenet.com Sincerely, David R. Staples -------------------------------------------------------------------------------- Proposed new code in main.c #typedef struct int pid; int status; } pid_status; pid_status pid_stat_table[...
2002 Sep 03
2
[patch] for rsync
To Whom It May Concern: Below is a patch, that I have used to eliminate the unexplained errors in the rsync program. I was able to trace the problem to the order in which the sigchld_handler and wait_process routines were executed. If sigchld_handler executes first it retrieves the status that wait_process needs to indicate proper rsync termination. The code below allows the sigchld_handler to