From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: no passwd command during installation Date: Tue, 07 Nov 2017 10:16:20 +0100 Message-ID: <87375qcuu3.fsf@gnu.org> References: <20171101215852.6eab2d53@graviton.instanton> 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]:59417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBzzk-0007e6-Lz for help-guix@gnu.org; Tue, 07 Nov 2017 04:16:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBzzb-0001Y4-C5 for help-guix@gnu.org; Tue, 07 Nov 2017 04:16:32 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:47411) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eBzzb-0001VN-5F for help-guix@gnu.org; Tue, 07 Nov 2017 04:16:23 -0500 In-Reply-To: <20171101215852.6eab2d53@graviton.instanton> (Marco van Hulten's message of "Wed, 01 Nov 2017 21:58:52 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Marco van Hulten Cc: help-guix@gnu.org Hi, Marco van Hulten skribis: > Then I want to set the root password. The manual tells me to use > passwd, but Bash returns "command not found". There is also no > ssh-keygen to create SSH keys. The =E2=80=98passwd=E2=80=99 command was added quite recently to the instal= lation image (it=E2=80=99ll be in the forthcoming release): https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D903ae630a0ae0df9f= abd5ebab7d44577d6e7d0fc In the meantime, you=E2=80=99ll have to use one of the workarounds people suggested. Thanks for your report, Ludo=E2=80=99.