From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: gnunet-service, first draft in need of review. Date: Tue, 20 Dec 2016 17:59:21 +0100 Message-ID: <8ceda6bf-c2f6-aa96-adfb-0a48654e87cc@crazy-compilers.com> References: <20161219193029.10513-1-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJNlC-00055B-Fm for guix-devel@gnu.org; Tue, 20 Dec 2016 11:59:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJNl8-0001id-HU for guix-devel@gnu.org; Tue, 20 Dec 2016 11:59:30 -0500 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:53348) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cJNl8-0001hz-BK for guix-devel@gnu.org; Tue, 20 Dec 2016 11:59:26 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3tjkXW6lsRz3hjYV for ; Tue, 20 Dec 2016 17:59:23 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3tjkXW6601zvknp for ; Tue, 20 Dec 2016 17:59:23 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id lfJ2j33DVt8i for ; Tue, 20 Dec 2016 17:59:23 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-148-153.dynamic.mnet-online.de [188.174.148.153]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 20 Dec 2016 17:59:23 +0100 (CET) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 41042605D0 for ; Tue, 20 Dec 2016 17:59:22 +0100 (CET) In-Reply-To: <20161219193029.10513-1-ng0@libertad.pw> 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: guix-devel@gnu.org Am 19.12.2016 um 20:30 schrieb ng0: > I'd like someone to review the shepherd service so I can be sure that > the errors I'm getting aren't gnunet related. You have to configure a Maybe this is due to wrong file-system permissions: In gnunet-activation you write: + (chmod "/var/lib/gnunet/" #o600) + (mkdir-p "/var/lib/gnunet/.local/share/gnunet") So the service first removes the write permissions and then tries to create a sub-directory. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |