1831703 Members
2563 Online
110029 Solutions
New Discussion

Re: rsync Problem

 
Makesh Annamalai
Frequent Advisor

rsync Problem

Dear All

I have to sync up 2 servers (hp-ux & solaris). so i thought of using rsync instead of scp in hpux 11iv2.

I've installed the rsync.

but when i try . it show error which i could not solve. So somebody plese help me to configure/procedure .

when i try the cmd from hpux server..it show the error below.

/usr/local/bin/rsync -vr --rsync-path=/opt/sfw/bin/rsync magi@test:/test/items /swft
Password:
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'locale_charset' in load module '/usr/local/bin/rsync'.
Killed
4 REPLIES 4
Michael Allmer
Frequent Advisor

Re: rsync Problem

What is the exact syntax you are using with the rsync command?

Silly question, but is rsync loaded on the second server?

What is defined in .profile of the user account on solaris?

Yogeeraj_1
Honored Contributor

Re: rsync Problem

hi,

which version of rsync did you install?


As from Rsync 2.6.0 released the default remote shell is now "ssh" unless you tell configure you want to make something else the default.

hope this helps!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Steven E. Protter
Exalted Contributor

Re: rsync Problem

Shalom,

Looks like a bad compile on rsync. You may find a depot based version in the Internet Express Package on http://software.hp.com

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Makesh Annamalai
Frequent Advisor

Re: rsync Problem

Thanks....

Downloaded the same & insalled..It works fine.