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 ssh] CRASH #13381

Open
upszot opened this issue Apr 13, 2024 · 0 comments
Open

[vagrant ssh] CRASH #13381

upszot opened this issue Apr 13, 2024 · 0 comments

Comments

@upszot
Copy link

upszot commented Apr 13, 2024

Debug output

Debug_outpu

Expected behavior

connect to the virtual machine

Actual behavior

CRASH

Reproduction information

I raise the VM without problems with "vagrant up"
From the VirtualBox terminal I can log in without problems.
But with the "vagrant ssh" command it fails with the error described in the output.

Here is a line of the error..
subprocess.rb:163:in `rescue in execute':  (216) (Vagrant::Util::Subprocess::LaunchError

Vagrant version

Vagrant 2.4.1

Host operating system

Windows 11 Pro Versión 10.0.22631 compilación 22631
VirtualBox Versión 7.0.12 r159484 (Qt5.15.2)

Guest operating system

fedora-cloud

Steps to reproduce

vagrant up
vagrant ssh

Vagrantfile

Vagrant.configure(2) do |config|
    config.vm.box = "fedora-39-cloud"
  
    config.vm.provider :virtualbox do |virtualbox|
      #config.vm.box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-22-20150521.x86_64.vagrant-virtualbox.box"
      config.vm.box_url = "https://edgeuno-bog2.mm.fcix.net/fedora/linux/releases/39/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-39-1.5.x86_64.vagrant-virtualbox.box"
    end
  
    config.vm.provider :libvirt do |libvirt|
      config.vm.box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-22-20150521.x86_64.vagrant-libvirt.box"
      config.vm.box_url = "https://edgeuno-bog2.mm.fcix.net/fedora/linux/releases/39/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-39-1.5.x86_64.vagrant-libvirt.box"
    end if Vagrant.has_plugin?('vagrant-libvirt')

  end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant