Search results

  1. J

    Can't start LXC with docker nested after upgrade from 6 to 7

    start the container with the following command and post the "/tmp/lxc-108.log" lxc-start -n 108 -F -l DEBUG -o /tmp/lxc-108.log
  2. J

    Can't start LXC with docker nested after upgrade from 6 to 7

    change in your LXC config "lxc.cgroup" to "lxc.cgroup2" https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0#Old_Container_and_CGroupv2
  3. J

    Windows 10 Guest: Qemu Guest Agent Update schlägt fehl

    "Re-create the MS DTC log" und "Re-registering the service": https://answers.microsoft.com/en-us/windows/forum/all/error-8004e00f-when-trying-to-access-com/782e5a36-d28f-4b35-a53c-f343e456638d
  4. J

    Windows 10 Guest: Qemu Guest Agent Update schlägt fehl

    Komisch, bei mir "qemu-ga-i386.msi" und "qemu-ga-x86_64.msi" im "virtio-win.iso" sind anders (siehe Änderungsdatum)... Probiers mal noch einmal herunterladen...
  5. J

    [SOLVED] Docker in LXC läuft nicht mehr

    try your debian container (if not already set) with Features: nesting=on
  6. J

    Backup always failing on one specific CT

    I use snapshot for backup. Yes it is like a communication/networking problem. Dumb question: is your pbs/proxmox up to date?
  7. J

    Backup always failing on one specific CT

    I use also fuse-overlayfs for one of my Docker Container and PBS Backup working without problems. Except only a couple warnings: "failed to open /var/lib/docker/fuse-overlayfs/b4e3f337e5fb6b2517e1a85bab9e78235b97a501b6984525dd5cf6778a2a1dfb/merged: Permission denied" Proxmox: single node, no...
  8. J

    LXC with nested Docker => "overlayfs: upper fs missing required features."

    try with fuse-overlayfs: https://c-goes.github.io/posts/proxmox-lxc-docker-fuse-overlayfs/
  9. 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
  10. 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)
  11. J

    prune datastore

    run Garbage Collection for remove the leftover data chunks.
  12. 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
  13. 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
  14. 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
  15. 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
  16. J

    Proxmox 7 fast reboot with kexec?

    Yes, no diff from the one you originally posted. I summarized only.
  17. 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...
  18. J

    Proxmox 7 fast reboot with kexec?

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

    Proxmox 7 fast reboot with kexec?

    try reboot with: systemctl kexec
  20. J

    pfsense installation

    try with "Bus/Device: SCSI" Hard Disk