VirtualBox

Changes between Initial Version and Version 1 of Ticket #14723, comment 15


Ignore:
Timestamp:
Nov 9, 2015 2:19:08 PM (9 years ago)
Author:
Frank Mehnert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14723, comment 15

    initial v1  
    111- To solve the problem is needed to start service 'vboxdrv' that runs the kernel drivers for Virtualbox
    2     % '''sudo service vboxdrv start'''
    3 
     2{{{
     3% sudo service vboxdrv start
     4}}}
    452- (OPTIONAL) include the service boot in the system start-up process
    56BEFORE DOING THAT YOU CAN LOOK SOME HELP MANUALS
    6     % man update-rc.d
    7 
     7{{{
     8% man update-rc.d
     9}}}
    810To include in the start-up process, first run in test (-n) mode the next command:
    9      % sudo -n update-rc.d vboxdrv defaults 21 19
     11{{{
     12% sudo -n update-rc.d vboxdrv defaults 21 19
     13}}}
    1014and, if succesful,  repeat without  '-n' parameter to include eventually the changes
    11      % '''sudo update-rc.d vboxdrv defaults 21 19'''
    12 
     15{{{
     16% sudo update-rc.d vboxdrv defaults 21 19
     17}}}

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