Re: rsync is effecting in the DC switch??

2008-10-02 Thread Manuel Kissoyan
Hi Ben and Chuck, thank you very much for the help, looks like finally 
was a problem in the switch at the datacenter.


Thank you!

Manuel





Benjamin Schweizer wrote:

Hi Manuel,

at least, this is not a common problem. I'd use tcpdump to see what is
really happening on your network card; if possible also run tcpdump on
the receiving machines. This tells you exactly what traffic is on the
network. If there are any unrequested broadcasts, check the ethernet
address (mac address) of the packets. You should only receive valid
broadcasts and traffic that is directed to your server.
If you receive unicast traffic that is directed to other hosts than
yours, it is a switching problem. I'd suggest rebooting the switch and
if possible, upgrading the firmware to the latest release. I expect that
you have already rebooted the centos box?


Greetings

On Tue, Sep 23, 2008 at 12:00:47AM -0300, Manuel Kissoyan wrote:
  

Thanx Ben,

But i have really no idea why this is happening, the backup server 
crashed and the DC rebuild it with centos 5 (i guess had centos4 
before), after the rebuild did start this problem, could be something 
with the os version or distro?


not sure where to start, the problem is not broadcasting...i mean, the 
dc tech told me the following, so the broadcasting is not something that 
normal


is broadcasting to all servers connected to that switch right now. It 
is not normal for it to be abusing the network and flooding other 
servers with unwanted traffic.


so any help or idea will be aprecciated.


btw, here is the command that i was running in the backup server to pull 
the data from the other servers, not sure if it could have any 
problem...but i was running the same command without problem before the 
backup server rebuild.


/usr/bin/rsync -rplogDtzH --stats --delete-during --timeout=500 
--exclude-from=/root/rsyncexcludedfiles 
--files-from=/root/rsyncincludedfiles -e ssh [EMAIL PROTECTED]:/ 
/backup4/server8



Thanx in advance!

Manuel








Benjamin Schweizer wrote:


Hi Manuel,

it is unlikely that rsync is causing your trouble as it operates on top
of tcp (osi layer 4); broadcasts are special ethernet packets that are
transmitted on osi layer 2. I think there might be another problem with
your server or with your switch (is it hubbing?). I suggest you talk to
your network admin again or repost this mail into a network list.


Greetings
Benjamin

On Sun, Sep 21, 2008 at 10:16:25PM -0300, Manuel Kissoyan wrote:
 
  
hi guys, we are using rsycn without problem but today after some 
problems in one of the servers, the dc tech did find the rsync is 
effecting in the switch where they have the server connected 
broadcasting all the ports in the switch at the dc?


This is what the dc tech said:

It appears that your server is broadcasting to every port on the switch 
that you are connected to


Any idea why this is happening?

Thanx in advance!

im using version 3.0.3  protocol version 30

and im running the command through shell in the destination server 
(backup server) to pull the files from the other servers:


/usr/bin/rsync -rplogDtzH --stats --delete-during --timeout=500 
--exclude-from=/rsyncexcludedfiles --files-from=/rsyncincludedfiles -e 
ssh [EMAIL PROTECTED]:/ /backup/server


Manuel



--
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
   

 
  


  

--
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


Re: rsync is effecting in the DC switch??

2008-09-22 Thread Manuel Kissoyan

Thanx Ben,

But i have really no idea why this is happening, the backup server 
crashed and the DC rebuild it with centos 5 (i guess had centos4 
before), after the rebuild did start this problem, could be something 
with the os version or distro?


not sure where to start, the problem is not broadcasting...i mean, the 
dc tech told me the following, so the broadcasting is not something that 
normal


is broadcasting to all servers connected to that switch right now. It 
is not normal for it to be abusing the network and flooding other 
servers with unwanted traffic.


so any help or idea will be aprecciated.


btw, here is the command that i was running in the backup server to pull 
the data from the other servers, not sure if it could have any 
problem...but i was running the same command without problem before the 
backup server rebuild.


/usr/bin/rsync -rplogDtzH --stats --delete-during --timeout=500 
--exclude-from=/root/rsyncexcludedfiles 
--files-from=/root/rsyncincludedfiles -e ssh [EMAIL PROTECTED]:/ 
/backup4/server8



Thanx in advance!

Manuel








Benjamin Schweizer wrote:

Hi Manuel,

it is unlikely that rsync is causing your trouble as it operates on top
of tcp (osi layer 4); broadcasts are special ethernet packets that are
transmitted on osi layer 2. I think there might be another problem with
your server or with your switch (is it hubbing?). I suggest you talk to
your network admin again or repost this mail into a network list.


Greetings
Benjamin

On Sun, Sep 21, 2008 at 10:16:25PM -0300, Manuel Kissoyan wrote:
  
hi guys, we are using rsycn without problem but today after some 
problems in one of the servers, the dc tech did find the rsync is 
effecting in the switch where they have the server connected 
broadcasting all the ports in the switch at the dc?


This is what the dc tech said:

It appears that your server is broadcasting to every port on the switch 
that you are connected to


Any idea why this is happening?

Thanx in advance!

im using version 3.0.3  protocol version 30

and im running the command through shell in the destination server 
(backup server) to pull the files from the other servers:


/usr/bin/rsync -rplogDtzH --stats --delete-during --timeout=500 
--exclude-from=/rsyncexcludedfiles --files-from=/rsyncincludedfiles -e 
ssh [EMAIL PROTECTED]:/ /backup/server


