Michal Koutný
Michal Koutný
How is the memory limit configured in this case? (Another option would be to work it around by creating a nested cgroup that the unprivileged user has full access to.)
Would something like `systemctl set-property $unit MemoryPeak=0` work for you?
Doesn't pidfd conversion actually make freezing unnecessary? At least I can't see the pidnr reuse now but I may be thinking in a wrong scope. (Also note there's `cgroup.kill` for...
``` cat >foobar-statekeeper.service
> 👀 I can see how that'd work, but is that really any clearer than configuring such a feature via drop-in? I think you already lost when you were forced...
Isn't this what https://github.com/openSUSE/obs-service-extract_file already does? I see you [actually use it](https://build.opensuse.org/projects/home:bluca:systemd/packages/systemd/files/_service?expand=1) (It seems to me clearer to handle the renaming together with moving of files.)
@mcepl Dead bzr means that it's no longer shipped, thus it prevents this obs-service from being installed?
> nor am I using kvm or nfs Any chances you have a FUSE mount (from under your user session)? At least [this comment](https://github.com/systemd/systemd/issues/37590#issuecomment-2924992662) suggests it happens to the other...
> My patch https://github.com/xuancong84/linux-home/blob/master/usr/lib/systemd/system-sleep/suspend-vscode can fix the issue without unmounting SSHFS or killing VScode. So you SIGSTOP problematic processes (that should be effectively equal to freezing). Does it mean they're...
Could you please extract some minimalist reproducer (e.g. without shutdown, just failed freezing with FUSE) and report it to [email protected]? (That's more on-topic place to discuss and resolve your concern.)