1752562 Members
4570 Online
108788 Solutions
New Discussion юеВ

Re: Rsync problem..

 
vas_3
Advisor

Rsync problem..

Hi all,

Wish you Happy new year all:-)

I m try to do rsync from hpux(client) to solaris machine(server).I m getting the below error.What may be the issue?.Server side or client side?.any configuration required client side?.
************************
btc6h005#/usr/local/bin/rsync -avz --rsync-path=/usr/local/bin/rsync /home/srinu/testfile.txt nxp@130.145.41.105::nxp
Sun Microsystems Inc. SunOS 5.9 Generic May 2002

Password:
@ERROR: auth failed on module nxp
rsync error: error starting client-server protocol (code 5) at main.c(1503) [sender=3.0.6]
****************
Thanks in advance..

Regards,
Sri.
2 REPLIES 2
Steven Schweda
Honored Contributor

Re: Rsync problem..

I know nothing, but a quick Google search for
the error message suggests looking at the
server log file ("/var/log/rsyncd.log"?),
and the server configuration file
("/etc/rsyncd.conf"?)

What did your Web search find?

Someone who did know something might wonder
which rsync versions are in use here (on each
system):

rsync --version
Shibin_2
Honored Contributor

Re: Rsync problem..

Are you using passwordless login? Before you try the rsync, try to ssh from this server to the Solaris machine.

I would say, you correct the ssh-keys and passwordless login first.
Regards
Shibin