Vagrant configuration: Vagrant.configure("2") do |config| config.vbguest.installer_options = { allow_kernel_upgrade: true } config.vm.provider "virtualbox" do |vb| vb.default_nic_type = "Am79C973" vb.memory = 2048 vb.customize ["modifyvm", :id, "--uart1", "0x3F8", "4"] vb.customize ["modifyvm", :id, "--uartmode1", "file", File::NULL] end
config.vm.define "groovy" do |groovy| groovy.vm.box = "ubuntu/groovy64" groovy.ssh.insert_key = true groovy.vm.network "private_network", ip: "10.2.0.2" groovy.vm.hostname = "groovy" groovy.vm.boot_timeout = 600 groovy.vm.synced_folder ".", "/vagrant", disabled: true end end -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903298 Title: aide segfaults on Ubuntu 20.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/aide/+bug/1903298/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs