@ERROR: auth failed on module ... / password mismatch

2008-10-29 Thread Matthew Wild
using --server --sender -vv --list-only . STEREO Password: @ERROR: auth failed on module STEREO rsync error: error starting client-server protocol (code 5) at main.c(1171) and on host2 rsync -vv [EMAIL PROTECTED]::STEREO/ opening tcp connection to server port 873 Password: drwxr-xr-x4096

Re: @ERROR: auth failed on module

2005-06-08 Thread Lakshminarayanan Radhakrishnan
Hi all, When the following console error is displayed  ?? regs LAKS sh: rsync: not found sh: rsync: not found sh: rsync: not found sh: rsync: not found sh: rsync: not found sh: rsync: not found sh: rsync: not found sh: rsync: not found sh: rsync: not found sh: rsync: not found sh: rsync: no

Re: @ERROR: auth failed on module

2005-06-07 Thread Thomas Simmons
John & Wayne, :) I'm fairly certain no other rsync processes were running, a reboot was part of the troubleshooting process, as was a 'killall rsync' or two. I did try specifying the user ([EMAIL PROTECTED]::home), and manually gave the password. I did not have the newline character at the end

Re: @ERROR: auth failed on module

2005-06-07 Thread John Van Essen
On Tue, 7 Jun 2005, <[EMAIL PROTECTED]> wrote: Thanks for the detail in your report. Error messages, log messages, config files all in one email. :) > /var/log/rsyncd.log on ServerB > > 2005/06/07 11:29:24 [22075] rsyncd version 2.6.0 starting, listening on port > 873 > 2005/06/07 11:29:35 [2

Re: @ERROR: auth failed on module

2005-06-07 Thread Wayne Davison
On Tue, Jun 07, 2005 at 12:07:49PM -0400, [EMAIL PROTECTED] wrote: > 2005/06/07 11:29:35 [20870] auth failed on module home from > serverA.domain.com (192.168.1.3) If you upgrade the server to 2.6.5, rsync will log the reason that the auth failed on that log-file line (password mismatch, missing

@ERROR: auth failed on module

2005-06-07 Thread twsnnva
rsync -arczv --delete --password-file=/etc/rsync/rsync.password /home 192.168.1.4::home @ERROR: auth failed on module home rsync: connection unexpectedly closed (88 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) /var/log/rsyncd.log on ServerB 2005/06/07

@ERROR: auth failed on module

2004-06-29 Thread kkbox_eagle
@ERROR: auth failed on module test rsync: connection unexpectedly closed (88 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) rsyncd.conf: uid = test gid = wheel read only = yes path = /content/cm/WMA auth

Re: @ERROR: auth failed on module -- PROBLEM SOLVED!

2004-05-08 Thread Wayne Davison
On Fri, May 07, 2004 at 02:28:28PM -0700, Jonathan Johnson wrote: > I found that a newline is required after the line containing the > password, at least in rsync 2.6.2. This is a long-standing glitch in rsync. I've just checked in changes that makes both the reading of the password file (for the

Re: @ERROR: auth failed on module -- PROBLEM SOLVED!

2004-05-08 Thread Paul Slootman
On Fri 07 May 2004, Jonathan Johnson wrote: > > I found that a newline is required after the line containing the > password, at least in rsync 2.6.2. Without the newline character, I Try the patch below. Paul Slootman --- authenticate.c.orig 2004-04-01 20:05:40.0 +0200 +++ authenticate

@ERROR: auth failed on module -- PROBLEM SOLVED!

2004-05-07 Thread Jonathan Johnson
2.6.2. Without the newline character, I would see this error: [EMAIL PROTECTED] mail]# rsync -av --password-file=/root/.rsync/secrets-proxy \ [EMAIL PROTECTED]::mailarchive/ /sql/archive/mail @ERROR: auth failed on module mailarchive rsync: connection unexpectedly closed (95 bytes read so far

@ERROR: auth failed on module user1_dir

2004-01-05 Thread Jon Essen-Moller
---etc/rsyncd.secrets--- user1:u1 user2:u2 ---end to connect from Cygwin do I Use: $ rsync . websafe.jonem.net::user2_dir and I get: Password: @ERROR: auth failed on module user2_dir rsync: connection unexpectedly closed (93 bytes read so far) rsync error: error in

Re: RSYNC and Cygwin: @ERROR auth failed on module

2003-11-28 Thread cbarratt
Anuja Doshi writes: > I'm a student trying to get rsync working correctly on > my WinXP machine. > My rsync server works perfectly through cygwin. > > BUT, when I try to add authentication, I get the message: > @ERROR auth failed on module Mobilesync > rsync connecti

RSYNC and Cygwin: @ERROR auth failed on module

2003-11-25 Thread Anuja Doshi
Hello, I'm a student trying to get rsync working correctly on my WinXP machine. My rsync server works perfectly through cygwin. BUT, when I try to add authentication, I get the message: @ERROR auth failed on module Mobilesync rsync connection unexpectedly closed (94 bytes read so far) rsync

Re: @ERROR auth failed on module

2003-08-29 Thread Hardy Merrill
What is the exact command you are using on the cygwin client to do the rsync transfer? -- Hardy Merrill Red Hat, Inc. IMAC, Sebastian Mangelkramer [EMAIL PROTECTED] wrote: > hi rsync-list, > > i have an authentication problem with my rsync-server. > > @ERROR auth failed on mo

@ERROR auth failed on module

2003-08-29 Thread IMAC, Sebastian Mangelkramer
hi rsync-list, i have an authentication problem with my rsync-server. @ERROR auth failed on module XXX i`ve searched for an solution that fixes this problem in the mailinglist archives of rsync. but no one solves my problem. i`m running rsync version 2.5.6cvs protocol version 26 on debian

Re: "@ERROR: auth failed on module"

2002-12-11 Thread Nick Lindsell
Thanks - that fixed it. I failed to spot the difference between the secrets file on the server and the password file on the client. many thanks nick@nexnix The secrets file on the server (moby) needs the user names in it as specified in rsyncd.conf(5) The format isn't the same as the --pas

Re: "@ERROR: auth failed on module"

2002-12-11 Thread jw schultz
comment = TMP > auth users = nexnix > secrets file = /etc/rsyncd.secrets > read only = no > strict modes = false > > [root@core /]# cat /etc/rsyncd.secrets > passwd > > [root@core /]# /usr/local/bin/rsync --rsync-path=/usr/local/bin/rsync > --password-file=/et

"@ERROR: auth failed on module"

2002-12-11 Thread Nick Lindsell
d.secrets -vv /tmp nexnix@moby::TMP opening tcp connection to moby port 873 @ERROR: auth failed on module tmp rsync: connection unexpectedly closed (87 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) [root@core /]# [root@moby /]# tail /var/log/messages De

Re: @error: auth failed on module test

2002-07-31 Thread Mike Busse
ut not sure what. I've configured the >> rsyncd.conf and rsyncd.secrets files per the examples I've seen and my >> authentication fails everytime. Any ideas on where I should start >> looking? >> @ERROR: auth failed on module test >> rsync: connection u

Re: @error: auth failed on module test

2002-07-31 Thread Dave Dykstra
ideas on where I should start > looking? > @ERROR: auth failed on module test > rsync: connection unexpectedly closed (88 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at io.c(151) > > - - - - - > > rsyncd.conf > > [test] > path = /te

@error: auth failed on module test

2002-07-27 Thread Mike Busse
I must be missing something, but not sure what. I've configured the rsyncd.conf and rsyncd.secrets files per the examples I've seen and my authentication fails everytime. Any ideas on where I should start looking? @ERROR: auth failed on module test rsync: connection unexpectedly

Re: @ERROR: auth failed on module test

2002-02-01 Thread Dave Dykstra
You need a "secrets file" as rsyncd.conf.5 says: auth users The "auth users" option specifies a comma and space separated list of usernames that will be allowed to connect to this module. The usernames do not need to exist on the loc

Re: @ERROR: auth failed on module test

2002-02-01 Thread birger
MICHAEL R. LEFEBVRE schrieb am Fri, Feb 01, 2002 at 09:01:07AM -0500: > rsync: connection unexpectedly closed (88 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at > io.c(139) > > I'm getting the above error when trying to use rsync over port 873. > The command I

@ERROR: auth failed on module test

2002-02-01 Thread MICHAEL R. LEFEBVRE
rsync: connection unexpectedly closed (88 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(139) I'm getting the above error when trying to use rsync over port 873. The command I'm using is : rsync -avz root@sundog::test ./ the /etc/rsyncd.conf contains the f