The openvz tag has no wiki summary.
0
votes
0answers
24 views
13.04 - rsyslogd eating all the CPU it can
I'm on a VPS on ramnode.com, virtualized using OpenVZ, the installed OS was Ubuntu 12.10 but I ran do-release-upgrade to upgrade it to 13.04.
rsyslogd was consuming ~150% CPU, I really don't know ...
0
votes
2answers
362 views
What should i choose? LXC vs OpenVZ
As an alternative to Virtualizing several Ubuntu Servers im looking into the possibility of using containers. But I am not sure if I should go for OpenVZ or LXC. Can anyone recommend one of them, or ...
0
votes
1answer
267 views
OpenVPN-AS on Debian server and Ubuntu 12.10 client
I recently signed a VPS (OpenVZ / Debian 32 bits Minimal), installed OpenVPN-AS (Access Server), and successfully connect to it, however I have a few doubts.
To make it clear, I will explain how I ...
0
votes
1answer
310 views
OpenVPN on Ubuntu OpenVZ
I finished configuring OpenVPN on my OpenVZ vps. When I run service openvpn restart I get the following error output:
* Stopping virtual private network daemon(s)...
* No VPN is running. ...
0
votes
0answers
120 views
openVZ + openVZ web panel on home network centOS , how to let the “VPS” be public?
Basically I turned my old PC into a centOS + OpenVZ server, with this I wanted to create 2 small VPS's.
1 : 192.168.1.10 (Example) ipv4
2 : 192.168.1.11 (Example) ipv4
on my local network they show ...
1
vote
0answers
143 views
Updating Ubuntu 10.04 on OpenVZ
I am attempting to update a VPS that is running Ubuntu 10.04 on OpenVZ. I have read many posts on this site and others that state this is possible to do. However, every time I attempt to perform ...
0
votes
0answers
61 views
$XAUTHORITY problem in openvz Ubuntu guest
I recently installed Ubuntu 12.04 x64 in openvz, but the X11 forwarding doesn't seem to work. I have installed xauth, but $XAUTHORITY is not set, nor is there a ~/.Xauthority file. And I can't open ...
2
votes
0answers
146 views
Why did this fix for openVZ Ubuntu 12.04 work and how?
I am running Ubuntu 12.04 LTS in an openVZ container under Proxmox 2.x
I noticed that on reboots, Postgres was not starting. Some short searches revealed that I need to change a few lines in ...
5
votes
1answer
306 views
In a bash script what does a dot followed by a space and then a path mean?
I came across this example when trying to mount a usb device inside a openvz container and I have never seen the construct in the second line before. Can you explain what it signifies?
#!/bin/bash
. ...
1
vote
1answer
458 views
Adding IP address to OpenVZ VPS (OpenVZ Web Panel)
I apologise if I sound at all dumb. This is my first dedicated server having used a VPS for over a year and I'm trying to setup a VPS on this new server. I purchased a subnet from my hosting provider ...
1
vote
1answer
940 views
xf86OpenConsole: Cannot find a free VT: Invalid argument
I'v set up an Ubuntu 12.04 from the precreated OpenVZ template. The host system is configured as follows:
# $ cat /etc/issue
Debian GNU/Linux 6.0
# $ uname -a
Linux openvz-02 2.6.32-16-pve #1 SMP ...
1
vote
1answer
4k views
How do you install OpenVZ in Ubuntu 12.04 64 bit?
The question says it all - to me, there seems to be a lack of information on how to specifically install the latest OpenVZ kernel on Ubuntu 12.04 64 bit. Unfortunately for me, that's exactly what I ...
0
votes
1answer
126 views
I modified the permissions of /var what have I broken?
So I did a dumb thing, I chowned /var to a single user and now I am getting errors everywhere,I had to add permissions so that mysql and lighthttpd would start, any easy way to revert changes or must ...
0
votes
0answers
71 views
How might I compare two installations?
Our office is using a Proxmox Virtual Environment (v. 1.9) to run servers. It is capable of running either OpenVZ templates or full KVM installations.
After an initial attempt and failure to ...
4
votes
1answer
2k views
Why does upgrading to 12.04 on an OpenVZ VPS warn that the kernel size is 0?
When I tried to upgrade my server to ubuntu 12.04, it gave this message, but the upgrade process will continue :
WARNING:root:estimate_kernel_size_in_boot() returned '0'?
This is a VPS server on ...
-1
votes
3answers
4k views
Why does 11.04-to-12.10 upgrade on OpenVZ VPS fail with “libc - kernel 2.6.24” error? [closed]
I have an OpenVZ VPS, and am trying to upgrade Ubuntu Server from 11.10 to 12.04. But the upgrade aborts half-way with this error:
WARNING: this version of the GNU libc requires kernel version
...
8
votes
4answers
8k views
Why did my upgrade to 12.04 fail with “glibc not found” or “libc6” or “requires kernel 2.6.24” error?
I upgraded my server installation form 11.04 to 11.10, then to 12.04 over ssh. All seems almost ok - but there is a small issue with glibc, which is messing up my apt.
I tried sudo apt-get install -f ...
1
vote
2answers
1k views
Java issues on OpenVZ Ubuntu 11.04 (.jar/.sh files)
I've had a whole line of messes with java and .jar files.
I've tried both OpenJDK (from software installer) and about three repositories for Sun.
/Desktop# java -jar -Xmx1024m ss.jar
Exception in ...
0
votes
1answer
288 views
Why “df -h ” does not show the root mount, but multiple repetitive entries?
The system is Ubuntu 10.04 running on a OpenVZ VPS
Here is the output:
root@s01:~# df -h
Filesystem Size Used Avail Use% Mounted on
varrun 256M 20K 256M 1% /var/run
...
2
votes
1answer
2k views
How do I load iptable kernel modules onto a VPS?
I have two servers, using one for prod and one for dev. They are with different providers, and one is running Xen and the other OpenVZ (both running Ubuntu but 8.04 and 10.10 respectively). I've ...
4
votes
2answers
3k views
MySQL server Upstart script not working on boot
For some reason the Upstart script for the MySQL server isn't working when I boot my server, however it does work once the server has booted and I execute sudo start mysql manually.
I'm running an ...