On 08/05/2011 10:46 AM, Wendt, Trevor wrote:
Unfortunately these directions are for 1.1.x and later. Most of the paths/filenames have changed since 1.0.4 in the move to the FHS style layout, and there is no debuginfo package. But we may still be able to get a core file and some stack information: sysctl -w fs.suid_dumpable=1 edit /opt/fedora-ds/slapd-YOURINSTANCE/start-slapd somewhere near the top, add the line ulimit -c unlimited restart the directory server /opt/fedora-ds/slapd-YOURINSTANCE/restart-slapd If you get a crash, you should have a core file in /opt/fedora-ds/slapd-YOURINSTANCE/logs After that, install gdb follow the instructions at http://directory.fedoraproject.org/wiki/FAQ#Debugging_Crashes except: cd /opt/fedora-ds/slapd-YOURINSTANCE/logs gdb ../../bin/slapd/server/ns-slapd core.PID What is the last operation in the access log before a crash? Any corresponding errors in the errors log? So about 8700 ops/hour. Not a heavy load. The idle timeout is 1 minute - could be too low for some of your clients, which is why you're seeing a lot of (T1) Idle Timeout Exceeded connection closes. Are you using database links? I also suggest looking at your database cache tuning - see http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html-single/Administration_Guide/index.html#Monitoring_Server_and_Database_Activity-Monitoring_Database_Activity I can't say for sure, but 1.0.4 is very old, and since then we have fixed many issues which have caused crashes. Let's start with analyzing the crash data - if we can get a core file and a stack trace, then we can work from there to figure out why it's crashing.
|
-- 389 users mailing list 389-users@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-users