File: control

package info (click to toggle)
vzctl 4.8-1%2Bdeb8u2
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 4,000 kB
  • ctags: 3,612
  • sloc: ansic: 23,382; sh: 16,273; makefile: 549
file content (25 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: vzctl
Section: admin
Priority: optional
Maintainer: Ola Lundqvist <opal@debian.org>
Build-Depends: debhelper (>= 9.0.0), libxml2-dev, libcgroup-dev, hardening-wrapper, pkg-config, libploop-dev (>= 1.12.1-1)
Standards-Version: 3.9.4

Package: vzctl
Architecture: i386 ia64 amd64 powerpc sparc
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}, iproute2 | iproute, vzquota
Recommends: rsync, ploop
Suggests: pv, bash-completion
Description: server virtualization solution - control tools
 OpenVZ is an Operating System-level server virtualization solution, built
 on Linux. OpenVZ creates isolated, secure virtual private servers on a single
 physical server enabling better server utilization and ensuring that
 applications do not conflict. Each VPS performs and executes exactly like a
 stand-alone server; VPSs can be rebooted independently and have root access,
 users, IP addresses, memory, processes, files, applications, system libraries
 and configuration files.
 .
 This package contain the control tool to manipulate the virtual servers.
 .
 OBSERVE! You need a Linux kernel patched with openvz support.