UtahDave / salt-vagrant-demo

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

Bootstrap not working on Ubuntu 18.04 rendering demo unusable. #53

Closed gmagella-ca closed 3 years ago

gmagella-ca commented 3 years ago

Vagrant installation (and further manual installation of master) fails with the following:

 *  INFO: Running install_ubuntu_stable()
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  dctrl-tools debconf-utils javascript-common libjs-jquery libjs-sphinxdoc
  libjs-underscore libnorm1 libpgm-5.2-0 libsodium23 libzmq5
  python-backports-abc python-concurrent.futures python-dateutil python-git
  python-gitdb python-gnupg python-jinja2 python-mako python-markupsafe
  python-msgpack python-psutil python-singledispatch python-smmap
  python-systemd python-zmq salt-common
Suggested packages:
  debtags apache2 | lighttpd | httpd python-git-doc python-jinja2-doc
  python-beaker python-mako-doc python-psutil-doc python-nose python-pycurl
  python-twisted python-augeas
The following NEW packages will be installed:
  dctrl-tools debconf-utils javascript-common libjs-jquery libjs-sphinxdoc
  libjs-underscore libnorm1 libpgm-5.2-0 libsodium23 libzmq5
  python-backports-abc python-concurrent.futures python-dateutil python-git
  python-gitdb python-gnupg python-jinja2 python-mako python-markupsafe
  python-msgpack python-psutil python-singledispatch python-smmap
  python-systemd python-zmq salt-common salt-master salt-minion
0 upgraded, 28 newly installed, 0 to remove and 12 not upgraded.
Need to get 6,870 kB/9,248 kB of archives.
After this operation, 40.2 MB of additional disk space will be used.
Get:1 https://repo.saltstack.com/apt/ubuntu/18.04/amd64/latest bionic/main amd64 salt-common all 3000.3+ds-1 [6,870 kB]
Err:1 https://repo.saltstack.com/apt/ubuntu/18.04/amd64/latest bionic/main amd64 salt-common all 3000.3+ds-1
  Hash Sum mismatch
  Hashes of expected file:
   - SHA256:7251f0a5ea12865858b6abf18bff2622d7eed22a0f4c989f05e4c6db4d14b641
   - SHA1:adf9f4fcf883b5992ab87848069eac4b79848b51 [weak]
   - MD5Sum:674426f7c43e0f0a71c6d68d923cee65 [weak]
   - Filesize:6870056 [weak]
  Hashes of received file:
   - SHA256:1e2d18161e12c279c17502d0b1e12a76b768a6a8f37148ac40f1bc296dfe5d1f
   - SHA1:892d75ee085e4c8affced9fa2c3ac43659640174 [weak]
   - MD5Sum:453bc8fb93a7376ed0ab66f4440c2130 [weak]
   - Filesize:6870056 [weak]
  Last modification reported: Wed, 13 May 2020 17:13:58 +0000
Fetched 6,870 kB in 1s (7,900 kB/s)
 * ERROR: Failed to run install_ubuntu_stable()!!!

Any things?

UtahDave commented 3 years ago

Thanks for the report. Testing now.

UtahDave commented 3 years ago

I think this was a temporary upstream problem with the bootstrap script itself. I believe this is no longer an issue.

Can you please verify if you're still seeing this issue in your environment? Thanks!