From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: bug#22492: create new user guixsd Date: Fri, 12 Feb 2016 23:48:10 -0600 Message-ID: <7b0fb5850444d9840a328905ef868794@openmailbox.org> References: <1f73169a7fa3f79debcb0d02b2445b35@openmailbox.org> <877fipbtkr.fsf@gnu.org> <8d60424f68f6f1385f7b5f303914ecca@openmailbox.org> <87twldzlvu.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]:58476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUT4r-0006gb-BH for bug-guix@gnu.org; Sat, 13 Feb 2016 00:49:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUT4o-0006eS-6A for bug-guix@gnu.org; Sat, 13 Feb 2016 00:49:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUT4o-0006eO-2e for bug-guix@gnu.org; Sat, 13 Feb 2016 00:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aUT4n-0005Rr-Rc for bug-guix@gnu.org; Sat, 13 Feb 2016 00:49:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87twldzlvu.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 On 2016-02-12 14:58, ludo@gnu.org wrote: > rennes@openmailbox.org skribis: > >> 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? > > [...] > >> i replace bob user with tron in the configuration file, and later i >> reconfigure. And i have only root partition. > > You wrote: > >> When i try to login such as tron does not allow login and slim >> restart. > > Can you log in as ‘tron’ on the console? (Try Ctrl-alt-F2 to switch to > the console.) > > Ludo’. Hi Ludo, i installed the system from scratch. I will make a scenario for testing. Thanks.