DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2010-08-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232


way...@samba.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
Version|2.6.9   |3.1.0




--- Comment #6 from way...@samba.org  2010-08-21 13:12 CST ---
The timeout code in 3.1.0dev is much improved over 2.x and 3.0.x.  Hopefully
this will fix the issue you were seeing.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2007-05-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232





--- Comment #5 from [EMAIL PROTECTED]  2007-05-25 05:44 MST ---
I was able to replicate this error.
I use rsync to mirror "Project Gutenberg" from "ibiblio.org". That is about
245GB of data in about 358'000 files. Since about one week i got the following
error:
"timeout in data send/receive (code 30) at io.c(165)" 
It also indicated that i used version 2.6.8 and ibiblio used 2.6.9. 
 - Upgraded to 2.6.9
 - Still the same error.
I used "rsync -avHS --delete --progress remote.place local.place"
started reading the FAQ and then this bug list
The option "--delete-during" solved the problem!


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2006-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232





--- Comment #4 from [EMAIL PROTECTED]  2006-11-16 00:46 MST ---
same results


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2006-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232





--- Comment #3 from [EMAIL PROTECTED]  2006-11-16 00:37 MST ---
and just now i have tried timeout = 0 on both ends


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2006-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232





--- Comment #2 from [EMAIL PROTECTED]  2006-11-16 00:33 MST ---
ok here is my config as per the email i sent you 
[EMAIL PROTECTED] ~]$ sudo cat /etc/rsyncd.conf 

ignore nonreadable = yes

log file = /var/log/rsyncd.log

log format = %o %h [%a] %m (%u) %f %l %b %c

transfer logging = true

read only = true

lock file = /var/run/rsyncd.lock

hosts allow =
192.168.0.99,192.168.10.25,69.0.162.149,192.168.10.100,192.168.10.101,192.168.0.253,68.16.216.73,192.168.0.56,192.168.0.50,192.168.0.51,66.132.135.26

max connections = 5

uid = root

gid = root

auth users = root

secrets file = /etc/rsyncd.secrets

[www]

list = true

path = /var/www

comment = Comment : var/www

[root]

list = true

path = /

comment = comment : / partition

[shared]

list = true

path = /home/shared

comment = Comment : programmers shared

[logs]

list = true

path = /var/log

comment = Comment : Logs

[etc]

list= true

path= /etc

comment = Comment : etc









and personal backup says 



full backup started for directory www
Connected to clients:873, remote version 30
Negotiated protocol version 28
Connected to module www
Sending args: --server --sender --numeric-ids --perms --owner --group -D
--links --times --recursive --ignore-times . .


i have added timeout = 600 on both the client and server and same issue


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2006-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|critical|minor
Version|3.0.0   |2.6.9




--- Comment #1 from [EMAIL PROTECTED]  2006-11-15 19:00 MST ---
You haven't explained how this is not due to your configuring the timeout
wrong.  You should also mention what options you're using.  For instance, using
--delete-during is much better when using a timeout than using --delete (which
defaults to --delete-before, and results in a lot of dead time on the socket).


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html