Meriel Luna Mittelbach
Meriel Luna Mittelbach
nspawn, yes. The host uses cgroupv2 already. How do I switch nspawn containers (using [email protected]) over to it? I will have to test it next week, I'm not currently near...
Systemd version is 252. mountinfo: ``` 370 394 0:106 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:241 - tmpfs tmpfs ro,size=4096k,nr_inodes=1024,mode=755 373 370 0:105 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:242 - cgroup cgroup rw,xattr,name=systemd ```
Host has cgroup2 mount on `/sys/fs/cgroup` and nothing else. Still not sure how to make the nspawn container use cgroup v2/unified hierarchy or how to troubleshoot this further. Environment variables...
I don't know. It's possible it's a modification done by the Debian package maintainers, but I'm not sure. It's a completely standard system with nothing special going on
Haven't found anything towards why nspawn is mounting cgroupv2 as RO in the container. Both host-systemd and container-systemd list `default-hierarchy=unified` in their `--version` output though, so was able to verify...
Would love to have this
it occured to me that it may be conflicting with the `LESS_TERMCAP_*` environment variables that can be used to do colorization in less without needing to use an external highlighter...
I'm not aware of any tools that do this, it is a very niche case and as shown, can be implemented with a basic wrapper script Downsides are that it...
What about files with no extension? tokei completely ignores those currently. For example my zsh configuration is made out of modular files with no extension (example: `rc.d/aliases`). Currently `tokei` returns...
I am confused. What type should I put there then? Besides, it compiles if I remove the attribute, or change it to be simpler (for example, `#[cfg(unix)]` works...) On Thu,...