From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: gnunet-service, first draft in need of review. Date: Tue, 20 Dec 2016 17:11:33 +0000 Message-ID: <87h95ywmnu.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> References: <20161219193029.10513-1-ng0@libertad.pw> <8ceda6bf-c2f6-aa96-adfb-0a48654e87cc@crazy-compilers.com> 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]:52810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJNx7-00070j-5m for guix-devel@gnu.org; Tue, 20 Dec 2016 12:11:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJNx3-0006zo-SH for guix-devel@gnu.org; Tue, 20 Dec 2016 12:11:49 -0500 Received: from aibo.runbox.com ([91.220.196.211]:53651) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cJNx3-0006zX-Ll for guix-devel@gnu.org; Tue, 20 Dec 2016 12:11:45 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cJNx1-0007vH-TT for guix-devel@gnu.org; Tue, 20 Dec 2016 18:11:43 +0100 Received: from [91.223.82.156] (helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cJNwh-0001P8-75 for guix-devel@gnu.org; Tue, 20 Dec 2016 18:11:23 +0100 In-Reply-To: <8ceda6bf-c2f6-aa96-adfb-0a48654e87cc@crazy-compilers.com> 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 Hartmut Goebel writes: > 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. I found the files created (for example $directory/hostlists/new (or whatever the name was) is owned by root. this should not happen, it should be gnunet:gnunet. The permissions have to be very restrictive, at least from what I remember writing the Gentoo package and service. I'll try to adjust the chmod level then, maybe this fixed the not starting problem. > -- > Regards > Hartmut Goebel > > | Hartmut Goebel | h.goebel@crazy-compilers.com | > | www.crazy-compilers.com | compilers which you thought are impossible | > > > -- ♥Ⓐ ng0 | PGP keys and more: https://n0is.noblogs.org/ | http://ng0.chaosnet.org