From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mekeor Melire Subject: Re: torsocks works with wget but fails git-clone: "unable to lookup symbols in libc.so.6" Date: Thu, 06 Apr 2017 23:08:15 +0200 Message-ID: <87ziftckhs.fsf@gmail.com> References: <87pogq8ojs.fsf@gmail.com> <20170405225457.c4wnafedo6qnisfk@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwEdn-00066D-46 for help-guix@gnu.org; Thu, 06 Apr 2017 17:08:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwEdl-000127-RV for help-guix@gnu.org; Thu, 06 Apr 2017 17:08:27 -0400 Received: from mail-wr0-x230.google.com ([2a00:1450:400c:c0c::230]:34567) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwEdl-00011v-LF for help-guix@gnu.org; Thu, 06 Apr 2017 17:08:25 -0400 Received: by mail-wr0-x230.google.com with SMTP id t20so80999186wra.1 for ; Thu, 06 Apr 2017 14:08:25 -0700 (PDT) In-reply-to: <20170405225457.c4wnafedo6qnisfk@abyayala> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: ng0 Cc: help-guix ng0 writes: > That's not enough for torify (torification? to use torsocks / the SOCKS5 > of tor) of applications. As I told you earlier, you need a SOCKSPort, > like so: > > (services (cons* > (tor-service > (plain-file "torrc" > "SocksPort 127.0.0.1:9050\n")))) > > This can be extended any other values you can find in "man torrc" as > long as you end the lines with "\n". > > The (tor-service) is mostly just usable for offering onion services, and > we should document that the default is to leave it up to the person > using the system to > configure more behavior. > Why does the exact same command, namely “torify git clone https://github.com/mekeor/config” work for other people on GuixSD then without any custom tor-config but just (tor-service)? (Like, in particular, I remember that rekado told me so.) Also, after reconfiguring with the snippet you suggested, I still get the same error. -- mekeor ~ EDD3 DFFA 76F6 11C0 145F 9A99 AC85 BAD8 A2F8 C868