Recent content by tghd

  1. T

    No containers start, error: TASK ERROR: command 'lxc-start --version' failed: got signal 11

    Memtest and Hardware are fine. Since the problem was with lxc (not qemu), i first tried to reinstall the lxc related packages: apt reinstall pve-lxc-syscalld lxcfs lxc-pve which solved the issue. However thanks for pointing in the right direction.
  2. T

    No containers start, error: TASK ERROR: command 'lxc-start --version' failed: got signal 11

    Der all, since the last reboot none of the lxc containers can be started. in the GUI or pct start 104: TASK ERROR: command 'lxc-start --version' failed: got signal 11 lxc start gives segmentation fault: root@pve:/tank/CONTAINERS# lxc-start 104 lxc-start: 104: ../src/lxc/tools/lxc_start.c...
  3. T

    Cannot acces subvolumes on ZFS storage

    Dear all, I got got working again by zfs mount -O -a as mentioned in this thread: https://forum.proxmox.com/threads/nvme-backed-zfs-containers-dont-mount-automatically-after-boot.58167/ however, I had to repeat this after every reboot. I try to use a workaround as suggested. best wishes...
  4. T

    Cannot acces subvolumes on ZFS storage

    Sorry, I forgot. Additional information: systemctl status zfs-mount.service says: zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/lib/systemd/system/zfs-mount.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2020-09-15 18:32:47 CEST; 2h...
  5. T

    Cannot acces subvolumes on ZFS storage

    Dear all, I had some issues updating to Proxmox 6 recently. So I installed again from scratch and copied the configuration files in /etc/pve. Proxmox is located on a 256 Mb SSD and data is organized on a raidz ZFS-pool containing 3 HDD. In the web-GUI the virtual machines are shown, however...