Hi, At Rs6000/AIX-4.3.3 the rsync-2.5.5 works ok when make local connections or I use -e rsh or -e ssh for remote connections, like: (OK) ./rsync -vacz . /user (OK) ./rsync -vacz -e rsh . user@10.4.2.199:user (OK) ./rsync -vacz -e ssh . user@10.4.2.199:user but with standart remote rsync without -e (NOK) ./rsync -vacz . user@10.4.2.199::user returns: rsync: failed to connect to 10.4.2.199: Addr family not supported by protocol rsync error: error in socket IO (code 10) at clientserver.c(97) I need users can sync files without have "real" users at box. any tips? []s agsb
As I recall, the double-colon also has something to do with IPv6. I'd try
recompiling it, doing configure with the "--disable-ipv6" option.
Tim Conway
tim.conway@philips.com
303.682.4917 office, 303.921.0301 cell
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, caesupport2 on AIM
"There are some who call me.... Tim?"
Alvaro Gomes Sobral Barcellos <agsb@bdep.gov.br>
Sent by: rsync-admin@lists.samba.org
08/28/2002 08:05 AM
To: rsync@lists.samba.org
cc: (bcc: Tim Conway/LMT/SC/PHILIPS)
Subject: AIX 4.3.3. e rsync 2.5.5
Classification:
Hi,
At Rs6000/AIX-4.3.3 the rsync-2.5.5 works ok when make
local
connections or I use -e rsh or -e ssh for remote connections, like:
(OK) ./rsync -vacz . /user
(OK) ./rsync -vacz -e rsh . user@10.4.2.199:user
(OK) ./rsync -vacz -e ssh . user@10.4.2.199:user
but with standart remote rsync without -e
(NOK) ./rsync -vacz . user@10.4.2.199::user
returns:
rsync: failed to connect to 10.4.2.199: Addr family not supported by
protocol
rsync error: error in socket IO (code 10) at
clientserver.c(97)
I need users can sync files without have "real" users at box.
any tips?
[]s agsb
--
To unsubscribe or change options:
http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Alvaro Gomes Sobral Barcellos wrote:> > Hi, > At Rs6000/AIX-4.3.3 the rsync-2.5.5 works ok when make local > connections or I use -e rsh or -e ssh for remote connections, like: > > (OK) ./rsync -vacz . /user > (OK) ./rsync -vacz -e rsh . user@10.4.2.199:user > (OK) ./rsync -vacz -e ssh . user@10.4.2.199:user > > but with standart remote rsync without -e > > (NOK) ./rsync -vacz . user@10.4.2.199::user > > returns: > > rsync: failed to connect to 10.4.2.199: Addr family not supported by > protocol > rsync error: error in socket IO (code 10) at > clientserver.c(97) > > I need users can sync files without have "real" users at box. > > any tips? > > []s agsb > -- >The same error happens with rsync-2.5.4-*.rpm from IBM freesoftware center: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/rsync/rsync-2.5.4-1.aix4.3.ppc.rpm I think that is a code trap in 2.5.x series.. any tips. []s agsb