From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23971: Nobody has a shell Date: Thu, 14 Jul 2016 00:01:40 +0200 Message-ID: <874m7tjiyj.fsf@gnu.org> References: 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]:42951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNSEH-0005Xz-Mg for bug-guix@gnu.org; Wed, 13 Jul 2016 18:02:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNSEE-0004sx-IA for bug-guix@gnu.org; Wed, 13 Jul 2016 18:02:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNSEE-0004st-FN for bug-guix@gnu.org; Wed, 13 Jul 2016 18:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bNSEE-0000ik-7d for bug-guix@gnu.org; Wed, 13 Jul 2016 18:02:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (Vincent Legoll's message of "Wed, 13 Jul 2016 12:10:18 +0200") 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: Vincent Legoll Cc: 23971-done@debbugs.gnu.org Vincent Legoll skribis: > vince@guixsd ~/guix-packages$ grep nobody /etc/passwd > nobody:x:65534:997::/var/empty:/gnu/store/7cdd8s466qyjh64m0byq0rz9gk1jid4= 0-bash-4.3.42/bin/bash > > On my debian, this user is left out the door: > > $ grep nobody /etc/passwd > nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin > > Even its HOME directory is non existent, purposedly... Indeed, fixed in 2d94702ff4133606cda1e51a2c8378a8e79afb9d. The =E2=80=98shell=E2=80=99 field was omitted from the definition of =E2=80= =9Cnobody=E2=80=9D, which is why it ended up using Bash, which is the default shell. Thanks! Ludo=E2=80=99.