GDB autoloads for 389 DS I've been writing a set of extensions to help debug 389-ds a bit easier. Thanks to the magic of python, writing GDB extensions is really easy. On OpenSUSE, when you start your DS instance under GDB, all of the extensions are automatically loaded. This will help make debugging a breeze. zypper in 389-ds gdb gdb /usr/sbin/ns-slapd GNU gdb (GDB; openSUSE Tumbleweed) 8.2 (gdb) ds- ds-access-log ds-backtrace (gdb) set args -d 0 -D /etc/dirsrv/slapd-<instance name> (gdb) ru...