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
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
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
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
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
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 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
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
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
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
---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
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
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
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
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
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo