Search results

  1. J

    Remote Spice access *without* using web manager

    Ups, now that you mention it, I did create that role ;). but its pretty simple, I just took the needed permissions from the API documentation. And did read up on Permissions in the wiki. Link to wiki about Permissions In effect all the Spice role grants is VM.audit and VM.Console. Some...
  2. J

    Remote Spice access *without* using web manager

    You are correct, I tried to google for an easy explanation on how to create API Tokens, I gave up after a short while, but I am pretty sure the info is somewhere. I invested the time to write down the GUI way. Here you go: First go to Datacenter -> Permissions -> API Tokens and click on Add...
  3. J

    Remote Spice access *without* using web manager

    Look at my previous post and the file that is attached (https://forum.proxmox.com/threads/remote-spice-access-without-using-web-manager.16561/post-432572), this is how a connection file should look. Yours basically has the correct information in it. Unfortunately its formatted incorrectly, looks...
  4. J

    Remote Spice access *without* using web manager

    I am guessing here but you probably try to use the Powershell script? Well I think your "tmpC789.tmp" file has no or wrong contents. I modified the script a little for better usage, I put in some additional info. You could try to comment out the line where remote-viewer ist started and write...
  5. J

    [SOLVED] [Warning] Ceph Upgrade Octopus 15.2.13 to Pacific 16.2.x

    This will probably not hit many people but it bit me and should be in the doc, at least until Octopus packages are upgraded to 15.2.14. The Bug that hit me: https://tracker.ceph.com/issues/51673 Fixed in 15.2.14: It was not easy to downgrade to Octopus but it can be done and everything is...
  6. J

    LXC template for Fedora 30.

    Just wanted to let everyone know it is the same case with fedora 34. I think I tried fedora 32 before without this issue, in other words: fedora 32 lxc template - network is working out of the box (didnt check if nesting was enabled in the template already) fedora 34 lxc template - nesting has...
  7. J

    Remote Spice access *without* using web manager

    Thanks for the example of using the API token, I modified my own bash script to switch now. I noticed that I am using a different call to get the spice configuration: "https://$HOST:8006/api2/spiceconfig/nodes/$NODE/qemu/$VMID/spiceproxy" This does not seem to be documented anymore but still...
  8. J

    [SOLVED] UEFI/OVMF Debian shutdown

    Hm I thought guest agent was only really necessary for windows vm´s, although I tried with enabling it for debian just in case, guess I have to do more than just enable it in GUI ? I will report back. Best Regards Jonas Stunkat
  9. J

    [SOLVED] UEFI/OVMF Debian shutdown

    I have successfully installed Debian with OVMF/UEFI bios. I can start the machine and shut it down from within the machine. The only problem I have is that automated shutdowns don´t work. (shutdown from gui, or when shutting down the server) I have the UEFI disk and use it to properly set the...
  10. J

    OVMF (UEFI BIOS) improvments

    There are more things wrong with EFI Disk. I tried the workaround and it´s not working for me. Issues: - after removing an EFI Disk it is not possible to readd it as EFI Disk with the UI - trying the workaround i got the following Error: create full clone of drive efidisk0...
  11. J

    Problems using "Start at boot" with CEPH

    I already have a solution for my problem but I want to share it. Also I like to have some feedback on the solution or another simpler solution? Maybe its all my fault as it is the first time I am using CEPH with Proxmox :). Server setup (all servers run 4.3-1/e7cdc165): 2 x Storage Server...
  12. J

    OVMF (UEFI BIOS) improvments

    Thanks for the info, I was not aware of that. It works quite well indeed. Only thing is that it seems like I cant create the EFI disk on CEPH RBD Storage, even if the UI lets me choose it ;). Best Regards Jonas Stunkat
  13. J

    OVMF (UEFI BIOS) improvments

    As this is still a recent thread I will reply here instead of sharing my solution in an extra thread. I had the following Problem which is related/the same as the thread opener, I think: using OVMF Bios and virtio-scsi Controller + SCSI Disk, I installed Debian 8.6.0 (be careful here, as far...