Bug 73157
Summary: | nscd crashes often and therefore fills up logfiles | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Petri T. Koistinen <thoron> | ||||||
Component: | nscd | Assignee: | Jakub Jelinek <jakub> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | |||||||
Severity: | high | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 7.3 | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | i686 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2002-10-31 14:51:05 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 73288, 73681 | ||||||||
Attachments: |
|
Description
Petri T. Koistinen
2002-08-31 12:00:32 UTC
Created attachment 74244 [details]
Output of 'ps fax' command.
Created attachment 74245 [details]
Few seconds log of /var/log/messages
The log file is /var/log/messages, not /var/logs/messages. Sorry. Changed crontab to: */2 * * * * /etc/init.d/nscd stop >/dev/null ; killall -9 nscd 2>/dev/null ; /etc/init.d/nscd start >/dev/null as a work around. That's all in one line, but bugzilla does the line warping. This kludge helps quite lot, no more defunct prosesses and no more huge messages log. Still nscd stability is a problem. Now I need to figure out how often nscd should be restarted and how many threads should I start. Files /var/nds/dib/_ndsdb.ini and /nds/dib/_ndsdb.ini now contains following setup and no other text: cache=HARD,%:60,MIN:32000000,LEAVE:32000000 This helps with system speed, but I don't know if it's the optimal setup. I installed BIND with caching-nameserver settings few days ago. It helps, but nscd is still unstable according what I have heard from another administator. Novell sucks. We removed eDirectory. Problem solved, I hope so. |