Re: @error: auth failed on module test

2002-07-31 Thread Mike Busse
Got it to work by adding the 'strict modes = false' into the rsyncd.conf file. Works great now. Dave Dykstra said: > Check the log file. Diagnostic information is deliberately not > reported to the client. By default messages go to syslog() on the > server, but you can have it log to your own

daemon-server via SSH (was Re: new rsync release needed soon?)

2002-07-31 Thread Wayne Davison
On Wed, 31 Jul 2002, Dave Dykstra wrote: > The patch that I'd most like to see get in JD Paul's patch for using > SSH and daemon mode together. I've completed my mods to get this updated to the latest CVS version and then checked it all in. Since things had changed quite a bit, I applied the pat

Re: new rsync release needed soon?

2002-07-31 Thread Donovan Baarda
On Wed, Jul 31, 2002 at 04:28:55PM -0700, Wayne Davison wrote: > On Wed, 31 Jul 2002, Robert Weber wrote: > > On the subject of needed patches, I just recently completed a patch for > > librsync that fixed the mdfour code to have uint_64 or 2 uint_32's for > > size. Without this, the checksums on

Re: new rsync release needed soon?

2002-07-31 Thread Wayne Davison
On Wed, 31 Jul 2002, Robert Weber wrote: > On the subject of needed patches, I just recently completed a patch for > librsync that fixed the mdfour code to have uint_64 or 2 uint_32's for > size. Without this, the checksums on files >512Megs are incorrect. In order to interoperate with older ver

Re: new rsync release needed soon?

2002-07-31 Thread Donovan Baarda
On Wed, Jul 31, 2002 at 12:29:31PM -0600, Robert Weber wrote: > On the subject of needed patches, I just recently completed a patch for > librsync that fixed the mdfour code to have uint_64 or 2 uint_32's for > size. Without this, the checksums on files >512Megs are incorrect. The > code should

Re: new rsync release needed soon?

2002-07-31 Thread Wayne Davison
> On Wed, Jul 31, 2002 at 10:21:49AM +1000, Martin Pool wrote: > > There's just one more change I would like to put in, which is partially > > rolling back the IPv6 patch so that it uses the old code, unmodified, > > if --disable-ipv6 is specified. There was another patch that I thought was neede

Re: rsync: omit summary with a single -v

2002-07-31 Thread Peter E. Popovich
I'm having a similar-but-different issues when scripting multiple rsyncs. I'd like to do a dry run each with the -n option, display the aggregated output and prompt the user for approval before proceeding. In testing, I've found that if the server has an motd message, the output gets unweildy.

Re: new rsync release needed soon?

2002-07-31 Thread Robert Weber
On the subject of needed patches, I just recently completed a patch for librsync that fixed the mdfour code to have uint_64 or 2 uint_32's for size. Without this, the checksums on files >512Megs are incorrect. The code should drop into rsync without a hitch. The same goes for mdfour in samba, b

rsync error: unexplained error (code 255) at main.c(925)

2002-07-31 Thread Dogsbody
Hi All, I'm new to this group so please be gentle, I have scoured the internet and gone all through the archives & FAQ's looking for an answer to this. I'm using v2.5.5 of rsync which I compiled from source on a Solaris 9 box. I'm connecting to a Linux machine over SSH and pulling files back to

RE: Rsync recursion

2002-07-31 Thread Mark de Jong
Tim, I posted a question on the list entitled "Rsync windows to linux is hanging" on 7/16 concerning rsync over ssh ( http://www.mail-archive.com/rsync@lists.samba.org/msg04596.html ). Have you experienced, or have you heard of anyone experiencing, rsync hanging using "-e ssh" when transfering fro

Re: rsync: omit summary with a single -v

2002-07-31 Thread Dave Dykstra
No, we can't do that because too many people depend on that output. The --log-format option is what's intended to be used for people who want to control the output. Try it out; there's been a lot of talk of improvements, but what's there now may be enough for you. You'll need to look at the rsyn

new rsync release needed soon?

2002-07-31 Thread Dave Dykstra
On Wed, Jul 31, 2002 at 10:21:49AM +1000, Martin Pool wrote: > On 30 Jul 2002, Wayne Davison <[EMAIL PROTECTED]> wrote: > > On Tue, 30 Jul 2002, Martin Pool wrote: > > > The --password-file option only applies to rsync daemon connections, > > > not ssh. > > > > Perhaps we should make rsync compla

Patronizing the exclude * option

2002-07-31 Thread Maurice Volaski
I need to get around the requirement of --exclude=* to have all the parent directories of the files and directories that are to be included. So given the file.. /startdirectory/subdirectory1/subdirectory2/filetobecopied I need to include / /subdirectory1 /subdirectory1/subdirectory2 I could j

(no subject)

2002-07-31 Thread JOE PUJEH
REPLY TO: [EMAIL PROTECTED] FROM: MR JOE PUJEH TELEPHONE: 00229-981587 FAX: 00229-338466 COUNTRY: (BENIN REPUBLIC) I am MR JOE PUJEH from SIERRA LEONE, a Country in WEST AFRICA. My father is MR MOMOH PUJEH, former MINISTER of TRANSPORT and COMMUNICATIONS and one time DEPUTY FINAN

Re: rsync from Windows and Linux over ssh

2002-07-31 Thread Dave Dykstra
Does it copy anything? Does ssh to that box work fine? I assume you're running openssh on cygwin on w2k. The "unexpected EOF" message can come from many different kinds of problems on the remote end. I don't know if the ssh version will be a problem or not, but personally I have stayed away fr

rsync: omit summary with a single -v

2002-07-31 Thread Roderick Schertler
It would be nice if there were a flag which would have rsync behave like a single -v but which would skip the two line summary info. I do a lot of cron-based transfers and I want to see what gets transferred if anything does, but I'd like it to be entirely silent otherwise. Here is a patch which

Re: Configuring Rsync daemon with ssh (non-root)

2002-07-31 Thread Dave Dykstra
ssh and daemon mode don't work together in rsync (currently, although a patch has been submitted), and it's not clear to me you need daemon mode for anything. Just use normal rsync syntax and add "-e ssh" to have it use ssh. Does that work for you? If not, you've got several problems with your

Re: @error: auth failed on module test

2002-07-31 Thread Dave Dykstra
Check the log file. Diagnostic information is deliberately not reported to the client. By default messages go to syslog() on the server, but you can have it log to your own file instead with "log file". The most common problem is that it requires the secret file to not be other or group readab

Re: inflate returned -3 - resolved?

2002-07-31 Thread Dave Dykstra
Can you try 2.5.5 on the client side too? I don't think there were zlib-related changes in 2.5.5, but it is worth a try. There have been problems in recent versions with the -z option but I don't recognize that particular one. Can you make a file publicly available that can consistently cause t

Re: rsync with --exclude files

2002-07-31 Thread Dave Dykstra
The paths that the exclude algorithm see begin with "circuit_design" in your case, so your excludes should begin with /circuit_design rather than /fs22/a/circuit_design. rsync -vv gives a lot of help with debugging excludes. - Dave Dykstra On Thu, Jul 25, 2002 at 06:06:28PM +0800, Leaw, Chern J