Laurent CREPET
2003-Jan-28 19:24 UTC
rsync 2.5.6 fails on Tru64 v5.0 with rsync://<hostname>/
I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects alphaev67-dec-osf5.0, gcc release is a 3.1.1). rsync fails using rsync://<hostname>/ syntax.> lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/ > rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype > rsync error: error in socket IO (code 10) at clientserver.c(83)Is there anyone else that has the same problem ? Laurent. -- Laurent CREPET -- laurent.crepet@free.fr http://megrapet.free.fr/
Green, Paul
2003-Jan-30 07:23 UTC
rsync 2.5.6 fails on Tru64 v5.0 with rsync://<hostname>/
Laurent CREPET [mailto:lcrepet@free.fr] wrote:> I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects > alphaev67-dec-osf5.0, gcc release is a 3.1.1). > > rsync fails using rsync://<hostname>/ syntax. > > lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/ > rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype > rsync error: error in socket IO (code 10) at clientserver.c(83) > > Is there anyone else that has the same problem ?Apparently not. Did this work on this same OS in rsync version 2.5.5? PG
Albert Chin
2003-Jan-30 08:27 UTC
rsync 2.5.6 fails on Tru64 v5.0 with rsync://<hostname>/
On Tue, Jan 28, 2003 at 09:24:26AM +0100, Laurent CREPET wrote:> I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects > alphaev67-dec-osf5.0, gcc release is a 3.1.1). > > rsync fails using rsync://<hostname>/ syntax. > > > lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/ > > rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype > > rsync error: error in socket IO (code 10) at clientserver.c(83) > > Is there anyone else that has the same problem ?Try recompiling without getaddrinfo support: ac_cv_search_getaddrinfo=no ./configure ... -- albert chin (china@thewrittenword.com)