On Wed, 2005-02-16 at 09:24, Andy Bakun wrote: [snip] > For an unrelated reason, I needed to restart mysql, and it wouldn't > start, kept dying with sigsegv. strace indicated that it was segv'ing > right after doing a getuid32 call. The only thing that I did recently > on the system that might influence that was enable ldap authentication. > So I disabled ldap using authconfig, and now mysql starts fine. > [snip]
I had the same (or at least similar) problem with another distro recently. It turned out to be a bug in nss_ldap package. If you remove "ldap" entry from the "group:" line in /etc/nsswitch.conf then mysql should start. If you don't need this line for ldap authentication then that might be a workaround. Otherwise the Trustix people need to update the nss_ldap package. HTH, Mikael _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
