debops / debops

DebOps - Your Debian-based data center in a box
https://debops.org/
1.24k stars 348 forks source link

debops.pki failed #1407

Open oguzhansrky opened 4 years ago

oguzhansrky commented 4 years ago

Ubuntu 18.04.04 LTS Ansible 2.9.10

image

debops.pki install failed.

https://docs.debops.org/en/master/introduction/getting-started.html

debops command after gives error...

image

image

drybjed commented 4 years ago

It looks like the libgnutls-dane0 package is in Ubuntu Bionic. Is this a VPS? What happens when you run apt update on that VM and then re-run the debops.pki playbook again? Can you show the command that you used to run the playbook?

oguzhansrky commented 4 years ago

The operating system I use is ubuntu 18.04.04 LTS.

sudo apt install -y net-tools curl mc htop git ntp unzip gnupg2 tree dirmngr openssl openssh-server vim zip ca-certificates software-properties-common perl libnet-ssleay-perl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python wget apt-transport-https python-netaddr python-apt qemu-guest-agent python3-netaddr python3-apt bmon screen ntpdate locate locales-all iotop atop libpam-systemd ifenslave vlan sysstat snmpd sudo lynx rsync nfs-common tcpdump strace darkstat cloud-init mysql-client python-pip python-dev gnupg-agent

A package in the install command upgrades the "libgnutls30" package to version '3.5.18-1ubuntu1.4' and pki gives an error.

If I proceed to the installation after the normal update, there is no problem.

If the transaction is to be performed, you can update the package "libgnutls30" '3.5.18-1ubuntu1.3' used by pki system with the version '3.5.18-1ubuntu1.4'.

I hope I helped. thank you again.