systemdspawner icon indicating copy to clipboard operation
systemdspawner copied to clipboard

Spawn JupyterHub single-user notebook servers with systemd

Results 47 systemdspawner issues
Sort by recently updated
recently updated
newest added

This PR introduces a new configuration option `cpu_weight`. This sets the systemd property `CPUWeight`, which causes available CPU time to be sliced in proportion to each user's weight. This is...

new

I think it would be good to help users test this software from within a docker container with systemd running. Like that, users wouldn't need to have systemd installed for...

maintenance

This is a reimplementation of what I first tried with #40 and I'm opening it as a draft for now, since it's still missing pieces that I need to document....

On my SystemdSpawner-based JupyterHub, PAM authentication fails with the following warning: ``` Mär 27 13:46:07 vm3 python[8780]: pam_loginuid(login:session): Error writing /proc/self/loginuid: Operation not permitted Mär 27 13:46:07 vm3 python[8780]: pam_loginuid(login:session):...

bug

Hi, is there any chance to add sth. like the [nonrootv2 feature](https://gitlabph.physik.fu-berlin.de/behrmann/systemdspawner/-/tree/nonrootv2) to systemdspawner? Being able to have juypterhub run as non-root is the only reason for the sudo spawner,...

enhancement

The handling of PATH is not so consistent, so it could make sense to try make it a bit more consistent. For details, see @minrk comment in https://github.com/jupyterhub/systemdspawner/pull/144#discussion_r1807805243.

## Bug description Whenever I use `systemctl restart jupyterhub.service`, I am unable to spawn a new server session. I get this message: ![Screenshot 2024-08-24 at 12 30 14](https://github.com/user-attachments/assets/766c8f53-f78d-4601-87d7-4e73f11953a4) I am...

bug