From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Biscuolo Subject: Re: Installer: howto remotely debug/report on bare-metal Date: Thu, 09 May 2019 16:22:14 +0200 Message-ID: <87woiz673d.fsf@roquette.mug.biscuolo.net> References: <87zhnv681z.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOjwV-00043s-JX for guix-devel@gnu.org; Thu, 09 May 2019 10:22:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOjwU-00081a-KX for guix-devel@gnu.org; Thu, 09 May 2019 10:22:39 -0400 Received: from ns13.heimat.it ([46.4.214.66]:45454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOjwU-000814-El for guix-devel@gnu.org; Thu, 09 May 2019 10:22:38 -0400 Received: from localhost (ip6-localhost [127.0.0.1]) by ns13.heimat.it (Postfix) with ESMTP id 10FB9300690 for ; Thu, 9 May 2019 14:22:36 +0000 (UTC) Received: from ns13.heimat.it ([127.0.0.1]) by localhost (ns13.heimat.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GI_me3NE1yFR for ; Thu, 9 May 2019 14:22:16 +0000 (UTC) Received: from bourrache.mug.xelera.it (unknown [93.56.161.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ns13.heimat.it (Postfix) with ESMTPSA id EEE0C300682 for ; Thu, 9 May 2019 14:22:15 +0000 (UTC) Received: from roquette.mug.biscuolo.net (roquette.mug.biscuolo.net [10.38.2.14]) by bourrache.mug.xelera.it (Postfix) with SMTP id 4B69D300A04 for ; Thu, 9 May 2019 16:22:15 +0200 (CEST) In-Reply-To: <87zhnv681z.fsf@roquette.mug.biscuolo.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, reply to myself: Giovanni Biscuolo writes: [...] > also: is there a way to start the Installer in a ssh remote session > (once I manually set up networking) so I can stay away from bare > metal? of course there is: switch to a console (CTRL-ALT-F3..F5), start ssh-daemon (herd start ssh-daemon), change the root password, remotely connect via ssh to root@ and look for the command to start the installer (ps auxww | grep installer) in my case (using Guix 1.0.0 ISO on USB) is: =2D-8<---------------cut here---------------start------------->8--- /gnu/store/9alic3caqhay3h8mx4iihpmyj6ymqpcx-guile-2.2.4/bin/guile --no-au= to-compile /gnu/store/sdxzl5gxphl4pwjqshq6a8w230asklym-installer-real =2D-8<---------------cut here---------------end--------------->8--- using that command now I can remotely run the installer via ssh HTH! Gio' [...] =2D-=20 Giovanni Biscuolo Xelera IT Infrastructures --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEERcxjuFJYydVfNLI5030Op87MORIFAlzUN5YACgkQ030Op87M ORIV1hAAgDq5KGtqaQcpEjZDsZHA9eoSCXxcy3OPOfItQQtHpbXAGMeVwvKhl5Rv HFBLnog7YmoPcwxicCxNBJ9/KhYugDsPInNbUpZGgb9SRMihyE9m2yFXkotFpmh7 Y1oyecipfSMz4JH7XSrKUTuQpdclUNVJ/uEGJap+0qWn7VPXr82h7I/F6JlHAYBO RX2XvuyApi9U2By8MwfumqD5beOXaDaWCK5dyJA0c1jFfpx2sdO2faSiE6kyc07z SfWCee43MNPZvZkr3by4RwHbFNohpnJxfBtncYlppHwSRqFXeuaILwHAqbbyJJtX weJo9+hEzh8M3mIvi60+4BsmCzKLSqEuyAzm/bhVkDHbpAYaM1FKiV6U/+3FdvgN O23iqwILqzPfAAQyt9SSumSvJJbyx5sovK/DEYhejMipheUQGYCRmKLeGUPh+W/a LHKx2W7iR66SO0P7Mte7qtYa8XvjN5D8nxcSAY9zrT3g5OtpopTWSl2d+wQHWL66 p7zJACxIB8o6im+oUQMLQBbutsZZI17gegZkEOuNUMqEm8xdP/s4CaETsAHPc0vX khvqh44VNI3U2Otzmw+bOhrU5zv1Hynw4zwD1+g75I0G91vl1nrbhooldvujHI6f Ib8ZQ6ofhzNjtDb+DlvQsr8xQGh6a9Fd953ef0peEgy8/eN+k68= =tHK8 -----END PGP SIGNATURE----- --=-=-=--