Recent content by Ilya Evseev

  1. I

    QemuServer.pm subroutines are not called under GUI?

    There is an Proxmox VE 5.3-11 server running several VM's. Disk images are stored on Ceph RBD. I modified "print_drivedevice_full" subroutine in /usr/share/perl5/PVE/QemuServer.pm for RBD tuning as described in https://pve.proxmox.com/pipermail/pve-devel/2018-June/032787.html Here is my patch...
  2. I

    Error pve-cluster[main] crit: Unable to get local IP address

    The same issue and the same workaround. Debian 7.5 in Hetzner DC, generated by their InstallImage tool.
  3. I

    vzctl: strange overbloated package dependencies!

    Well, here is workaround. Do it BEFORE adding Proxmox repo to apt/sources.list: apt-get update apt-get install vzctl apt-mark hold vzctl This installs old good plain vzctl 3.0 from standard Debian repo and prevents his overwriting by vzctl from PVE. Dedicated to all folks who wants to build his...
  4. I

    vzctl: strange overbloated package dependencies!

    Well, but why _vzctl_ needs them? Is it working in graphics mode?
  5. I

    vzctl: strange overbloated package dependencies!

    Yes, thank you very much. I've read you documentation, but it does not answer to my question: why your vzctl package requires tons of strange stuff like libdevel-cycle-perl, libpixman, ... ???
  6. I

    vzctl: strange overbloated package dependencies!

    Hi, folks. I've tried to install pve-kernel + minimal CLI toolset like described in http://www.howtoforge.com/installing-and-using-openvz-on-debian-wheezy-amd64-p3 echo deb http://download.proxmox.com/debian wheezy pve > /etc/apt/sources.list.d/proxmox-ve.list wget -O-...
  7. I

    How to install Proxmox CLI and GUI parts separately?

    Is it possible to install Proxmox CLI and GUI separately: - minimal CLI management on bare metal, - rich GUI to CT, or to VM, or to standalone workstation? The goal is to remove unsafe bloating software (like Apache) from bare metal and isolate them in protected environment. IMO, in the really...