Manuel



--
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



  

--
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


rsync is effecting in the DC switch??

2008-09-21 Thread Manuel Kissoyan
hi guys, we are using rsycn without problem but today after some 
problems in one of the servers, the dc tech did find the rsync is 
effecting in the switch where they have the server connected 
broadcasting all the ports in the switch at the dc?


This is what the dc tech said:

It appears that your server is broadcasting to every port on the switch 
that you are connected to


Any idea why this is happening?

Thanx in advance!

im using version 3.0.3  protocol version 30

and im running the command through shell in the destination server 
(backup server) to pull the files from the other servers:


/usr/bin/rsync -rplogDtzH --stats --delete-during --timeout=500 
--exclude-from=/rsyncexcludedfiles --files-from=/rsyncincludedfiles -e 
ssh [EMAIL PROTECTED]:/ /backup/server


Manuel



--
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


Re: IO error encountered -- skipping file deletion

2008-07-26 Thread Manuel Kissoyan

Thanx Wayne!

Im not finding any useful infothis is the only thing that did show:

rsync: link_stat /etc/domainalias failed: No such file or directory (2)
rsync: link_stat /etc/ips.remotedns failed: No such file or directory (2)
rsync: link_stat /etc/master.passwd failed: No such file or directory (2)
rsync: link_stat /etc/namedb/named.conf failed: No such file or 
directory (2)
rsync: link_stat /usr/local/apache/conf/userdata failed: No such file 
or directory (2)
rsync: link_stat /var/lib/named/chroot/var/named/master failed: No 
such file or directory (2)

rsync: link_stat /var/ssl failed: No such file or directory (2)
IO error encountered -- skipping file deletion


A drive error ...it couldnt be, im having the same i/o error on 5 
different servers backups.


Thanx in advance!






Wayne Davison wrote:

On Fri, Jul 25, 2008 at 03:37:52PM -0300, Manuel Kissoyan wrote:
  

Wondering how i can trace to the problemim backing up many servers
and on all of them im seeing this error.



Look at the stderr output for earlier errors that were output.  Things
like lack of permissions opening a directory on the source side, a disk
I/O error, etc.

..wayne..

  

--
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


Re: popt-devel necessary for 3.0.3?

2008-07-25 Thread Manuel Kissoyan

Hi Matt,

Thanx but is not working, im trying to use your src rpm to rebuild the 
rpm in the server.

I did install popt but is needing popt-devel:

error: Failed build dependencies:
   popt-devel is needed by rsync-3.0.3-1.matt.i386


any other way to do this? i dont want install it from source.

Thank you in advance!

Manuel






Matt McCutchen wrote:

On Wed, 2008-07-23 at 12:06 -0300, Manuel Kissoyan wrote:
  
Im trying to install rsync 3.0.3 and looks like it needs the popt-devel 
package. I did find in the net and im not fionding any for centos 4 and 
5, anyone have an idea where i can find one?



It appears that for some reason CentOS 5 lumps the devel files into the
main popt package, so you should be fine with just that package.  If
that doesn't work, you can configure rsync with --with-included-popt to
make it use the popt code that comes with rsync.

Matt
  


--
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


Re: popt-devel necessary for 3.0.3?

2008-07-25 Thread Manuel Kissoyan

Thanx Matt!

I just removed popt-devel from spec and rebuilded -bb, that did the trick.






Matt McCutchen wrote:

On Fri, 2008-07-25 at 12:06 -0300, Manuel Kissoyan wrote:
  
Thanx but is not working, im trying to use your src rpm to rebuild the 
rpm in the server.

I did install popt but is needing popt-devel:

error: Failed build dependencies:
popt-devel is needed by rsync-3.0.3-1.matt.i386

any other way to do this? i dont want install it from source.



Ah, I didn't realize you were hitting the BuildRequire of the RPM.
Instead of directly rebuilding the source RPM, you could install it,
change the popt-devel in rsync-matt.spec to popt to reflect the way
CentOS organizes the packages, and build with rpmbuild -bb
PATH/TO/rsync-matt.spec.  Alternatively, you could uninstall the CentOS
popt and instead install the Fedora popt and popt-devel:

http://download.fedora.redhat.com/pub/fedora/linux/updates/9/i386/popt-1.13-4.fc9.i386.rpm
http://download.fedora.redhat.com/pub/fedora/linux/updates/9/i386/popt-devel-1.13-4.fc9.i386.rpm

Matt

  

Matt McCutchen wrote:


On Wed, 2008-07-23 at 12:06 -0300, Manuel Kissoyan wrote:
  
  
Im trying to install rsync 3.0.3 and looks like it needs the popt-devel 
package. I did find in the net and im not fionding any for centos 4 and 
5, anyone have an idea where i can find one?



It appears that for some reason CentOS 5 lumps the devel files into the
main popt package, so you should be fine with just that package.  If
that doesn't work, you can configure rsync with --with-included-popt to
make it use the popt code that comes with rsync.
  

--
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


Re: popt-devel necessary for 3.0.3?

2008-07-25 Thread Manuel Kissoyan

Thanx Daniel!

I removed popt-devel and did add --with-included-popt to the configure 
options but gave me error, so i just did remove --with-included-popt and 
that did it.


Thanx!



Daniel Maher wrote:

On Fri, 25 Jul 2008 12:06:04 -0300
Manuel Kissoyan [EMAIL PROTECTED] wrote:

  

Hi Matt,
 
Thanx but is not working, im trying to use your src rpm to rebuild

