From owner-freebsd-current Wed Oct 1 18:58:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA23125 for current-outgoing; Wed, 1 Oct 1997 18:58:11 -0700 (PDT) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA23120; Wed, 1 Oct 1997 18:58:07 -0700 (PDT) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id UAA00510; Wed, 1 Oct 1997 20:57:55 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id UAA06854; Wed, 1 Oct 1997 20:57:23 -0500 Message-ID: <19971001205723.43367@right.PCS> Date: Wed, 1 Oct 1997 20:57:23 -0500 From: Jonathan Lemon To: "Steven G. Kargl" Cc: wollman@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: netatalk broken in -current References: <199710020038.RAA00335@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199710020038.RAA00335@troutmask.apl.washington.edu>; from Steven G. Kargl on Oct 10, 1997 at 05:38:48PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Oct 10, 1997 at 05:38:48PM -0700, Steven G. Kargl wrote: > Netatalk is broken in -current. I've tracked the problem > down to commits made on Aug 16. A kernel built with sources I've been trying to track this one down today. I'm able to get the `atalkd' daemon up and running, and then execute _one_ appletalk command (say, getzones). The second time around, it errors with EPROTONOSUPPORT. Tracing the second program into the kernel shows that somehow, between the completion of the first `getzones' call, and the start of the second, `prp->pr_usrreqs->pru_attach' has been set to 0. -- Jonathan