Recent content by membranex

  1. M

    Virtio-GPU with emulated 3d acceleration?

    When I try VirGL I get error about missing hardware, hence I thought it's the other way around :)
  2. M

    Virtio-GPU with emulated 3d acceleration?

    Hi, I want to test a compositing window manager in proxmox VM and I'm struggling to get it to work. I don't have any gpu for passthrough. I configured vm to use Virtio-GPU (virtio,memory=256) but tiling window manager does not start (blank screen via spice). Is it possible to make proxmox just...
  3. M

    [SOLVED] Cannot setup U2F in Proxmox 7

    Thanks for help! I have a valid SSL cert - the problem was on my side. I misunderstood documentation and was inputting 'u2f: appid=<url>' into the 'appid' field - instead what I needed was to put *just* the url there :)
  4. M

    [SOLVED] Cannot setup U2F in Proxmox 7

    Hi, I have a fresh Proxmox 7 install. Since I only use it with one machine I did not register a domain - instead I have an entry for proxmox in /etc/hosts on my laptop and proxmox install. UI works fine with self signed certificate. I tried setting up my U2F token as TFA. For sake of example...
  5. M

    Cloning and recovery problems on LVM-thin

    Solved! It was a bug with cloning EFI drive. After reinstalling grub on new vm (and triggering manual boot) it works ok. Detailed steps in this thread: https://forum.proxmox.com/threads/boot-issue-with-kvm-vm-with-uefi.77105/#post-362462
  6. M

    Boot issue with KVM VM with UEFI

    Found an issue - apparently EFI disk is broken after cloning. I have to use the shell to manually run grub and reboot and everything works perfectly. How I have UEFI! Detailed steps: allow the vm to drop into EFI shell type 'fs0:<enter>' (without quotes, remember the colon - also its fS0, not...
  7. M

    Boot issue with KVM VM with UEFI

    Hi, I have same issue. No public information on how to resolve this. VM has cloudinit, latest proxmox 6. Linked clones work ok - full clones, even to a qcow image (from lvm-thin) result in uefi shell. How can this be resolved? I don't have the luxury to build the template from scratch :(
  8. M

    Cloning and recovery problems on LVM-thin

    I tried full cloning to a different storage pool with same results. I've got 'z' near every LV in my cluster and VMs are broken after full clone :(((((((((((
  9. M

    Cloning and recovery problems on LVM-thin

    The volume group LV has zeroing of new blocks enabled already :(
  10. M

    Cloning and recovery problems on LVM-thin

    Thanks for bringing this up! Where can I enable this?
  11. M

    Cloning and recovery problems on LVM-thin

    I have exactly the same problem. Linked clones work great. Full clone of debian system lands in uefi due to not discovering any drives.
  12. M

    [SOLVED] Proxmox influxdb KSM shares metric

    So, instead of looking for this data I just added an input into telegraf that reads the data from /sys/ file: [[inputs.file]] files = ["/sys/kernel/mm/ksm/pages_sharing"] file_tag = "ksm_pages" data_format = "value" And used this in a query in Grafana: SELECT last("value") * 4096 FROM...
  13. M

    [SOLVED] Proxmox influxdb KSM shares metric

    Hi, I hooked proxmox to Influx/Grafana via External Metric Server. Data is awesome, just one hiccup - I can't find the number for "KSM sharing" stat from node summary. Could someone point me to proper metric in influx? Thanks in advance!
  14. M

    Manage vlans from pfsense

    Sorry, you're right :) the problem was I added 'vlan aware' bridge to pfsense vm so it could manage vlans (I would only assign tags to vms on proxmox side - without any interface creation or tinkering aroung /etc/network/interfaces). I did reboot the vms attached to pfsense, but forgot to...
  15. M

    Manage vlans from pfsense

    nevermind :)