Re: remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread Dan Phoenix
How hard is it really to create a .rhosts file? On Wed, 13 Dec 2000, berry wrote: > Date: Wed, 13 Dec 2000 13:31:30 -0800 (PST) > From: berry <[EMAIL PROTECTED]> > To: Nancy Pham <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: remshd: Login incorrect. unexpected EOF in read_timeout

Re: remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread Bennett Todd
2000-12-13-16:25:05 Nancy Pham: > When I rsh to the remote site, a login and a password is required. But when I run > rsync, I do not get prompted for a password and a login. How do I run rsync from the > command line with a login and a password? Unless you can find you --- or build, perhaps usin

Re: remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread berry
If you can pass username and password arguments to the commandline for rsh, you can include it with -e or --rsh=COMMAND. -- Sean BerryRentals.com IT (650) 622 2641 work[EMAIL PROTECTED] (650) 281 6610 mob

Re: remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread Dan Phoenix
You don't On Wed, 13 Dec 2000, Nancy Pham wrote: > Date: Wed, 13 Dec 2000 13:25:05 -0800 > From: Nancy Pham <[EMAIL PROTECTED]> > To: berry <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: remshd: Login incorrect. unexpected EOF in read_timeout ??? > > When I rsh to the remote site

Re: remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread Nancy Pham
When I rsh to the remote site, a login and a password is required. But when I run rsync, I do not get prompted for a password and a login. How do I run rsync from the command line with a login and a password? Thank you. berry wrote: > Is a password required? Your error message indicates that:

Re: remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread Dan Phoenix
My guess is she is running rsync under a different user id. On Wed, 13 Dec 2000, berry wrote: > Date: Wed, 13 Dec 2000 13:23:36 -0800 (PST) > From: berry <[EMAIL PROTECTED]> > To: Nancy Pham <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: remshd: Login incorrect. unexpected EOF in

Re: remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread berry
Is a password required? Your error message indicates that: > > > remshd: Login incorrect. > > > unexpected EOF in read_timeout Login is incorrect, which implies that rsh isn't working as rsync expects it to: without a password. -- Sean Berry

Re: remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread Nancy Pham
Yes, I can rsh to the machine in the remote site. berry wrote: > Can you rsh from the one machine to the remote site? > > -- > Sean BerryRentals.com IT > (650) 622 2641 work[EMAIL PROTECTED] > (650) 281 6

Using rsync 2.4.6 to "backup to spare disk" problem

2000-12-13 Thread Mark Keppinger
Fellow RSYNC users, I recently decided to use 'rsync' to update a backup copy of my root partition rather than doing a 'dump', 'restore', and a massage of the /etc/fstab file. I've tried using a variation of the "backup to a spare disk" example on the web page with bad results. I found that

Re: remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread berry
Can you rsh from the one machine to the remote site? -- Sean BerryRentals.com IT (650) 622 2641 work[EMAIL PROTECTED] (650) 281 6610 mobileMy opinions are not necessarily (650) 32

remshd: Login incorrect. unexpected EOF in read_timeout ???

2000-12-13 Thread Nancy Pham
I am trying to pull a directory from a remote site. When I type in the command rsync -avz foo:dir/subdir/ /home/subdir in the csh I get the following error: remshd: Login incorrect. unexpected EOF in read_timeout Is this due to some error in the systems configurations or do I need to have ssh to

Re: using rsync for remote transfers with rsh

2000-12-13 Thread Denmark B. Weatherburn
Yes, you are right, it appears to work as root only. See below: # /usr/local/bin/rsync --rsync-path=/usr/local/bin/rsync -av temp bbankmain:/usr /bank/opmain building file list ... done temp/ temp/rsynctest.txt temp/ wrote 447045 bytes read 36 bytes 298054.00 bytes/sec total size is 446871 spe

Re: using rsync for remote transfers with rsh

2000-12-13 Thread berry
I thought you could only rsh as root? You -do- need a fully operational rsh or ssh transport channel for rsync to work, and for your environment, it looks like the only way it's working is as root. Correct me if I'm wrong. -- Sean BerryRental

Re: using rsync for remote transfers with rsh

2000-12-13 Thread Denmark B. Weatherburn
Ok here is the results: bbankbz{opbz}/home/bank/opbz>rsync --rsync-path=/usr/local/bin/rsync -av temp bbankmain:/usr/bank/opmain permission denied. unexpected EOF in read_timeout Any ideas? Denmark W. - Original Message - From: Dave Dykstra <[EMAIL PROTECTED]> To: Denmark B. Weatherbur

Re: using rsync for remote transfers with rsh

2000-12-13 Thread Dave Dykstra
On Wed, Dec 13, 2000 at 11:52:58AM -0600, Denmark B. Weatherburn wrote: > I then tried this: > > bbankbz{opbz}/home/bank/opbz>rsync -e /usr/local/bin/rsync -av temp > bbankmain:/usr/bank/opmain > building file list ... done > > and this: > > bbankbz{opbz}/home/bank/opbz>rsync -e /usr/local/bin/

Re: using rsync for remote transfers with rsh

2000-12-13 Thread Denmark B. Weatherburn
I then tried this: bbankbz{opbz}/home/bank/opbz>rsync -e /usr/local/bin/rsync -av temp bbankmain:/usr/bank/opmain building file list ... done and this: bbankbz{opbz}/home/bank/opbz>rsync -e /usr/local/bin/rsync -av temp bbankmain:/usr/bank/opmain/ building file list ... done However, nothing g

(no subject)

2000-12-13 Thread Paco Martínez
[EMAIL PROTECTED]

(no subject)

2000-12-13 Thread Paco Martínez

Re: using rsync for remote transfers with rsh

2000-12-13 Thread Dave Dykstra
On Wed, Dec 13, 2000 at 10:08:49AM -0600, Denmark B. Weatherburn wrote: > bbankmain{opmain}/usr/bank/opmain>sudo rsync -av > bbankbz:/home/bank/opbz/temp > sh: rsync: not found > unexpected EOF in read_timeout > bbankmain{opmain}/usr/bank/opmain>which rsync > /usr/local/bin/rsync > bbankmain{opmai

Re: symbolic links

2000-12-13 Thread tim . conway
I'm not certain what result you want, but rsync will do your bidding. --copy-links makes it grab the file the link points to, instead of creating the link, --copy-unsafe-links does the same, including for links that point OUTSIDE of the directory tree you were looking at. --safe-links preven

using rsync for remote transfers with rsh

2000-12-13 Thread Denmark B. Weatherburn
Hi listers, I've just started to test rsync. However, after going through the internet documents, I still have some issues that I think you all can help me with so as not to reinvent the wheel. Please respond to the scenario I describe below: I know SSH is recomended, but for now I have to work

symbolic links

2000-12-13 Thread Epi Salamanca
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi all I tried to do a mirror with rsync, but the structure of directory that I want to download has some symbolic links,which they are maintained. The files into these directories aren't downloaded. Is there another way to download these files or di