VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/startingvboxonlinux.dita@ 105289

Last change on this file since 105289 was 105289, checked in by vboxsync, 6 months ago

Docs: bugref:10705. Merging current changes to dita files from docs team's repo. (r6123, r6120, r6117)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 2.3 KB
Line 
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 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> on Linux</title>
6
7 <body>
8 <p>The easiest way to start an <ph conkeyref="vbox-conkeyref-phrases/product-name"/> program is by
9 running the program of your choice (<userinput>VirtualBox</userinput>, <userinput>VBoxManage</userinput>, or
10 <userinput>VBoxHeadless</userinput>) from a terminal. These are symbolic links to <userinput>VBox.sh</userinput>
11 that start the required program for you. </p>
12 <p>The following detailed instructions should only be of interest if you want to execute <ph
13 conkeyref="vbox-conkeyref-phrases/product-name"/> without installing it first. You should start by compiling the
14 <userinput>vboxdrv</userinput> kernel module and inserting it into the Linux kernel. <ph
15 conkeyref="vbox-conkeyref-phrases/product-name"/> consists of a service daemon, <userinput>VBoxSVC</userinput>,
16 and several application programs. The daemon is automatically started if necessary. All <ph
17 conkeyref="vbox-conkeyref-phrases/product-name"/> applications will communicate with the daemon through UNIX
18 local domain sockets. There can be multiple daemon instances under different user accounts and applications can
19 only communicate with the daemon running under the user account as the application. The local domain socket
20 resides in a subdirectory of your system's directory for temporary files called
21 <filepath>.vbox-&lt;username&gt;-ipc</filepath>. In case of communication problems or server startup problems,
22 you may try to remove this directory. </p>
23 <p>All <ph conkeyref="vbox-conkeyref-phrases/product-name"/> applications
24 (<userinput>VirtualBox</userinput>, <userinput>VBoxManage</userinput>, and <userinput>VBoxHeadless</userinput>)
25 require the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> directory to be in the library path, as follows: </p>
26 <pre xml:space="preserve">LD_LIBRARY_PATH=. ./VBoxManage showvminfo "Windows XP"</pre>
27 </body>
28
29 </topic>
Note: See TracBrowser for help on using the repository browser.

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