Search results

  1. R

    ACME DNS plugin lua not working

    @bemesser I experienced the exact same issue and came across this post and it seems that it was the problem for me, make sure you don't have any " character in your Lua_Key and Lua_Email field as apparently the '=' character is the delimiter and there is not much processing beyond find the...
  2. R

    Proxmox on SD card

    Which PCIe switch do you use?
  3. R

    [SOLVED] Is there a way to mount NFS without any Proxmox content?

    Marked as solved - worked like a charm following this: https://help.ubuntu.com/community/Autofs
  4. R

    [SOLVED] Is there a way to mount NFS without any Proxmox content?

    Ok, I will dig a bit more in autofs to test and validate. Thanks for the reply !
  5. R

    [SOLVED] Is there a way to mount NFS without any Proxmox content?

    Hi all, I am curious to see if there is a way to add an NFS storage through the UI without having any content to prevent the creation of folders by proxmox. The reason for this request is that the NFS share is in a VM and I would like to present this share to multiple containers through mount...
  6. R

    ERROR: Unable to load the 'nvidia-vgpu-vfio' kernel module

    I have the exact same issue following the instructions of the page. Have you tried raising an issue on the Gitlab project you used? I checked and did not see any reference yet. Asking before doing it myself.
  7. R

    Remote Spice access *without* using web manager

    Similar to @tbh , I had to add the user to the VM in addition to the token. In the section of your doc, I have modified it to reflect on what worked for me: Verify that the token has been correctly set In the dropdown menu on the left, select Server View Click on Datacenter, in the right pane...
  8. R

    Remote Spice access *without* using web manager

    Thanks a lot @pawlakm for your script. I followed your gitlab instructions and would like to echo @tbh's comment that one step is missing as the permissions section seems to require both the API Token AND the User Permission to be added under the VM permission. After adding the latter, I got...
  9. R

    [SOLVED] boot failure with "mdadm: no devices listed in conf file" error after upgrade to 7.1.8 and kernel 5.13.19.2

    Answering myself, it looks like my boot partition is too small due to left over kernel versions and the update did not properly complete. I did some clean up and I could restart with the new kernel.
  10. R

    [SOLVED] boot failure with "mdadm: no devices listed in conf file" error after upgrade to 7.1.8 and kernel 5.13.19.2

    Hi all, I have performed an upgrade on a single host running 7.1.5 to go to 7.1.8. As part of that upgrade there was also a kernel upgrade from 5.11.22.7 to 5.13.19.2. After rebooting to that new kernel, I faced a boot failure related to mdadm with the message looking like is shown on the...
  11. R

    Is there a way to mount a folder from proxmox based filesystem in a container?

    Your understanding is correct. I can see the mount point from the GUI after created from the CLI but it does not seem to be feasible from the GUI. I will look into the Proxmox API to see if I can create manage this settings. Thank you all for all the answers and guidance - much appreciated
  12. R

    Is there a way to mount a folder from proxmox based filesystem in a container?

    Hi all, I would like to know if there is a way to mount a folder from the proxmox based filesystem in a container? I currently do that through nullfs mount on a FreeBSD system where I have folder I exposed in the based system to within a jail - similar principle as a container in proxmox. Has...
  13. R

    Installation over console

    Interesting approach - thanks for sharing !
  14. R

    Installation over console

    Cool I am up and running with a second node in a cluster now. Thanks !
  15. R

    Installation over console

    Thank you, I found out that was the only way. I am hitting a problem with the lvm2 package on the dist-upgrade so troubleshooting this now.
  16. R

    Installation over console

    Hi all, I would like some confirmation on whether Proxmox can be installed over a computer with no monitor and instead use the serial port. If you ask why, I have a unit built without IPMI and without graphic I/O. By the look of the grub.cfg file, it seems that it might not be possible with...