Un saluto a tutti.
Seguendo alcune discussioni ho provato a dare il comando:
systemctl --failed
ottenendo
UNIT LOAD ACTIVE SUB DESCRIPTION
sssd.service loaded failed failed System Security Services Daemon
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed.
Con il comando
systemctl status sssd.service
ottengo
sssd.service - System Security Services Daemon
Loaded: loaded (/usr/lib/systemd/system/sssd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2021-06-08 22:26:30 CEST; 9min ago
Process: 49441 ExecStart=/usr/sbin/sssd -i ${DEBUG_LOGGER} (code=exited, status=3)
Main PID: 49441 (code=exited, status=3)
CPU: 17ms
giu 08 22:26:30 localhost.localdomain systemd[1]: sssd.service: Scheduled restart job, restart counter is at 5.
giu 08 22:26:30 localhost.localdomain systemd[1]: Stopped System Security Services Daemon.
giu 08 22:26:30 localhost.localdomain systemd[1]: sssd.service: Start request repeated too quickly.
giu 08 22:26:30 localhost.localdomain systemd[1]: sssd.service: Failed with result 'exit-code'.
giu 08 22:26:30 localhost.localdomain systemd[1]: Failed to start System Security Services Daemon.`
Ho provato a fare ricerche in rete ma ammetto di non aver capito molto di cosa sia SSSD e cosa comporti il fatto che non sia attivo.
Quanto alla possibile causa credo sia la mancanza di un file sssd.conf in /etc/sssd/ (dove sono presenti due cartelle vuote conf.d e pki) ma prima di mettere mano a qualsivoglia modifica manuale di qualche file vorrei capire se è necessario.