the rpm in the server.
I did install popt but is needing popt-devel:

error: Failed build dependencies:
popt-devel is needed by rsync-3.0.3-1.matt.i386


any other way to do this? i dont want install it from source.

Thank you in advance!

Manuel



- download and install his supplied SRC RPM
- edit the spec file to remove popt-devel from the dependencies list
- add --with-included-popt to the configure options
- rpmbuild the spec
- install the binary RPM that gets built


  

--
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


popt-devel necessary for 3.0.3?

2008-07-23 Thread Manuel Kissoyan

Hi,

Im trying to install rsync 3.0.3 and looks like it needs the popt-devel 
package. I did find in the net and im not fionding any for centos 4 and 
5, anyone have an idea where i can find one?


Thank you!
--
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


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 
geting the files from those servers.
One of these servers crashed a week before and we restored it, since 
then the rsync that connect to this server is giving the following 
erro after it get some files:


rsync error: timeout in data send/receive (code 30) at io.c(233) 
[sender=3.0.0pre2]

_exit_cleanup(code=30, file=io.c, line=233): about to call exit(30)
rsync: connection unexpectedly closed (83654700 bytes received so far) 
[receiver]
rsync error: error in rsync protocol data stream (code 12) at 
io.c(596) [receiver=3.0.0pre2]

_exit_cleanup(code=12, file=io.c, line=596): about to call exit(12)
rsync: connection unexpectedly closed (14185 bytes received so far) 
[generator]
rsync error: timeout in data send/receive (code 30) at io.c(596) 
[generator=3.0.0pre2]

_exit_cleanup(code=12, file=io.c, line=596): about to call exit(30)


We have installed the same version as we had before the crash, is a 
Centos 5 64 bit. and the rsync version is rsync  version 3.0.0pre2  
protocol version 30.PR10


Wondering what could cause the error.

Thank you in advance!

Manuel


--
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


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 advance!

Manuel




Wayne Davison wrote:

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 if both sides are reporting a connection-closed error, or if one
side is dying/crashing.  One way to do that by attaching an strace to
each of the 3 programs (e.g. use strace -o FILE -p PID after it is
running if you don't want to tweak the way you start the copy going).

..wayne..

  


--
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


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})   = 0 (Timeout)
select(4, [3], [], NULL, {60, 0})   = 0 (Timeout)
select(4, [3], [], NULL, {60, 0})   = 0 (Timeout)
select(4, [3], [], NULL, {60, 0})   = 0 (Timeout)
select(4, [3], [], NULL, {60, 0})   = 0 (Timeout)
select(4, [3], [], NULL, {60, 0})   = 0 (Timeout)
select(4, [3], [], NULL, {60, 0})   = 1 (in [3], left {0, 0})
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, [{WIFSIGNALED(s)  WTERMSIG(s) == SIGUSR1}], WNOHANG) = 18568
waitpid(-1, [{WIFEXITED(s)  WEXITSTATUS(s) == 30}], WNOHANG) = 18569
waitpid(-1, 0xbff58724, WNOHANG)= -1 ECHILD (No child processes)
sigreturn() = ? (mask now [])
read(3, , 8184)   = 0
write(2, rsync: connection unexpectedly c..., 79) = 79
write(2, \n, 1)   = 1
rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0
rt_sigaction(SIGUSR2, {SIG_IGN}, NULL, 8) = 0
waitpid(18568, 0xbff58a18, WNOHANG) = -1 ECHILD (No child processes)
getpid()= 18567
kill(18568, SIGUSR1)= -1 ESRCH (No such process)
kill(18569, SIGUSR1)= -1 ESRCH (No such process)
write(2, rsync error: error in rsync prot..., 93) = 93
write(2, \n, 1)   = 1
exit_group(12)  = ?
Process 18567 detached

---





And this is from the server that we are backing up:

--
Process 19247 attached - interrupt to quit
select(1, [0], [], NULL, {6, 227000})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 1 (in [0], left {0, 31000})
read(0, , 4)  = 0
select(2, NULL, [1], [1], {60, 0})  = 1 (out [1], left {60, 0})
write(1, M\0\0\10rsync: connection unexpected..., 81) = -1 EPIPE 
(Broken pipe)

--- SIGPIPE (Broken pipe) @ 0 (0) ---
write(2, rsync: writefd_unbuffered failed..., 77) = -1 EPIPE (Broken pipe)
--- SIGPIPE (Broken pipe) @ 0 (0) ---
rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0
rt_sigaction(SIGUSR2, {SIG_IGN}, NULL, 8) = 0
write(2, rsync error: errors with program..., 87) = -1 EPIPE (Broken pipe)
--- SIGPIPE (Broken pipe) @ 0 (0) ---
rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0
rt_sigaction(SIGUSR2, {SIG_IGN}, NULL, 8) = 0
select(0, NULL, NULL, NULL, {0, 10}) = 0 (Timeout)
exit_group(13)  = ?
Process 19247 detached
-

Thank you!

Manuel



