Search results

  1. E

    [SOLVED] Proxmox host reboots after starting VM

    ZFS will reserve 50% of the memory to cache by default or something like that so you may have given too much memory to the VM.
  2. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    You may not have had to even do that but what you can do is: Example: growpart /dev/sda 2 resize2fs /dev/sda2 You may need only to do the resize2fs
  3. E

    [SOLVED] Proxmox host reboots after starting VM

    So this happens each and every time immediately on starting the VM? or just randomly now?
  4. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    Great, what file system was the root ? Maybe you can resize it now.
  5. E

    New Windows 11 VM Fails Boot After Update

    I'm glad it worked. It will make it compatible if you ever switch host computers too which is nice. You'd be surprised how fast this x86-64-v2-AES is. I think you can try v3 it may give you a bonus too. Enjoy! Glad it helped, this setting helped solve something completely unrelated for me...
  6. E

    proxmox not working anyore

    Well you have to lookup /etc/pve/storage.cfg and /etc/pve/qemu-server normally you back up those text files to help you restore easily. otherwise you have to manually set it up again. start with /etc/pve/storage.cfg zpool status may have to reimport your zpools which is easy you got...
  7. E

    proxmox not working anyore

    Did you edit both /etc/hosts /etc/hostname https://forum.proxmox.com/threads/rename-a-cluster-not-a-node.34442/
  8. E

    proxmox not working anyore

    systemctl status -l pve-cluster ? did you remove a node from a cluster or something?
  9. E

    proxmox not working anyore

    Try this? https://forum.proxmox.com/threads/etc-pve-local-pve-ssl-key-failed-to-load-local-private-key-key_file-or-key-at-usr-share-perl5.48943/
  10. E

    New Windows 11 VM Fails Boot After Update

    Try graphics: default Try cpu: x86-64-v2-AES delete the 2nd ide too try this without reinstalling
  11. E

    [TUTORIAL] Examples on how to mount PBS backup images for file level restoring

    Mounting PBS Backups for File level restore using Command Line Interface Show latest backups: # proxmox-backup-client list --repository root@pam@10.1.16.44:tank9 To show all backups/snapshots: # proxmox-backup-client snapshot list --repository root@pam@10.1.16.44:tank9 To show all...
  12. E

    Web interface auto login?

    I have 3 separate proxmox nodes and 1 PBS. I was wondering is there anyway I can automate the password login? A "remember me for 7 days" would be amazing.. Thank you.
  13. E

    Proxmox VE 8.0 released!

    With the new PBS 3.0, Does this work in Co-installed situations? (side-by-side) installs now? PVE+PBS installed on same machine.
  14. E

    [SOLVED] ZFS pool IO when idle

    I only need it for proxmox backup server not my regular VMs.
  15. E

    PROBLEM: Can´t backup VMs anymore

    Please release proxmox-backup-client 2.3.3 for Proxmox VE, only the PBS has it. Thanks.
  16. E

    file-level restore

    Thank you so much for this walkthrough.
  17. E

    PROBLEM: Can´t backup VMs anymore

    Also getting this? Runs fine running manually. Mine backs up the host though maybe just a warning because its running via cron? $XDG_RUNTIME_DIR must be set /etc/cron.daily/backup-pve-artbackup: Starting backup: host/pve-artbackup/2023-01-16T11:25:01Z Client name: pve-artbackup Starting...
  18. E

    How to automate backup process?

    Yeah I figured, I mean we all browse the net search for solutions but then in the end if you don't fully test it or double check you can easily run into this scenario! I mean I myself went in and saw /etc/pve there I just assumed it was there was happy but then I went in to triple check and was...