Search results

  1. S

    Failed to boot kernel 2.6.32-13-pve

    Thank you for the feedback Daraiko, I'll wait for the next update.
  2. S

    Failed to boot kernel 2.6.32-13-pve

    Anyone know if this has been fixed with the 2.6.32-14-pve kernel ?
  3. S

    KVM 1.1 and new Kernel

    I've got a network issue with the new kernel, after upgrading from 2.6.32-12-pve the network is no longer working. The ethernet controller is : Intel Corporation 82579V Gigabit Network Connection (rev 05)
  4. S

    Problem with pve-upgrade-1.9-to-2.0

    I got the same issue with the upgrade script, pmxcfs kept saying "Unable to get local IP address". I checked the configuration and /etc/hosts does have an entry for the name defined in /etc/hostname. The catch is that /etc/hostname defines a fully qualified domain name (foo.example.com) and it...
  5. S

    Problem with Tomcat not listening on ubuntu 10.4

    I had the same issue and I can confirm that assigning 2 CPUs to the container solved it. Thanks a lot for the suggestion!
  6. S

    New 2.6.32 Kernel for Proxmox VE 1.9 stable

    Anyone know if IPv6+venet works for OpenVZ containers with this kernel? I'm currently sticking to the old 2.6.24-12-pve kernel due to this issue.
  7. S

    IPv6 & venet on the 2.6.32 kernel

    Hi, Has anyone managed to configure successfully an IPv6 on a venet for a container with the 2.6.32 kernel? It used to work with the 2.6.24 kernel, but with the newer kernel the IPv6 assigned is just ignored. In the container I get this: ariane:/# ifconfig lo Link encap:Local Loopback...
  8. S

    Protect Proxmox Web Interface with a .htaccess

    Alternatively, you can just stop Apache on the host when you don't need the manager.
  9. S

    secure Proxmox main server

    You just have to set the PAM_RHOST item (with the $pamh->pam_set_item() function)
  10. S

    secure Proxmox main server

    On the other hand, the Proxmox manager isn't necessary everyday, so I just shut down Apache when I don't have to configure a container.
  11. S

    secure Proxmox main server

    I'd like to suggest a minor yet important improvement related to the security of the manager : could you please report the remote ip of the user login into the manager when you call the PAM? This will enable the popular tool fail2ban to work out of the box with Proxmox. fail2ban monitors the...
  12. S

    RAM and SWAP for OpenVZ

    According to the doc there is no difference between ram and swap for openvz containers : http://pve.proxmox.com/wiki/Installation#Container_.28OpenVZ.29_Virtual_Machines_-_Default
  13. S

    Unable to stop a container (waiting for lo to become free)

    I guess that is this bug http://bugzilla.openvz.org/show_bug.cgi?id=846 ? Was it caused by the lack of an IPv4 address, or does it happen randomly with IPv6 enabled containers ?
  14. S

    Unable to stop a container (waiting for lo to become free)

    I also noticed these traces in /var/log/kern.log : Mar 11 01:48:45 nexus kernel: CT: 104: started Mar 11 01:48:46 nexus kernel: ioctl32(mount:27378): Unknown cmd fd(3) cmd(80041272){t:12;sz:4} arg(bf899448) on / Mar 11 01:48:46 nexus kernel: ioctl32(mount:27378): Unknown cmd fd(3)...
  15. S

    Unable to stop a container (waiting for lo to become free)

    Hi, I created a new container from the Debian 5.0 i386 minimal template available on the OpenVZ site (http://download.openvz.org/template/precreated/contrib/debian-5.0-i386-minimal.tar.gz). I already used this template for other containers on the same server, but this time I added only an IPv6...
  16. S

    Survey: Proxmox VE Kernel with or without OpenVZ?

    Basically, what features are missing from LXC to be production ready?
  17. S

    Survey: Proxmox VE Kernel with or without OpenVZ?

    The question has been raised on the OpenVZ forum, it seems they plan to switch to the 2.6.32 kernel, but no work has started yet. http://forum.openvz.org/index.php?t=msg&&th=8077&goto=38021#msg_38021
  18. S

    Does Proxmox VE 1.3 safely work with kernel 2.6.24-2-pve

    Thank you for your reply. I don't know exactly what happens since I can't see the console during the boot sequence. I'm just sure it doesn't boot at all since the files in /var/log are not updated when the new kernel is enabled. This is on a server hosted at OVH. I ran the update script and...
  19. S

    Does Proxmox VE 1.3 safely work with kernel 2.6.24-2-pve

    Hi, I upgraded a server from Proxmox 1.1 to 1.3 but I have some troubles booting on the 2.6.24-7-pve kernel. The previous one, 2.6.24-2-pve, still seems to work though. I wonder if I can safely keep using this kernel? Is there a major risk doing so? The server hosts only 3 OpenVZ containers...