From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: bug#24275: Misnamed directory in GuixSD Date: Sun, 28 Aug 2016 16:44:18 +0200 Message-ID: References: <20160820201100.GA22429@jocasta.intra> <20160821231410.GA4548@jasmine> <87bn0lciy1.fsf@gmail.com> <20160822180903.GB17367@jasmine> <87twe54wlq.fsf@gnu.org> <87y43h2edy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1be1Kd-0004Gm-74 for bug-guix@gnu.org; Sun, 28 Aug 2016 10:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1be1KZ-0008Rz-0o for bug-guix@gnu.org; Sun, 28 Aug 2016 10:45:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1be1KY-0008Rf-TX for bug-guix@gnu.org; Sun, 28 Aug 2016 10:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1be1KY-0005Q2-HO for bug-guix@gnu.org; Sun, 28 Aug 2016 10:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y43h2edy.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Alex Kost , 24275-done@debbugs.gnu.org, John Darrington BTW, I think this may be related to this subject, so... I've found some user account (other than nobody) that have /var/empty as their home directory, f.e.: gnu/services/networking.scm:301 (define %ntp-accounts (list (user-account (name "ntpd") (group "nogroup") (system? #t) (comment "NTP daemon user") (home-directory "/var/empty") (shell #~(string-append #$shadow "/sbin/nologin"))))) Is that a glitch, and they can be moved to /nonexistent or do they really require an existing directory to work ? -- Vincent Legoll