Questions tagged [virtuozzo]

Virtuozzo is a propietary software product for OS virtualization developed by SWsoft, inc.

Virtuozzo creates multiple virtual independent environments (VEs, also known as virtual private servers, or VPSs) on only one physical server. This allows the sharing of hardware, time and effort in the system distribution and, sometimes, even the software licences between the multiple virtual environments.

One version that supports Linux has been available since 2001, and the version that supports Windows has been available since 2005.

18 questions
8
votes
1 answer

How is PHP using more than 100% CPU?

Checking a client's application on a third party virtual server I noticed an intriguing phenomenon: Single PHP processes seem to use more than one core. As far as I know, PHP can't do that. Behavior description Here's the output of htop when…
PvB
  • 508
  • 1
  • 4
  • 16
1
vote
0 answers

HTTPS request between nodes in different Jelastic environments

How can I make HTTPS requests between two nodes that run in different environments (under the same env group)? I need to use the default environment URL because I don't have a custom domain yet. I have a client-server architecture composed of two…
Donato
  • 73
  • 3
  • 6
1
vote
1 answer

elasticsearch vserver install error

I want to install elasticsearch on a vserver: virtuozzo container Ubunutu 16.04 When typing apt-get install elasticsearch, I've getting the following error message: Selecting previously unselected package elasticsearch. (Reading database ... 40410…
friedi
  • 4,350
  • 1
  • 13
  • 19
1
vote
1 answer

Virtuozzo and automating commands with Python's subprocesses

I'm dealing with a Virtuozzo server and want to automate logging into each container and issuing a few commands in Python by creating a subprocess for 'vzctl enter '. Here is the snippet that I'm working on right now - #!/usr/bin/python import…
sholsapp
  • 15,542
  • 10
  • 50
  • 67
1
vote
1 answer

How to upgrade php on server running Plesk Virtuozzo?

How on earth does plesk actually work? I have a VPS which is on centos 5.2 and has php 5.1.6. I have updated plesk to version 9.52 and it claimed to do some form of php update but it hasn't as far as i can see. How can i update to php 5.2 (centos…
bjohnb
  • 500
  • 2
  • 8
  • 20
1
vote
2 answers

MongoDB in Virtuozzo (OpenVZ)

My Server is hosted on HostEurope, a virtual server uname -a prompts Linux lvps176-28-21-237.dedicated.hosteurope.de 2.6.18-028stab095.1 #1 SMP Mon Oct 24 20:15:15 MSD 2011 x86_64 GNU/Linux They are running OpenVZ. According to the support of…
Mario Bertschler
  • 205
  • 1
  • 3
  • 9
0
votes
0 answers

Virtuozzo, cannot connect to ssh server or do any operations in console PRL_ERR_VZCTL_OPERATION_FAILED

I'm trying to connect to server from ssh but it stuck on connection process, console is unavailable too, when I'm trying to start or repair it throws error PRL_ERR_VZCTL_OPERATION_FAILED enter image description here, that may be problem with whole…
Boris
  • 1
0
votes
1 answer

Cron Job Log File on Jelastic Virtuozzo

I'm trying to create a log file for cron job on my jelastic/virtuozzo platform. I have a syntax to create a cron job every 2 minutes: */2 * * * * wget -q -O /var/www/webroot/ROOT/cron_log https://someweb.com/dev/api/order/cron-get-order But no log…
Cross Vander
  • 2,077
  • 2
  • 19
  • 33
0
votes
0 answers

virtuozzo nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)

I am deploying a docker image to virtuozzo application plateform, the image is setting up nginx with port 80, however the docker containers in virtuozzo somehow use port 80 by default So, I am getting an error in the run.log which doesn't stop from…
medBouzid
  • 7,484
  • 10
  • 56
  • 86
0
votes
2 answers

Deploying Next.js in Jelastic

I have no experience with Next.js and its deployment. Our team has been developing an app in Next.js and I need to deploy it into our Jelastic platform. I am very much familiar with Apache server and haven't used any other servers than that. I found…
iamsubingyawali
  • 193
  • 1
  • 2
  • 15
0
votes
0 answers

Single database and multiple app nodes in jelastic-virtuozzo

I need to understand some steps so I try to ask here. I have configured a lemp node with Wordpress installation. I then decided to add a horizontal node at the APP level and a Redis node for the object cache (as well as obviously a load balancer…
NewUser
  • 3
  • 1
0
votes
1 answer

Protect VPS,WHM,cPanel

Please guys help me, I want prevent my old developer from access to my VPS,WHM and cPanel what I should do. I don't want to lose my work. I saw there is password for Virtuozzo Power Panel, WHM and cPanel there is my thing i need to change it. like…
Samir Nabil
  • 387
  • 3
  • 14
0
votes
1 answer

Can't run Docker in my VPS ( virtuozzo 7 container )

i can't run docker ... what that mean. i have a VPS centos 7 in ( virtuozzo 7 container ) i'm try to run docker " docker run hello-world" but the screen was freeze and go blank when i try dockerd the result is # dockerd INFO[0000] libcontainerd:…
0
votes
1 answer

Virtuozzo Kickstart with post-installation

I have problem with post-installation on kickstart Virtuozzo. Using kickstart, I can install OS Virtuozzo normally. But after I try to add with post-installation script, there is problem on script prl . Below is my script post-installation: %post…
0
votes
1 answer

How to change uploaded file permissions for new files automatically

I recently moved a wordpress site from media temple's gs to their dedicated virtual server. The file structure changed when I upload files. The permissions automatically upload as 644 and I'd like to change this. Where should I look to change…
Bob Cavezza
  • 2,810
  • 7
  • 38
  • 56
1
2