Wayne Davison wrote:

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 if both sides are reporting a connection-closed error, or if one
side is dying/crashing.  One way to do that by attaching an strace to
each of the 3 programs (e.g. use strace -o FILE -p PID after it is
running if you don't want to tweak the way you start the copy going).

..wayne..
  

--
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


Re: rsync error after server restore

2008-06-06 Thread Manuel Kissoyan
], [], NULL, {60, 0})   = 1 (in [0], left {60, 0})
read(0, \0, 1)= 1
select(2, NULL, [1], [1], {60, 0})  = 1 (out [1], left {60, 0})
write(1, \1\0\0\7\0, 5)   = 5
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
select(1, [0], [], NULL, {60, 0})   = 0 (Timeout)
rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0
rt_sigaction(SIGUSR2, {SIG_IGN}, NULL, 8) = 0
select(2, NULL, [1], [1], {60, 0})  = 1 (out [1], left {60, 0})
write(1, T\0\0\10rsync error: timeout in data..., 88) = 88
select(0, NULL, NULL, NULL, {0, 10}) = 0 (Timeout)
exit_group(30)  = ?
Process 13374 detached

Thank you!


Wayne Davison wrote:

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 the receiving side,
and 1 on the sending side.

..wayne..

  


--
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


rsync error after server restore

2008-06-04 Thread Manuel Kissoyan

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 geting 
the files from those servers.
One of these servers crashed a week before and we restored it, since 
then the rsync that connect to this server is giving the following erro 
after it get some files:


rsync error: timeout in data send/receive (code 30) at io.c(233) 
[sender=3.0.0pre2]

_exit_cleanup(code=30, file=io.c, line=233): about to call exit(30)
rsync: connection unexpectedly closed (83654700 bytes received so far) 
[receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(596) 
[receiver=3.0.0pre2]

_exit_cleanup(code=12, file=io.c, line=596): about to call exit(12)
rsync: connection unexpectedly closed (14185 bytes received so far) 
[generator]
rsync error: timeout in data send/receive (code 30) at io.c(596) 
[generator=3.0.0pre2]

_exit_cleanup(code=12, file=io.c, line=596): about to call exit(30)


We have installed the same version as we had before the crash, is a 
Centos 5 64 bit. and the rsync version is rsync  version 3.0.0pre2  
protocol version 30.PR10


Wondering what could cause the error.

Thank you in advance!

Manuel

--
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


version 3 and glibc

2007-10-11 Thread Manuel Kissoyan
I did ask before but go no reply...here i go again to see if someone
copuld reply :-)

Thanx!

...

wondering if the only option to have rsync 3 running is have a glibc 2.4+?

I have a backup server and many other servers running cpanel on them so
a glibc update is not an option as it could skrew up the system. Any
idea or workaround? Or i should to stick with old versions of rsync?

Thanx in advance!

Manuel



-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Rsync 3.0.0pre1 released

2007-10-11 Thread Manuel Kissoyan
Matt, any chance you do one compiled with glibc 2.3.x?

Thanx in advance!

Manuel




Matt McCutchen wrote:
 On 10/4/07, Manuel Kissoyan [EMAIL PROTECTED] wrote:
   
 Wondering if there are somewhere to download an rpm version for centos?
 

 My RPM will probably work fine on CentOS, as it is based on the Fedora
 packaging and Fedora is similar to CentOS.  If you want a pure CentOS
 package, you or I could rebuild the SRPM at
 http://mirror.centos.org/centos/5.0/os/SRPMS/rsync-2.6.8-3.1.src.rpm .

 Matt

   
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Rsync 3.0.0pre2 released

2007-10-11 Thread Manuel Kissoyan
Hi Matt,

Using which Glibc version?

Thanx
Manuel


Matt McCutchen wrote:
 On 10/11/07, Wayne Davison [EMAIL PROTECTED] wrote:
   
 I've just released rsync 3.0.0pre2, the second pre-release version for
 the upcoming 3.0.0 release.
 

 I have built RPMs (source and i386 binary) for rsync 3.0.0pre2:

 http://mattmccutchen.net/rsync/#rsync-packages

 Matt
   
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Rsync 3.0.0pre2 released

2007-10-11 Thread Manuel Kissoyan
great!

Thanx very much!

Manuel



Matt McCutchen wrote:
 On 10/11/07, Manuel Kissoyan [EMAIL PROTECTED] wrote:
   
 Using which Glibc version?
 

 The one that is on my computer: Fedora's glibc-2.6-4 .

 If you want an RPM that works with the glibc on your servers, just
 rebuild my source RPM on one of the servers:

 $ wget http://mattmccutchen.net/rpm/rsync-3.0.0-0.2.pre2.matt.src.rpm
 $ rpmbuild --rebuild rsync-3.0.0-0.2.pre2.matt.src.rpm
 $ rpm -Uvh /usr/src/redhat/RPMS/i386/rsync-3.0.0-0.2.pre2.matt.i386.rpm

 Matt

   
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


version 3 and glibc

2007-10-05 Thread Manuel Kissoyan
wondering if the only option to have rsync 3 running is have a glibc 2.4+?

I have a backup server and many other servers running cpanel on them so
a glibc update is not an option as it could skrew up the systems. Any
idea or workaround? Or i should to stick with old versions of rsync?

Thanx in advance!

Manuel


-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: problem with the delete option

2007-01-31 Thread Manuel Kissoyan

Just wondering if this bug will be corrected.

Thank you!







- Original Message - 
From: Manuel Kissoyan [EMAIL PROTECTED]

