From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Services: gnunet. (require help) Date: Fri, 20 Jan 2017 14:26:23 +0100 Message-ID: <8760l9dfr4.fsf@gnu.org> References: <20170118165035.4142-1-contact.ng0@cryptolab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUZD3-0007PH-D7 for guix-devel@gnu.org; Fri, 20 Jan 2017 08:26:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUZCz-0001r2-FC for guix-devel@gnu.org; Fri, 20 Jan 2017 08:26:29 -0500 In-Reply-To: <20170118165035.4142-1-contact.ng0@cryptolab.net> (contact's message of "Wed, 18 Jan 2017 16:50:34 +0000") 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" To: contact.ng0@cryptolab.net Cc: guix-devel@gnu.org contact.ng0@cryptolab.net skribis: > I've been changing this service back and forth and back again, now > running on one computer, and leaving aside all confusion you will see > in there, gnunet needs at least a .config/gnunet file, the rest should > be automatically created. unless it isn't, which was the case > here. And all shepherd gives me on the computer where I run the branch > is: starting service gnunet. couldn't start service gnunet. You can use (make-forkexec-constructor =E2=80=A6 #:log-file "/var/log/gnunet.log") to log stdout/stderr from GNUnet. HTH! Ludo=E2=80=99.