Gentoo Archives: gentoo-user

From: BOFH <c0a800ff@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Virtualbox documentation
Date: Thu, 08 Dec 2016 14:15:51
Message-Id: 20161208141522.GA15549@pv
In Reply to: Re: [gentoo-user] Virtualbox documentation by Bertram Scharpf
1 On Thu 2016-12-08 01:36 PM, Bertram Scharpf wrote:
2 > The official documentation <https://www.virtualbox.org/manual/ch01.html#idm267>
3 > says:
4 >
5 > On a Linux or Solaris host, depending on your desktop
6 > environment, a "VirtualBox" item may have been placed in
7 > either the "System" or "System Tools" group of your
8 > "Applications" menu. Alternatively, you can type
9 > "VirtualBox" in a terminal.
10 >
11 > There is no command "VirtualBox" but only some commands
12 > named VBox* like "VBoxManage" that are symlinks to
13 > /usr/lib64/virtualbox/VBox. The command "VBoxManage" prints
14 > out >10 pages of documentation:
15 >
16 > # VBoxManage | wc -l
17 > 590
18 >
19 > No window shows up as promised.
20 >
21 > There is no man page.
22 >
23 > Is there a _short_ documentation for which command to give
24 > with wich parameters?
25 >
26
27 Have you installed VirtualBox headless or something?
28
29 My system:
30
31 Installed versions: 4.3.38.106717^m(00:29:11 11/02/16)(additions chm
32 -debug -headless -python -rdesktop-vrdp -sdk -vboxwebsrv
33 PYTHON_TARGETS="python2_7")
34
35 $ 'ls' -l /opt/bin
36 total 0
37 lrwxrwxrwx 1 root root 23 Nov 2 00:29 VBoxHeadless ->
38 /opt/VirtualBox/VBox.sh
39 lrwxrwxrwx 1 root root 23 Nov 2 00:29 VBoxManage ->
40 /opt/VirtualBox/VBox.sh
41 lrwxrwxrwx 1 root root 23 Nov 2 00:29 VBoxSDL ->
42 /opt/VirtualBox/VBox.sh
43 lrwxrwxrwx 1 root root 26 Nov 2 00:29 VBoxTunctl ->
44 /opt/VirtualBox/VBoxTunctl
45 lrwxrwxrwx 1 root root 23 Nov 2 00:29 VBoxVRDP ->
46 /opt/VirtualBox/VBox.sh
47 lrwxrwxrwx 1 root root 23 Nov 2 00:29 VirtualBox ->
48 /opt/VirtualBox/VBox.sh
49
50 For most operations I just need to run VirtualBox, having had /opt/bin
51 added to my $PATH automatically:
52
53 $ grep \ PATH= /etc/profile.env
54 export
55 PATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/games/bin'
56
57 --
58 Vitor