Recent content by el_pedr0

  1. E

    Sanity check of proxmox backup configuration for home lab

    Thank you for such a thorough and thoughtful reply. I will digest in full and read the linked article. After a quick first glance, I suspect I'm heading for pbs installed on a vm inside my pve locally, and syncing to a remote pbs at the second residential location. Though I still have to...
  2. E

    Sanity check of proxmox backup configuration for home lab

    I would like a backup solution that is proportionate to the requirements of a home lab: something that 'makes sense' in terms of backup security (e.g. backups should ultimately reside at a remote location), but where performance/availability etc are not critical considerations. Both my local...
  3. E

    New issues with rootless podman & apparmor in unpriviledged container

    Has anyone else got rootless podman working on Proxmox 8.2? I Still haven't been able to crack this. I did have a similar rootless podman running in an unprivileged container back in January but that was on an older Proxmox version and older ubuntu.
  4. E

    New issues with rootless podman & apparmor in unpriviledged container

    I have installed podman 4.3.9 on ubuntu 22.04 in an lxc that's running on Proxmox 8.2.7. When I run podman run --name basic_httpd -dt -p 8080:80/tcp docker.io/nginx The container produces the following error message: podman@pods:~$ podman run --name basic_httpd -dt -p 8080:80/tcp...
  5. E

    Podman on LXC with ZFS backed volume and Overlay

    I've just tried this with podman 4.3.1 and it seems to be working in rootless. If you're going to do rootless podman, remember to edit ~/.config/containers/storage.conf rather than /etc/containers/storage.conf. And you might want to use the rootless_storage_path directive instead of graphroot...
  6. E

    Can't change ownership of /dev/fuse in lxc

    I should add: The host: root@toast:~# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian And root@toast:~# pveversion pve-manager/8.1.3/b46aac3b42da5d15 (running kernel...
  7. E

    Can't change ownership of /dev/fuse in lxc

    I'm trying to get fuse configured in a container but /dev/fuse is always owned by nobody:nogroup unless I chown the /dev/fuse on the proxmox host itself. I'd like user 10000 in the container to own /dev/fuse in the container. Container user 10000 is mapped to 110000 on the host. If I chown...
  8. E

    Podman on LXC with ZFS backed volume and Overlay

    very timely info for me. Thank you. But possible typo in your storage.conf Should "/usr/local/bin/overzfsmount" be "/usr/local/bin/overlayzfsmount"?
  9. E

    [SOLVED] I can't delete a nobody:nogroup directory from a container

    Hi, I've got a legacy mount point in a container that is owned by nobody:nogroup and I can't rmdir it or chown it, even as root. Can anyone advise how I can remove this directory? This situation arose when I specified a bind mount in the lxc .conf file without first creating a mount point in...
  10. E

    ACLs on ZFS - what's the right way?

    Hi all, I'd like to start using acls on bind mounts in my Linux containers. My filesystem is ZFS. I've read that ZFS uses nfsv4 acl while linux uses posixacl which can cause some problems if incorrectly configured. Please could you advise the right approach. Wiki states "ZFS uses as default...
  11. E

    Can I ask an uid range not to be mapped in an unprivileged container

    Hey. Been a while since I looked at this, but I think there might be some confusion arising from 'mapping'. IIRC the lines which you're referring to aren't mappings. They are ranges. So, in these cases, the 'root' user is allowed to impersonate a range of uids from 100000 up to 165536, and a...
  12. E

    New CentOS 7 container "connect: Network is unreachable"

    Hmm. Getting very similar behaviour with a new CentOS 8 container. In the past I have created both CentOS 7 and CentOS 8 containers and haven't had network or dbus issues. Though I can't be sure of what version of Proxmox that was with - it was a few weeks back.
  13. E

    New CentOS 7 container "connect: Network is unreachable"

    Hi, I'm having major network difficulties with a fresh container install of CentOS 7 using the standard template and would welcome any help to resolve it. I can connect via pct from the host, but I can't ping from the container, the response is: [root@test ~]# ping 8.8.8.8 connect: Network is...
  14. E

    Can I get error Email notifications?

    Just a bit more info on this in case it highlights a problem in my configuration. I have set up an automatic zfs scrub with zfs-zed and succesfully get emails when it does its thing. So it's not email per se that's the problem. It's just that I'd also like to receive emails when Proxmox...