iconv problem with rsync

2016-05-11 Thread Steve Schow
I am having a problem using rsync 3.1.2 to backup a remote linux machine to local OSX machine. It works fine, but one large directory full of files has a lot of files with foreign characters in the filenames and this blows up rsync. I tried to use: —iconv=utf-8-mac,utf-8 But still it

Re: Strange problem with rsync and expect

2015-06-16 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, you are doing something wrong. You are using expect to allow a password to be specified on the command line. Use ssh key authentication instead. Now, as to your problem I couldn't duplicate it. I started an rsync of a large file, ^Z suspended

Strange problem with rsync and expect

2015-06-15 Thread Guangmu Zhu
Version: 3.0.6OS: CentOS 6.6 I met a strange problem when using rsync with expect. I wrote a script backing up using rsync and expect. However when I run the script twice for two different files at same time, the two files on destination path would be deleted automatically before the files cl

Re: problem with rsync-daemon via ssh

2014-02-19 Thread Carlos Carvalho
Kevin Korb (k...@sanitarium.net) wrote on 17 February 2014 21:13: >OK, I just did a quickie test. When I 'ssh user@host rsync --daemon >- --server .' an I don't have an rsyncd.conf file in my home dir I get >no output like you do (an error message here would be nice). If I do >have a proper r

Re: problem with rsync-daemon via ssh

2014-02-17 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK, I just did a quickie test. When I 'ssh user@host rsync --daemon - --server .' an I don't have an rsyncd.conf file in my home dir I get no output like you do (an error message here would be nice). If I do have a proper rsyncd.conf file I get rsync

Re: problem with rsync-daemon via ssh

2014-02-17 Thread Carlos Carvalho
Kevin Korb (k...@sanitarium.net) wrote on 14 February 2014 12:51: >Try running that ssh command line yourself and see what it says. Doesn't say anything. But rsync is indeed run. I changed it to this script: #!/bin/bash echo "run!" echo "run!" and ural# rsync -avv -e "ssh -l root" ./orig/ ma

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try running that ssh command line yourself and see what it says. On 02/14/2014 06:34 AM, Carlos Carvalho wrote: > Kevin Korb (k...@sanitarium.net) wrote on 13 February 2014 21:47: >> modules are defined in an rsyncd.conf file. That file needs to >> b

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Matthias Schniedermeyer
On 14.02.2014 13:17, Paul Slootman wrote: > On Fri 14 Feb 2014, Matthias Schniedermeyer wrote: > > > > You mixed the options from "remote shell" with "rsync daemon". > > Rsync is used either as 'rsync over SSH'(/remote shell) OR daemon-mode. > > Matthias, > Ik recommend you check out the "USING R

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Paul Slootman
On Fri 14 Feb 2014, Matthias Schniedermeyer wrote: > > You mixed the options from "remote shell" with "rsync daemon". > Rsync is used either as 'rsync over SSH'(/remote shell) OR daemon-mode. Matthias, Ik recommend you check out the "USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION" part

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Carlos Carvalho
Matthias Schniedermeyer (m...@citd.de) wrote on 14 February 2014 13:06: >You mixed the options from "remote shell" with "rsync daemon". >Rsync is used either as 'rsync over SSH'(/remote shell) OR daemon-mode. No, there's a third method. Search for "USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Matthias Schniedermeyer
On 13.02.2014 23:38, Carlos Carvalho wrote: > I'm trying to transfer something to another machine launching a > once-only "daemon" through ssh with this command: > > rsync -avv -e "ssh -l user" ./orig/ machine::module/ > > where "module" is the name of a file in the home dir of user with the > fo

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Carlos Carvalho
Kevin Korb (k...@sanitarium.net) wrote on 13 February 2014 21:47: >modules are defined in an rsyncd.conf file. That file needs to be in >the home dir of the user. You mean the config file must be called "rsyncd.conf" instead of "module"? That'd be easy to solve but unfortunately it didn't work.

Re: problem with rsync-daemon via ssh

