Search results for query: "hook script"

  1. C

    [SOLVED] Determine if backup is run interactively vs scheduled

    Hi @fiona - just checking in on this again. Has this feature been implemented yet, and if so, how do I make use of it? I've had another look at the hook script documentation and can't see anything that looks related. Thank you
  2. P

    Unable to boot after PBS 3 to 4

    I've managed to make some progress. I created a bootable USB drive from the latest PBS 4 ISO. Using it in Recovery Boot didn't work - it said: error: no such device: rpool. ERROR: unable to find boot disk automatically. So then I removed the drive and pressed F11 during start-up to see which...
  3. N

    IO-error constantly appears

    Thank you again for your help through this! Okay ran those commands rebooted, and checked after. Did I do it right? Here are my results: root@pve:~# lsusb Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 007: ID 8087:0026 Intel Corp. AX201 Bluetooth Bus 003 Device...
  4. P

    Unable to boot after PBS 3 to 4

    I followed the instructions for ugrading PBS from 3 to 4. I got up to the section of upgrading the system. After running apt update apt dist-upgrade and accepting defaults or recommendations from the docs for for prompts, I saw this warning message at the very end of the output: I: Set the...
  5. G

    ACME Certificates & Information disclosure

    Here's my hook script for certbot on PVE and PBS: #!/usr/bin/env sh LE_DIR=/etc/letsencrypt/live/"$(hostname -f)" # If pvenode exists, we're on PVE if [ -f /usr/bin/pvenode ]; then /usr/bin/pvenode cert set "$LE_DIR"/fullchain.pem "$LE_DIR"/privkey.pem -force systemctl reload pveproxy.service #...
  6. W

    After upgrade to PVE 9, qm, ha-manager, pvestatd, and more fail to start (unknown file 'ha/rules.cfg')

    Same issue here and no packages were reported broken: Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages were automatically installed and are no longer required: glusterfs-client...
  7. P

    Hang when booting from the other mirror

    pool: rpool state: ONLINE scan: scrub repaired 0B in 00:08:47 with 0 errors on Sun Aug 10 00:32:48 2025 config: NAME STATE READ WRITE CKSUM rpool ONLINE 0 0...
  8. D

    [SOLVED] Proxmox boot tool shows missing kernel

    This seem to not apply: root@Osiris:~# proxmox-boot-tool kernel list Manually selected kernels: 6.1.10-1-pve Automatically selected kernels: 6.14.8-2-pve 6.8.12-13-pve Pinned kernel: 6.14.8-2-pve root@Osiris:~# proxmox-boot-tool kernel unpin Removed /etc/kernel/next-boot-pin. Removed...
  9. J

    Proxmox upgrade 8 to 9 on zfs boot: upgrade fails with grub errors

    Ah ok! I am no really familiar with grub and zfs. I now created the links by hand like so: # ln -sf /dev/sda3 /dev/disk/by-id/scsi-35002538840116350-part3 # ln -sf /dev/sde3 /dev/disk/by-id/scsi-3500253884011633d-part3 and then called proxmox-boot-tool refresh (instead of grub-probe, which...
  10. J

    Fehler bei apt-get update

    Moin Danke das Du (bzw. Ihr) mir hier Vorschläge macht wie ich bei mir das apt update Problem ggf. in den Griff bekommen könnte, :) aber im Moment werde ich da keine weiteren Versuche mehr starten, eben weil ich ja eh das Update auf PVE 9 machen will und werde und weil im Moment ja auch alle...
  11. J

    Proxmox upgrade 8 to 9 on zfs boot: upgrade fails with grub errors

    Exactly the same result: proxmox-boot-tool refresh Running hook script 'proxmox-auto-removal'.. Running hook script 'zz-proxmox-boot'.. Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace.. Copying and configuring kernels on /dev/disk/by-uuid/B336-C9A1...
  12. J

    Proxmox upgrade 8 to 9 on zfs boot: upgrade fails with grub errors

    (Thread moved on request @fabian ) Hello, we have upgraded 6 PVE 8 servers via apt successfully and without any glitch or problem. But number 7 gives us headaches. This one is the only server with ZFS as boot / root file system, the others have LVM / ext4 setups. We upgraded to the latest 8.4...
  13. fabian

    Proxmox Virtual Environment 9.0 released!

    could you open a new thread and tag me there? please also include the output of "lsblk", thanks!
  14. O

    Upgrade von 8 auf 9 - Kernel panic

    Hallo, das Upgrade nach Vorschrift gemacht, allem voran die Backups angestoßen, scheinen erfolgreicht gewesen zu sein. Dann "reboot" laut HowTo, alles geklappt. Danach die Repos kontrolliert, alles was Bookworm beinhaltete deaktiviert und nur Trixie eingeschaltet gelassen. Nun nochmals...
  15. S

    Accepting RA on LXC

    I tried several methods, only austonpramodh‘s worked. But I don't understand why creating a systemd service after docker and before networking doesn't work. eth0.accept_ra always set to 1, even the systemd service to set it to 2 is successful.
  16. R

    PVE 9 - NVIDIA Container Toolkit Broken

    PVE 9 moves from LXC 6.0.0 to LXC 6.0.4, which released in April 2025 -- so I think NVIDIA has had time to build in support for this LXC version and/or for reports to be made around compatability issues... but I don't find any similar issues when researching these debug log entries, other than...
  17. H

    [SOLVED] PVE 9 - GRUB stops the machine immediately

    root@proxmox:~# proxmox-boot-tool refresh Running hook script 'proxmox-auto-removal'.. 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, skipping ESP sync. root@proxmox:~# The...
  18. R

    PVE 9 - NVIDIA Container Toolkit Broken

    Following the upgrade from PVE8 to PVE9, I can no longer start my LXCs which are utilizing the NVIDIA Container Toolkit. I have a variety of containers that attach to the same GPU for things like transcoding, rendering, stable diffusion, LLMs, etc -- so passthrough\dedicated assignemnt is a...
  19. C

    Proxmox Backup Server 4.0 BETA released!

    Has anyone had this issue with the installed kernels after the update to the PBS Beta? root@pbs:~# apt update Hit:1 http://ftp.au.debian.org/debian trixie InRelease Hit:2 http://ftp.au.debian.org/debian trixie-updates InRelease Hit:3 http://security.debian.org...
  20. T

    Upgrading from Proxmox 8 to 9 issues; Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi.

    Hi, I upgraded one of my proxmox systems from version 8 to 9. The whole process went fine until the end where I got this message : Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi. I didn't think this would really cause an issue but I guess it does now as my...