VirtualBox

Changeset 20432 in vbox


Ignore:
Timestamp:
Jun 9, 2009 12:01:08 PM (16 years ago)
Author:
vboxsync
Message:

better error message for Linux if the vboxnetflt module is not accessible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VM.cpp

    r20199 r20432  
    284284                                  "re-install VirtualBox");
    285285                    break;
     286
     287#ifdef RT_OS_LINUX
     288                case VERR_SUPDRV_COMPONENT_NOT_FOUND:
     289                    pszError = N_("One of the kernel modules was not successfully loaded. Make sure "
     290                                  "that no kernel modules from an older version of VirtualBox exist. "
     291                                  "Then try to recompile and reload the kernel modules by executing "
     292                                  "'/etc/init.d/vboxdrv setup' as root");
     293                    break;
     294#endif
    286295
    287296                default:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette