Re: Newbie to rsync

2001-09-10 Thread tim . conway

Look again.  it's not finding rsync on machine2.  He's doing remote-to-remote, though 
he's on machine2 already.  I've already replied to him in detail, concerning paths and 
rsync syntax/behaviour.  If he fixes the path on machine2 or gives the
--rsync-path= directive, then, he'll rsync to a local directory named "machine3:", 
which probably doesn't exist, and certainly isn't what he wants.

Tim Conway
[EMAIL PROTECTED]
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips
Available as n9hmg on AIM
perl -e 'print pack(, 
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" '
"There are some who call me Tim?"





Pierre Abbat <[EMAIL PROTECTED]>@lists.samba.org on 09/08/2001 06:22:41 AM

Please respond to [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To: [EMAIL PROTECTED]
cc:  (bcc: Tim Conway/LMT/SC/PHILIPS)
Subject:  Re: Newbie to rsync
Classification:



On Thursday 06 September 2001 13:53, Sudarshan Ramaswamy wrote:
> Hi All
>
> I have compiled rsync on a Solaris 5.5.1 machine1 . I have compiled this
> on a partition on the machine as root.
> I have done the following
>
> shared the Partition on the machine i have compiled.
> mounted this partition this partition on the machine2 where I need to
> rsync data
>
> then When I issue the command
>
> on machine2 as
> rsync -avz machine2:/x  machine3:
> It gives me
> sh :rsync not found
> EOF timeout
>
> I am surorised at this cos I know that rsync is there on machine2 as a
> mounted partition.
> Any clues.

Looks like it's not finding rsync on machine3.

phma









opendir problem

2001-09-10 Thread Heinz Kahan

I am trying to run rsync 2.4.6 on Solaris 8 with the following command:

rsync -avr -e /usr/local/bin/ssh --rsync-path=/opt/local/rsync
remote:var/mail /tmp

I am expecting to have all files in server remote/var/mail copied to local
server /temp/var/mail

I get a message opendir(mail): Too many open files (continuous scroll on the
screen)

If I use the same command and explicitly name a file like:

remote:var/mail/filename /tmp

everything works just fine, but I have to explicitly name all files to
transfer, like the -r option does not work

I also tried:

remote:var/mail/ /tmp

This produces a readlink : No such file or directory

Any help is greatly appreciated.


Thanks

-hhk


Heinz H. Kahan
Systems Manager - Molecular Microbiology
Washington University School of Medicine
4566 Scott Ave., Box 8230
St. Louis, Mo 63110
voice: 314/362-2816
  fax: 314/362-1232
email: [EMAIL PROTECTED]






RE: unexpected EOF in read_timeout

2001-09-10 Thread Michelle Brownsworth

Sadly, I don't seem to be having any better luck with 2.4.7pre1:

su-2.05# ./rsync_nova.sh
receiving file list ... done
wrote 16 bytes  read 6620 bytes  13272.00 bytes/sec
total size is 1309032  speedup is 197.26
receiving file list ... done
wrote 16 bytes  read 4458 bytes  2982.67 bytes/sec
total size is 6037628  speedup is 1349.49
receiving file list ... done
wrote 16 bytes  read 450 bytes  932.00 bytes/sec
total size is 34693  speedup is 74.45
receiving file list ... done
mysql/kendall/car.MYD
Connection to nova closed by remote host.
rsync: connection to server unexpectedly closed (26372 bytes read so far)
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
rsync error: received SIGUSR1 or SIGINT (code 20) at main.c(693)

.\\ichelle
-
Michelle Brownsworth
System Administrator
PrimeLogic Communications
http://www.primelogic.com




Setting up an rsync server

2001-09-10 Thread Kasper Lindvig



I am trying to set up an rsync server on 
windows 2000 and red hat linux 7.1, but unsuccesfully. I haven't been able to 
find detailed information in the man pages about this issue, which makes it 
quite hard to figure out. So far I have set up an ftp server and a http 
server, which I guess would be required for rsync to transfer the files through. 
Secondly I have created the required files: rsyncd.conf, rsyncd.motd, 
rsyncd.secrets, rsyncd.log, rsync.lock and rsyncd.pid. Rsyncd.conf looks like 
this:
 
motd file = /etc/rsyncd.motdlog file = 
/var/log/rsyncd.logpid file = /var/run/rsyncd.pidlock file = 
/var/run/rsync.lock
 
[ftp]   path = /   
comment = D drive   uid = nobody   gid = 
nobody   read only = no   list = yes   
auth users = anonymous
 
When running rsync --daemon in one shell and rsync 
my-global-ip-address:: in another I receive the welcome message and the ftp 
module to which I should be able to log into. But when issuing this command 
rsync my-global-ip-address::ftp/* all I get is a hung shell. What is the 
solutuion to this problem? Could it be that some files are 
missing, or that some settings have not been set yet? This is in windows 2000. 
In linux I am not even able to receive the welcome message. I guess it is 
because the rsync daemon isn't running at all, even though I have tried to 
start it using rsync --daemon and through inetd. Any help is 
welcome.
 
Sincerely
Kasper