-
Notifications
You must be signed in to change notification settings - Fork 69
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
Missing packages - sudo, gnupg, lsb-release #225
Comments
Hi, @hermann-san 😄.
I'm not sure I understand this statement 🤔. How exactly are you installing Debian (first time I hear about a Debian distribution coming without |
Hi @javierm Javi I'm using a Ubuntu 20.04 server VM with Ansible to run the installer from. So there are 4 issues that caused the installer to stop.
So maybe the above issues are a LXC container specific things then |
@hermann-san The postgreSQL warnings happen on every platform. The missing packages seem to be LXC container specific since they're usually installed by default. We could change the installer to install these packages anyway. The only tricky one is the sudoers file, since currently the first thing we do is adding a user, and for that we assume that sudo is already installed 🤔. Thanks for reporting! |
Hi there,
i've just installed Consul democracy on Debian Bullseye (from Ubuntu server 20.04) and I had some issues with missing packages on Bullseye. After I've installed them, the installer continued
/etc/sudoers file missing - with deploy user entry
missing packages
sudo
apt install sudo
gnupg
apt install gnupg
lsb-release
apt-get update && apt-get install -y lsb-release && apt-get clean all
There are also a few warnings regarding Postsgresql (further down below). I haven't looked into that yet
The text was updated successfully, but these errors were encountered: