From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fl9tu-0006sM-Mo for guix-patches@gnu.org; Thu, 02 Aug 2018 05:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fl9tq-0007V8-PO for guix-patches@gnu.org; Thu, 02 Aug 2018 05:28:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33237) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fl9tq-0007Us-Kn for guix-patches@gnu.org; Thu, 02 Aug 2018 05:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fl9tq-0000cS-Du for guix-patches@gnu.org; Thu, 02 Aug 2018 05:28:02 -0400 Subject: [bug#32346] [PATCH 0/6] TOR via Unix domain SOCKS socket Resent-Message-ID: Date: Thu, 2 Aug 2018 09:27:53 +0000 From: Nils Gillmann Message-ID: <20180802092753.nsiaxrvrjh3qbmov@abyayala> References: <20180802064520.20273-1-cmmarusich@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180802064520.20273-1-cmmarusich@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Chris Marusich Cc: 32346@debbugs.gnu.org Chris Marusich transcribed 2.1K bytes: > Hi, ... > Regarding hidden services, I haven't changed anything intentionally, > so it should continue to work as before. I'll also test hidden > services, but that's also going to take more time because I've never > done it before, and I have to wait for my system to build many things. Good Work! Now for the hidden-services.. Couldn't you achieve the effect you wanted without renaming tor-hidden-services? > I'll let you know if it all works after I reconfigure my system. In > the meantime, please take a look at the patches. Thank you! > > Chris Marusich (6): > services: tor: Add a system test. > services: tor: Rename activation procedure. > marionette: Add support for QEMU's "quit" command. > marionette: Add wait-for-unix-socket. > tests: tor: Add more test cases. > services: tor: Make it easier to use UNIX sockets. > > doc/guix.texi | 52 +++++++++++++++++--- > gnu/build/marionette.scm | 28 ++++++++++- > gnu/services/networking.scm | 34 ++++++++++--- > gnu/tests/networking.scm | 97 ++++++++++++++++++++++++++++++++++++- > 4 files changed, 196 insertions(+), 15 deletions(-) > > -- > 2.18.0 > > > >