Changes between Initial Version and Version 1 of Ticket #14723, comment 15
- Timestamp:
- Nov 9, 2015 2:19:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14723, comment 15
initial v1 1 1 1- 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 }}} 4 5 2- (OPTIONAL) include the service boot in the system start-up process 5 6 BEFORE DOING THAT YOU CAN LOOK SOME HELP MANUALS 6 % man update-rc.d 7 7 {{{ 8 % man update-rc.d 9 }}} 8 10 To 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 }}} 10 14 and, 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 }}}