HISI
HISI

Reputation: 4797

Activate debugging mode for sssd service

I encountred a problem when I restarted sssd service:

Stopping sssd: cat: /var/run/sssd.pid: No such file or directory [FAILED]
Starting sssd:                                                   [FAILED]

So i need to activat the debug mode to understand what's happen with sssd service

any suggestion!!

Upvotes: 0

Views: 873

Answers (1)

Sachin Sharma
Sachin Sharma

Reputation: 79

Please set debug_level=N in sssd.conf's concerned section and restart service. you can see logs in /var/log/sssd directory.

N is a number between 1 and 10 into the particular section.

I use Level 6 for debugging problems.

Upvotes: 0

Related Questions