GNU bug report logs -
#63602
guix deploy verbose option
Previous Next
To reply to this bug, email your comments to 63602 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#63602
; Package
guix
.
(Sat, 20 May 2023 08:13:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Artur Wroblewski <wrobell <at> riseup.net>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sat, 20 May 2023 08:13:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
It would be great if verbose/debug option printed more useful information
when running "guix deploy".
At the moment, when deploying to a VM run with Qemu on my laptop (the same
with --debug=3)
$ GUILE_LOAD_PATH=. guix deploy --verbosity=3 iotpx.scm
The following 1 machine will be deployed:
iotpx
guix deploy: deploying to iotpx...
guix deploy: warning: <machine-ssh-configuration> without a 'host-key' is deprecated
guix deploy: error: failed to deploy iotpx: SSH connection to 'localhost' failed: Connection refused
It took me 2 days to figure this out... The problem was that the Qemu
forwarded SSH port over ipv4, but Guix was resolving localhost to ipv6
address. After replacing "localhost" with "127.0.0.1" in `iotpx.scm` file,
everything works like a charm.
IMHO, it would be great if "guix deploy" printed hostname, its ip address,
and SSH port. If not by default, then when verbosity/debug options are
specified.
Additionally, an option forcing Guix to use ipv4/ipv6 would be great as well.
Best regards,
Artur
--
https://mortgage.diy-labs.eu/
Severity set to 'wishlist' from 'normal'
Request was from
Simon Tournier <zimon.toutoune <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 10 Sep 2024 16:20:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.