[Bug 476069] Re: segfault

2011-05-16 Thread Launchpad Bug Tracker
[Expired for krb5 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: krb5 (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu.

[Bug 476069] Re: segfault

2011-03-17 Thread Chuck Short
It would be really helpful if you could get a backtrace. chuck ** Changed in: krb5 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in ubuntu. https://bugs.launchpad.net/bugs/476069

[Bug 476069] Re: segfault

2010-05-14 Thread Sönke von Heymann
Maybe this is the same problem as i have here: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/578681 ? -- segfault https://bugs.launchpad.net/bugs/476069 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in ubuntu. --

[Bug 476069] Re: segfault

2010-01-18 Thread Alex Mauer
** Changed in: krb5 (Ubuntu) Status: Incomplete = New -- segfault https://bugs.launchpad.net/bugs/476069 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 476069] Re: segfault

2010-01-18 Thread Russ Allbery
The best theory that I have about this bug is that it's related to some sort of failure in the NSS lookups for the current user, resulting in the ticket cache permissions not being changed, but I can't entirely reconcile this with the debugging messages you're seeing. I think progress on this bug

[Bug 476069] Re: segfault

2009-11-05 Thread Alex Mauer
I assigned this bug to this package because the segfault appears as follows (from dmesg): [ 1844.309499] su[6070]: segfault at 1be96c38 ip 7fd3a48c03c3 sp 7fffd10ab710 error 4 in libkrb5.so.3.3[7fd3a4874000+ae000] Turning on debug in the krb5 pam system provides the following in

[Bug 476069] Re: segfault

2009-11-05 Thread Mathias Gug
On which release do you see this? Error message: Credentials cache permissions incorrect Could you check the permission on the credentials cache directory? ** Changed in: krb5 (Ubuntu) Importance: Undecided = Medium ** Changed in: krb5 (Ubuntu) Status: New = Incomplete -- segfault

Re: [Bug 476069] Re: segfault

2009-11-05 Thread Russ Allbery
Alex Mauer ha...@hawkesnest.net writes: I assigned this bug to this package because the segfault appears as follows (from dmesg): [ 1844.309499] su[6070]: segfault at 1be96c38 ip 7fd3a48c03c3 sp 7fffd10ab710 error 4 in libkrb5.so.3.3[7fd3a4874000+ae000] Turning on debug in the krb5

Re: [Bug 476069] Re: segfault

2009-11-05 Thread Russ Allbery
Mathias Gug math...@ubuntu.com writes: On which release do you see this? Error message: Credentials cache permissions incorrect Could you check the permission on the credentials cache directory? That message would be referring to the file rather than the directory, I believe. There should

[Bug 476069] Re: segfault

2009-11-05 Thread Alex Mauer
This is on karmic. It all works fine for login; it's just su that has trouble. This is just more-or-less default settings of nsswitch and PAM. PAM is entirely as provided by pam-auth-update (except the addition of 'debug' to the krb5 module), and nss is 'compat ldap' for passwd, group, and

Re: [Bug 476069] Re: segfault

2009-11-05 Thread Russ Allbery
Alex Mauer ha...@hawkesnest.net writes: I do notice that there are a bunch of /tmp/krb5cc_pam_RANDOM files, owned by root. So I suppose that would be causing the Credentials cache permissions incorrect Are you su'ing *to* root? If so, then that ownership is correct. Are those files all

[Bug 476069] Re: segfault

2009-11-05 Thread Alex Mauer
Nope, su'ing to the current user. 'su - $USER', using the environment variable. It does the same if I put the literal username, obviously. File modes are 0600 -- segfault https://bugs.launchpad.net/bugs/476069 You received this bug notification because you are a member of Ubuntu Server Team,