From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: GNUNet packages Date: Sun, 12 Jun 2016 19:22:09 +0800 Message-ID: <87fusir6se.fsf@member.fsf.org> References: <20160611212052.GA25450@khazad-dum> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC3TJ-0001db-5K for guix-devel@gnu.org; Sun, 12 Jun 2016 07:22:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bC3TD-00079i-4i for guix-devel@gnu.org; Sun, 12 Jun 2016 07:22:28 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:47045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC3TC-00079e-UB for guix-devel@gnu.org; Sun, 12 Jun 2016 07:22:23 -0400 In-Reply-To: <20160611212052.GA25450@khazad-dum> (ng0@we.make.ritual.n0.is's message of "Sat, 11 Jun 2016 21:20:52 +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: guix-devel@gnu.org ng0 writes: > I believe the thread was broken in my mailbox because I used gmane > for a while. > > Here is one question regarding the package: > On Gentoo we created a user and group dedicated to gnunet > (sample, unfinished post install notes from gentoo below), > gnunet would be started under this user, and users who > would want to use gnunet applications join its group. > > As the /gnu/store/ is unchangeable and I plan to make > the gnunet config configurable by a service anyhow, this > leaves (maybe already solved) questions open for me: > > 1. Is such behavior (a gnunet group to join) desired for Guix? Yes, and for example, the wicd-service requires the 'netdev' group. > 2. Does the default kernel ship with an enabled /dev/net/tun? Yes, the module is builtin (CONFIG_TUN=y).