2014-02-13 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 modules are defined in an rsyncd.conf file. That file needs to be in the home dir of the user. On 02/13/2014 08:38 PM, Carlos Carvalho wrote: > I'm trying to transfer something to another machine launching a > once-only "daemon" through ssh with thi

problem with rsync-daemon via ssh

2014-02-13 Thread Carlos Carvalho
I'm trying to transfer something to another machine launching a once-only "daemon" through ssh with this command: rsync -avv -e "ssh -l user" ./orig/ machine::module/ where "module" is the name of a file in the home dir of user with the following: path = /path/to/home/transfer The ssh connecti

Weird problem with rsync 3.0.9

2012-05-14 Thread Claude Juif
Hi all, I'm not sure if this is really rsync related so fell free to ignore this message ;) I have to server. The first one is rsync server et and the second one the client. The rsync server repo is around 325Go. Every time my client start rsync, both rsyncd on the server and rsync on the cli

Problem with rsync over ssh

2007-12-11 Thread Peter P GMX
Hello, I have the following problem: On our internet host I have running rsync-static-2.5.7-1 (I have to use the static one as our web hoster had installed a limited Suse 9.1 vserver system) On our local server which I would like to rsync I have running rsync version 2.6.8 protocol version 2

Re: Problem with rsync recent file logic ?

2007-11-15 Thread Olivier Thauvin
Le jeudi 15 novembre 2007, Maxim Veksler a écrit : > Hello, > > I have 2 servers I'm synchronizing using rsync, I have a situation where I > : > > 1. rsync from rnd-dev2 to rnd-dev1 > 2. change the rsynched file on rnd-dev1 > 3. rsync from rnd-dev2 to rnd-dev1 again > 4. File gets overridden on rnd

Problem with rsync recent file logic ?

2007-11-15 Thread Maxim Veksler
Hello, I have 2 servers I'm synchronizing using rsync, I have a situation where I : 1. rsync from rnd-dev2 to rnd-dev1 2. change the rsynched file on rnd-dev1 3. rsync from rnd-dev2 to rnd-dev1 again 4. File gets overridden on rnd-dev1 over though it has newer change time then file on rnd-dev2.

RE: Problem with Rsync or Users will be Users?

2007-02-22 Thread Tevfik Karagülle
bruary 22, 2007 10:34 AM > To: rsync@lists.samba.org > Subject: Re: Problem with Rsync or Users will be Users? > > Various web sites says this about NTFS files. > > > Individual file names in NTFS are limited to 255 characters; > full paths are limited to 32,767 character

RE: Problem with Rsync or Users will be Users?

2007-02-22 Thread Stuart Halliday
> Path length limitiation comes from the underlying OS, cygwin in this > case. > > It has a max path length of 260 chars, if I remember correctly. Wow. That's quite a limitation. I didn't realise. Thanks Tevfik for that enlightenment. :-) This email is the property of ECS Technology Ltd. Thi

Re: Problem with Rsync or Users will be Users?

2007-02-22 Thread Stuart Halliday
Various web sites says this about NTFS files. Individual file names in NTFS are limited to 255 characters; full paths are limited to 32,767 characters This filename is a mere 191 long Path is a lot less than 32,767... :-) So how come it is an OS error when Rsync tries to copy it? -

Re: Problem with Rsync or Users will be Users?

2007-02-22 Thread Stuart Halliday
cluding the deep > sections). I think I know what you mean... :-) Thank you for responding. -- Stuart Halliday -Original Message- From: Wayne Davison <[EMAIL PROTECTED]> To: Stuart Halliday <[EMAIL PROTECTED]> Cc: rsync Date: Wed, 21 Feb 2007 07:46:56 -0800 Subject:

Re: Problem with Rsync or Users will be Users?

2007-02-21 Thread Wayne Davison
On Wed, Feb 21, 2007 at 10:52:50AM +, Stuart Halliday wrote: > rsync: mkstemp "..." failed: File name too long (91) Note that this is an OS error, so rsync is just reporting the failure that the mkstemp() call didn't work. You might be able to work around the problem by copying more deeply in

Problem with Rsync or Users will be Users?

