Search results

  1. J

    Can't move EFI disk if VM is running

    Can't move EFI disk if VM is running (from LVM Thin to ZFS or from ZFS to LVM Thin) TASK ERROR: storage migration failed: block job (mirror) error: drive-efidisk0: 'mirror' has been cancelled Proxmox 7.1
  2. J

    Move EFI disk fails on between (RBD storage and RBD storage) or (RBD storage and lvm-thin) while VM is running

    Same error still exists on Proxmox 7.1 (ERROR: online migrate failure - block job (mirror) error: drive-efidisk0: 'mirror' has been cancelled)
  3. J

    prune datastore

    run Garbage Collection for remove the leftover data chunks.
  4. J

    Proxmox 7 + Ubuntu LXC + Docker - Error ALWAYS

    try with following commands on host (perhaps iptable_nat module missing): modprobe iptable_nat echo 'iptable_nat' >> /etc/modules
  5. J

    Proxmox 7 + Ubuntu LXC + Docker - Error ALWAYS

    1. shutdown your LXC container 2. on host uncomment the following line in "/etc/sysctl.conf" file #net.ipv4.ip_forward=1 -> net.ipv4.ip_forward=1 3. reload sysctl sysctl --system 4. start your LXC container
  6. J

    [SOLVED] Prune alle Backups mit "proxmox-backup-client"?

    so habe ich gelöst: #!/bin/bash list_json=$(proxmox-backup-client list --output-format json-pretty) echo "$list_json" | jq -r '.[]|."backup-type" + "/" + ."backup-id"' | while read group; do proxmox-backup-client prune "${group}" --keep-daily 7 --quiet --dry-run done
  7. J

    [SOLVED] Prune alle Backups mit "proxmox-backup-client"?

    Hallo zusammen, gibt es eine Möglichkeit, prune alle Backups mit "proxmox-backup-client"? zb.: proxmox-backup-client prune * --keep-daily 7 proxmox-backup-client prune */* --keep-daily 7
  8. J

    Proxmox 7 fast reboot with kexec?

    Yes, no diff from the one you originally posted. I summarized only.
  9. J

    Proxmox 7 fast reboot with kexec?

    apt install kexec-tools nano /etc/systemd/system/kexec-load.service # File: /etc/systemd/system/kexec-load.service [Unit] Description=boot into into the current pve kernel Documentation=man:kexec(8) DefaultDependencies=no Before=shutdown.target umount.target final.target reboot.target...
  10. J

    Proxmox 7 fast reboot with kexec?

    run first: systemctl restart kexec-load.service systemctl kexec
  11. J

    Proxmox 7 fast reboot with kexec?

    try reboot with: systemctl kexec
  12. J

    pfsense installation

    try with "Bus/Device: SCSI" Hard Disk
  13. J

    LXC Container startet plötzlich nicht mehr

    Container mit folgende Kommando starten: lxc-start -n 400 -F -lDEBUG -o lxc-400.log
  14. J

    Proxmox VE 7 USB LXC passthrough

    vielleicht "unprivileged" ist das Problem... Im Host muss aber als "/dev/ttyACM0" erscheinen.
  15. J

    Proxmox VE 7 USB LXC passthrough

    ja, es ist bei Proxmox 7 anders (cgroup -> cgroup2): lxc.cgroup2.devices.allow: c 189:* rwm lxc.mount.entry: /dev/bus/usb/001/018 dev/bus/usb/001/018 none bind,optional,create=file https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0#Old_Container_and_CGroupv2
  16. J

    [SOLVED] Upgrade to Proxmox 7 - Bond (LACP) Interface not working anymore

    I removed the ifupdown package leftover configs, after reboot no network connectivity, all network interfaces are down. After "networking" service enable and reboot, all network interfaces are up. Maybe "networking" service not enabled by default and ifupdown2 don't working without this?
  17. J

    Upgrade to Proxmox 7 failed

    try with remove ldconfig-aux-cache: rm /var/cache/ldconfig/aux-cache;/sbin/ldconfig
  18. J

    [SOLVED] PVE7: LXC cant start with bind mounts

    lxc-start 127 20210710164511.505 DEBUG conf - conf.c:run_buffer:305 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 127 lxc pre-start produced output: directory '/hdd_data_raidz/vm_backup' does not exist please run and post the output of: pct config 127
  19. J

    [SOLVED] PVE7: LXC cant start with bind mounts

    try start with: lxc-start -n 127 -F -lDEBUG -o lxc-127.log share the "lxc-127.log" with us.
  20. J

    Move EFI disk fails on between (RBD storage and RBD storage) or (RBD storage and lvm-thin) while VM is running

    +1 to this issue! (Running VM cloning on ZFS storage: TASK ERROR: clone failed: block job (mirror) error: drive-efidisk0: 'mirror' has been cancelled) proxmox-ve: 6.4-1 (running kernel: 5.11.21-1-pve) pve-manager: 6.4-9 (running version: 6.4-9/5f5c0e3f) pve-kernel-5.11: 7.0-2~bpo10...