1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic
|
---|
3 | PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
4 | <topic xml:lang="en-us" id="startingvboxonlinux">
|
---|
5 | <title>Starting Oracle VM VirtualBox on Linux</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <p>
|
---|
9 | The easiest way to start an Oracle VM VirtualBox program is by running
|
---|
10 | the program of your choice (<userinput>VirtualBox</userinput>,
|
---|
11 | <userinput>VBoxManage</userinput>, or
|
---|
12 | <userinput>VBoxHeadless</userinput>) from a terminal. These are
|
---|
13 | symbolic links to <userinput>VBox.sh</userinput> that start the
|
---|
14 | required program for you.
|
---|
15 | </p>
|
---|
16 | <p>
|
---|
17 | The following detailed instructions should only be of interest
|
---|
18 | if you wish to execute Oracle VM VirtualBox without installing it
|
---|
19 | first. You should start by compiling the
|
---|
20 | <userinput>vboxdrv</userinput> kernel module and inserting it into
|
---|
21 | the Linux kernel. Oracle VM VirtualBox consists of a service daemon,
|
---|
22 | <userinput>VBoxSVC</userinput>, and several application programs.
|
---|
23 | The daemon is automatically started if necessary. All
|
---|
24 | Oracle VM VirtualBox applications will communicate with the daemon
|
---|
25 | through UNIX local domain sockets. There can be multiple daemon
|
---|
26 | instances under different user accounts and applications can
|
---|
27 | only communicate with the daemon running under the user account
|
---|
28 | as the application. The local domain socket resides in a
|
---|
29 | subdirectory of your system's directory for temporary files
|
---|
30 | called <filepath>.vbox-<username>-ipc</filepath>. In case
|
---|
31 | of communication problems or server startup problems, you may
|
---|
32 | try to remove this directory.
|
---|
33 | </p>
|
---|
34 | <p>
|
---|
35 | All Oracle VM VirtualBox applications (<userinput>VirtualBox</userinput>,
|
---|
36 | <userinput>VBoxManage</userinput>, and
|
---|
37 | <userinput>VBoxHeadless</userinput>) require the Oracle VM VirtualBox
|
---|
38 | directory to be in the library path, as follows:
|
---|
39 | </p>
|
---|
40 | <pre xml:space="preserve">LD_LIBRARY_PATH=. ./VBoxManage showvminfo "Windows XP"</pre>
|
---|
41 | </body>
|
---|
42 |
|
---|
43 | </topic>
|
---|