From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia@riseup.net Subject: torsocks 2.0 bug Date: Fri, 29 Jan 2016 11:45:59 +0100 Message-ID: <92c4a901a98ba83b4d21aa69921a942e@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP6Z4-0004gn-56 for guix-devel@gnu.org; Fri, 29 Jan 2016 05:46:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aP6Yz-0001Or-19 for guix-devel@gnu.org; Fri, 29 Jan 2016 05:46:06 -0500 Received: from mx1.riseup.net ([198.252.153.129]:51293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP6Yy-0001On-P3 for guix-devel@gnu.org; Fri, 29 Jan 2016 05:46:00 -0500 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 6B2D61A1BEB for ; Fri, 29 Jan 2016 10:45:59 +0000 (UTC) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel Hi I found after reconfiguring my system lately that the update to torsocks 2.0 broke this: $ torsocks icecat Which I use all the time. I tested with the former 2-3 versions of Icecat in my store and they all fail silently. Passing debug options does not give a clue to whats wrong. I tested torsocks 2.0 with youtube-dl and lynx and both work. I would like to patch tor.scm to have the option of installing an earlier version of torsocks but dont know hot to check out the old version. cheers swedebugia