VirtualBox

Changeset 68224 in vbox


Ignore:
Timestamp:
Aug 2, 2017 8:30:17 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117328
Message:

vsheriff: teach about 'vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong.'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r68223 r68224  
    374374            self.getFailureReason(self.ktReason_Host_DriverNotUnloading).idFailureReason,
    375375            self.getFailureReason(self.ktReason_Host_DriverNotCompilable).idFailureReason,
     376            self.getFailureReason(self.ktReason_Host_InstallationFailed).idFailureReason,
    376377        ];
    377378
     
    469470    ktReason_Host_DriverNotUnloading                   = ( 'Host',              'Driver not unloading' );
    470471    ktReason_Host_DriverNotCompilable                  = ( 'Host',              'Driver not compilable' );
     472    ktReason_Host_InstallationFailed                   = ( 'Host',              'Installation failed' );
    471473    ktReason_Host_NotSignedWithBuildCert               = ( 'Host',              'Not signed with build cert' );
    472474    ktReason_Host_DoubleFreeHeap                       = ( 'Host',              'Double free or corruption' );
     
    676678            ( True, ktReason_Host_DriverNotCompilable,
    677679              'This system is currently not set up to build kernel modules' ),
     680            ( True, ktReason_Host_InstallationFailed,
     681              'vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong.' ),
    678682            ( True, ktReason_Host_DriverNotUnloading,
    679683              'Cannot unload module vboxdrv'),
Note: See TracChangeset for help on using the changeset viewer.

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