Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2000 23:23:34 +0000 (GMT)
From:      Terry Lambert <tlambert@primenet.com>
To:        imp@village.org (Warner Losh)
Cc:        ume@mahoroba.org (Hajimu UMEMOTO), freebsd-arch@FreeBSD.ORG
Subject:   Re: ftp -o xxx
Message-ID:  <200006282323.QAA04868@usr08.primenet.com>
In-Reply-To: <200006261836.MAA25337@harmony.village.org> from "Warner Losh" at Jun 26, 2000 12:36:55 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> : Umm, it's curious.
> : Recently, I'm not actuall using socks.  But, I was using runsocks
> : before.
> : I just installed socks5 from ports on my 5.0-CURRENT box and tried.
> : It seems working for me.
> : 
> : # I'm not behind firewall now.  So, I checked it by tcpdump.
> 
> runsocks fetch http://people.freebsd.org/~imp/diskprep
> fetch: sendmsg: people.freebsd.org: No route to host
> 
> runsocks ftp http://people.freebsd.org/~imp/diskprep
> <works>
> 
> Looks like sendmsg isn't implemented in socks5.

Verify that the symbol is weak in libc.so (HIDDEN_SYMBOLS style,
per libc_r linking before libc).  There was a similar problem in
signal handling in select in libc vs. libc_r.  Programs linked
with libc_r still get the libc version, unless someone has fixed
this.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006282323.QAA04868>