Frank Mehnert <frank.mehn...@oracle.com> writes: > Running VirtualBox in DomU or in Dom0 is not supported.
Ok I can understand that (thanks for the speedy reply btw). Could you consider adding something like --- virtualbox-ose.orig 2011-02-03 10:58:53.000000000 +0200 +++ virtualbox-ose 2011-02-03 10:57:44.000000000 +0200 @@ -54,7 +54,13 @@ start() { log_begin_msg "Starting VirtualBox kernel modules" - + + if [ -d /proc/xen ]; then + log_failure_msg "Running virtualbox under xen is not supported" + log_end_msg 1 + return 1 + fi + if ! running vboxdrv; then # HACK: disable the hardware performance counter framework if [ -e /proc/sys/kernel/perf_counter_paranoid ]; then to the init.d script? This way users would get an error message instead of a system crash. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org