2007-02-21 Thread Stuart Halliday
I'm using CWRSync 2.6.9 protocol 29 on a Windows 2003 Standard R2 server. I'm trying to copy files onto a local usb harddrive. Both filesystems are NTFS. Rsync is failing to copy some files due to the file name length. I kind of assumed that Rsync could handle the same file name length that Wi

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-24 Thread Andreas Fehr
On Wednesday, 24. May 2006, 09:07, Wayne Davison (as WD) wrote: >WD: On Wed, May 24, 2006 at 07:56:54AM +0200, Andreas Fehr wrote: >WD: > I'm back with my -cav and rsync does not copy files, even if I've >WD: > touched them. /opt/rsync/bin/rsync -cav --link-dest=/home/user/backup/old

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-24 Thread Wayne Davison
On Wed, May 24, 2006 at 07:56:54AM +0200, Andreas Fehr wrote: > I'm back with my -cav and rsync does not copy files, even if I've > touched them. Are you copying into an already populated destination directory? It sounds like it. When --link-dest is used to create a new hierarchy, rsync will on

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Andreas Fehr
On Tuesday, 23. May 2006, 18:04, Andreas Fehr (as AF) wrote: >AF: >WD: > Well, I changed '-a' to '-rlpgoD' (according to the man >AF: >WD: > page, it maps to '-rlptgoD'). But now it's worse each >AF: >WD: > call of rsync copies all the files from source to new. >AF: >WD: >AF: >WD: As Matt m

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Andreas Fehr
On Tuesday, 23. May 2006, 08:52, Wayne Davison (as WD) wrote: >WD: On Tue, May 23, 2006 at 11:40:48AM +0200, Andreas Fehr wrote: >WD: > Well, I changed '-a' to '-rlpgoD' (according to the man page, it >WD: > maps to '-rlptgoD'). But now it's worse each call of rsync >WD: > copies all the fil

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Wayne Davison
On Tue, May 23, 2006 at 11:40:48AM +0200, Andreas Fehr wrote: > Well, I changed '-a' to '-rlpgoD' (according to the man page, it maps > to '-rlptgoD'). But now it's worse each call of rsync copies all > the files from source to new. As Matt mentioned, this was fixed recently in CVS. The fix c

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Matt McCutchen
On Tue, 2006-05-23 at 11:40 +0200, Andreas Fehr wrote: > Well, I changed '-a' to '-rlpgoD' (according to the man page, it maps to > '-rlptgoD'). But now it's worse each call of rsync copies all the > files from source to new. > > /opt/rsync/bin/rsync -crlpgoDv > --link-dest=/home/user/backup

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Andreas Fehr
On Tuesday, 23. May 2006, 11:07, Paul Slootman (as PS) wrote: >PS: On Mon 22 May 2006, Andreas Fehr wrote: >PS: > >PS: > If added '-c' to the already existing '-a'. Now it looks as follows: >PS: > >PS: > /opt/rsync/bin/rsync -cav >PS: > --link-dest=/home/user/backup/old >PS: > /home/

Re: Problem with rsync-2.6.8 and -c (checksum)

2006-05-23 Thread Paul Slootman
On Mon 22 May 2006, Andreas Fehr wrote: > > If added '-c' to the already existing '-a'. Now it looks as follows: > > /opt/rsync/bin/rsync -cav > --link-dest=/home/user/backup/old > /home/user/source > /home/user/backup/new > > > I expected, that rsync doesn't care about

Problem with rsync-2.6.8 and -c (checksum)

2006-05-22 Thread Andreas Fehr
Hi I have a problem with rsync and the -c option. I think understand what it does, but I'm not sure, it does it correctly. But then I guess, perhaps I don't understand what it does... :-) I use "rsync version 2.6.8 protocol version 29" I use the following command:

Re: problem with rsync

2006-05-04 Thread Bob Hutchinson
in socket IO (code 10) at clientserver.c(129) > > > > I know it's a problem with DNS, but I don´t know why does it happen? > > > > Does anybody know how to solve this? Don't know anything about Novell Servers, however I've not had this problem with rsync b

problem with rsync

2006-05-04 Thread Jordi de Groot
Hi everyone,      I’m using rsync in several Novell Servers, and some times I get this error:   rsync: getaddrinfo: SSCC2NW 873: no address associated with hostname. rsync error: error in socket IO (code 10) at clientserver.c(129)   I know it’s a problem with DNS, but I don´t kn

RE: Permission problem with rsync in daemon mode

2005-12-28 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
2005 10:39 AM > To: Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) > Cc: rsync@lists.samba.org > Subject: Re: Permission problem with rsync in daemon mode > > On Wed, Dec 28, 2005 at 10:27:59AM -0800, Jonathan Chen -X > (jonachen - The Armada Group, Inc. at Cisco)

Re: Permission problem with rsync in daemon mode

2005-12-28 Thread Wayne Davison
On Wed, Dec 28, 2005 at 10:27:59AM -0800, Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) wrote: > Still I just don't understand why it changes the ~jon/test ownership to > 'cdemgr'too. This is because the directory '.' is copied when rsync copies an entire directory (as it is when

RE: Permission problem with rsync in daemon mode

2005-12-28 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
ber 28, 2005 10:06 AM > To: Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) > Cc: rsync@lists.samba.org > Subject: Re: Permission problem with rsync in daemon mode > > On Wed, Dec 28, 2005 at 09:21:37AM -0800, Jonathan Chen -X > (jonachen - The Armada Group,

Re: Permission problem with rsync in daemon mode

2005-12-28 Thread Wayne Davison
On Wed, Dec 28, 2005 at 09:21:37AM -0800, Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) wrote: > sudo rsync --archive --compress -vv --sparse --progress -e ssh > [EMAIL PROTECTED]::netegrity /users/jon/test/ > > The /users/jon/test/ is owned by jon:jon while the "netegrity" dir o

RE: Permission problem with rsync in daemon mode

2005-12-28 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
t McCutchen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 28, 2005 9:49 AM > To: Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) > Cc: rsync@lists.samba.org > Subject: Re: Permission problem with rsync in daemon mode > > On Wed, 2005-12-28 at 09:21 -

Re: Permission problem with rsync in daemon mode

2005-12-28 Thread Matt McCutchen
On Wed, 2005-12-28 at 09:21 -0800, Jonathan Chen -X wrote: > sudo rsync --archive --compress -vv --sparse --progress -e ssh > [EMAIL PROTECTED]::netegrity /users/jon/test/ > > The /users/jon/test/ is owned by jon:jon while the "netegrity" dir on > the rsync server has root:root ownership. So whe

Permission problem with rsync in daemon mode

2005-12-28 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
RHEL 3 rsync version 2.5.7 protocol version 26 Hello all, I got rsync working mostly fine. I setup rsync in daemon mode for retrievel by another hosts. In terms of retrieving it works fine, but not when it comes to dir ownership. Command used sudo rsync --archive --compress -vv --sparse --p

Re: Problem with rsync on WinXP going to HP-UX or Linux

2005-11-09 Thread Stan Sieler
Re: > > 1. from PC to HP-UX: rsh works, rsynch doesn't > > You should run rsync with -vv so you can see for sure what remote-shell thanks...here's the result... C:\rsync>type test.bat @echo off rsync -vv -auvzbPv test.bat ozma:/tmp/foo C:\rsync>test cmd= machine=ozma user= p

Re: Problem with rsync on WinXP going to HP-UX or Linux

2005-11-09 Thread Wayne Davison
On Wed, Nov 09, 2005 at 02:50:37PM -0800, Stan Sieler wrote: > rsync version 2.6.4 protocol version 29 > (2.6.6 requires too many things we don't have installed) The only extra thing I see is the addition of a setlocale() call in 2.6.5, and you can just run "./configure --disable-locale" to avoi

Problem with rsync on WinXP going to HP-UX or Linux

2005-11-09 Thread Stan Sieler
Hi, I can't get rsync from a PC to an HP-UX or Linux box to work, and am hoping for a pointer or two. I checked the FAQ and googled ... with no luck, so I hope this isn't a patently obvious newbie problem :) I just got interested in trying to use rsync to backup my WinXP PC to a Linux or HP-UX c

Problem with rsync --inplace very slow/hung on large files

