Custom Query (16363 matches)
Results (529 - 531 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3890 | fixed | vbox hangs when trying to import virtual appliance | ||
| Description |
I am running virtualbox on OS X. When selecting the menu option "import appliance #I", the program stops responding and must be killed. I don't have any more information than that, if needed please tell me how to collect more. |
|||
| #16709 | duplicate | vbox guet additions 5.1.20 shared file system not backwards compatible with 5.1.18 via vagrant | ||
| Description |
Hi Team, I get this error when trying to start a vbox with vagrant:- Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module. Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box. For context, the command attempted was: mount -t vboxsf -o uid=999,gid=999 rsr /rsr this was working fine in vbox 5.1.18, but does not work in any version of vagrant (tried 1.9.1 -> 1.9.4). Here's the vagrant file (relevant bits only...) Vagrant.configure(2) do |config|
config.vm.define :capture do |node|
name = 'myvm'
bootstrap_vm(name, node)
node.vm.synced_folder Dir.pwd + '/..', "/operations", :create => true
if Dir.exists? (Dir.pwd + '/../../rsr')
node.vm.synced_folder Dir.pwd + '/../../rsr', "/rsr", :create => true
end
and def bootstrap_linux(name, node)
node.vm.box = '<url>'
node.ssh.username = 'vagrant'
node.ssh.private_key_path = '.vagrant-ssh/vagrant'
node.ssh.forward_agent = true
node.vm.hostname = name
node.vm.provider 'virtualbox' do |vb|
vb.customize ['modifyvm', :id, '--cpus', 2]
vb.customize ['modifyvm', :id, '--memory', 4096]
vb.customize ['modifyvm', :id, '--audio', 'none']
vb.gui = false
# Linux workarounds for vbox network problems
(1..8).each do |i|
vb.customize ['modifyvm', :id, "--nictype#{i}", 'virtio']
vb.customize ['modifyvm', :id, "--natdnshostresolver#{i}", 'off']
vb.customize ['modifyvm', :id, "--natdnsproxy#{i}", 'off']
vb.customize ['modifyvm', :id, "--nicpromisc#{i}", 'allow-all']
end
end
end
please find a way to make the shared folders work with vagrant (again...) |
|||
| #1662 | obsolete | vbox goes to 100% CPU after resume on Ubuntu Hardy, 2.6.24-17-generic | ||
| Description |
After some OS updates, my vboxes behave badly after a suspend/resume cycle. The vbox starts to use 100% CPU (basically one core on a dual-core laptop) but it does not do much anymore. It's very slow to respond and getting it to cleanly shut down is impossible. VirtualBox: 1.6.0 (downloaded) Host: Kubuntu 8.04, patched as of today, Linux kernel 2.6.24-17-generic Guests:
|
|||

