UtahDave / salt-vagrant-demo

Demo of Salt in Vagrant. 1 master and 2 minions
Apache License 2.0
247 stars 191 forks source link

Packages missing in bento #46

Closed tpickle-py closed 4 years ago

tpickle-py commented 5 years ago
dpkg: error processing package libpython2.7:amd64 (--configure):
 dependency problems - leaving unconfigured
Setting up pciutils (1:3.5.2-1ubuntu1.1) ...
Setting up python-requests (2.18.4-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Errors were encountered while processing:
 libssl1.1:amd64
 python-cryptography
 libpython2.7-stdlib:amd64
 python-openssl
 python2.7
 libpython2.7:amd64
 * ERROR: Failed to run install_ubuntu_stable_deps()!!!

Tried adding the salt repo

 wget -O - https://repo.saltstack.com/apt/ubuntu/18.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -
 echo 'deb http://repo.saltstack.com/apt/ubuntu/18.04/amd64/latest bionic main' > /etc/apt/sources.list.d/saltstack.list

 sudo apt-get install salt-master salt-ssh salt-syndic salt-cloud salt-api

It returned this:

Errors were encountered while processing:
 libssl1.1:amd64
 python-cryptography
 libpython2.7-stdlib:amd64
 python-openssl
 python2.7
 python-mako
 libpython2.7:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
UtahDave commented 4 years ago

I'm having trouble reproducing this. What host OS are you using? What version of vagrant and virtualbox are you running?

Is this problem still happening?

UtahDave commented 4 years ago

I'm guessing there was a repo that was slow to refresh or some other temporary networking error.

Since I haven't heard anything since last July I'm going to assume this issue has been resolved.

Please feel free to comment if this is still happening and I'll reopen this ticket.

Thanks for your report!