2005-03-15 Thread Evan Harris
I'm trying to rsync a very large (62gig) file from one machine to another as part of a nightly backup. If the file does not exist at the destination, it takes about 2.5 hours to copy in my environment. But, if the file does exist and --inplace is specified, and the file contents differ, rsync ei

Re: Problem with rsync-cygwin between two WindowsXP machines

2004-12-30 Thread Milutin Voinivich
- Original Message - From: "Thomas J. Boyd" <[EMAIL PROTECTED]> To: Sent: Thursday, December 30, 2004 4:13 AM Subject: Problem with rsync-cygwin between two WindowsXP machines > I hope this problem hasn't been posted before, I cannot find a way to > search

Problem with rsync-cygwin between two WindowsXP machines

2004-12-29 Thread Thomas J. Boyd
I hope this problem hasn't been posted before, I cannot find a way to search the archives... I use rsync successfully between several Suse 9.1 machines at my work - never with any problem(s). I had to move my email from an obscure mail client (that saves each message as a separate file) to Mo

problem with rsync usage across NFS

2004-04-27 Thread HP Wei
I am using rsync version 2.3.2 on Sun (SunOS 5.8). And I encountered the following problem that I hope the guru of rsync on this list can shed light on. The configuration is depicted as follows: rsync Sun data file -> NFS file server (nfs) |

Re: Communication problem with rsync-2.6.0

2004-04-05 Thread Wayne Davison
On Mon, Apr 05, 2004 at 12:45:18PM -0400, Tim Conway wrote: > The second problem is that you have put "-e rsh" after filespecs, thus > having it interpreted as such. Not necessarily. Modern option parsers indulge in option reordering unless told not to (for example, by setting POSIXLY_CORRECT in

Re: Communication problem with rsync-2.6.0

2004-04-05 Thread Tim Conway
The first problem is that you're attempting to use a remote transport on a local transfer. The second problem is that you have put "-e rsh" after filespecs, thus having it interpreted as such. What you have asked rsync to do is to put the contents of "source/", "dest/", and the object "-e", in t

Re: Communication problem with rsync-2.6.0

2004-04-05 Thread Wayne Davison
On Mon, Apr 05, 2004 at 01:02:44PM +0200, [EMAIL PROTECTED] wrote: > it was coused by command rsync -r source/ dest/ -e rsh That command can't cause the error you mentioned since there is no host specified on it. I assume you removed a "host:" from either the source or dest, right? (i.e. using a

Communication problem with rsync-2.6.0

2004-04-05 Thread fiver
hello, I have a following problem while using rsync: rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) it was coused by command rsync -r source/ dest/ -e rsh I use rsync-2.6.0 with rsh. What bothers me is that f

Re: password problem with rsync

2003-10-02 Thread Andrew MacKenzie
> > Both seem ugly to me. Of course, if you have enough control of the > > 'network' and can make sure it's not 'internet' bound and exposed, this > > can be done, as long as you trust the soft chewy center as well as those > > 'inside'. > > A! Please someone here talk in english. I am una

Re: password problem with rsync

2003-10-01 Thread Payal Rathod
On Tue, Sep 30, 2003 at 10:45:00PM -0700, jw schultz wrote: > > > > ftp wrappers, you mean something like ncftpget? Anymore??? > > Many more. wget for one. BTW, is rsync used to "mirror" a machine? I want to completely mirror the machine after ever few hours. e.g. when I go to www.qmail.org, I

Re: password problem with rsync

2003-09-30 Thread jw schultz
On Wed, Oct 01, 2003 at 05:17:07AM +, Payal Rathod wrote: > On Tue, Sep 30, 2003 at 12:43:24PM -0700, jw schultz wrote: > Thanks a lot for the excellent mail. Forgive for an additional copy to > you since this might go OT any moment. > > > If all you care about is copying: scp. If you don't c

Re: password problem with rsync

2003-09-30 Thread jw schultz
On Wed, Oct 01, 2003 at 05:12:18AM +, Payal Rathod wrote: > On Tue, Sep 30, 2003 at 03:53:37PM -0400, Ron DuFresne wrote: > > You then have two choices, well, perhaps one; > > > > rsh and it's issues to combat > > > > or running in deamon mode as root and connecting to the deamon as root. > >

Re: password problem with rsync

2003-09-30 Thread Payal Rathod
On Tue, Sep 30, 2003 at 12:43:24PM -0700, jw schultz wrote: Thanks a lot for the excellent mail. Forgive for an additional copy to you since this might go OT any moment. > If all you care about is copying: scp. If you don't care Ok, I want to overwrite already existing files too. > about securi

Re: password problem with rsync

2003-09-30 Thread Payal Rathod
On Tue, Sep 30, 2003 at 03:53:37PM -0400, Ron DuFresne wrote: > You then have two choices, well, perhaps one; > > rsh and it's issues to combat > > or running in deamon mode as root and connecting to the deamon as root. > > Both seem ugly to me. Of course, if you have enough control of the > '

Re: password problem with rsync

2003-09-30 Thread Ron DuFresne
You then have two choices, well, perhaps one; rsh and it's issues to combat or running in deamon mode as root and connecting to the deamon as root. Both seem ugly to me. Of course, if you have enough control of the 'network' and can make sure it's not 'internet' bound and exposed, this can be

Re: password problem with rsync

2003-09-30 Thread jw schultz
On Tue, Sep 30, 2003 at 07:23:58PM +, Payal Rathod wrote: > On Tue, Sep 30, 2003 at 03:15:42PM -0400, Ron DuFresne wrote: > > don't invlove the network levels, this is merely a filesystem to > > filesystem 'copy', with permission ,ownership retention. the ley is to > > do this uder an accoun

Re: password problem with rsync

2003-09-30 Thread Payal Rathod
On Tue, Sep 30, 2003 at 03:15:42PM -0400, Ron DuFresne wrote: > don't invlove the network levels, this is merely a filesystem to > filesystem 'copy', with permission ,ownership retention. the ley is to > do this uder an account with the proper perms to read the filesystem > totally and use the

Re: password problem with rsync

2003-09-30 Thread Ron DuFresne
don't invlove the network levels, this is merely a filesystem to filesystem 'copy', with permission ,ownership retention. the ley is to do this uder an account with the proper perms to read the filesystem totally and use the proper rsync capabilities. This means as root under a unix like OS a

Re: password problem with rsync

2003-09-30 Thread Payal Rathod
On Tue, Sep 30, 2003 at 09:02:29AM -0700, Wayne Davison wrote: > On Tue, Sep 30, 2003 at 07:20:42PM +0530, Payal Rathod wrote: > > $ rsync --password-file=pass -e ssh -av legal.txt [EMAIL PROTECTED]:/home/accounts > > [EMAIL PROTECTED]'s password: > > Please refer to the ssh documention for how to

AW: password problem with rsync

2003-09-30 Thread Rainer Stengele
"file in" the ssh password? Not possible in this way ... Rainer -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Ron DuFresne Gesendet: Dienstag, 30. September 2003 17:31 An: Payal Rathod Cc: [EMAIL PROTECTED] Betreff: Re: password problem

Re: password problem with rsync

2003-09-30 Thread Wayne Davison
On Tue, Sep 30, 2003 at 07:20:42PM +0530, Payal Rathod wrote: > $ rsync --password-file=pass -e ssh -av legal.txt [EMAIL PROTECTED]:/home/accounts > [EMAIL PROTECTED]'s password: Please refer to the ssh documention for how to setup ssh connections without being prompted (rsync does not do this for

Re: password problem with rsync

2003-09-30 Thread Ron DuFresne
First; The file should not need nor be set execuatable. It's a test file as far as rsync should be concerned. Now as to why it fails, that is another issue and others that know the code will have to answer that. Thanks, Ron DuFresne Payal Rathod wrote: Hi, I want to use rsync from a script

password problem with rsync

2003-09-30 Thread Payal Rathod
Hi, I want to use rsync from a script. Before that I am trying it from command line. I use it as, $ rsync --password-file=pass -e ssh -av legal.txt [EMAIL PROTECTED]:/home/accounts [EMAIL PROTECTED]'s password: I don't want to be prompted for password. $ ls -l pass -rwx--1 payalpayal

