~ubuntu-branches/ubuntu/quantal/lxc/quantal-201205292108

« back to all changes in this revision

Viewing changes to doc/lxc-unfreeze.1

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2012-04-26 15:18:35 UTC
  • mfrom: (3.1.41 sid)
  • Revision ID: package-import@ubuntu.com-20120426151835-3vz6kb4m90gb26js
Tags: 0.8.0~rc1-4ubuntu1
* Merge from unstable.  Remaining changes:
  - control:
    - update maintainer
    - Build-Depends: add dh-apparmor and libapparmor-dev
    - lxc Depends: add bridge-utils, dnsmasq-base, iptables, rsync
    - lxc Recommends: add cgroup-lite | cgroup-bin, openssl
    - lxc Suggests: add btrfs-tools, lvm2, qemu-user-static
    - lxc Conflicts: remove (cgroup-bin)
  - Add lxc-start-ephemeral and lxc-wait to debian/local
  - apparmor:
    - add lxc.apparmor, lxc-containers.apparmor,
      lxc-default.apparmor, and new lxc.apparmor.in
  - add debian/lxc.conf (default container creation config file)
  - debian/lxc.install.in:
    * add lxc-start-ephemeral
    * add debian/lxc.conf
    * skip lxc-debconf*
    * skip lxc-ls (Use upstream's)
  - debian/lxc*.install.in: use '*', not @DEB_HOST_MULTIARCH@
  - Use our own completely different lxc.postinst and lxc.postrm
  - remove lxc.templates
  - debian/rules:
    * add DEB_DH_INSTALLINIT_ARGS = --upstart-only
    * don't do debconf stuff
    * add debian/*.apparmor.in to files processed under
      override_dh_auto_clean
    * don't comment out ubuntu or busybox templates
    * do apparmor stuff and install our own lxc-wait under override_dh_install
    * install our upstart scripts in override_dh_installinit
  - add lxc.default, lxc.lxc-net.upstart, lxc.upstart under
    debian/

* patches kept:
  - 0013-lxc-create-use-default-config.patch (needed manual rebase)
  - 0030-ubuntu-template-fail.patch
  - 0031-ubuntu-template-resolvconf.patch
  - 0044-lxc-destroy-rm-autos
  - debian/patches/0045-fix-other-templates
  - debian/patches/0046-lxc-clone-change-hwaddr
  - debian/patches/0047-bindhome-check-shell
  - debian/patches/0049-ubuntu-template-sudo-and-cleanup
  - debian/patches/0050-clone-lvm-sizes
  - debian/patches/0052-ubuntu-bind-user-conflict
  - debian/patches/0053-lxc-start-pin-rootfs
  - debian/patches/0054-ubuntu-debug
  - debian/patches/0055-ubuntu-handle-badgrp
  - debian/patches/0056-dont-watch-utmp
  - debian/patches/0057-update-manpages
  - debian/patches/0058-fixup-ubuntu-cloud
  - debian/patches/0059-reenable-daily-cloudimg
  - debian/patches/0060-lxc-shutdown
  - debian/patches/0061-lxc-start-apparmor
  - debian/patches/0062-templates-relative-paths
  - debian/patches/0063-check-apparmor-enabled
  - debian/patches/0064-apparmor-mount-proc
  - debian/patches/0065-fix-bindhome-relpath
  - debian/patches/0066-confile-typo
  - debian/patches/0067-templates-lxc-profile
  - debian/patches/0068-fix-lxc-config-layout 
  - debian/patches/0069-ubuntu-cloud-fix
  - debian/patches/0070-templates-rmdir-dev-shm
  - debian/patches/0071-ubuntu-cloud-fix-image-extraction
  - debian/patches/0072-lxc-shutdown-help
  - debian/patches/0073-lxc-destroy-waits-before-destroy
  - mark all patches which have been forwarded as such, refresh all
* 0074-lxc-execute-find-init: lxc-init had moved.  Introduce a function in
  lxc-execute to go find it.  Otherwise lxc-execute for any older releases
  will fail.
* 0075-lxc-ls-bash: lxc-ls needs bash, not sh
* add debian/lxc.apparmor.in so DEB_HOST_MULTIARCH can be expanded
* 0076-fix-sprintfs:  - check return values for all sprintfs and snprintfs
  which could overflow (LP: #988918)
* 0077-execute-without-rootfs: let lxc-execute succeed with no rootfs
  (LP: #981955)

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" "02 March 2012" "" ""
 
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
 
 
45
Note that this option is setting the priority of the events
 
46
log in the alternate log file. It do not have effect on the
 
47
ERROR events log on stderr.
 
48
.TP
 
49
\fB-n, --name=\fINAME\fB\fR
 
50
Use container identifier \fINAME\fR\&.
 
51
The container identifier format is an alphanumeric string.
 
52
.SH "DIAGNOSTIC"
 
53
.TP
 
54
\fBThe container was not found\fR
 
55
The specified container was not created before with
 
56
the \fBlxc-create\fR command.
 
57
.SH "SEE ALSO"
 
58
.PP
 
59
\fBlxc\fR(1),
 
60
\fBlxc-create\fR(1),
 
61
\fBlxc-destroy\fR(1),
 
62
\fBlxc-start\fR(1),
 
63
\fBlxc-stop\fR(1),
 
64
\fBlxc-execute\fR(1),
 
65
\fBlxc-kill\fR(1),
 
66
\fBlxc-console\fR(1),
 
67
\fBlxc-monitor\fR(1),
 
68
\fBlxc-wait\fR(1),
 
69
\fBlxc-cgroup\fR(1),
 
70
\fBlxc-ls\fR(1),
 
71
\fBlxc-ps\fR(1),
 
72
\fBlxc-info\fR(1),
 
73
\fBlxc-freeze\fR(1),
 
74
\fBlxc-unfreeze\fR(1),
 
75
\fBlxc-attach\fR(1),
 
76
\fBlxc.conf\fR(5)
 
77
.SH "AUTHOR"
 
78
.PP
 
79
Daniel Lezcano <daniel.lezcano@free.fr>