Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fabfile.py no longer works on Ubuntu 20.04 targets #133

Closed
glutamate opened this issue Mar 15, 2021 · 3 comments
Closed

fabfile.py no longer works on Ubuntu 20.04 targets #133

glutamate opened this issue Mar 15, 2021 · 3 comments
Assignees

Comments

@glutamate
Copy link

During the apt-get upgrade step on fabfile.py line 70:

...
debconf: falling back to frontend: Readline
Trying to migrate /boot/efi into esp config
Unknown device "/dev/disk/by-id/*": No such file or directory
Installing grub to /boot/efi.
Installing for x86_64-efi platform.
grub-install: warning: EFI variables are not supported on this system..
Installation finished. No error reported.
Setting up openssh-server (1:8.2p1-4ubuntu0.2) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Configuring openssh-server
--------------------------

A new version (/tmp/filexrJuHV) of configuration file /etc/ssh/sshd_config is
available, but the version installed currently has been locally modified.

  1. install the package maintainer's version
  2. keep the local version currently installed
  3. show the differences between the versions
  4. show a side-by-side difference between the versions
  5. show a 3-way difference between available versions
  6. do a 3-way merge between available versions
  7. start a new shell to examine the situation

What do you want to do about modified configuration file sshd_config? 1

Not responding from then on

@jgannondo jgannondo assigned jgannondo and unassigned jgannondo Mar 15, 2021
@pachadotdev
Copy link
Contributor

@paulanunda hi, can you assign me to this?

@glutamate
Copy link
Author

I tried various suggestions from https://unix.stackexchange.com/questions/22820/how-to-make-apt-get-accept-new-config-files-in-an-unattended-install-of-debian-f with no luck.

workaround: ssh in manually, apt-get update && apt-get upgrade before running fab

@pachadotdev
Copy link
Contributor

fixed in #132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants