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: Fri, 15 Jul 2016 15:03:49 +0200 Message-ID: <87twfr2gui.fsf@gnu.org> References: <874m7tjiyj.fsf@gnu.org> 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]:54256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO2nk-000589-Tf for bug-guix@gnu.org; Fri, 15 Jul 2016 09:05:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bO2ne-0004GB-Rm for bug-guix@gnu.org; Fri, 15 Jul 2016 09:05:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO2ne-0004Fz-OT for bug-guix@gnu.org; Fri, 15 Jul 2016 09:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bO2ne-0003O0-FT for bug-guix@gnu.org; Fri, 15 Jul 2016 09:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Vincent Legoll's message of "Thu, 14 Jul 2016 12:25:57 +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: >> 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 the fix looks good, but I tried with guix system reconfigure > after guix pull > That does not change /etc/passwd It does change /etc/passwd (specifically, this is done in =E2=80=98modify-u= ser=E2=80=99 in activation.scm, which is itself run from the activation script of the new system that =E2=80=98guix system reconfigure=E2=80=99 runs; note that t= his changes the shell but leaves the home directory unchanged, see the comment in there.) Could it be that you did not run =E2=80=98guix pull=E2=80=99 as root? Reme= mber that =E2=80=98guix pull=E2=80=99 is per-user: https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-pull.html HTH, Ludo=E2=80=99.