To: Wayne Davison [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Saturday, January 27, 2007 2:32 PM
Subject: Re: problem with the delete option



ok, this going more complicated

In the sending side do not exists a directory called piusfont, in the 
receving side yes...


there are no entries with this directory name, no 
delete_in_dir(DIRECTORY) or make_file(), what next?


btw, dunno if this have something to do but im running the rsync through 
the backup server so the backup server is the receiving side and the other 
server is the sending side, so basically the backup server is running 
rsync to pull the data.


I also did find something with another user account that it is in the 
backup server but not anymore in the other server:


delete_in_dir(home/iccdom/public_html/administrator)

This was in the logs in example but rsync havent deleted it from the 
backup server.



Thank you!





- Original Message - 
From: Wayne Davison [EMAIL PROTECTED]

To: Manuel Kissoyan [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Friday, January 26, 2007 12:36 PM
Subject: Re: problem with the delete option



On Mon, Jan 22, 2007 at 08:18:52PM -0300, Manuel Kissoyan wrote:

ok, i did add the -vv and it simply not running any delete command, the
only thing close to that is lines like this:


You need a third -v to see mentions of where rsync is deleting.  It will
say delete_in_dir(DIRECTORY) for every directory whose contents is
being transferred.  You should also look for the make_file() calls from
the generator, which is the directory reading on the sending side that
is used for deletions.  If you see a message about a file being
protected, that indicates that your exclude options have ensured that
that particular file cannot be deleted.


so basicaly rsync is not deleting the files that are not there in the
sending side.


If you weren't using --files-from, I would have said that you were being
bitten by this bug:

 - Fixed a recent bug where --delete was not working when transferring
   from the root (/) of the filesystem with --relative enabled.

With the --files-from option, I can't duplicate your problem, so it is
probably a case of you expecting rsync to delete in a directory that it
is not sending or your not expecting an exclude to protect a file from
deletion.  If not, please let us know what you discover.

..wayne..


--
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html 


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: problem with the delete option

2007-01-29 Thread Manuel Kissoyan

Hi Wayne,

any idea what more i could do to know what is going on?

Thanx in advance!





- Original Message - 
From: Manuel Kissoyan [EMAIL PROTECTED]

To: Wayne Davison [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Saturday, January 27, 2007 2:32 PM
Subject: Re: problem with the delete option



ok, this going more complicated

In the sending side do not exists a directory called piusfont, in the 
receving side yes...


there are no entries with this directory name, no 
delete_in_dir(DIRECTORY) or make_file(), what next?


btw, dunno if this have something to do but im running the rsync through 
the backup server so the backup server is the receiving side and the other 
server is the sending side, so basically the backup server is running 
rsync to pull the data.


I also did find something with another user account that it is in the 
backup server but not anymore in the other server:


delete_in_dir(home/iccdom/public_html/administrator)

This was in the logs in example but rsync havent deleted it from the 
backup server.



Thank you!





- Original Message - 
From: Wayne Davison [EMAIL PROTECTED]

To: Manuel Kissoyan [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Friday, January 26, 2007 12:36 PM
Subject: Re: problem with the delete option



On Mon, Jan 22, 2007 at 08:18:52PM -0300, Manuel Kissoyan wrote:

ok, i did add the -vv and it simply not running any delete command, the
only thing close to that is lines like this:


You need a third -v to see mentions of where rsync is deleting.  It will
say delete_in_dir(DIRECTORY) for every directory whose contents is
being transferred.  You should also look for the make_file() calls from
the generator, which is the directory reading on the sending side that
is used for deletions.  If you see a message about a file being
protected, that indicates that your exclude options have ensured that
that particular file cannot be deleted.


so basicaly rsync is not deleting the files that are not there in the
sending side.


If you weren't using --files-from, I would have said that you were being
bitten by this bug:

 - Fixed a recent bug where --delete was not working when transferring
   from the root (/) of the filesystem with --relative enabled.

With the --files-from option, I can't duplicate your problem, so it is
probably a case of you expecting rsync to delete in a directory that it
is not sending or your not expecting an exclude to protect a file from
deletion.  If not, please let us know what you discover.

..wayne..


--
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html 


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: problem with the delete option

2007-01-27 Thread Manuel Kissoyan

ok, this going more complicated

In the sending side do not exists a directory called piusfont, in the 
receving side yes...


there are no entries with this directory name, no delete_in_dir(DIRECTORY) 
or make_file(), what next?


btw, dunno if this have something to do but im running the rsync through the 
backup server so the backup server is the receiving side and the other 
server is the sending side, so basically the backup server is running rsync 
to pull the data.


I also did find something with another user account that it is in the backup 
server but not anymore in the other server:


delete_in_dir(home/iccdom/public_html/administrator)

This was in the logs in example but rsync havent deleted it from the backup 
server.



Thank you!





- Original Message - 
From: Wayne Davison [EMAIL PROTECTED]

To: Manuel Kissoyan [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Friday, January 26, 2007 12:36 PM
Subject: Re: problem with the delete option



On Mon, Jan 22, 2007 at 08:18:52PM -0300, Manuel Kissoyan wrote:

ok, i did add the -vv and it simply not running any delete command, the
only thing close to that is lines like this:


You need a third -v to see mentions of where rsync is deleting.  It will
say delete_in_dir(DIRECTORY) for every directory whose contents is
being transferred.  You should also look for the make_file() calls from
the generator, which is the directory reading on the sending side that
is used for deletions.  If you see a message about a file being
protected, that indicates that your exclude options have ensured that
that particular file cannot be deleted.


so basicaly rsync is not deleting the files that are not there in the
sending side.


If you weren't using --files-from, I would have said that you were being
bitten by this bug:

 - Fixed a recent bug where --delete was not working when transferring
   from the root (/) of the filesystem with --relative enabled.

With the --files-from option, I can't duplicate your problem, so it is
probably a case of you expecting rsync to delete in a directory that it
is not sending or your not expecting an exclude to protect a file from
deletion.  If not, please let us know what you discover.

..wayne.. 


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: problem with the delete option

2007-01-24 Thread Manuel Kissoyan

Dont wanna bother you guys but someone have any logic explanation for this?

Thank you in advance!



- Original Message - 
From: Manuel Kissoyan [EMAIL PROTECTED]

To: Matt McCutchen [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Monday, January 22, 2007 8:18 PM
Subject: Re: problem with the delete option



Thanx Matt,

ok, i did add the -vv and it simply not running any delete command, the 
only thing close to that is lines like this:


removing duplicate name 
usr/local/cpanel/3rdparty/mailman/Mailman/Bouncer.py from file list 
(93869)


so basicaly rsync is not deleting the files that are not there in the 
sending side.


any idea?







- Original Message - 
From: Matt McCutchen [EMAIL PROTECTED]

To: Manuel Kissoyan [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Saturday, January 20, 2007 9:33 PM
Subject: Re: problem with the delete option



On 1/20/07, Manuel Kissoyan [EMAIL PROTECTED] wrote:

im trying to backup a cpanel server and made a list in the file with the
directories and files to be backed up and also another file with the
excluded dir/file list.
For some reason when an account is deleted from the server then when 
rsync
is backing it up is not removing this account directory and files. Any 
idea

what could be the problem?

Im using version 2.6.8  protocol version 29

/usr/local/bin/rsync -vrplogDtzH --stats --delete-during --partial --timeout=500
 --exclude-from=/root/rsyncexcludedfiles --files-from=/root/rsyncincludedfiles
 -e ssh [EMAIL PROTECTED]:/ /home/server1  /var/log/server1.log 21

my included lis:

---
/home

[...]

---


Your setup looks correct: since you listed /home and used -r, rsync
should delete subdirectories of /home from the backup when they are
deleted from the server.  Try running rsync in double-verbose mode
(-vv) to get more information about why it isn't deleting the
directory from the backup.

Matt



--
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html 


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: problem with the delete option

2007-01-22 Thread Manuel Kissoyan

Thanx Matt,

ok, i did add the -vv and it simply not running any delete command, the only 
thing close to that is lines like this:


removing duplicate name usr/local/cpanel/3rdparty/mailman/Mailman/Bouncer.py 
from file list (93869)


so basicaly rsync is not deleting the files that are not there in the 
sending side.


any idea?







- Original Message - 
From: Matt McCutchen [EMAIL PROTECTED]

To: Manuel Kissoyan [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Saturday, January 20, 2007 9:33 PM
Subject: Re: problem with the delete option



On 1/20/07, Manuel Kissoyan [EMAIL PROTECTED] wrote:

im trying to backup a cpanel server and made a list in the file with the
directories and files to be backed up and also another file with the
excluded dir/file list.
For some reason when an account is deleted from the server then when 
rsync
is backing it up is not removing this account directory and files. Any 
idea

what could be the problem?

Im using version 2.6.8  protocol version 29

/usr/local/bin/rsync -vrplogDtzH --stats --delete-during --partial --timeout=500
 --exclude-from=/root/rsyncexcludedfiles --files-from=/root/rsyncincludedfiles
 -e ssh [EMAIL PROTECTED]:/ /home/server1  /var/log/server1.log 21

my included lis:

---
/home

[...]

---


Your setup looks correct: since you listed /home and used -r, rsync
should delete subdirectories of /home from the backup when they are
deleted from the server.  Try running rsync in double-verbose mode
(-vv) to get more information about why it isn't deleting the
directory from the backup.

Matt



--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


problem with the delete option

2007-01-20 Thread Manuel Kissoyan

hi guys,

im trying to backup a cpanel server and made a list in the file with the 
directories and files to be backed up and also another file with the 
excluded dir/file list.
For some reason when an account is deleted from the server then when rsync 
is backing it up is not removing this account directory and files. Any idea 
what could be the problem?


Im using version 2.6.8  protocol version 29

/usr/local/bin/rsync -vrplogDtzH --stats --delete-during --partial --timeout=500 
--exclude-from=/root/rsyncexcludedfiles --files-from=/root/rsyncincludedfiles 
-e ssh [EMAIL PROTECTED]:/ /home/server1  /var/log/server1.log 21


my included lis:

---
/home
/home2
/usr/local/apache/conf
/var/named
/usr/local/cpanel
/var/lib/mysql
/var/lib/pgsql
/var/cpanel
/usr/share/ssl
/var/ssl
/usr/local/cpanel/3rdparty/mailman
/var/log/bandwidth
/usr/local/frontpage
/var/spool/cron
/root/.my.cnf
/etc/httpd/conf/httpd.conf
/etc/sysconfig/network
/etc/userdomains
/etc/remotedomains
/etc/localdomains
/etc/trueuserdomains
/etc/trueuserowners
/var/cpanel/users
/etc/secondarymx
/etc/domainalias
/etc/valiases
/etc/vfilters
/etc/exim
/etc/exim.conf
/etc/exim.conf.buildtest
/etc/exim.conf.dist
/etc/exim.conf.local
/etc/exim.conf.localopts
/etc/exim.conf.mailman2.dist
/etc/exim.conf.mailman2.exiscan.dist
/etc/exim.crt
/etc/exim.key
/etc/eximmailtrap
/etc/exim.pl
/etc/exim.pl.local
/etc/eximrejects
/etc/eximrejects.rpmorig
/etc/exim_surbl.pl
/etc/proftpd
/etc/proftpd.conf
/etc/proftpd.conf.bytes
/etc/proftpd.conf.rpmnew
/etc/proftpd.conf.rpmsave
/etc/proftpd.conf.tmpeditlib
/etc/proftpd.conf,v
/etc/pure-ftpd
/etc/pure-ftpd.conf
/etc/pure-ftpd.conf.rpmsave
/etc/passwd
/etc/passwd-
/etc/passwd.OLD
/etc/passwd,v
/etc/group
/etc/group-
/etc/named.conf
/etc/named.conf.fixrndc
/etc/named.conf.prefixrndc
/etc/named.conf.rpmsave
/etc/named.conf,v
/etc/wwwacct.conf
/etc/cpupdate.conf
/etc/quota.conf
/etc/shadow
/etc/shadow-
/etc/shadow,v
/etc/ips
/etc/ips.dnsmaster
/etc/ips.remotedns
/etc/ipaddrpool
/etc/ipaddrpool-
/etc/nameserverips
/etc/ssl
/etc/hosts
---


my excluded list:

---
/home/virtfs
/home2/virtfs
/home/cpzendinstall
/home/cprestore
/home/cpphpbuild
/home/cpapachebuild
--- 


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: problem with the delete option

2007-01-20 Thread Manuel Kissoyan

Thanx Matt,

i did, in fact i did -vvv but there are nothing useful is why is driving me 
crazy, i was trying to find the problem from a month or so now, any other 
idea?


Thank you!





- Original Message - 
From: Matt McCutchen [EMAIL PROTECTED]

To: Manuel Kissoyan [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Saturday, January 20, 2007 9:33 PM
Subject: Re: problem with the delete option



On 1/20/07, Manuel Kissoyan [EMAIL PROTECTED] wrote:

im trying to backup a cpanel server and made a list in the file with the
directories and files to be backed up and also another file with the
excluded dir/file list.
For some reason when an account is deleted from the server then when 
rsync
is backing it up is not removing this account directory and files. Any 
idea

what could be the problem?

Im using version 2.6.8  protocol version 29

/usr/local/bin/rsync -vrplogDtzH --stats --delete-during --partial --timeout=500
 --exclude-from=/root/rsyncexcludedfiles --files-from=/root/rsyncincludedfiles
 -e ssh [EMAIL PROTECTED]:/ /home/server1  /var/log/server1.log 21

my included lis:

---
/home

[...]

---


Your setup looks correct: since you listed /home and used -r, rsync
should delete subdirectories of /home from the backup when they are
deleted from the server.  Try running rsync in double-verbose mode
(-vv) to get more information about why it isn't deleting the
directory from the backup.

Matt



--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: delete option

2006-11-26 Thread Manuel Kissoyan

Sorry...i forgot the detailshere is the info...

im running:

rsync -vrplogDtzH --stats --delete-during --partial --timeout=500 --exclude-from=/root/rsyncexcludedfiles 
--files-from=/root/rsyncincludedfiles..


and the includedfiles list have some wildecards but the files that has not 
been deleted wasnt in the wildcard path...


/etc/*named*
/home

i mean, i have a directory with files into the /home so there isnt a 
wildecard and rsync havent deleted it.


Thanx!


- Original Message - 




On Sat, Nov 25, 2006 at 02:14:39PM -0300, Manuel Kissoyan wrote:

if in the sender side server i delete a directory with files and
directories into it after run rsync is not removing that
directory/files on the receiver side.


I can only guess here since you don't supply any details of your run,
but this is usually caused by someone using a wildcard (for example,
rsync -av --del /src/* host:/dest), which does not send the src
directory, and therefore no deletions can occur inside it.  Just drop
the wildcard (leaving the trailing slash) if that is the case.


btw: all the delete options is only to delete the receiver side? i mean
using them will not delete the sender side?


That's right.  The --remove-* options affect the sending side, and the
--delete-* options the receiving side.

..wayne..



--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


delete option

2006-11-25 Thread Manuel Kissoyan

Hi Wayne,

im using version 2.6.8  protocol version 29 and looks like 
the --delete-during  parameter is not working correctly, if in the sender 
side server i delete a directory with files and directories into it after 
run rsync is not removing that directory/files on the receiver side.


Any idea?

btw: all the delete options is only to delete the receiver side? i mean 
using them will not delete the sender side?


Thank you in advance! 


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


monthly retention

2006-11-04 Thread Manuel Kissoyan

Hi,

im trying to work out my backup with a monthly retention, wondering how i
could keep a backup that is 30 days old all the time...i meanif i rsync
the daily backup today with the monthly one in 30 days the monthly will be
the monthly backup but the day of the rsync will not be 30 days old, the
only option i see is have 3 backed up files rotating every two months to at
least keep a 30 days old onesorry for the confusion :-)

Thank you in advance!


Manuel 


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


some errors

2006-06-26 Thread Manuel Kissoyan



Just wondering what could cause the following 
errors:

rsync: read errors mapping "/sys/block/loop4/dev": 
No data available (61)

rsync: send_files failed to open 
"/sys/bus/pci/drivers/Promise_Old_IDE/new_id": Permission denied 
(13)

ERROR: sys/block/ram2/stat failed verification -- 
update retained.rsync: read errors mapping "/sys/block/ram2/stat": No data 
available (61)

Thank you in advance!


-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: is not working running through Cron

2006-05-10 Thread Manuel Kissoyan

Thanx Wayne, ill give it a try and let you know.




- Original Message - 
From: Wayne Davison [EMAIL PROTECTED]

To: Manuel Kissoyan [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Wednesday, May 10, 2006 12:19 PM
Subject: Re: is not working running through Cron



On Tue, May 09, 2006 at 12:54:58PM -0300, Manuel Kissoyan wrote:
rsync error: timeout in data send/receive (code 30) at io.c(171) 
[sender=2.6.8]
rsync: connection unexpectedly closed (24336606 bytes received so far) 
[receiver]


I note that the command is up and running, but that it timed out after
doing receiving quite a bit of data.  I'd suggest (1) switching over to
using --delete-during (since that does not cause a huge pause at the
start of the transfer), and/or (2) trying to increase (or eliminate) the
timeout value to see if rsync is just running slowly or if it is getting
hung up on something (i.e. the time of the cron job may coincide with
other disk-intensive operations, and slow down rsync enough that it
times out).

..wayne..





--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: is not working running through Cron

2006-05-10 Thread Manuel Kissoyan

Well Wayne is not accepting that option..

rsync: --delete-during: unknown option
rsync error: syntax or usage error (code 1) at main.c(1084)

is a bug?

thanx!









- Original Message - 
From: Wayne Davison [EMAIL PROTECTED]

To: Manuel Kissoyan [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Wednesday, May 10, 2006 12:19 PM
Subject: Re: is not working running through Cron



On Tue, May 09, 2006 at 12:54:58PM -0300, Manuel Kissoyan wrote:
rsync error: timeout in data send/receive (code 30) at io.c(171) 
[sender=2.6.8]
rsync: connection unexpectedly closed (24336606 bytes received so far) 
[receiver]


I note that the command is up and running, but that it timed out after
doing receiving quite a bit of data.  I'd suggest (1) switching over to
using --delete-during (since that does not cause a huge pause at the
start of the transfer), and/or (2) trying to increase (or eliminate) the
timeout value to see if rsync is just running slowly or if it is getting
hung up on something (i.e. the time of the cron job may coincide with
other disk-intensive operations, and slow down rsync enough that it
times out).

..wayne..





--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: is not working running through Cron

2006-05-10 Thread Manuel Kissoyan

both servers have the same version...

rsync  version 2.6.8  protocol version 29
Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.





- Original Message - 
From: Wayne Davison [EMAIL PROTECTED]

To: Manuel Kissoyan [EMAIL PROTECTED]
Cc: rsync list rsync@lists.samba.org
Sent: Wednesday, May 10, 2006 2:12 PM
Subject: Re: is not working running through Cron



On Wed, May 10, 2006 at 01:35:08PM -0300, Manuel Kissoyan wrote:

rsync: --delete-during: unknown option
rsync error: syntax or usage error (code 1) at main.c(1084)

is a bug?


No, it just means you need to upgrade that version of rsync.  (Since the
version on the remote (sending) side was 2.6.8, I assumed that the
version on the local machine would be fairly recent too, but apparently
not.)

..wayne..



--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


is not working running through Cron

2006-05-09 Thread Manuel Kissoyan



Since i upgraded rsync to the last version all the 
rsync running through cron are failing, running the same command through SSH is 
working ok.
Wondering how could i troubleshoot it.

The cron line is:

0 7 * * * root rsync -azH --stats --delete 
--partial --timeout=300 --exclude=/proc -e ssh [EMAIL PROTECTED]:/ /home/server7  
/var/log/backupserver7.log 21

The error is:

rsync error: timeout in data send/receive (code 30) 
at io.c(171) [sender=2.6.8]rsync: connection unexpectedly closed (24336606 
bytes received so far) [receiver]rsync error: error in rsync protocol data 
stream (code 12) at io.c(359)rsync: connection unexpectedly closed (24336606 
bytes received so far) [generator]rsync error: error in rsync protocol data 
stream (code 12) at io.c(359)


Thank you in advance!

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

large file support

2005-11-15 Thread Manuel Kissoyan

Wondering if rsync support very large files
Im trying to backup a 15Gb .tar.gz file, is one file, but keeps hanging in 
the middle of the transfer.


Thank you! 



--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


trace the problem

2005-11-10 Thread Manuel Kissoyan

We have many servers and we are using rsync to backup them.

We are using it since a month, in one of the servers since a week did start 
loading alot the cpu, around 50 when the normal cpu load is less than 1.


The odd thing is this wasnt hapening before.

Today i ran the rsync and i straced it, below i pasted part of the strace, 
was tracing that almost an hour before i killed the process because was 
hammering the server, but sounds like a loop.


Anybody have an idea what could be and if really is a loop?

Any help will be appreciated.

Thank you in advance!

---
select(5, NULL, [4], NULL, {60, 0}) = 1 (out [4], left {60, 0})
write(4, P\f\n{p \0\0\0\0\0\344\377\332\10\252\252\252\252\252\252..., 
4110) = 4110
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376

select(5, NULL, [4], NULL, {60, 0}) = 1 (out [4], left {60, 0})
write(4, P\f*\354\301\201\0\0\0\0\0\220\377k#\250\252\252\252\252..., 
4110) = 4110
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376

select(5, NULL, [4], NULL, {60, 0}) = 1 (out [4], left {60, 0})
write(4, [EMAIL PROTECTED]..., 4110) 
= 4110
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
= 229376
read(3, \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 229376) 
=