rsync daemon not answering

2008-06-06 Thread Alejandro Celery
Hi everyone. I have a problem: I was running rsync --daemon on a Ubuntu 6.10 linux without problems. I used it to sync our company intranet from a Windows host through deltacopy. Then I migrated my system to new hardware and installed Ubuntu 7.10 on it. I run rsync --daemon with the same

Re: rsync daemon not answering

2008-06-06 Thread Matt McCutchen
On Fri, 2008-06-06 at 10:02 -0300, Alejandro Celery wrote: I have a problem: I was running rsync --daemon on a Ubuntu 6.10 linux without problems. I used it to sync our company intranet from a Windows host through deltacopy. Then I migrated my system to new hardware and installed Ubuntu

Re: rsync error after server restore

2008-06-06 Thread Manuel Kissoyan
Wondering if this cpould happen if a file or a directory have a space on it? Something like Nouveau\ dossier? Thanx! Manuel Kissoyan wrote: Hi, We have this backup server running for a long time without problem, it run the rsync command from cron and connect to many other servers

Re: rsync error after server restore

2008-06-06 Thread Wayne Davison
On Wed, Jun 04, 2008 at 05:25:06PM -0300, Manuel Kissoyan wrote: rsync error: timeout in data send/receive (code 30) at io.c(233) [sender=3.0.0pre2] Are you using a --timeout option or a timeout parameter in a daemon config? If so, try increasing that value. If not, you should check to see

Re: rsync error after server restore

2008-06-06 Thread Manuel Kissoyan
Hi Wayne, Yes, im using timeout=500 in the cron/command as we were using before the crash and also as im using in the other servers. Ill do the strace to see what is happening and ill post here. btw, what exactly do you mean when you say to attach it of each of the 3 programs? Thank you in

Re: rsync error after server restore

2008-06-06 Thread Manuel Kissoyan
Hi Wayne, Here is the strace result. This is the one from the server where we are running the rsync command and where we backup the other server: --- select(4, [3], [], NULL, {47, 471000}) = 0 (Timeout) select(4, [3], [], NULL, {60, 0}) = 0 (Timeout) select(4, [3], [], NULL, {60, 0})

iptables rule for rsync

2008-06-06 Thread Faisal Ashraf
Hi, Well David it worked after stopping the iptables.. Now what would be the rule for iptabels to allow rsync. I am not very good with iptables help will be appreciated Thanks again for help. Faisal A. Ashraf Web www.voip.com.pk Your VoIP

Re: rsync error after server restore

2008-06-06 Thread Wayne Davison
On Fri, Jun 06, 2008 at 04:14:45PM -0300, Manuel Kissoyan wrote: This is the one from the server where we are running the rsync command and where we backup the other server: That's just the client. You also need to see what the server is doing. You should attach to all 3 rsync processes, 2 on

Re: rsync error after server restore

2008-06-06 Thread Manuel Kissoyan
ok, here are the last lines from the receiving side: - time(NULL) = 1212801884 select(6, [5], [], NULL, {60, 0}) = 0 (Timeout) time(NULL) = 1212801944 select(6, [5], [], NULL, {60, 0}) = 0 (Timeout) time(NULL)