Weird hanging problem with rsync

2003-08-01 Thread Bauer, Georg
Hi! I have a weird problem I can't quite grasp. I rsync machines directories to a central machine and backup from there to tape. So far so fine. But I have weird hangings with rsync doing nothing whatsoever on some files. If this situation arises, rsync won't go on with processing, won't actually

RE: Problem with rsync from one machine

2003-02-06 Thread Tom Walsh
I have just figured out why my first compile of rsync wasn't working correctly. I had CFLAGS set to the following due to some "geeking off" with some custom c programs I had been writting. CFLAGS='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -marc h=pentiumpro -fomit-frame-point

RE: Problem with rsync from one machine

2003-02-06 Thread Tom Walsh
I recompiled rsync on Machine A (the problem machine) and it has cleared up the issue. I am still trying to figure out what the issue was in the first place. I have tried to duplicate the issue again, without any success. Must have been a planitary alignment issue or coronal discharge while comp

Re: Problem with rsync from one machine

2003-02-06 Thread jw schultz
On Thu, Feb 06, 2003 at 04:10:57PM -0600, Justin Banks wrote: > jw schultz wrote > > Someone else has suggested using strace. Good idea but you need > > to push (initiate the rsync on "A") for that to do much good. > > Actually, in the past I've replaced a remote service with a small program > th

Re: Problem with rsync from one machine

2003-02-06 Thread Justin Banks
jw schultz wrote > Someone else has suggested using strace. Good idea but you need > to push (initiate the rsync on "A") for that to do much good. Actually, in the past I've replaced a remote service with a small program that executed strace /path/to/real/program, and had it work just fine. I do

Re: Problem with rsync from one machine

2003-02-06 Thread jw schultz
On Thu, Feb 06, 2003 at 03:01:07PM -0600, Tom Walsh wrote: > I am not sure where to begin so I will be as verbose as I can to explain the > problem. > > I have 3 servers. Their specs are: > > Machine A: Redhat 7.1 kernel 2.4.9-34 openssh 3.1p1-5 > Machine B: Redhat 7.3 kernel 2.4.9-31 openssh 3.1

Re: Problem with rsync from one machine

2003-02-06 Thread Justin Banks
Tom Walsh wrote > Max, > > [root@magic /etc]# ls -la .pwd.lock > -rw---1 root root0 Nov 29 2001 .pwd.lock > > Nothing special about that file... and like I said it occurs in any > directory. > > If I do machineA.com:/etc/* (excluding files that start with .) it will hang

Re: Problem with rsync from one machine

2003-02-06 Thread Max Bowsher
Tom Walsh wrote: > [root@magic /etc]# ls -la .pwd.lock > -rw---1 root root0 Nov 29 2001 .pwd.lock > > Nothing special about that file... and like I said it occurs in any > directory. > > If I do machineA.com:/etc/* (excluding files that start with .) it > will hang on DIR

RE: Problem with rsync from one machine

2003-02-06 Thread Tom Walsh
::To: Tom Walsh; [EMAIL PROTECTED] ::Subject: Re: Problem with rsync from one machine :: :: ::Tom Walsh wrote: ::> rsync --verbose --progress --stats --compress --rsh=/usr/bin/"slogin ::> -l root -o Compression=yes" --recursive --times --links --perms ::> --owner --group m

Re: Problem with rsync from one machine

2003-02-06 Thread Max Bowsher
Tom Walsh wrote: > rsync --verbose --progress --stats --compress --rsh=/usr/bin/"slogin > -l root -o Compression=yes" --recursive --times --links --perms > --owner --group machineA.com:/etc /backup/machineA.com/etc > > The following occurs: > > All directories on Machine A /etc are replicated on

Problem with rsync from one machine

2003-02-06 Thread Tom Walsh
I am not sure where to begin so I will be as verbose as I can to explain the problem. I have 3 servers. Their specs are: Machine A: Redhat 7.1 kernel 2.4.9-34 openssh 3.1p1-5 Machine B: Redhat 7.3 kernel 2.4.9-31 openssh 3.1p1-5 Machine C: Debian Woody kernel 2.4.18-bf2.4 openssh 3.4p1 rsync 2.5.

