Recent content by rsauvat

  1. R

    MySQL on Proxmox Host

    Hi Sorry to wake up an old thread but I have some trouble with the init-logger patch. The patch does not work if the /usr path of the container is shared with bind mounts among multiple containers. In this case vzctl start VEID fail to copy the file init-logger and print an error about...
  2. R

    Unable to stop a container from blocking the host

    I will follow the bug to see if there is any solutions. Do you have an idea of when you will release a 2.6.32 kernel with OpenVZ?
  3. R

    Unable to stop a container from blocking the host

    Hi I have a new server with hardware RAID1 and this improved a little bit but it's not great. Now the host and the others VM are not totally blocked by a single VM. But the response time is very low. more than a minute to serve a php page when it takes usually less than a second. For...
  4. R

    Unable to stop a container from blocking the host

    Thank you for the quick answers. Unfortunately my dedicated server reseller has set up the server with softRaid and I am not sure how to disable it. I have tested pveperf on an old server without softraid and I can see the fsyncs/second are ten times higher. Since I can't change the...
  5. R

    Unable to stop a container from blocking the host

    This is the ouput for pveperf but only when the server is running normally. I can't send you this output when the server is blocked. Maybe I will be able to do it later. CPU BOGOMIPS: 32000.41 REGEX/SECOND: 665334 HD SIZE: 9.92 GB (/dev/md1) BUFFERED READS: 17.62...
  6. R

    Unable to stop a container from blocking the host

    Hi, On a production server I have setup 8 virtual machine. They share the 16Go of RAM on the host but only using 5Go when running. My problem is when I start an index creation in MySQL on a particular VM after 2-3 minutes the whole host stop responding correctly. I can see in top a lot of...
  7. R

    IPV4 Stack is not working with proxmox as a VmWare guest.

    I finally fixed the problem. It's just that I set up my gentoo containers with to specific CFLAG option and when I moved to a new cpu some stuff didn't work anymore. I guess it's the price of setting up specific cpu options un gentoo.
  8. R

    IPV4 Stack is not working with proxmox as a VmWare guest.

    I just tested with the debian 5 virtual appliance from Proxmox and it's working so I guess the problem come from my container and my custom template. The only thing is that my custom stuff works fine with my other proxmox.
  9. R

    IPV4 Stack is not working with proxmox as a VmWare guest.

    This is the pveversion : pve-manager: 1.5-9 (pve-manager/1.5/4728) running kernel: 2.6.24-11-pve proxmox-ve-2.6.18: 1.5-5 pve-kernel-2.6.24-11-pve: 2.6.24-23 pve-kernel-2.6.18-2-pve: 2.6.18-5 qemu-server: 1.1-14 pve-firmware: 1.0-5 libpve-storage-perl: 1.0-13 vncterm: 0.9-2 vzctl: 3.0.23-1pve11...
  10. R

    IPV4 Stack is not working with proxmox as a VmWare guest.

    Thanks for the quick reply. I will use proxmox inside VMWare as a development server to test different solutions and scripts to manage containers so I need a clean proxmox I can play with. Besides the gentoo box as many services that I can't or don't want to move to debian/Proxmox. So I...
  11. R

    IPV4 Stack is not working with proxmox as a VmWare guest.

    Hi. For my company we have a gentoo server with VMWare server and I created a Proxmox VE as a guest of VMWare. So obviously all KVM functionality doesn't work but I don't care because I want to use OpenVZ. My problem is as follow: - The proxmox host is working correctly ping and networking...
  12. R

    Web interface for cluster not working

    Thanks for the quick replies. While typing an answer to explain further more the problem I find the solution. The file /etc/pve/cluster.cfg had the rights to 640 for user root. This is due to my umask 0027. I set the file to chmod 644 and it worked. So the cluster was showing correctly when...
  13. R

    Web interface for cluster not working

    Hi I have been using Proxmox in cluster configuration for 3 month without problem with 2 nodes (1 master , 1 slave). The master was version 1.4 and the slave 1.5. It worked well I was able to manage all my containers with the virtual interface from the master. Now I have a third Proxmox to add...