Changeset 58090 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 7, 2015 12:49:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VM.cpp
r57984 r58090 316 316 "that no kernel modules from an older version of VirtualBox exist. " 317 317 "Then try to recompile and reload the kernel modules by executing " 318 "'/sbin/ rcvboxdrv setup' as root");318 "'/sbin/vboxconfig' as root"); 319 319 break; 320 320 #endif … … 382 382 "was either not loaded or /dev/vboxdrv is not set up properly. " 383 383 "Re-setup the kernel module by executing " 384 "'/sbin/ rcvboxdrv setup' as root");384 "'/sbin/vboxconfig' as root"); 385 385 #else 386 386 pszError = N_("VirtualBox kernel driver not loaded"); … … 424 424 "was either not loaded or /dev/vboxdrv was not created for some " 425 425 "reason. Re-setup the kernel module by executing " 426 "'/sbin/ rcvboxdrv setup' as root");426 "'/sbin/vboxconfig' as root"); 427 427 #else 428 428 pszError = N_("VirtualBox kernel driver not installed");
Note:
See TracChangeset
for help on using the changeset viewer.