Improving loadparm design to fix bug in configuration reloading

2009-01-13 Thread Matt McCutchen
While I was working on the avoid-reverse-lookup patches, I found a flaw in the daemon's behavior of reloading the configuration on each connection. If I remove a module parameter (in my case, "hosts allow") from the global section, the removal does not take effect. This is because loadparm.c does

DO NOT REPLY [Bug 6032] error in rsync protocol data stream

2009-01-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6032 --- Comment #3 from rm...@lexiconn.com 2009-01-13 23:26 CST --- ok, just seems strange that the rsync fails every time on the same dovecot.patched.tar.gz file. Any pointers on how to t/s would be appreciated. -- Configure bugmail: htt

Re: slow rsync connection establish

2009-01-13 Thread tanshul22
Thanks Matt. That makes a lot of sense now. Matt McCutchen-7 wrote: > > On Tue, 2009-01-13 at 16:20 -0800, tanshul22 wrote: >> I am running the rsync server on a windows xp machine on my local >> network. It >> is taking about 10-15 secs for me to get a connection with the rsync >> server. >> O

DO NOT REPLY [Bug 6032] error in rsync protocol data stream

2009-01-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6032 m...@mattmccutchen.net changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: slow rsync connection establish

2009-01-13 Thread Matt McCutchen
On Tue, 2009-01-13 at 16:20 -0800, tanshul22 wrote: > I am running the rsync server on a windows xp machine on my local network. It > is taking about 10-15 secs for me to get a connection with the rsync server. > Once the connection is established, i am getting transfer speeds of 5-6MBps > which is

DO NOT REPLY [Bug 6027] Error when rsync encounters empty symlinks

2009-01-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6027 --- Comment #3 from m...@mattmccutchen.net 2009-01-13 22:43 CST --- On second thought, maybe I should let --copy-unsafe-links work on a virtual filesystem where some symlinks appear to have an empty target string but can be followed. Mo

DO NOT REPLY [Bug 6027] Error when rsync encounters empty symlinks

2009-01-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6027 --- Comment #2 from m...@mattmccutchen.net 2009-01-13 22:36 CST --- In general, rsync is not designed to cope with corrupt filesystems, but if it handles a file with an empty name, I suppose it should handle this too. I had a slightly d

DO NOT REPLY [Bug 6032] error in rsync protocol data stream

2009-01-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6032 --- Comment #1 from rm...@lexiconn.com 2009-01-13 22:06 CST --- Created an attachment (id=3875) --> (https://bugzilla.samba.org/attachment.cgi?id=3875&action=view) rsync-debug output (last 200 lines) This is the last 200 lines from the

DO NOT REPLY [Bug 6032] New: error in rsync protocol data stream

2009-01-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6032 Summary: error in rsync protocol data stream Product: rsync Version: 3.0.4 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component

slow rsync connection establish

2009-01-13 Thread tanshul22
I am running the rsync server on a windows xp machine on my local network. It is taking about 10-15 secs for me to get a connection with the rsync server. Once the connection is established, i am getting transfer speeds of 5-6MBps which is great. For every connection i see: name lookup failed for

DO NOT REPLY [Bug 6027] Error when rsync encounters empty symlinks

2009-01-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6027 --- Comment #1 from way...@samba.org 2009-01-13 13:53 CST --- Created an attachment (id=3872) --> (https://bugzilla.samba.org/attachment.cgi?id=3872&action=view) Don't send a symlink with an empty target name This patch should fix the

File Miroring

2009-01-13 Thread jedalaurin
server_A: Red hat server_B: Window 2003 (cygwin) rsync setup:http://www.howtoforge.com/mirroring_with_rsync i was on server_B running this command: ssh -i /root/rsync/mirror-rsync-key someu...@server_a:/var/www/ /var/www/ all files on server_A to be transferred on server_B /var/www/ I got thi

DO NOT REPLY [Bug 6027] New: Error when rsync encounters empty symlinks

2009-01-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6027 Summary: Error when rsync encounters empty symlinks Product: rsync Version: 3.0.4 Platform: x86 OS/Version: Linux Status: NEW Severity: minor Priority: P3 Com