BtbN

Results 221 comments of BtbN

I'm not sure where they come from. I can only speculate that they are processes from the WSL system distribution, that hosts the X server and friends. Looks something like...

That would have to be fixed from Microsofts side then, wouldn't it? Given its WSL itself that's launching systemd here. The issue was reported to them in 2022, and so...

I tried replacing /sbin/init with a small shellscript that runs `exec /usr/bin/unshare -C /lib/systemd/systemd`, in an attempt to spawn systemd inside of a new cgroup namespace. However, that seems to...

There's not thaaat many callers from a quick glance, I'll have a look at it.

I've turned the flag around, since for the majority of callers, ignoring the zero-pids is the desired mode of operation. I only found one single place where they are needed,...

On 09.05.2024 12:38, Mike Yuan wrote: > > In src/cgtop/cgtop.c > : > >> @@ -207,7 +207,7 @@ static int process( > return r; > > g->n_tasks = 0; >...

Could I PR this patch to the 255 branch of the stable repo? So that Ubuntu 24.04, which ships on WSL with systemd enabled by default, could hopefully pick it...

I don't really see a realistic way to do this. The way I understand their workflow, I'd have to automatically send them a PR every single day with the latest...

Not sure if we should just close this. I'd like to add packages there, and want to invest more time into investigating it in the future. So I'll reopen this...

Just wanted to note that this feature missing is what prevents me from using b2 cloud. I create my backups using zfs send, and there is simply not enough space...