You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
systemctl is-active outputs a warning and exits with 0 when run in a chroot environment (by "design", to quote the designer), after which jupyterhub attempts to stop a non-existent unit and fails:
Running in chroot, ignoring command 'is-active'
Running in chroot, ignoring command 'stop'
500 GET /hub/spawn (127.0.0.1): Error in Authenticator.pre_spawn_start: Exception Could not stop already existing unit
systemdspawner/systemdspawner/systemd.py
Line 158 in e75cadd
systemctl is-activeoutputs a warning and exits with0when run in a chroot environment (by "design", to quote the designer), after whichjupyterhubattempts to stop a non-existent unit and fails: