Search results for query: "hook script"

  1. K

    AMD Ryzen AI 9 HX 370 Drivers

    After modification hook script it works perfectly: But when VM works there are so much errors like this: Oct 08 20:13:00 n5 kernel: amd_iommu_report_page_fault: 6175 callbacks suppressed Oct 08 20:13:00 n5 kernel: vfio-pci 0000:c6:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0002...
  2. D

    Not render128 card after Proxmox passthrough

    Why are you using such and old version of Proxmox with a fairly new CPU? First option must be to get the Proxmox up to date, I suggest bring it up to ver 8.4 (as 9.0 is having other issues with passthrough). Then you have a load of unnecessary options in the grub command line. Find a passthrough...
  3. B

    Not render128 card after Proxmox passthrough

    Hello, I am trying to achieve passthrough for Jellyfin docker container runing on a VM My minipc is: https://www.amazon.es/dp/B0DW92WJN7 With: Twin Lake-N150 Proxmox VE: Linux minipc 6.5.13-5-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.13-5 (2024-04-05T11:03Z) x86_64 The programs included with the...
  4. O

    PBS WOL

    @Bu66as : Hallo, ich möchte Deinem Tipp sehr gern folgen, scheitere aber bereits bei der Einrichtung eines passwortlosen Logins. Bitte schreibe hierher ein kleines HowTo, wie ich das einrichten kann und was genau ich dafür tun muss. Ein Link evtl. ins Handbuch oder Wiki wäre auch hilfreich...
  5. B

    PBS WOL

    Hallo @omavoss, schön, dass du mit den Tuya-Steckern eine funktionierende Lösung für den Start des PBS gefunden hast. Um das Herunterfahren zu automatisieren und den manuellen Schritt mit plink zu ersetzen, kannst du das von @bluesite in Post #19 und #21 beschriebene Hook-Script verwenden...
  6. I

    Clearing ram from VM

    Hello :) 12 years after... Did you find a solution for that? For example, should the following script work? #!/bin/bash # Hook script per Proxmox - clear cache pre-migration PHASE="$2" if [ "$PHASE" = "pre-migrate" ]; then echo "clear cache in VM $1 before migration..." # Run inside...
  7. M

    Installing on top of Debian with Systemd-boot and BTRFS

    No. Here is the output: root@proxmox:~# apt update; apt full-upgrade Hit:1 http://ftp.u-picardie.fr/debian trixie InRelease Get:2 http://ftp.u-picardie.fr/debian trixie-updates InRelease [47.3 kB] Get:3 http://security.debian.org/debian-security trixie-security InRelease [43.4 kB] Hit:4...
  8. M

    Installing on top of Debian with Systemd-boot and BTRFS

    Hi, Here it is: root@proxmox:~# proxmox-boot-tool status Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace.. System currently booted with uefi A1B2-1234 is configured with: uefi (versions: 6.14.11-2-pve) root@proxmox:~# proxmox-boot-tool refresh Running hook script...
  9. A

    Installing on top of Debian with Systemd-boot and BTRFS

    Same for me with proxmox-boot-tool. If I disable the "hook script" it works. FYI, I'm trying to make a new tutorial for "Developer Workstation" with LMD7 interface and BTRFS. It works in EXT4, but not in BTRFS and ZFS. I worked around the problem by installing Proxmox over Debian (for BTRFS)...
  10. M

    Installing on top of Debian with Systemd-boot and BTRFS

    Installation went fine thanks to proxmox-boot-tool + customization with efibootmgr, but now I am having problem with upgrade process: root@proxmox:/# apt update && apt full-upgrade Hit:1 http://ftp.u-picardie.fr/debian trixie InRelease Hit:2 http://ftp.u-picardie.fr/debian trixie-updates...
  11. R

    Why blacklist doesn't work

    Thanks @Impact Yes I did: root@pve:~# update-initramfs -u -k all update-initramfs: Generating /boot/initrd.img-6.14.8-2-pve Running hook script 'zz-proxmox-boot'.. Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace.. No /etc/kernel/proxmox-boot-uuids found...
  12. J

    [TUTORIAL] Auto-Poweroff Proxmox Backup Server after Backup finishes [Hook Script Option]

    As far as I know, the job id isn't available from within the hook script.
  13. S

    [SOLVED] Proxmox VE 8 to 9 on OVH bare metal servers

    Hi @autra, I don't really understand what happened in your case. If you want to troubleshoot this further, you should compare the contents of all your ESPs. As for the md RAID conversion, I ended up writing a script instead of a tutorial because I figured it could be more useful. I tested it on...
  14. B

    PBS WOL

    dazu braucht man gar keinen cron Job, das geht auch einfach per hook script das man dem PBS den Befehl gibt runter zu fahren nachdem das Backup fertig ist, davor würde ich noch GC und Prune laufen lassen per Script
  15. D

    PCIe passthrough (IOMMU) randomly not working after run backup job

    Hello, sorry to bump this old thread. I am in a very similar situation to OP, such as a VM with a PCI passthrough fails to start after a "stop" backup. The suggested workaround fixes the problem, but I was wondering if the problem could be addressed in a different way. Is this an expected...
  16. B

    PBS WOL

    das kann man auch direkt im hook script machen das der pbs runterfährt wenn er fertig ist, ich würde zusätzlich noch den pbs storage auf disable stellen und beim start auf enable dann hat der storage kein Problem im PVE
  17. A

    After a Proxmox 8 to 9 upgrade a manual EFI partition space cleanup was needed on /var/tmp/espmounts

    I made an account just to thank fabian. :-) His post was very helpful even though the OP is going to do a reinstall. Following the logic of the advice that fabian gave in the thread https://forum.proxmox.com/threads/post-pve-9-0x-upgrade-from-pve-8.171375/#post-799330 was helpful though the...
  18. B

    PBS WOL

    naja ich bin auch nicht mehr so jung xD aber arbeite seit ca 35 Jahren schon mit Linux, Windows und in der IT daher hab ich da schon einiges an Erfahrung aber habe mir auch sehr viel durch ausprobieren selber bei gebracht und durch viel lesen. das ist nicht so schwer, in der Datei...
  19. O

    PBS WOL

    Für dich als Experten ist das sicherlich ganz einfach. Für mich ist allein schon der Begriff "Hook Script" Neuland. Wo genau gehört das hin, wie wird es aktiviert bzw. implementiert? OT: Gestern fragte mich eine für ihren PC hilfesuchende Nachbarin, ob ich ihre E-Mail-Accounts in Outlook in...
  20. B

    PBS WOL

    das rauf und runterfahren ist kein Problem da macht man einfach nen Hook-Script das den Server vor Starten des Backups entweder per WOL oder die Steckdose schaltet, das selbe beim Ende vom Backup einfach sagen das der Server runterfahren soll und dann die Steckdose wieder ausschalten soll ein...