~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to doc/lxc-unfreeze.1

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.1.2 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100110104021-z8rj5zw5mlvra08l
Tags: 0.6.4-1
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This manpage has been automatically generated by docbook2man 
 
2
.\" from a DocBook document.  This tool can be found at:
 
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 
4
.\" Please send any bug reports, improvements, comments, patches, 
 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
 
6
.TH "LXC-UNFREEZE" "1" "23 November 2009" "" ""
 
7
 
 
8
.SH NAME
 
9
lxc-unfreeze \- thaw all the container's processes
 
10
.SH SYNOPSIS
 
11
 
 
12
\fBlxc-unfreeze \fI-n name\fB
 
13
\fR
 
14
 
 
15
.SH "DESCRIPTION"
 
16
.PP
 
17
\fBlxc-unfreeze\fR will thaw all the processes
 
18
previously frozen by the \fBlxc-freeze\fR command.
 
19
.SH "COMMON OPTIONS"
 
20
.PP
 
21
These options are common to most of lxc commands.
 
22
.TP
 
23
\fB-?, -h, --help\fR
 
24
Print a longer usage message than normal.
 
25
.TP
 
26
\fB--usage\fR
 
27
Give the usage message
 
28
.TP
 
29
\fB-q, --quiet\fR
 
30
mute on
 
31
.TP
 
32
\fB-o, --logfile=\fIFILE\fB\fR
 
33
Output to an alternate log
 
34
\fIFILE\fR\&. The default is no log.
 
35
.TP
 
36
\fB-l, --logpriority=\fILEVEL\fB\fR
 
37
Set log priority to
 
38
\fILEVEL\fR\&. The default log
 
39
priority is ERROR\&. Possible values are :
 
40
FATAL, CRIT,
 
41
WARN, ERROR,
 
42
NOTICE, INFO,
 
43
DEBUG\&.
 
44
.TP
 
45
\fB-n, --name=\fINAME\fB\fR
 
46
Use container identifier \fINAME\fR\&.
 
47
The container identifier format is an alphanumeric string.
 
48
.SH "DIAGNOSTIC"
 
49
.TP
 
50
\fBThe container was not found\fR
 
51
The specified container was not created before with
 
52
the \fBlxc-create\fR command.
 
53
.SH "SEE ALSO"
 
54
.PP
 
55
\fBlxc\fR(1),
 
56
\fBlxc-create\fR(1),
 
57
\fBlxc-destroy\fR(1),
 
58
\fBlxc-start\fR(1),
 
59
\fBlxc-stop\fR(1),
 
60
\fBlxc-execute\fR(1),
 
61
\fBlxc-console\fR(1),
 
62
\fBlxc-monitor\fR(1),
 
63
\fBlxc-wait\fR(1),
 
64
\fBlxc-cgroup\fR(1),
 
65
\fBlxc-ls\fR(1),
 
66
\fBlxc-ps\fR(1),
 
67
\fBlxc-info\fR(1),
 
68
\fBlxc-freeze\fR(1),
 
69
\fBlxc-unfreeze\fR(1),
 
70
\fBlxc.conf\fR(5)
 
71
.SH "AUTHOR"
 
72
.PP
 
73
Daniel Lezcano <daniel.lezcano@free.fr>