Search results

  1. S

    [SOLVED] Authentication issue (Login failed. Please try again)

    Hi, I have a 3 nodes cluster with Proxmox 5.2 that has been running fine for 9 months and for some reason I'm now unable to log into the manager. I keep getting the message "Login failed. Please try again" when using the root password and the PAM realm on any node. I'm sure the...
  2. S

    Executable files in /etc/pve

    Hi, I'd like to put an executable file in /etc/pve to share it easily with the other nodes of the cluster (An init.d script used as a HA resource), but I can't chmod +x : chmod: changing permissions of `/etc/pve/myscript': Function not implemented That's frustrating because the OpenVZ action...
  3. S

    OpenVZ global action scripts not replicated across the cluster

    Hi, I've added global actions scripts (/etc/vz/conf/vps.mount and /etc/vz/conf/vps.umount) on one of the nodes of my cluster but they don't seem to be replicated on the other nodes. Since /etc/vz/conf is symlinked to /etc/pve/openvz I thought this would be automatically replicated. On the...
  4. 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...
  5. 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...
  6. 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...