From owner-freebsd-arch Wed Jun 28 16:23:58 2000 Delivered-To: freebsd-arch@freebsd.org Received: from smtp05.primenet.com (smtp05.primenet.com [206.165.6.135]) by hub.freebsd.org (Postfix) with ESMTP id 42DD237C234 for ; Wed, 28 Jun 2000 16:23:54 -0700 (PDT) (envelope-from tlambert@usr08.primenet.com) Received: (from daemon@localhost) by smtp05.primenet.com (8.9.3/8.9.3) id QAA22150; Wed, 28 Jun 2000 16:24:08 -0700 (MST) Received: from usr08.primenet.com(206.165.6.208) via SMTP by smtp05.primenet.com, id smtpdAAAS_aymR; Wed Jun 28 16:23:58 2000 Received: (from tlambert@localhost) by usr08.primenet.com (8.8.5/8.8.5) id QAA04868; Wed, 28 Jun 2000 16:23:34 -0700 (MST) From: Terry Lambert Message-Id: <200006282323.QAA04868@usr08.primenet.com> Subject: Re: ftp -o xxx To: imp@village.org (Warner Losh) Date: Wed, 28 Jun 2000 23:23:34 +0000 (GMT) Cc: ume@mahoroba.org (Hajimu UMEMOTO), freebsd-arch@FreeBSD.ORG In-Reply-To: <200006261836.MAA25337@harmony.village.org> from "Warner Losh" at Jun 26, 2000 12:36:55 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > : 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 > > > 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