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

vagrant up fails at /bin/yum -d 0 -e 0 -y install mod_ssl in standalone #211

Open
mscholzj opened this issue Apr 6, 2022 · 0 comments
Open

Comments

@mscholzj
Copy link

mscholzj commented Apr 6, 2022

vagrant up fails at /bin/yum -d 0 -e 0 -y install mod_ssl

I tried the release 2.2.0 and newest version from main. I am not behind a proxy.

fa52bc3243e395'
==> icinga2: Notice: /Stage[main]/Icinga2::Feature::Graphite/Icinga2::Feature[graphite]/File[/etc/icinga2/features-enabled/graphite.conf]/ensure: created
==> icinga2: Error: Execution of '/bin/yum -d 0 -e 0 -y install mod_ssl' returned 1: Error downloading packages:
==> icinga2:   1:mod_ssl-2.4.6-97.el7.centos.5.x86_64: [Errno 256] No more mirrors to try.
==> icinga2: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]: Dependency Package[mod_ssl] has failures: true
==> icinga2: Error: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/Package[mod_ssl]/ensure: change from 'purged' to 'present' failed: Execution of '/bin/yum -d 0 -e 0 -y install mod_ssl' returned 1: Error downloading packages:
==> icinga2:   1:mod_ssl-2.4.6-97.el7.centos.5.x86_64: [Errno 256] No more mirrors to try.
==> icinga2: Warning: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]: Skipping because of failed dependencies
==> icinga2: Notice: /Stage[main]/Apache::Mod::Socache_shmcb/Apache::Mod[socache_shmcb]/File[socache_shmcb.load]/ensure: defined content as '{md5}ab31a6ea611785f74851b578572e4157'
==> icinga2: Error: Execution of '/bin/yum -d 0 -e 0 -y install mod_wsgi' returned 1: Error downloading packages:
==> icinga2:   mod_wsgi-3.4-18.el7.x86_64: [Errno 256] No more mirrors to try.
==> icinga2: Error: /Stage[main]/Apache::Mod::Wsgi/Apache::Mod[wsgi]/Package[mod_wsgi]/ensure: change from 'purged' to 'present' failed: Execution of '/bin/yum -d 0 -e 0 -y install mod_wsgi' returned 1: Error downloading packages:
==> icinga2:   mod_wsgi-3.4-18.el7.x86_64: [Errno 256] No more mirrors to try.

Expected Behavior

it should install

Current Behavior

fails with error

Possible Solution

/

Steps to Reproduce (for bugs)

  1. download release 2.2.0
  2. cd standalone
  3. vagrant up

Context

Your Environment

  • Vagrant version (vagrant -v): Vagrant 2.2.6
  • Box name: standalone and distributed
  • Release version: 2.2.0 and also with newest state from master
  • Operating system: Linux Mint 20.2
  • Provider (VirtualBox, Parallels, libvirt): VirtualBox
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

1 participant