SSSD Error In Nethserver-7.7 During AD installation

Hi,

i had install NS7 and then upgraded OS to 7.7, after that i have installed Active Directory NEW DOMAIN, but i am facing following Error in log file. After completion of ACTIVE DIRECTORY installation it gives “520 nethserver sssd export account #1 service failed” on top of the pannel.

Kindly help me to solve this problem.

#cat /var/log/sssd

(Thu Oct 17 10:41:35:195675 2019) [sssd] [load_configuration] (0x0010): Unable to setup ConfDB [5]: Input/output error
(Thu Oct 17 10:41:35:195686 2019) [sssd] [main] (0x0020): SSSD couldn’t load the configuration database.
(Thu Oct 17 11:09:08:790743 2019) [sssd] [sss_ini_get_config] (0x0010): Failed to parse configuration. Error 5.
(Thu Oct 17 11:09:08:790808 2019) [sssd] [sss_ini_get_config] (0x0010): Errors detected while parsing: /etc/sssd/sssd.conf
(Thu Oct 17 11:09:08:790854 2019) [sssd] [sss_ini_config_print_errors] (0x0010): Error (8) on line 1: Failed to read line.
(Thu Oct 17 11:09:08:790880 2019) [sssd] [confdb_ldif_from_ini_file] (0x0010): Failed to load configuration
(Thu Oct 17 11:09:08:790900 2019) [sssd] [confdb_init_db] (0x0020): Cannot convert INI to LDIF [5]: [Input/output error]
(Thu Oct 17 11:09:08:790931 2019) [sssd] [confdb_setup] (0x0010): ConfDB initialization has failed [5]: Input/output error
(Thu Oct 17 11:09:08:790970 2019) [sssd] [load_configuration] (0x0010): Unable to setup ConfDB [5]: Input/output error
(Thu Oct 17 11:09:08:790987 2019) [sssd] [main] (0x0020): SSSD couldn’t load the configuration database.

What’s in sssd.conf file?

cat /etc/sssd/sssd.conf

Try to recreate the file and restarting sssd service:

template-expand /etc/sssd/sssd.conf
systemctl restart sssd

Hi,
As i am running following an error.

[root@mc sssd]# systemctl restart sssd
Job for sssd.service failed because the control process exited with error code. See “systemctl status sssd.service” and “journalctl -xe” for details.
[root@mc sssd]# systemctl status sssd
● sssd.service - System Security Services Daemon
Loaded: loaded (/usr/lib/systemd/system/sssd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2019-10-18 11:20:51 CEST; 13s ago
Process: 497 ExecStart=/usr/sbin/sssd -i ${DEBUG_LOGGER} (code=exited, status=4)
Main PID: 497 (code=exited, status=4)

Oct 18 11:20:51 mc.example.com systemd[1]: Starting System Security Services Daemon…
Oct 18 11:20:51 mc.example.com sssd[497]: SSSD couldn’t load the configuration database [5]: Input/output error.
Oct 18 11:20:51 mc.example.com systemd[1]: sssd.service: main process exited, code=exited, status=4/NOPERMISSION
Oct 18 11:20:51 mc.example.com systemd[1]: Failed to start System Security Services Daemon.
Oct 18 11:20:51 mc.example.com systemd[1]: Unit sssd.service entered failed state.
Oct 18 11:20:51 mc.example.com systemd[1]: sssd.service failed.
[root@mc sssd]#

Did you try template-expand /etc/sssd/sssd.conf before restarting sssd as @dnutan suggested ?

And:

I found a thread with similar error, there it’s solved by reinstalling a package::

Hi Hitesh_Dubey,

Which howto you followed to install AD?

Michel-André

Hi,

i followed this via ns portal in Active Directory with New Domain button.