~ubuntu-branches/ubuntu/trusty/virtualbox/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/manpages/vboxwebsrv.1

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-03-07 16:38:36 UTC
  • mfrom: (1.1.13) (3.1.20 experimental)
  • Revision ID: package-import@ubuntu.com-20130307163836-p93jpbgx39tp3gb4
Tags: 4.2.8-dfsg-0ubuntu1
* New upstream release. (Closes: #691148)
  - Fixes compatibility with kernel 3.8. (Closes: #700823; LP: #1101867)
* Switch to my @debian.org email address.
* Move package to contrib as virtualbox 4.2 needs a non-free compiler to
  build the BIOS.
* Build-depend on libdevmapper-dev.
* Refresh patches.
  - Drop 36-fix-ftbfs-xserver-112.patch, cve-2012-3221.patch,
    CVE-2013-0420.patch 37-kcompat-3.6.patch and 38-kcompat-3.7.patch.
* Drop all virtualbox-ose transitional packages.
* Drop the virtualbox-fuse package as vdfuse fails to build with
  virtualbox 4.2.
* Update install files and VBox.sh.
* Bump required kbuild version to 0.1.9998svn2577.
* Fix path to VBoxCreateUSBNode.sh in virtualbox.postinst. (Closes: #700479)
* Add an init script to virtuabox-guest-x11 which loads the vboxvideo
  kernel module. The X Server 1.13 doesn't load it anymore. (Closes: #686994)
* Update man pages. (Closes: #680053)
* Add 36-python-multiarch.patch from Rico Tzschichholz to fix detection of
  python in multiarch paths using pkg-config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
2
 
.TH VBOXWEBSRV "1" "January 2011" "vboxwebsrv" "User Commands"
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
 
2
.TH VBOXWEBSRV "1" "March 2013" "vboxwebsrv" "User Commands"
3
3
.SH NAME
4
4
vboxwebsrv \- x86 virtualization solution
5
5
.SH SYNOPSIS
6
6
.B vboxwebsrv
7
7
[\fIoptions\fR]
8
8
.SH DESCRIPTION
9
 
Oracle VM VirtualBox web service version
10
 
(C) 2005\-2011 Oracle Corporation
 
9
Oracle VM VirtualBox web service
 
10
(C) 2007\-2013 Oracle Corporation
11
11
All rights reserved.
12
12
.PP
13
13
Supported options (default values in brackets):
15
15
\fB\-\-background\fR, \fB\-b\fR:      Run in background (daemon mode).
16
16
\fB\-\-host\fR, \fB\-H\fR:            The host to bind to (localhost).
17
17
\fB\-\-port\fR, \fB\-p\fR:            The port to bind to (18083).
 
18
\fB\-\-ssl\fR, \fB\-s\fR:             Enable SSL/TLS encryption.
 
19
\fB\-\-keyfile\fR, \fB\-K\fR:         Server key and certificate file, PEM format ("").
 
20
\fB\-\-passwordfile\fR, \fB\-a\fR:    File name for password to server key ("").
 
21
\fB\-\-cacert\fR, \fB\-c\fR:          CA certificate file, PEM format ("").
 
22
\fB\-\-capath\fR, \fB\-C\fR:          CA certificate path ("").
 
23
\fB\-\-dhfile\fR, \fB\-D\fR:          DH file name or DH key length in bits ("").
 
24
\fB\-\-randfile\fR, \fB\-r\fR:        File containing seed for random number generator ("").
18
25
\fB\-\-timeout\fR, \fB\-t\fR:         Session timeout in seconds; 0 = disable timeouts (300).
19
26
\fB\-\-check\-interval\fR, \fB\-i\fR:  Frequency of timeout checks in seconds (5).
20
27
\fB\-\-threads\fR, \fB\-T\fR:         Maximum number of worker threads to run in parallel (100).
21
28
\fB\-\-keepalive\fR, \fB\-k\fR:       Maximum number of requests before a socket will be closed (100).
 
29
\fB\-\-authentication\fR, \fB\-A\fR:  Authentication method for the webservice ("").
22
30
\fB\-\-verbose\fR, \fB\-v\fR:         Be verbose.
23
31
\fB\-\-pidfile\fR, \fB\-P\fR:         Name of the PID file which is created when the daemon was started.
24
32
\fB\-\-logfile\fR, \fB\-F\fR:         Name of file to write log to (no file).
 
33
\fB\-\-logrotate\fR, \fB\-R\fR:       Number of log files (0 disables log rotation).
 
34
\fB\-\-logsize\fR, \fB\-S\fR:         Maximum size of a log file to trigger rotation (bytes).
 
35
\fB\-\-loginterval\fR, \fB\-I\fR:     Maximum time interval to trigger log rotation (seconds).