Recent content by Wod

  1. W

    Using Turnkey Fileserver for storage share - major issues

    @lxr : Thank you very much, that helped a lot. I don't see the point in TurnkeyFileserver anymore, esp. as Turnkeys recommendation is to install a new LXC for each Upgrade. I tried a distro upgrade the regular debian way (not recommended, but instructions are given by TurnKey-Team) and that...
  2. W

    Using Turnkey Fileserver for storage share - major issues

    Thanks for this. Unfortunately in TKFS16 Webmin does not provide any backup options, only via TKLBAM. So I am afraid I have to backup all settings (samba, nfs,rsync) manually. And I don't know, where these settings are stored...
  3. W

    Using Turnkey Fileserver for storage share - major issues

    I think I have a similiar configuration running for a long time without serious issues. However I am still on TKFS 16 (LXC no. 105). I am backing up the Data with rsync to an external USB drive. I am now experiencing long waiting times whenever MacOS computers try to access a samba share, even...
  4. W

    HP Agentless Management Service

    I followed #23 for my gen10+ server. As I am on Proxmox 8 meanwhile and there was no mcp for bookworm available I just installed the bullseye repository which was working as well. Anyhow when checking updates in Proxmox gui, there was a red flag indicated with this repository. This is to...
  5. W

    docker: failed to register layer: ApplyLayer exit status 1 stdout: stderr: unlinkat /var/log/apt: invalid argument.

    I now backed up the whole lxc (root-fs located on ZFS) and restored it to local-lvm (which is ext4). Now the stack deployed nicely, the system is up and running. So still there might be an issue with Docker overlay-fs on ZFS. At least for me that fixed the issue reported in #1:
  6. W

    docker: failed to register layer: ApplyLayer exit status 1 stdout: stderr: unlinkat /var/log/apt: invalid argument.

    I have the same issue in a similiar situation and I like to give some additional information on my environment. Non privileged Debian (Bookworm) LXC with Rootdisk on a ZFS drive. Latest docker, docker-compose and portainer running. Several Docker Container running without any issues. I then...