From owner-freebsd-current@FreeBSD.ORG Mon Jul 2 16:22:52 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC87516A468 for ; Mon, 2 Jul 2007 16:22:52 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.freebsd.org (Postfix) with ESMTP id 6252613C48C for ; Mon, 2 Jul 2007 16:22:52 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [10.201.19.245] (doug02.dyn.qubesoft.com [10.201.19.245]) by mail.qubesoft.com (8.13.3/8.13.3) with ESMTP id l62GMQ8t032554; Mon, 2 Jul 2007 17:22:31 +0100 (BST) (envelope-from dfr@rabson.org) In-Reply-To: <20070702161347.GD87424@bunrab.catwhisker.org> References: <51FE1AA5-8025-4FF3-94F5-617646464214@rabson.org> <20070702161347.GD87424@bunrab.catwhisker.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <497BFBB6-E44B-4CBF-A5E8-82B074422654@rabson.org> Content-Transfer-Encoding: 7bit From: Doug Rabson Date: Mon, 2 Jul 2007 17:22:25 +0100 To: David Wolfskill X-Mailer: Apple Mail (2.752.2) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.qubesoft.com X-Virus-Scanned: ClamAV 0.86.2/3574/Mon Jul 2 09:07:06 2007 on mail.qubesoft.com X-Virus-Status: Clean Cc: current@freebsd.org Subject: Re: ssh coredump if gssapi-with-mic preferred, but no kinit done (yet)? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 02 Jul 2007 16:22:53 -0000 On 2 Jul 2007, at 17:13, David Wolfskill wrote: > On Mon, Jul 02, 2007 at 04:01:56PM +0100, Doug Rabson wrote: >> ... >> It looks like I did break it. I should be able to repro and fix this >> as soon as I put my FreeBSD box back together (probably tomorrow). In >> the meantime, you can avoid this by rolling src/lib/libgssapi back to >> about last Friday or so. > > OK; I tried precisely that, and am now able to use ssh to get from the > desktop to the other machine without first needing to run kinit(1). > > Here's what I did: > > * Re-boot from the CURRENT slice. > > * cd /usr/src/lib/libgssapi > > * cvs update -D "last Friday" > The following files were updated: > catmint(6.2-S)[2] cvs update -D "last Friday" > cvs update: Updating . > U gss_accept_sec_context.c > U gss_display_status.c > U gss_export_name.c > U gss_indicate_mechs.c > U gss_init_sec_context.c > catmint(6.2-S)[3] ls -latr > > * make clean > > * make > > * make install > > * Login to the desktop (catmint) from a different window. > > * Verify that it works: > > catmint(7.0-C)[1] ssh repo uname -a > FreeBSD repo.mail-abuse.org 6.2-STABLE FreeBSD 6.2-STABLE #61: > Sun Jul 1 06:28:55 PDT 2007 dhw@repo.mail-abuse.org:/usr/obj/ > usr/src/sys/SMP_PAE i386 > catmint(7.0-C)[2] > > Would additional poking around be of use? > > I did review the typescript from the "make buildworld" yesterday > for the > libgssapi files, and did not see any warnings issued. > > I can, of course, make the typescripts (both from "make buildworld" > and > the reversion) available to you or others; I don't see a pressing need > to spam the list with them (and the "make buildworld" would be way too > big anyhow). I'm sure I will be able to reproduce it when I get my machine running again. Thanks for verifying that this commit caused the regression.