OpenVZ is a virtualization technology based on the Linux kernel and operating system.
Questions tagged [openvz]
109 questions
2
votes
0 answers
Gitlab on an OpenVZ Server with nginx - Authentication Required popup
I am experiencing an issue where trying to access GitLab through my browser is providing me with a popup for Authentication. It looks like a .htaccess authentication popup, but I have not configured htaccess authentication with my nginx…

gnp210
- 153
- 1
- 1
- 9
1
vote
0 answers
Default traffic shaping rules for OpenVZ in CentOS 6
I have the following configuration:
OpenVZ host running CentOS 6 (2.6.32-042stab049.6), gigabit connection
A single container running on that OpenVZ
The host has full gigabit connection for in- and outbound connections. The containers have full…

Mojah
- 1,373
- 2
- 12
- 16
1
vote
1 answer
Do Delphi Linux apps on Ubuntu servers have a minimum RAM requirement for console-only applications?
I plan to write several programs for my website using Delphi for Linux. Can I get by with 256 MB of memory, or do Delphi Linux apps require more memory to run than what is available on a Ubuntu minimal server over OpenVZ?

Greg T
- 122
- 7
1
vote
1 answer
LXC - Failed to create macvlan interface - Operation not permitted
I am having problem to create a LXC container over OpenVZ server, I am getting the error bellow when lxc try to create an interface. I am not sure if OpenVZ permit this kind of configuration, it is my first time trying. I have looking for some…

m4u2o
- 43
- 1
- 1
- 3
1
vote
2 answers
installing OpenVZ on CentOS 6
Im trying to install OpenVZ on CentOS 6.
I used this instruction to install OpenVZ :
https://www.unixmen.com/install-and-configure-openvz-on-centos/
I tried to update the kernel, modify the openvz repo, nothing helped.
here is the problem :…

Jalal Hoseini
- 11
- 1
1
vote
0 answers
Web Console/Terminal for OpenVZ Containers
I'm creating a module for CWP (CentOS Web Panel) to support OpenVZ containers. I'm done with the admin panel where you can create/start/stop/suspend/unsuspend/delete and view variable stuff about the containers. On the client side I'm done with…

darkness
- 121
- 1
- 5
1
vote
1 answer
Can I run NPM/NodeJS app on Debian running 8 on OpenVZ?
I want to run rocketchat (a nodejs app) on my Debian 8 VPS. This VPS runs on OpenVZ, so the kernel version is 2.6.32-042stab108.8.
Installing NodeJS as described on nodejs website (their own repo, not the one provided by debian) works without a…

monday
- 319
- 2
- 12
1
vote
1 answer
proxmox CT external vnc access
I'm creating a PAAS provider with openVZ virtual machines on proxmox.
I want to use noVNC to access the instances in another website different than proxmox console.
I used an url with this form…

Kassav'
- 1,130
- 9
- 29
1
vote
0 answers
tcpsndbuf causing max CPU load
I do run a web application, which I stripped to the max to avoid a high tcpsndbuf values. Still a failcnt on tcpsndbuf will be reached after a few days and very, very little traffic.
I initially thought it is an application container issue as…

feder
- 1,849
- 2
- 25
- 43
1
vote
1 answer
Get both console and tty after upgrade Debian to Jessie 8.0 in openvz
I can not use this machine via proxmox's console, because there are both console and tty, I confirmed that this problem came after dist-upgrade!

user3620613
- 151
- 1
- 7
1
vote
0 answers
Is there still any problems running MongoDB or Redis under OpenVZ?
Some tutorials says it's not recommended. Does problems still actual?

vuliad
- 2,142
- 3
- 15
- 16
1
vote
2 answers
How to set zsh as default shell in openvz container?
I'm running a vz container (debian) on PVE, and I'd like to use zsh as my default shell when i run :
vzctl enter MY_CONTAINER_ID
I tried to run chsh in the container but it as no effect, unless I run su root, i'm still using bash.
Is-it at least…

n00dl3
- 21,213
- 7
- 66
- 76
1
vote
1 answer
Ubuntu OpenVZ Kernel panic error when booting
I want to use OpenVZ on my Ubuntu 14.04 Trusty platform. I installed the RHEL6 2.6.32 kernel (vzkernel_2.6.32-042stab093.5_amd64 kernel) following the instructions given in
Installing And Using OpenVZ On Ubuntu 13.04 (AMD64)
When the machine is…

stkflusr
- 11
- 3
1
vote
2 answers
Compiling a kernel module for openvz VM?
I have an openvz machine which I am root on, it is a virtual machine I am ssh to:
>uname -a
Linux molo 2.6.32-042stab084.25 #1 SMP Wed Feb 12 16:04:42 MSK 2014 x86_64 x86_64 x86_64 GNU/Linux
I am trying to build an hello world kernel…

0x90
- 39,472
- 36
- 165
- 245
1
vote
1 answer
Lite virtualization of processes
I'm trying to figure out (if it is possible) how to run an user process in an insulated context (memory, network and other resources).
Let's assume that the program x is stored into a filesystem of an host machine (h).
I would like to execute x in…

Filippo Lauria
- 1,965
- 14
- 20