From owner-freebsd-current@FreeBSD.ORG Sat Feb 16 23:25:05 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5DA531CC for ; Sat, 16 Feb 2013 23:25:05 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 1828FF71 for ; Sat, 16 Feb 2013 23:25:04 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqEEAD4UIFGDaFvO/2dsb2JhbABEhkm5VoEXc4IfAQEBAwEBAQEgKyALBRYOCgICDQcSAiMGAQkmBggHBAEcBIdfAwkGDKsGiAUNiVqBI4s2gR2BDQEzBxiCFYETA4hniw1dgVuBHYomhRWDJU+BBTU X-IronPort-AV: E=Sophos;i="4.84,680,1355115600"; d="scan'208";a="14442580" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu.net.uoguelph.ca with ESMTP; 16 Feb 2013 18:25:03 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id B8E3BB3F4B; Sat, 16 Feb 2013 18:25:03 -0500 (EST) Date: Sat, 16 Feb 2013 18:25:03 -0500 (EST) From: Rick Macklem To: Doug Rabson Message-ID: <601057646.3081480.1361057103701.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: Subject: Re: Possible bug in NFSv4 with krb5p security? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [172.17.91.202] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Cc: freebsd-current@freebsd.org, =?utf-8?Q?Elias_M=C3=A5rtenson?= , Benjamin Kaduk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2013 23:25:05 -0000 Doug Rabson wrote: > On 16 February 2013 13:57, Elias M=C3=A5rtenson wrote= : >=20 > > On 16 February 2013 18:58, Doug Rabson wrote: > > > >> This may be a stupid question but does the user 'elias' exist in > >> the > >> local password database? > >> > >> If you are using heimdal from the base distribution and you have > >> source, > >> you should be able to build them with debug information which may > >> help. > >> When I was writing gssd, I mostly ran it under gdb to debug > >> problems like > >> this. To build something in the base with debug information, go to > >> the > >> directory in the source tree for that component and type something > >> like > >> 'make DEBUG_FLAGS=3D-g clean all install'. > >> > > > > No worries. I do have that user (and everything else, specifically > > single > > sign-on ssh) works with it. I do agree that if I had not that user, > > the > > behaviour I see would be neatly explained. > > > > When it comes to gssd, I've got its behaviour pretty well nailed > > down. It > > does what it's supposed to do. > > > > However, when I tried rebuilding libgssapi.so.10, I ended up with > > gssd > > hanging when it used the new library. I have no idea why. > > > > Would it be wise to upgrade from 9.1-RELEASE to something newer? > > I've seen > > references to 10-CURRENT. I'd like to be debugging the latest > > version of > > everything, but this machine also needs to serve as a fileserver for > > my > > home office, so some degree of stability is needed. > > > > > I don't think much (if anything) has changed with gssd between 9.1 and > current. Nothing that would affect this, as far as I know. The changes were done to add support for searching for credential cache files with different names. This should affect client side behaviour only and only if the new command line options are used to enable this code. > When your gssd hangs, you can try to get a stack trace using > gdb's > attach command. >=20 >=20 >=20 > > Regards, > > Elias > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"