Displaying 1 result from an estimated 1 matches for "rerr_log_notopened".
2005 Mar 15
0
[Bug 2455] New: rsync --daemon segfaults if "log file = <file>" dir does not exist
...receive */
! 
  /* Although it doesn't seem to be specified anywhere,
   * ssh and the shell seem to return these values:
   *
--- 42,49 ----
  #define RERR_VANISHED   24      /* file(s) vanished on sender side */
  
  #define RERR_TIMEOUT    30      /* timeout in data send/receive */
! #define RERR_LOG_NOTOPENED 31   /* logfile could not be opened for appending */
!       
  /* Although it doesn't seem to be specified anywhere,
   * ssh and the shell seem to return these values:
   *
Common subdirectories: rsync-2.6.3/lib and rsync-2.6.3_jdb/lib
diff -c rsync-2.6.3/log.c rsync-2.6.3_jdb/log.c
*** rsync...