(the amount of times i've now seen the apple lightbox of death is pretty ridic)
VirtualBox is garbage
71–80 of 102 posts
Re: VirtualBox is garbage
#72[deleted]
See kids...
Re: VirtualBox is garbage
#73The link in the parent is https, try this regular http link if you can't read the article: http://lkml.org/lkml/2011/10/6/317
Or this if it still does not load: http://webcache.googleusercontent.com/search?q=cache:lkml.or...
Re: VirtualBox is garbage
#74The 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?
Re: VirtualBox is garbage
#75Now I'm back on linux and kvm/qemu, and I'm much happier. Why are people using vbox over kvm?
Re: VirtualBox is garbage
#76The 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?
Re: VirtualBox is garbage
#77Re: VirtualBox is garbage
#78Earlier quoted context omitted.
Honest question: is a strcmp really the best way there is to test for specific kernel modules?
What's wrong with it?
I am pretty sure that in this particular case it is not passed any user input, so it's kinda safe.
Re: VirtualBox is garbage
#79Wonder if there's a selection bias here; VirtualBox may be less stable than native hardware or commercial VMs, but it's user base is also using VirtualBox for different scenarios than native users. I know I use VirtualBox all the time to try out "risky" behaviors that often end in a crash, because I know I can just roll back if it doesn't work out.
The issue is that virtualbox is crashing the host kernel, not the guest machines. And specifically that it's polluting Red Hat's automated bug reports from those crashes, and thus wasting QA effort. Being able to filter those out by the taint mechanism in the patch is important and useful information. Read the thread, it's a technical and process discussion, not a flame.
Re: VirtualBox is garbage
#80so I gave up on VirtualBox and switched to QEMU, which works significantly better.