Questions tagged [openvz]

OpenVZ is an open source containerisation technology for Linux which utilities containers to run separate Linux based operating systems on a single machine. OpenVZ is typically used as it touts a low overhead, of around 1-3% of CPU, compared to virtualization technologies.

OpenVZ is an open source operating system-level containerisation which integrates with the Linux Kernel. Because of this OpenVZ can only run on Linux and can only run Linux containers which have compatible kernels. OpenVZ separates out virtual environments into "containers", which are similar to BSD Jails.

OpenVZ is not like traditional hyper-visor based virtualization technologies, such as Xen or VMware, in that is only runs a single patched Linux Kernel. This however lets OpenVZ be faster and more efficient than hyper-visor based technologies. Typically each OpenVZ container will have around 1-3% overhead of that if it were a physical machine.

OpenVZ is the basis of Virtuozzo Containers, which is commercial software distributed by Parallels Inc. OpenVZ is available under the GNU GPL v2 license.

424 questions
0
votes
1 answer

OpenVZ veth interface error

I'm trying to setup my openvz containers to use a veth interface. I have veth1.0 on the host node and I see eth0 in the vz. but when I do: ip -6 route add 2001:249a:aaa1:0000:0000:0000:0001:0001/112 dev veth1.0 on the host node and i type ping6…
Daniel
  • 135
  • 1
  • 3
  • 17
0
votes
1 answer

need recommendation for running PHP/Zend based optimizer

Firstly, I must admit that I don't know much about setting up PHP beyond the basics. I have an Ubuntu 10.04 server system (hosted) running primarily as an FTP store for a commercial store software. The server that the commercial store is installed…
senorsmile
  • 713
  • 8
  • 20
0
votes
1 answer

Error 18446744073709551615 when running iptables in OpenVZ container

This is related to the question I asked before. Now I am getting a different error. iptables: Unknown error 18446744073709551615 when trying to apply a simple rule in VZ container iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT…
xsaero00
  • 255
  • 3
  • 10
0
votes
1 answer

how to install openvz on debian lenny 32 bit

I know there are plenty of tutorials for Etch, but I could not find any that is devoted to installing OpenVZ on Lenny. There official guide mixes Etch and Lenny and thus was unhelpful.
alfish
  • 3,127
  • 15
  • 47
  • 71
0
votes
1 answer

Ping from openvz VM is not available

This openvz box was working properly few weeks ago, and now it can't ping the outside world. I'm not expert on networking, and I thought the initial working setup will last longer. Another stange stuff is that web services of this VM are available…
Alex
  • 111
  • 6
0
votes
1 answer

check quota inside debian openvz vps

How I can check the user quota inside a debian openvz vps ? The user's mail quota looks wrong; I have this error: procmail: Quota exceeded while writing "/xxxx/Maildir/tmp/xxxxxxxxxx.com" but the user quota looks under his limit.
roberto
  • 76
  • 5
0
votes
1 answer

Os template failed for creation , but works good with rebuild ONLY

i made a cPanel os template with os centos , when i create new Openvz vps from HyperVm control panel it shows failed and the error message way too long , i will post some lines from the error :- VM creation has failed. Reason: tar…
iLinux85
  • 205
  • 1
  • 3
  • 10
0
votes
1 answer

Ubuntu 10.04: OpenVZ Kernel and pure-ftpd issues on HOST (no guest setup yet)

After compiling and installing the OpenVZ flavour of kernel under Ubuntu 10.04, I am unable to browse to certain directories when connecting to the pure-ftpd server. The clients are dropping into PASSIVE mode, which is fine. This behaviour was…
Seidr
  • 143
  • 8
0
votes
1 answer

Compilation of Etherpad fails in an OpenVZ VE

I’m almost giving up, this will be my last try: I try to compile Etherpad on my OpenVZ server. It’s running a Debian 5.0 as the host system, in the VE I’ve got Ubuntu 10.04. I installed Etherpad in this VE with the instructions from the official…
Ulf
  • 387
  • 1
  • 5
  • 18
0
votes
3 answers

Good / Easy / free VPN solution you can use with OpenVZ

I have a small VPS which is based on OpenVZ and TUN/TAP is enabled. I am trying to set up a small VPN but I am running in some problems. The first thing I have tried is to set up the VPN using PPTP, but I came to the conclusion that it does not…
Saif Bechan
  • 10,960
  • 10
  • 42
  • 63
0
votes
2 answers

what is the unit of the disk quota parameters in openvz?

on my gentoo system, the disk quota parameters in the openvz configuration file is: DISKSPACE="1048576:1153024" DISKINODES="200000:220000" commonly used unit would be 'Byte' or 'MB'. if it is 'Byte', the above numbers would be ridiculously small,…
David S.
  • 181
  • 11
0
votes
1 answer

openvz quota error on gentoo

My system is Gentoo amd64, with latest update. I emerged the latest openvz, and want to start a Ubuntu VPS on my system. I am using the 'basic' configuration file, and the quota options are set as default, as…
David S.
  • 181
  • 11
0
votes
4 answers

ps vs free, RAM use

I have a VPS with VPSnoc and it is exhibiting some strange behaviour. When I total the %MEM column from a "ps faux" I get around 23%, but when I run free I get 419580/524288 = 80% used. That's a lot of RAM to be being used by non-processes, way…
singpolyma
  • 489
  • 2
  • 7
  • 19
0
votes
1 answer

Firewall Rules For OpenVZ VPS?

I'm in the process of setting up a VPS server that I eventually plan to use for light web and email server operations. I'd like it to be reasonably secure but I'm not all that familiar with iptables. Is there an easier way to configure the…
Mike B
  • 11,871
  • 42
  • 107
  • 168
0
votes
1 answer

Is it possible to export an OpenVZ machine and use it after in another virtualization tool?

I'm planning to use OpenVZ in an old machine I have at home. I want to know if a dumped OpenVZ instance image can be exported to other formats (like VirtualBox or Vmware). Thanks!