search for: globals_on

Displaying 5 results from an estimated 5 matches for "globals_on".

Did you mean: globals_end
2001 Dec 03
2
Bug in rsyncd 2.5.0 while handling config file string values
...nFile=0x808b200, sfunc=0, pfunc=0x8061b58 <do_parameter>) at params.c:461 #6 0x08060848 in pm_process (FileName=0xbffff80c "../rsyncd.conf", sfunc=0, pfunc=0x8061b58 <do_parameter>) at params.c:540 #7 0x08061cc7 in lp_load (pszFname=0x808b1c0 "../rsyncd.conf", globals_only=1) at loadparm.c:747 #8 0x08063095 in daemon_main () at clientserver.c:506 #9 0x0805225a in main (argc=0, argv=0x0) at main.c:817 #10 0x400476ef in __libc_start_main () from /lib/libc.so.6 (gdb) select 1 (gdb) p s $1 = (char **) 0x807ace4 (gdb) p *s $2 = 0x807680c "nobody" (gdb) p s...
2008 Mar 09
1
DO NOT REPLY [Bug 5316] New: Segmentation fault on transfer from/to different machines
...eived signal SIGSEGV, Segmentation fault. 0xb7ed78d3 in strlen () from /lib/i686/libc.so.6 (gdb) backtrace #0 0xb7ed78d3 in strlen () from /lib/i686/libc.so.6 #1 0x0807ff8d in strlcpy (d=0xbfed3434 "", s=0x0, bufsize=1024) at lib/compat.c:109 #2 0x0807bbc3 in lp_load (pszFname=0x0, globals_only=0) at loadparm.c:838 #3 0x0807cd53 in start_daemon (f_in=0, f_out=1) at clientserver.c:882 #4 0x0806348c in main (argc=1, argv=Cannot access memory at address 0x4 ) at main.c:1530 when i comment out this line (loadparm.c:838), there is no segmentation fault any more. -- Configure bugmail: h...
2003 Mar 11
0
PATCH: rsyncd.conf permission options
.../proto.h Sun Mar 2 21:59:03 2003 @@ -145,6 +145,10 @@ char *lp_dont_compress(int ); int lp_timeout(int ); int lp_max_connections(int ); +int lp_create_mask(int ); +int lp_force_create_mode(int ); +int lp_directory_mask(int ); +int lp_force_directory_mode(int ); BOOL lp_load(char *pszFname, int globals_only); int lp_numservices(void); int lp_number(char *name); diff -ur rsync-2.5.5/rsync.c rsync-2.5.5-umask/rsync.c --- rsync-2.5.5/rsync.c Thu Dec 20 16:33:13 2001 +++ rsync-2.5.5-umask/rsync.c Sun Mar 2 22:26:40 2003 @@ -150,6 +150,8 @@ int updated = 0; STRUCT_STAT st2; int change_uid, chang...
2003 Jun 07
1
patch to rsync to add options for pre- and post-transfer commands
...pt diff --exclude='*.o' -b --context rsync-2.5.6.orig/proto.h rsync-2.5.6/proto.h *** rsync-2.5.6.orig/proto.h 2003-01-26 20:35:09.000000000 -0700 --- rsync-2.5.6/proto.h 2003-04-27 11:34:53.000000000 -0600 *************** *** 151,156 **** --- 151,158 ---- BOOL lp_load(char *pszFname, int globals_only); int lp_numservices(void); int lp_number(char *name); + char *lp_prescript(int ); + char *lp_postscript(int ); void err_list_push(void); void log_init(void); void log_open(void); Only in rsync-2.5.6: rsync Only in rsync-2.5.6: rsync_script.patch Only in rsync-2.5.6: shconfig diff --exc...
2003 Oct 03
2
Cygwin/rsync Hang Problem Testing Results
People of cygwin & rsync, I recently attempted to get cygwin and rsync working to solve a backup/mirroring need in my computer life. Well, as you might guess, I ran into a little but of trouble. Strangely enough, rsync seemed to be regularly hanging when I attempted to do a "get" (sycronize a remote to a local dir). Well, considering I want to automate this, that was not going