Recent content by talos

  1. T

    Fiber Chanel and Shared Storage - Snapshot supported (HA enabled)

    Proxmox VE 9 may help with the new snapshot feature for thick LVM, but its tech preview for now.
  2. T

    AMD : BSOD unsupported processor since Windows build 26100.4202+ ( update kb5060842 + its preview kb5058499 )

    I see this on Proxmox with 2025 and 11. I have some instances at NetCup (Hoster using KVM), same issues but with the disadvantge that i cant play with host/cpu settings. All on AMD Epyc 96xx
  3. T

    Grub Rescue error: symbol "grub_is_lockdown" not found

    I solved it by launching the build in uefi shell of my server and startet grubx64.efi by hand, it looks like the boot entry tries to boot bootx64.efi which does not work for some reason. I did a grub reinstall and hope the next boot works without interruption.
  4. T

    Ubuntu 24.04 LXC containers fail to boot after upgrade

    You can get a almost working image from https://fra1lxdmirror01.do.letsbuildthe.cloud/images/ubuntu/noble/amd64/default/ (rootfs.tar.xz), but you have to remove the yml file from /etc/netplan directory.
  5. T

    Ubuntu 24.04 - unsupported Ubuntu version '24.04'

    Hi Fiona, good to know. I ran 24.04. from linuxcontainers.org before i pulled pve-containers from pvetest and using the official template. The templates from linuxcontainers.org almost work out of the box including console except network, i had to remove netplan yml config from /etc/netplan if...
  6. T

    Ubuntu 24.04 - unsupported Ubuntu version '24.04'

    pve-container 5.1.10 alone is not enough, network and console does not work with 24.04. containers.
  7. T

    Do i need a NAS-grade NVME for PBS?

    PBS maintanance does lots of reorganization and disk writes, that is the reason for SSDs in PBS. Cheap / non enterprise SSDs will wear out quiete fast.
  8. T

    OpenID 401 with Azure AD

    I know your pain, same happend to me and not just ones.
  9. T

    OpenID 401 with Azure AD

    We are on 7.4-3 here, no issues with Azure AD or Keycloak (two different installations). If it never worked, check your client id and key again.
  10. T

    API data for Let's Encrypt dns-01 challenge using Azure

    Normaly acme likes environment variables like: AZUREDNS_SUBSCRIPTIONID="..." AZUREDNS_TENANTID="..." AZUREDNS_APPID="..." AZUREDNS_CLIENTSECRET="..." But i never used the acme Azure Plugin in Proxmox so give it a try, maybe line by line or delimited with ; or ,
  11. T

    XFS in VM erweitern

    Auf deinem System ist bestimmt cfdisk installiert und ich glaube auf CentOS 7 unterstützt cfdisk es auch schon extend/erweitern, das ist deutlich einfacher als sich mit fdisk rumzuschlagen.
  12. T

    XFS in VM erweitern

    Es sind drei Schritte erforderlich: * Virtuelle Platte vergrößern * Partition oder LVM vergrößern * Dateisystem vergrößern Ich glaube bei dir fehlt der zweite Punkt.
  13. T

    PostgresSQL im Container weckt HDD auf. Wie finde ich die Ursache

    Installier dir mal die inotify tools mit "apt install inotify-tools" und dann schau mir "inotifywait -mr /zPool/postgres" was da so passiert. Inotify zeigt dir alle Dateisystem actions an.
  14. T

    OpenID 401 with Azure AD

    And today this issue is back, i took a quick look into pveproxy/access.log. I can see there is a callback which starts with ?code=... and a long string which is about 1066 bytes long, followed by some more stuff like state=, session_state= and so on. Maybe the issue is that code= is over 1024...