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 halt throws NoMethodError #13405

Open
fekoch opened this issue Jun 3, 2024 · 0 comments
Open

vagrant halt throws NoMethodError #13405

fekoch opened this issue Jun 3, 2024 · 0 comments

Comments

@fekoch
Copy link

fekoch commented Jun 3, 2024

Debug output

https://gist.github.com/fekoch/bfa850f213827ea1a697a4cf25633a0f

Expected behavior

vagrant halt should halt the machine without errors.

Actual behavior

vagrant halt throws an error:

/usr/share/gems/gems/net-ssh-7.1.0/lib/net/ssh/buffered_io.rb:65:in `block in fill': undefined method `length' for nil (NoMethodError)

        debug { "read #{data.length} bytes" }
                            ^^^^^^

Reproduction information

Vagrant version

Vagrant 2.3.4

Host operating system

fedora 40 (Kernel 6.8.10-300.fc40x86_64)

Guest operating system

Ubuntu 23.10

Steps to reproduce

  1. vagrant up --provider libvirt
  2. vagrant halt

Vagrantfile

Vagrant.configure("2") do |config|
  config.vm.box = "generic/ubuntu2310"
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

3 participants