Recent content by stickybit

  1. S

    LXC Container mit Readonly RootFS

    wie gesagt, konfiguiert overlayroot_cfgdisk="disabled" overlayroot="tmpfs" und neu gestartet. Das Ergebnis ist bekannt :cool:
  2. S

    LXC Container mit Readonly RootFS

    apt install wie beschrieben hat zwar funktioniert, aber hat wohl keine Wirkung, auch nach Konfiguration. ...und root@dev:~# overlayroot-chroot ERROR: Unable to find an overlayroot filesystem :eek:
  3. S

    LXC Container mit Readonly RootFS

    Bei der Recherche bin ich schon auf overlay gestoßen. Nur eben nicht in Verbindung mit XLC. Das Thema scheint irgendwie nicht populär zu sein ;-)
  4. S

    LXC Container mit Readonly RootFS

    Hallo, ich versuche Proxmox zu überreden, den LXC Container readonly zu mounten. In der Config habe ich entdprechend definiert: /etc/pve/lxc/9999.conf rootfs: local-zfs:subvol-9999-disk-0,mountoptions=lazytime;noatime,ro=1,size=10G Lt. Doku https://pve.proxmox.com/wiki/Linux_Container...
  5. S

    Unprivileged LXC xt_recent

    Hi guys, take the first steps with Proxmox. I want to use iptables in an unprivileged LXC. Everything works wonderfully except for xt_recent. After the command iptables INPUT -m recent --name WHITELIST --rcheck -j ACCEPT the "file" /proc/net/xt_recent/WHITELIST is created, but cannot be...
  6. S

    Unpriviligierter LXC xt_recent

    Hi Leute, mach die ersten Schritte mit Proxmox. Ich möchte in einem unpriviligirrten LXC die iptables benutzen. Alles klappt wunderbar bis auf xt_recent. Nach dem Befehl iptables INPUT -m recent --name WHITELIST --rcheck -j ACCEPT wird die "Datei" /proc/net/xt_recent/WHITELIST zwar...