Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386

2010-07-17 Thread Jeremy Chadwick
On Sat, Jul 17, 2010 at 08:55:54AM +0200, Joerg Pulz wrote: > i followed this thread so far and searched a little bit about the issue. > I also tested on my machines and came to an interesting point. > First my setup is pretty straight forward. > > Set HEIMDAL_HOME=/usr . > Build security/cyrus-sa

Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386

2010-07-17 Thread Reko Turja
I'll build an i386 version of my testbox and start the procedure over again. Just installed cyrus for testing into another i386 system and hit the same exact bug. I wonder if this is the reason for the problem we're encountering: http://www.freebsd.org/cgi/query-pr.cgi?pr=138929 "This patc

Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386

2010-07-17 Thread Jeremy Chadwick
On Sat, Jul 17, 2010 at 05:00:15PM +0300, Reko Turja wrote: > >I'll build an i386 version of my testbox and start the procedure > >over > >again. > > Just installed cyrus for testing into another i386 system and hit > the same exact bug. I wonder if this is the reason for the problem > we're encou

SIGEPIPE after update to 8.1-RC2

2010-07-17 Thread Alex Kozlov
Hi, stable After updating my buildbox from 26 April 8-STABLE to 8.1-RC2 I constantly getting SIGEPIPE portsnap: Fetching 4 metadata patches... done. Applying metadata patches... done. Fetching 0 metadata files... done. Fetching 27 patches.1020... done. Applying patches... done. Fetching 3

Re: SIGEPIPE after update to 8.1-RC2

2010-07-17 Thread Ronald Klop
Try rebuilding bash or sh or whatever you are using as shell. I'm not sure though. Ronald. On Sat, 17 Jul 2010 17:24:55 +0200, Alex Kozlov wrote: Hi, stable After updating my buildbox from 26 April 8-STABLE to 8.1-RC2 I constantly getting SIGEPIPE portsnap: Fetching 4 metadata patches...

Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386

2010-07-17 Thread Benjamin Lee
On 07/17/2010 07:41 AM, Jeremy Chadwick wrote: > The problem really looks to be with GSSAPI, which is part of the base > system (src/lib/libgssapi). > > If I can reproduce the problem on the test i386 system I'm building, > which will have the same port + configuration as the test amd64 system, >

Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386

2010-07-17 Thread Jeremy Chadwick
On Sat, Jul 17, 2010 at 11:15:42AM -0700, Benjamin Lee wrote: > On 07/17/2010 07:41 AM, Jeremy Chadwick wrote: > > The problem really looks to be with GSSAPI, which is part of the base > > system (src/lib/libgssapi). > > > > If I can reproduce the problem on the test i386 system I'm building, > >

Re: 8.1-RC2 MCE caused by some LAPIC/clock changes? (was: 8.1-RC2 - PCI fatal error or MCE triggered by USB/ehci on Sun X4100M2?)

2010-07-17 Thread Markus Gebert
On 13.07.2010, at 16:02, Markus Gebert wrote: > Unfortunately, I have not been able to get anything useful out the svn commit > logs, which could explain this. Maybe someone else has an idea what could > have changed between 7 and 8 to break it, and again between 8 and CURRENT to > magically f

Re: SIGEPIPE after update to 8.1-RC2

2010-07-17 Thread Alex Kozlov
On Sat, Jul 17, 2010 at 06:58:29PM +0200, Ronald Klop wrote: > Try rebuilding bash or sh or whatever you are using as shell. I'm not sure > though. I done only preliminary testing, but replacing /bin/sh by one from 8.0-RELEASE seems to help. Thanks. Now I will try to find particular commit that b

Re: SIGEPIPE after update to 8.1-RC2

2010-07-17 Thread Jilles Tjoelker
On Sat, Jul 17, 2010 at 06:24:55PM +0300, Alex Kozlov wrote: > After updating my buildbox from 26 April 8-STABLE > to 8.1-RC2 I constantly getting SIGEPIPE > portsnap: > Fetching 4 metadata patches... done. > Applying metadata patches... done. > Fetching 0 metadata files... done. > Fetching 27 pat

Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386

2010-07-17 Thread Reko Turja
Can you try reproducing the issue on 8-STABLE? I recently submitted a Heimdal patch against 8.1-STABLE and 9.0-CURRENT that resolves some libgssapi-related issues: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/147454 The patch breaks ABI, so you'll have to rebuild libgssapi-dependent applic

Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386

2010-07-17 Thread Mikhail T.
On 17.07.2010 09:41, Jeremy Chadwick wrote: The test system is amd64. I'm not doubting the issue may be more apparent/easier to occur on i386, but "pure luck on amd64" is a bit surprising. I'll build an i386 version of my testbox and start the procedure over again. Set the malloc(3) flags t

Re: SIGEPIPE after update to 8.1-RC2

2010-07-17 Thread Sean
On 18/07/2010 1:24 AM, Alex Kozlov wrote: Hi, stable After updating my buildbox from 26 April 8-STABLE to 8.1-RC2 I constantly getting SIGEPIPE [snip] I'm getting the same thing; what shell are you using? I changed my shell on one machine from /bin/tcsh to /usr/local/bin/bash and problem

Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386

2010-07-17 Thread Jeremy Chadwick
On Sun, Jul 18, 2010 at 01:37:06AM +0300, Reko Turja wrote: > > >Can you try reproducing the issue on 8-STABLE? > > > >I recently submitted a Heimdal patch against 8.1-STABLE and > >9.0-CURRENT that resolves some libgssapi-related issues: > > > >http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/1474

Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386

2010-07-17 Thread Jeremy Chadwick
On Sat, Jul 17, 2010 at 07:38:19PM -0700, Jeremy Chadwick wrote: > On Sun, Jul 18, 2010 at 01:37:06AM +0300, Reko Turja wrote: > > > > >Can you try reproducing the issue on 8-STABLE? > > > > > >I recently submitted a Heimdal patch against 8.1-STABLE and > > >9.0-CURRENT that resolves some libgssap