Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491608 - sys-auth/sssd init script has "need nscd" but sssd recommends not running nscd in parallel with sssd
Summary: sys-auth/sssd init script has "need nscd" but sssd recommends not running nsc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreis Vinogradovs ( slepnoga )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-18 19:17 UTC by Richard Connon
Modified: 2013-12-01 17:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Connon 2013-11-18 19:17:38 UTC
When running SSSD there is a log message saying "nscd socket was detected. Nscd caching capabilities may conflict with SSSD for users and groups. It is recommended not to run nscd in parallel with SSSD, unless nscd is configured not to cache the passwd, group and netgroup nsswitch maps."

It seems wrong for the init script for SSSD to have "need nscd" given this.

Reproducible: Always

Steps to Reproduce:
1. Install sys-auth/sssd
2. Run /etc/init.d/sssd start
3. Observe message in /var/log/messages
Actual Results:  
nscd starts during step 2 and above message appears

Expected Results:  
nscd shouldn't be started
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2013-11-23 23:37:17 UTC
There is certainly a confusion here indeed. However I run nscd and sssd in parallel and I did what the log message suggests. Disable caching for passwd,group nad netgroup on nscd.

Andreis, ideas?
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2013-12-01 15:53:17 UTC
I will remove 'use nscd' on 1.9.6
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2013-12-01 17:11:02 UTC
+*sssd-1.9.6 (01 Dec 2013)
+
+  01 Dec 2013; Markos Chandras <hwoarang@gentoo.org>
+  +files/sssd-1.9.6-fix-init.patch, +sssd-1.9.6.ebuild:
+  Version bump. Remove nscd dependency from the init script. Bug #491608
+