Search results

  1. V

    KB5012170 fails to install on Win11 host

    Thanks, that's what fixed the issue for me. stop the VM, remove current efi drive and create a new one. Pre-Enrolled Keys are enable by default
  2. V

    Can't upgrade from 7.1.7 to 7.2.x

    Yup you don't need an ISO to update minor version. In the GUI, select your node then on the right panel you should see in the menu collum, summary, shell.. updates Click on updates then again in the new panel that show up on the right you should see at the top "Upgrades" Is the button available...
  3. V

    [TUTORIAL] API automation, Power ON/OFF vm and else.

    Hi, This script is using the API system available with proxmox 6.7 if I remember correctly (Available in version 7 that's for sure). What you need to feed is the host info and API credentials. pve="HOST_FQDN_OR_IP" node="HOSTID" port=":8006" vmid="VMID" apiu="user@realm" apip="USER_PASSWORD"...
  4. V

    Failed to start Import ZFS pool SAN\x2dpxmx

    No changes.... :/ I'm not even sure it does something because as you can see below. I still have the same delay between the drive coming on and the zfs import. (around 4/5s) Oct 21 14:28:15 pxmx kernel: scsi 1:0:0:0: Direct-Access ATA ST2000DM006-2DM1 CC26 PQ: 0 ANSI: 5 Oct 21...
  5. V

    Failed to start Import ZFS pool SAN\x2dpxmx

    Dear Proxmox Community, I have a slight issue with one of my zfs pool. The SAN ZFS pool fail to import at boot. But once the node finished its boot sequence. The SAN pool is 100% working fine. This is what I get UNIT LOAD ACTIVE SUB DESCRIPTION ●...
  6. V

    Rollback to Kernel 5.4

    Thanks Stoiko, I'll try that.
  7. V

    Rollback to Kernel 5.4

    This is bootctl status output: Boot Loaders Listed in EFI Variables: Title: UEFI OS ID: 0x0001 Status: active, boot-order Partition: /dev/disk/by-partuuid/61752e73-511e-45dc-95e2-e2fbf695401a File: └─/EFI/BOOT/BOOTX64.EFI /dev/sda2: UUID="3EA7-D733"...
  8. V

    Rollback to Kernel 5.4

    I don't have any loader.conf file. In fact the folder /boot/efi/ is empty. I do have /boot/grub/grub.cfg, but I have 3 kernels listed in there and I only get 2 during the boot selection. So I don't think it will do anything. I found this...
  9. V

    Rollback to Kernel 5.4

    Yes that's what I did but It did not help. In fact right now I have both kernel as auto: root@stmx:~# pve-efiboot-tool kernel list Manually selected kernels: None. Automatically selected kernels: 5.11.22-1-pve 5.4.124-1-pve Adding in switch the kernel from auto to manual, and If I remove it...
  10. V

    Rollback to Kernel 5.4

    Hi, My node is running pve7.0 and I upgraded to Kernel 5.11. I have been getting some Kernel Panic not syncing fatal exception in interrupt since the update. I have been looking around to find out how to roll back to kernel 5.4 and set it as default in the grub but no luck so far. My node is...
  11. V

    Wake on LAN script

    You can send api call since proxmox 6.2. It's a good alternative than the wol service running and you can do more stuff as well. start/stop/reset for exemple
  12. V

    [SOLVED] API Token config

    Nice that's cool indeed. Right now to solve my issue I don't use it, but I have the permission set up at the user level. I'll check this out, might be better to restrict the access at that level instead. Thanks Fabian
  13. V

    [SOLVED] API Token config

    Hello, Thank you fabian. Sorry about the misleading screenshot, but yes "TOKENID" was the token secret. I could not see anything in the log when running the query. Where I usually get "successful auth for user 'api@pve'" (When using a ticket) So I created a new token for the same user and it...
  14. V

    [TUTORIAL] API automation, Power ON/OFF vm and else.

    Dear Proxmox community, I have been working on this for the last few days. And It might help some of you so I decided to share it. My home setup has VM, that are not on all the time. I was using WOL + python script previously to power on VM. With the upgrade to proxmox7, I was not working...
  15. V

    [SOLVED] API Token config

    Hi, I'm new to the API world. But with what I've been able to do so far, I'm a fan!! I have been able to work with the UserCredential/Ticket auth method. Reusing the AuthCookie and Csrfpreventiontoken. All good. I made a few scripts to automate some actions, and it's working fine. Now I would...
  16. V

    qmeventd shutdown VM

    Hi, I'm having a bit of a problem since I set up my 2 node cluster. THe issue happened first with 6.4, then I upgraded to 7.0 both node, no problem with the upgrade but the issue is still there. I have a main node with a couple of VM and I added a second node a couple of week ago. The 2nd node...
  17. V

    [SOLVED] Proxmox 6.4 and CIFS issues

    A silly mistake on my part. There was a typo in the SMBSHARE name, and I messed up the smb.conf with the initial troubleshooting... So yea it was not working afterwards. lol
  18. V

    [SOLVED] Proxmox 6.4 and CIFS issues

    Dear Poxmox Community, I recently upgraded to Proxmox 6.4 and I can't mount my CIFS storage anymore. Adding the CIFS storage with the web interface return this error: create storage failed: storage 'Backup' is not online Doing so in the cli gave me the same result pvesm add cifs SMBID...
  19. V

    Proxmox Backup Server (beta)

    This is awesome ! Thanks for your great work. I'll test this ASAP. Cheers