Vagrant errors on Ubuntu Jammy 22.04

Bug #1968534 reported by José Marinho
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
vagrant
New
Undecided
Unassigned

Bug Description

Ubuntu vagrant's package does not work as expected on Ubuntu 22.04. I send an attachment with the output I get when I issue a command. I can ssh into the machine but halt or reload commands for example does not work.

I think it is the same problem as described here:

https://bugzilla.redhat.com/show_bug.cgi?id=2053476

An example of Vagrantfile that fails now and worked before on 21.10:

Vagrant.configure("2") do |config|
 config.vm.box = "ubuntu/focal64"
 config.vm.provision "shell", inline: <<-SHELL
  apt-get update && apt -y dist-upgrade
  apt-get install -y curl vim htop info
 SHELL
end

Revision history for this message
José Marinho (jmarinho) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.