Recent content by bbgeek17

  1. bbgeek17

    Can't create VMs in PVE-9.1.6

    Yes, i figured it was your bug. It was more for the wider audience here on the forum who will come across this thread in the future. Cheers. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  2. bbgeek17

    Can't create VMs in PVE-9.1.6

    The fix is in process: https://lore.proxmox.com/pve-devel/20260310091141.814416-1-d.csapak@proxmox.com/T/#t https://lore.proxmox.com/pve-devel/20260310091141.814416-1-d.csapak@proxmox.com/T/#m47eaa3b51d88a1ecbb4b21401c6ad834ec9aaaf4 https://bugzilla.proxmox.com/show_bug.cgi?id=7386...
  3. bbgeek17

    Proxmox iSCSI login works but LUN not visible when using Nimble group target

    Hi @fettmasta . It sounds like you are using iscsiadm to establish the connection. Please keep in mind that there is nothing specific to PVE in the operations you are performing. PVE runs on a Debian userland with a Proxmox-maintained Linux kernel, and the iSCSI stack itself is a standard...
  4. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    Here is a thread that may be helpful: https://forum.proxmox.com/threads/proxmox-ve-web-gui-is-a-blank-page.172804/ I used the following google search terms : proxmox reinstall web toolkit helper script Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  5. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    @Viper_Prime , it was not my intention to get into a "fight" through proxy with someone on discord before noon on Monday. #wget https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh #grep /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js...
  6. bbgeek17

    When does "Destroy unreferenced disks" actually make a difference?

    Hi @choidazzi , welcome to the forum. One possibility is that someone used qm disk unlink (see man qm). This command can detach a disk from the VM while leaving the underlying volume on storage. There are likely other situations as well, simply because users occasionally come to the forum...
  7. bbgeek17

    No Webgui after updating 8.4x to 9.1x

    Great, feel free to mark this thread as Solved by editing the first post and selecting the appropriate prefix from the subject drop-down. This will assist in keeping the forum tidy. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  8. bbgeek17

    Cloud init drives change to cdrom drive

    I think it is possibly related to the code changes discussed here: https://lore.proxmox.com/pve-devel/DGZ5VVU45RP2.UJNEF7OMOJ0Q@proxmox.com/T/#t Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  9. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    One option that is always available to you is to contact the authors of the scripts and ask them for assistance. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  10. bbgeek17

    No Webgui after updating 8.4x to 9.1x

    Thank you for letting the forum know. This is very helpful for the others as they run into similar issues. I am not aware of any. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  11. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    The scripts put a "helpful" service that runs in the background and "fixes" your PVE installation every time it gets "unfixed". There are multiple threads about this on the forum, I don't have them saved - if I come across one I will place it here. You may be able to find the steps faster...
  12. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    Did you previously install "PVE helper scripts" ? Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  13. bbgeek17

    No Webgui after updating 8.4x to 9.1x

    From the console of the PVE after you logged in via SSH? Perhaps you can share your configuration, i.e. "ip a", etc. standard list of questions: What is the IP of the PVE server? What is the IP of your workstation? What is the IP of your gateway? Can you ping the PVE server? Can you ssh into...
  14. bbgeek17

    No Webgui after updating 8.4x to 9.1x

    Check you router/firewall. Did you update the anything in your network? Try "curl" on your LAN IP as a confirmation. Try to direct connect a PC to your PVE to bypass your router. Users often report a case where they use an IP for PVE that is located within a DHCP range of their smart router...
  15. bbgeek17

    Proxmox Unresponsive due to Full Storage Space

    This means that you are trying to delete a Virtual Disk/Image that matches the index ID of an existing VM. If you cannot see this disk in the VM hardware platform then you need to scan the disk in: qm disk rescan (man qm). Or, if you insist doing doing it manually, rename the disk to any other...