Recent content by Pavel N

  1. P

    Paranoid security configuration

    I have high security applications, which I want to run on Proxmox. There was security incident before, when attacker could gain root access on host OS. I have no information about how it was done, but I want to minimize the chances. I want to keep host disconnected from internet and connect...
  2. P

    Cannot select text in web gui

    Anywhere in web gui, mouse select is not working. Is it intention or something buggy with my firefox 134.0? It would be better to be able copy text like we are used to
  3. P

    [SOLVED] PBS certificate validation fails even with updated fingerprint set

    @MightySlaytanic you are absolutely correct, clearly its bug, PBS_FINGERPRINT should always work. If certificate expires or is self signed or using chain. If there is PBS_FINGERPRINT and server has valid trusted cert but different print, client should not connect. I spent hours tackling with...
  4. P

    Disabling Thin Provisioning

    @sinaamos You have my compassion. I could not solve this. It's annoying to see all vm down when one vm take too much space. There is partial solution. You can create vm and then move the disk to another location. It seems that copy operation will occupy all space. I don't thin proxmox cares...
  5. P

    Proxmox kernel will not boot

    I got over it by exactly following https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye except i installed kernel 5.13. This one will reboot normally, installation of pve works fine and new kernels will boot normally after that. Including 6+ kernels
  6. P

    Proxmox kernel will not boot

    I have dell r620. (rather old intel hw). I installed debian 11 with unencrypted boot and encrypted root. Everything worked fine. Then I installed pve-kernel according: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye apt install pve-kernel-5.15 systemctl reboot Reboot...
  7. P

    [SOLVED] Proxmox-backup-client and API key?

    @dcsapak unclear is the cli format. For example wallets-gpg.pxar must not include second dot. wallets.gpg.pxar wont work, no helpful message is shown. Having two @ in repository name is confusing too. Having params as --api-key and --api-secret would not hurt anybody. export...
  8. P

    [SOLVED] Proxmox-backup-client and API key?

    @oguz It's very unclear unclear how to use it in command line. So how do I upload single file using proxmox-backup-client and api key? Any example appreciated.
  9. P

    PCIE passthrough limit for VM?

    I experience same behaviour. I want to pass 2 pci network cards, 4 ports each. I can add 5, they seem working fine. Adding 6. exactly same way I get Parameter verification failed. (400) undefined: property is not defined in schema and the schema does not allow additional properties
  10. P

    Adding an existing virtual disk image

    It seems to me that I can only add the disk to the same machine I previously removed it from. What if I want to add it to another virtual machine ? Do I need to do it from CLI ?
  11. P

    Disabling Thin Provisioning

    Still having same problem. I want to mention that I'm using LUKS encryption on top of LVM in host operating system.
  12. P

    Disabling Thin Provisioning

    That is not true for Virtual Environment 5.1-51, trying to fix this, using https://unix.stackexchange.com/questions/169669/converting-sparse-file-to-non-sparse-in-place as workaround. This will copy whole disk to non sparse file, but create such high load on disk, that it will likely kill other...
  13. P

    Disabling Thin Provisioning

    I confirm that thin provisioning is on by default (my proxmox is installed on top of debian) and I'm also trying to get rid of such behaviour
  14. P

    Isolate VM in the same vmbr

    I found it, it's pretty obvious: see Firewall checkbox
  15. P

    Isolate VM in the same vmbr

    I have enabled it on datacenter, host and vm, don't know how to enable it on interface. I tried to make rules for particular interfaces but it didn't work