Hello!
My YunoHost server
Hardware: Virtual Machine in a data center
YunoHost version: 11.1.20
I have access to my server : Through SSH and through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
A service is failed in my server:
$ sudo systemctl status user@34571.service
● user@34571.service - User Manager for UID 34571
Loaded: loaded (/lib/systemd/system/user@.service; static)
Active: failed (Result: exit-code) since Sun 2023-05-28 10:24:09 CEST; 18s ago
Docs: man:user@.service(5)
Process: 49362 ExecStart=/lib/systemd/systemd --user (code=exited, status=1/FAILURE)
Main PID: 49362 (code=exited, status=1/FAILURE)
CPU: 75ms
May 28 10:24:09 ynh.voisin.dev systemd[1]: Starting User Manager for UID 34571...
May 28 10:24:09 ynh.voisin.dev systemd[49362]: pam_unix(systemd-user:session): session opened for user bruno(uid=34571) by (uid=0)
May 28 10:24:09 ynh.voisin.dev systemd[49362]: Failed to determine supported controllers: No such process
May 28 10:24:09 ynh.voisin.dev systemd[49362]: Failed to allocate manager object: No such process
May 28 10:24:09 ynh.voisin.dev systemd[1]: user@34571.service: Main process exited, code=exited, status=1/FAILURE
May 28 10:24:09 ynh.voisin.dev systemd[1]: user@34571.service: Failed with result 'exit-code'.
May 28 10:24:09 ynh.voisin.dev systemd[1]: Failed to start User Manager for UID 34571.
34571 is the UID of my user:
$ id -u
34571
I tried to start the service with the command above, but it don’t change anything.
$ sudo systemctl start user@34571.service
Job for user@34571.service failed because the control process exited with error code.
See "systemctl status user@34571.service" and "journalctl -xe" for details.
I don’t know what is this service and how to fix the issue. All seems to work my server and all is okay in the Yunohost diagnosis.
Could you help me?