Earlier quoted context omitted.
kvm, for one. Not quite as featureful, and the UI is a command line (though there's the virt manager stuff that I haven't tried). But it's rock solid virtualization that never gives me problems. I think people are misunderstanding this thread. This is a kernel developers thread, where Dave Jones is complaining that virtualbox is the source of too much random corruption and arbitrary crashes in the kernel, and he's su…
"kvm, for one." Surely you're not saying KVM is bug free? Looks like it. That's almost certainly wrong.
VirtualBox is garbage
61–70 of 102 posts
Re: VirtualBox is garbage
#62Re: VirtualBox is garbage
#63That being said, I've had severe issues with networking on older releases. Often the interface would work on the guest right after install, but would then completely fail the next time the VM was powered on.
It seems that has largely been fixed though.
Re: VirtualBox is garbage
#64Earlier quoted context omitted.
kvm, for one. Not quite as featureful, and the UI is a command line (though there's the virt manager stuff that I haven't tried). But it's rock solid virtualization that never gives me problems. I think people are misunderstanding this thread. This is a kernel developers thread, where Dave Jones is complaining that virtualbox is the source of too much random corruption and arbitrary crashes in the kernel, and he's su…
"kvm, for one." Surely you're not saying KVM is bug free? Looks like it. That's almost certainly wrong.
Re: VirtualBox is garbage
#65Re: VirtualBox is garbage
#66VirtualBox running on a Windows 7 host with a Linux guest works great and improves each major release. That being said, I've had severe issues with networking on older releases. Often the interface would work on the guest right after install, but would then completely fail the next time the VM was powered on. It seems that has largely been fixed though.
Re: VirtualBox is garbage
#67I've had quite a few issues with it. 1. Copy + paste randomly breaks between host win32, client ubuntu32. 2. Random freezes every so often. 3. Seamless mode extremely unreliable, does not draw correctly. 4. Horrible issues with shared folders breaking io operations. I actually got a (trivial) patch into golang to work around this issue (!). This also completely breaks ido mode completions in emacs. 5. Occasionally sh…
I use VirtualBox to run Ubuntu 32-bit and various other Linux distros on Win7 64-bit. No Truecrypt or Dropbox is involved. I have similar occasional issues with shared folders. Access denied randomly when trying to overwrite files. Files renamed in the host becoming inaccessible from the guest. NTFS symlinks in the host appearing as normal folders in the guest one day and as broken links the next day. Terribly slow I…
Re: VirtualBox is garbage
#68Re: VirtualBox is garbage
#69The content of the article which does not work for most of HN. Enter your search termsSubmit search formWeblkml.org Date Thu, 6 Oct 2011 15:05:27 -0400 From Dave Jones Subject RFC: virtualbox tainting. The number of bug reports we get from people with virtualbox loaded are truly astonishing. It's GPL, but sadly that doesn't mean it's good. Nearly all of these bugs look like random corruption. (corrupt linked lists, c…
Re: VirtualBox is garbage
#70The content of the article which does not work for most of HN. Enter your search termsSubmit search formWeblkml.org Date Thu, 6 Oct 2011 15:05:27 -0400 From Dave Jones Subject RFC: virtualbox tainting. The number of bug reports we get from people with virtualbox loaded are truly astonishing. It's GPL, but sadly that doesn't mean it's good. Nearly all of these bugs look like random corruption. (corrupt linked lists, c…
Honest question: is a strcmp really the best way there is to test for specific kernel modules?