Job for sssd.service failed because the control process exited with error code.

05 Feb 2020 | ପ୍ରୋ ନିୟନ ୨୬୭(proneon267)

    Job for sssd.service failed because the control process exited with error code. 
    See “systemctl status sssd.service” and “journalctl -xefor details.

Solution

    tail -f /var/log/sssd/sssd.log

if you get

    pidfile exists at /var/run/sssd.pid

then run

    rm /var/run/sssd.pid

or if you get

    Cannot open '/var/log/sssd/sssd.log' for reading: No such file or directory

then run

    mkdir /var/log/sssd
    systemctl -i reboot

then try to start and enable sssd.service

    systemctl start sssd.service
    systemctl enable sssd.service