Search results

  1. E

    "pct start" killed my whole Proxmox server (again)

    Nothing out of the ordinary, regular CentOS machines: The system and machines are still running normally, I am waiting for deep nighttime to do a proper reboot. There is still some time for testing. Skype arkadiynight if you want to do this online.
  2. E

    "pct start" killed my whole Proxmox server (again)

    You are correct, it did run out of ptys. How would I tune that?
  3. E

    "pct start" killed my whole Proxmox server (again)

    Thank you for the reply. I still have one single working SSH access left to the server + I have IPMI. Proxmox is relatively new (4.1 + did a package update lately). Nothing suspicious in "dmesg" or "/var/log/messages". Should I still enable persistent logging? Does it show something else?
  4. E

    "pct start" killed my whole Proxmox server (again)

    So I have been playing with my LXCs, turning them on and off (with "pxc start" and "pxc shutdown"). At one point "pxc start" started hanging for too long, so I stopped it with "ctrl-c". At the same time I couldn't connect via SSH access to my system any more (old connection was fine, new...
  5. E

    Proxmox ISO installer needs an option to keep existing LVM structure without changing volume sizes

    I am reinstalling proxmox and I would want to completely rewrite /dev/pve/root, while keeping /dev/pve/data and other logical volumes which keep my LXCs. As far as I understand, the current installer completely destroys the LV group and rewrites it from scratch, effectively destroying...
  6. E

    Google Chrome shows ERR_EMPTY_RESPONSE when installing over debian (Firefox OK)

    When installing latest proxmox through a iso everything is OK in Chrome. When installing through apt-get over a Debian Standard, Chrome responds ERR_EMPTY_RESPONSE while Firefox is OK: \ Any ideas?
  7. E

    Reinstall proxmox without format

    Is it possible to reinstall proxmox from scratch but keep LVM partitions untouched? I want only to do a clean reinstall into /dev/pve/root, but do not alter (format or change size) of other logical volumes (/dev/pve/data for example). I have LXCs that I want to keep and import into the freshly...
  8. E

    proxmox 4.1 locked out of my host machine

    Thank you, but the resources were fine right before I removed nfs-kernel-server + "Permission denied" logs suggest that something happened with permissions. Unfortunately, I don't have any console access anymore. (might request KVM from my datacenter tonight)
  9. E

    proxmox 4.1 locked out of my host machine

    So I have been trying to install a NFS server on one of my LXC machines which required me to "apt-get install nfs-kernel-server" on the proxmox host. I noticed that during installation it did alot of alterations to kernel images, etc, etc... When I did a "apt-get remove nfs-kernel-server" from...