Skip to content

Instantly share code, notes, and snippets.

View newbenhd's full-sized avatar
😊

Ben M newbenhd

😊
  • Loading...
  • Chicago, Illinois
View GitHub Profile
Disk /dev/nvme0n1: 477 GiB, 512110190592 bytes, 1000215216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 7B320B65-E77A-4265-BF14-5214F3924BB0
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 1050623 1048576 512M EFI System
/dev/nvme0n1p2 1050624 966969343 965918720 460.6G Linux filesystem
(scroll-bar-mode -1)
(tool-bar-mode -1)
(menu-bar-mode -1)
(split-window-horizontally)
(setq frame-title-format
'("AnOnYmOuS - EnD Of wOrLd pArTy"))
(require 'package)
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
("marmalade" . "https://marmalade-repo.org/packages/")
C header files matching your running kernel were not found. Refer to your distribution's documentation for installation instructions.
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please install virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
$ sudo apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-4.10.0-32-generic is already the newest version (4.10.0-32.36~16.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ uname -a
Linux white-knight 4.10.0-32-generic #36~16.04.1-Ubuntu SMP Wed Aug 9 09:19:02 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ sudo apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-4.10.0-32-generic is already the newest version (4.10.0-32.36~16.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ dkms status
open-vm-tools, 10.0.7, 4.10.0-32-generic, x86_64: installed
open-vm-tools, 10.0.7, 4.4.0-92-generic, x86_64: installed
$ sudo dkms build vboxhost
Error! Invalid number of arguments passed.
Usage: add <module>/<module-version> or
add -m <module>/<module-version> or
add -m <module> -v <module-version>
$ sudo dkms build vboxhost
Error! Invalid number of arguments passed.
Usage: add <module>/<module-version> or
add -m <module>/<module-version> or
add -m <module> -v <module-version>
$ sudo apt-get install virtualbox-dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
virtualbox-dkms
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/623 kB of archives.
After this operation, 5,049 kB of additional disk space will be used.
debconf: unable to initialize frontend: Dialog