From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: bug#22492: create new user guixsd Date: Mon, 01 Feb 2016 17:59:25 +0100 Message-ID: <8d60424f68f6f1385f7b5f303914ecca@openmailbox.org> References: <1f73169a7fa3f79debcb0d02b2445b35@openmailbox.org> <877fipbtkr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQHph-0005XT-Un for bug-guix@gnu.org; Mon, 01 Feb 2016 12:00:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQHpc-0005ct-1z for bug-guix@gnu.org; Mon, 01 Feb 2016 12:00:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQHpb-0005co-Vb for bug-guix@gnu.org; Mon, 01 Feb 2016 12:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aQHpb-0006XV-PY for bug-guix@gnu.org; Mon, 01 Feb 2016 12:00:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877fipbtkr.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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: ludo@gnu.org Cc: 22492@debbugs.gnu.org Hi ludo, On 2016-01-31 17:29, ludo@gnu.org wrote: > rennes@openmailbox.org skribis: > >> i run 'guix system reconfigure config.scm --falback', and add new >> user: tron. > > How did you add the new user account? You added it in the > ‘operating-system’ declaration and then run ‘guix system reconfigure’, > right? > >> When i try to login such as tron does not allow login and slim >> restart. >> >> i check secure and slim.log log files, this message appears in >> slim.log: >> >> slim: pam_authentication(): User not known to the underlying >> authentication module >> >> The solution to fix this issue was: changing the owner:group for the >> home user. > > Could it be that /home is on a separate partition? There’s a problem > when that is the case: . > > Thanks, > Ludo’. i replace bob user with tron in the configuration file, and later i reconfigure. And i have only root partition. Thanks