Re: What is mean this messages?

2002-01-22 Thread tim . conway
$)CLooks like an error in your rsyncd.conf file. I'm guessing that a "use chroot =" line is missing its "use". toss me a copy, and i'll take a look, if that isn't it. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 8

Re: Whats wrong!!

2002-01-22 Thread tim . conway
--password-file=FILEget password from FILE Note that this does not supply a password to a shell transport such as ssh. If you want that, hack ssh. I don't know about the rsyncd-over-ssh feature. When I connect to rsyncd, I don't use an external transport. Tim Conway [EMAIL PROTECTED] 30

Re: error in rsync protocol data stream (code 12) at io.c(139)

2002-01-22 Thread tim . conway
As you see in the response, ksh can't find rsync (ksh: rsync: not found), and this is included in the error stream of rsync (rsync: connection unexpectedly closed (0 bytes read so far)). This means rsync is trying to run rsync, which means that you're using external transport (single-colon (:

error in rsync protocol data stream (code 12) at io.c(139)

2002-01-22 Thread Victor J. Hernandez Gomez
When trying to connect to a rsync server (sparc.solaris.2.6) from a linux machine (redhat 6.2). # rsync machine.upo.es ksh: rsync: not found rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(139) Both machines have 2

Whats wrong!!

2002-01-22 Thread David L Nickel
When I run are sync with "-e ssh" I get an error telling me the -e options is ignored connecting to the rsync daemon. It then proceeds. Also how can I automate entering the passwd with a script (perl).Thanks