Search results

  1. C

    [SOLVED] PveProxy : No space left on device - problem with storage api

    Thanks! Appreciate the feedback. I knew something was off...
  2. C

    VM: 403 Permission check failed (/nodes/pve2, Sys.Audit)

    Hello, I also faced the described issue in this topic with Proxmox Virtual Environment 7.2-11. I created a new PVE web-user using the GUI and added a token to the user. Assigning only ACL "Administrator" to the token resulted in errors as described in this topic and this is shown below. Adding...
  3. C

    [SOLVED] PveProxy : No space left on device - problem with storage api

    The reason for starting this thread is because I'm using Proxmmox Packer plugin to download template from URL and this is where I first encountered the error, which made think there was a proxmox issue and I started testing with curl. I noticed that if I use the packer plugin with along with a...
  4. C

    [SOLVED] PveProxy : No space left on device - problem with storage api

    192.168.10.112 is client (uploader), 192.168.10.113 is server (proxmox) EDIT: I didn't pay much attention to how curl handles upload-file, it's PUT request.... so I switched to POST, and I still see the same error: problem with client ::ffff:192.168.10.112; No space left on device I think...
  5. C

    [SOLVED] PveProxy : No space left on device - problem with storage api

    Same error on Windows as well, so that's not it! Also, the error I'm seeing from syslog is on Proxmox :) curl -k --verbose --cookie "$(gc cookie)" --upload-file test.iso https://192.168.10.113:8006/api2/json/nodes/pvelab/storage/local/upload * Trying 192.168.10.113:8006... * Connected to...
  6. C

    [SOLVED] PveProxy : No space left on device - problem with storage api

    Update: I noticed that I tried to upload to node pve when in fact it should've been pvelab Fixing the URL I still get the same error.. Correct url with correct node: https://192.168.10.113:8006/api2/json/nodes/pvelab/storage/local/upload Error: Aug 10 18:09:29 pvelab pveproxy[950]: problem with...
  7. C

    [SOLVED] PveProxy : No space left on device - problem with storage api

    Hello! I'm encountering an error with Proxmox API that does not allow me to upload files using API due to error thrown by PveProxy. I did a fresh installation of Proxmox 7.2 using VM in Hyper-V with fixed disk size of 128gb and gen 2 VM. Proxmox is installed with LVM. From my local syslog I can...
  8. C

    Spice connection audio problem

    Please note that Version 11 of Virt Viewer for SPICE released on 18th of November, that fixed this bug.
  9. C

    [TUTORIAL] windows cloud init working

    That was it, many thanks for the reply!
  10. C

    [TUTORIAL] windows cloud init working

    Hi and many thanks for your post OP, great addition! After I run sysprep on finished installation with Cloudbase-init installed, clone the VM and add a clouddrive to set PW, windows asks me to reset the password. Why does it this happen? I thought the PW I set in clouddrive should be the...