Meriel Luna Mittelbach

Results 147 comments of Meriel Luna Mittelbach

Right. Should it go in `[properties]`, where the documentation shows things like overriding sizeofs and has_functions? (iirc) I think I can try my hand at a patch that allows setting...

I didn't end up finding the time to work on a PR for this sadly, too much on my plate with life currently. Would still like to see it land...

I see. I found and set this up today over the course of an afternoon and it has allowed me to compile a Windows project I'm running in Wine from...

No, they are plain headless Debian 12 containers with nothing special going on. Installed via debootstrap, and none of the systemd or pam configuration was touched in any way from...

sd-pam seems to be a thread spun off from the main systemd --user process So by the time `systemctl stop` runs, that thread is gone. So maybe it's the systemd...

The /proc/pid/stack for the `(sd-pam)` thread while the unit is running is as follows: ``` [] do_sigtimedwait+0x17f/0x200 [] __x64_sys_rt_sigtimedwait+0x76/0xf0 [] do_syscall_64+0x33/0x80 [] entry_SYSCALL_64_after_hwframe+0x62/0xc7 ```

the `systemctl status user@0` while it's hanging on shutdown is ``` ● [email protected] - User Manager for UID 0 Loaded: loaded (/lib/systemd/system/[email protected]; static) Drop-In: /usr/lib/systemd/system/[email protected] └─10-login-barrier.conf Active: deactivating (final-sigkill) since...

Nothing at all. ``` Control group /user.slice/user-0.slice/[email protected]: ```

I'm not sure. I don't know why it's defaulting to cgroups v1 in the container specifically anyhow. Is this a debian setting or something to configure in nspawn?