OpenVZ is a virtualization technology based on the Linux kernel and operating system.
Questions tagged [openvz]
109 questions
0
votes
1 answer
Will the resources allocated to OpenVZ containers be freed after i stop it?
we have many containers in a proxmox OpenVZ host and each of them have resources allocated to it (CPU, Memory, etc..)
if i vzctl stop a container, will the allocated resources be free out? or it will still be in use?
i've recently stopped…

Damien Tan
- 3
- 3
0
votes
0 answers
bind: cannot assign requested address openvz
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#ifdef…

yo tootles
- 93
- 1
- 2
- 6
0
votes
1 answer
Create Volume on GlusterFS on LES Server
I am using a lowendspirit server and attempting to create a gluster container. Lowendspirt's run as OpenVZ containers.
volume create: main: failed: Glusterfs is not supported on brick: [name omitted]:/glusterfs.
Setting extended attributes failed,…

etrey
- 447
- 3
- 6
- 15
0
votes
0 answers
Centos VPS OpenVZ Not rendering my updated codes with laravel5
I'm having problem with my site it's not rendering updated pages on it. I attempt to clear the cache in server but I think it's not possible with OpenVZ VPS. I tried clearing the cache using laravel it didn't work either. What seems to be the…

cronLancer
- 349
- 2
- 3
0
votes
2 answers
openvz df show all mountpoint containers
Welcome,
After install openvz in debian whezzy, and create containers, df in node show all mountpoint :
root@lab:~# df -h System plików
rozm. użyte dost. %uż. zamont. na udev
10M 0 10M 0% /dev tmpfs
786M 412K 785M 1% /run
…

MMa
- 5
- 4
0
votes
2 answers
How OpenVZ boot OS?
I bought VPS on OpenVZ virtualization and enabled Debian guest OS.
Guest /boot dir is empty. /etc/inittab is empty.
How is the OS initialization process performed?
What is the meaning of reboot for OpenVZ container?

gavenkoa
- 45,285
- 19
- 251
- 303
0
votes
1 answer
OpenVZ Container is dropping packets
I have a OVH Server, Using a network bridge mode. Nothing seems to work within the container, nor can i SSH/ping the container.
Here is route/ifconfig from the hostnode:
ifconfig -a eth0 Link encap:Ethernet HWaddr 0C:C4:7A:4C:C0:06
…

geekism
- 53
- 4
0
votes
1 answer
aerospike on openvz 2core 4Gb ram doesn't start and doesn't give errors
after installation without any trouble I've started aerospike on a openvz vps with 2cores and 4gb ram.
this is the result:
root@outland:~# /etc/init.d/aerospike start
* Start aerospike: asd [OK]
then check for running asd:
root@outland:~#…

user1658162
- 2,721
- 2
- 19
- 23
0
votes
1 answer
How to close open (deleted) file descriptor on linux shell
If i use
lsof -n | grep deleted
I have along list of php5-fpm list values.
two sample output of a list value:
(deleted)/dev/zero (stat: No such file or directory)
(deleted)/tmp/.ZendSem.JQTejx
1) How can i close them within an openVZ…

wutangl
- 33
- 7
0
votes
0 answers
MongoDB in OpenVZ (zone_reclaim_mode)
First of all, I do apologize for not being able to find the answer on my own. I tried searching hard, but found pretty much nothing.
When I start 'mongo' shell on my Ubuntu VPS, it tells me the following:
2014-12-17T19:48:02.624+0000 [initandlisten]…
0
votes
1 answer
Execute command on VZ container start and stop
Is there any way of executing a console command on the host machine when a specific VZ container is started (and/or stopped)? Something like in the /etc/network/interfaces where you can specify an on up and on down command.

Jers
- 221
- 4
- 14
0
votes
1 answer
Failed to start custom template in openvz
I have created custom template in openvz webpanel. I can use this template to create VM's,
but i can't start them.
Here is the output after executing vzctl start 333
Starting container...
The ploop library has been loaded successfully
[ 0.000673]…

Nick Kashkin
- 35
- 2
- 9
0
votes
1 answer
Using ipv6 addresses assigned to your VPS to provide native ipv6 access to your MacOSX
Seems to be very common to be assigned several ipv6 addressed when rent a VPS but, what can you do with that?, why they provide them in a non aggregatable way?, can I use them to provide native ipv6 access to my remote laptop (MacOSX)?.
After a long…

David P
- 11
- 2
0
votes
1 answer
snapshot backup of 25GB container | OpenVZ, Proxmox
There is 2 containers:
1st - 400Mb
2nd - ~25Gb
1st container(400Mb) works fine in both of backup modes (SUSPEND and SNAPSHOT).
But 2nd container(25Gb) make backup only in SUSPEND mode. SNAPSHOT mode is always failed.
Both of containers make…

Yaroslav
- 651
- 2
- 9
- 17
0
votes
2 answers
CRIU Installation on Linux Kernel 3.10 or lower:
CRIU tool(http://criu.org/Installation) mentions that it requires Linux Kernel 3.11 or newer. I am working on a Linux kernel 3.10 which cannot be updated to 3.11 because of some requirements and I require it to be installed in this lower version of…

keviv
- 1