installer: installing on a VPS

  • Open
  • quality assurance status badge
Details
One participant
  • Attila Lendvai
Owner
unassigned
Submitted by
Attila Lendvai
Severity
normal

Debbugs page

Attila Lendvai wrote 2 years ago
(address . bug-guix@gnu.org)
CAE4vfcJqg8KeFhZmakQ3qXTJLesiWPah8E38RNBnuFvtyPaqWw@mail.gmail.com
the menu based installer (1.4.0 RC2) cannot be used on some VPS-es
(e.g. https://1984.is) when:

1) there is no DHCP on the network, and therefore the network must be
configured manually, and

2) they provide only a WEB based console, where it is not possible to
send CTRL+ALT+Fn to switch virtual consoles.

what happens with the workflow is that it gets stuck in a deadend
where it checks for network upstream, fails, and the only option is to
press retry, i.e. a dead-end.

a suggested solution:

when the network check fails, then it should get back to a toplevel
menu where there's an option to start a shell, which when exited goes
back to the menu. another option in the menu is to try to continue to
checking network upstream again.

HTH,

- attila
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 60160@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60160
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help