Re: Cyrus IMAP crashes after reading /etc/krb5.conf

看板FB_security作者時間21年前 (2005/01/30 22:02), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
On Fri, 28 Jan 2005 21:59:21 -0500, Mikhail Teterin <mi+mx@aldan.algebra.com> wrote: > Hello! > > I'm trying to configure a freshly built mail/cyrus-imapd22 to work and > authenticate accounts -- Kerberos and plain text. > > The GSSAPI authentication works already. After doing kinit, I can do ``imtest > -m GSSAPI hostname'' and it succeeds. > > Now I'm trying to login with plain text (over SSL). Cyrus' imapd keeps > crashing from SIGBUS. According to ktrace, this happens right after reading > the krb5.conf (I replaced our domain with "example" below): > The freebsd-security list is for security issue with the FreeBSD operating system. Your question involves a port question. freebsd-questions, cyrus mailing list, or freebsd-ports is where you should have posted. You'll need to use gdb on the cyrus-imapd .core file to find out where it is failing. You'll also need a version of the cyrus-imapd compiled with debugging symbols to get something usefull out of gdb. i.e. gdb /usr/ports/mail/cyrus-imapd22/work/cyrus-imapd-2.2*/<location of file>/<name of cyrus-imapd> -c /<location of core file>/<name of cyrus-imapd>.core (check the man page, I'm not sure -c is correct for the core file) then use bt (backtrace) in gdb and it will show you the src file & function where the failure is occuring. You may also want to look at the values of some of the variables (i.e. p varname, p *varname, p &varname) Scot PS. I BCC freebsd-security, do not post any replies there. _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
文章代碼(AID): #11_Ea900 (FB_security)
文章代碼(AID): #11_Ea900 (FB_security)