Re: building problem with rsync up to 2.5.5

2002-10-10 Thread Guido Passet
Hi Paul, On Tue, Oct 08, 2002 at 12:15:02PM -0400, Green, Paul wrote: > Try using the version of popt included with rsync. You did not specify the > arguments you gave to configure, but you are apparently using the libpopt > from your system libraries, which seems to be missing the necessary mani

building problem with rsync up to 2.5.5

2002-10-08 Thread Green, Paul
Try using the version of popt included with rsync. You did not specify the arguments you gave to configure, but you are apparently using the libpopt from your system libraries, which seems to be missing the necessary manifest constants. I know that using "configure --with-included-popt" works for

building problem with rsync up to 2.5.5

2002-10-07 Thread Guido Passet
Heya All, Im having difficulties compiling rsync. when i run 'make' the build errors out on me. I run configure without any fancy options. The same goes for the make command. I have had this error, or a similar one since version 2.5.1 op to at least v2.5.5 I am using "-O3 -mcpu=i686 -march=i686"

Re: strange password problem with rsync

2002-05-16 Thread tim . conway
ED]> cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:strange password problem with rsync Classification: Hi guys, I am experiencing a very strange problem with passwords and username with rsync. I have a "auth users" line in my /etc/rsyncd.conf fi

strange password problem with rsync

2002-05-15 Thread Stewart Mclean
Hi guys, I am experiencing a very strange problem with passwords and username with rsync. I have a "auth users" line in my /etc/rsyncd.conf file (see below) and a corresponding username and password in my /etc/rsyncd.secrets. The strange thing is is that authentication for the module listed in /e

RE: Password for SSH2 / Problem With Rsync and ssh2

2001-02-02 Thread Schmitt, Martin
Hi! I believe Ed is dealing with the same SSH2 that has recently caused me severe headaches as well. First of all, it is well possible that rsync over SSH2 won't work at all. Go to the list archives and see the recent thread about 'The "out of memory" problem with large numbers of files'. Person

Re: Problem With Rsync and ssh2

2001-02-01 Thread Eric Whiting
You should be able to find 3 rsync processes. 1 on the source box and 2 on the destination. Do a truss on the pid of the 'hung' processes and report back what state they are in. Also a netstat -na showing the Queues on the socket (port 22) might be helpful. What version of rysnc? What version of

Problem With Rsync and ssh2

2001-02-01 Thread Ed Young
Hi, Does anyone have any idea why rsync makes this file *.pq on the client? When I run this command; /opt/bin/rsync -avz -e /usr/local/bin/ssh allegan:/var/data /var It creates the following; receiving file list ... done data/ldm/ data/xcd/ data/ldm/ldm.pq And then just hangs. The OS on the

Re: problem with rsync over ssh2

2000-12-09 Thread David Hoover
x27;s fairly well explained in the docs, but it's a little tricky the first couple times, so if you need a hand, I can help you with it. -David Hoover > Message: 5 > Date: Thu, 07 Dec 2000 14:46:55 -0500 > From: "Shobhit Kapoor" <[EMAIL PROTECTED]> > To: [EMAIL PROT

RE: problem with rsync over ssh2

2000-12-07 Thread Hoffman, Micah (NCI)
th SOME of those errors. --- MIcah -Original Message- From: Shobhit Kapoor [mailto:[EMAIL PROTECTED]] Sent: Thu, Dec 07, 2000 14:47 To: [EMAIL PROTECTED] Subject: problem with rsync over ssh2 I am trying to use rsync over ssh2 via cron. 0,15,30,45 * * * * /export/home/admin/sync 2>&

problem with rsync over ssh2

2000-12-07 Thread Shobhit Kapoor
I am trying to use rsync over ssh2 via cron. 0,15,30,45 * * * * /export/home/admin/sync 2>&1 > /dev/null The authentication is done via a .shosts file. If I run it on the command line it seems to work fine but I get this message when I run it through cron.It used to work well with ssh1,after up