From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#22492: create new user guixsd Date: Sun, 31 Jan 2016 19:55:40 -0500 Message-ID: <20160201005540.GA25832@jasmine> References: <1f73169a7fa3f79debcb0d02b2445b35@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQ2mj-000703-D3 for bug-guix@gnu.org; Sun, 31 Jan 2016 19:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQ2mg-00083Y-7f for bug-guix@gnu.org; Sun, 31 Jan 2016 19:56:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQ2mf-00083O-S5 for bug-guix@gnu.org; Sun, 31 Jan 2016 19:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aQ2mf-0003Ax-Ju for bug-guix@gnu.org; Sun, 31 Jan 2016 19:56:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <1f73169a7fa3f79debcb0d02b2445b35@openmailbox.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: rennes@openmailbox.org Cc: 22492@debbugs.gnu.org On Sat, Jan 30, 2016 at 03:48:26AM +0100, rennes@openmailbox.org wrote: > Hi, > > i run 'guix system reconfigure config.scm --falback', and add new user: > tron. > > 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. > > cd /home > chown -Rf 30019:users tron If I am reading this correctly, it means that you changed ownership of all files in /home to the "tron" user. In general that seems like a bad idea. What about other users? > > and works. > > > >