Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

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

@mscholzj

Description

@mscholzj

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions