From owner-freebsd-stable Wed Oct 15 11:11:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA09326 for stable-outgoing; Wed, 15 Oct 1997 11:11:16 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from helium.vapornet.com (root@helium.vapornet.com [208.202.126.112]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA09316 for ; Wed, 15 Oct 1997 11:11:10 -0700 (PDT) (envelope-from john@helium.vapornet.com) Received: from argon.vapornet.com (vapornet.xnet.com [205.243.141.107]) by helium.vapornet.com (8.8.7/VaporServer-v3.0+SpamNot) with ESMTP id NAA11196; Wed, 15 Oct 1997 13:11:18 -0500 (CDT) Received: by argon.vapornet.com (8.8.7/VaporClient-1.1) id NAA04074; Wed, 15 Oct 1997 13:11:12 -0500 (CDT) Date: Wed, 15 Oct 1997 13:11:12 -0500 (CDT) Message-Id: <199710151811.NAA04074@argon.vapornet.com> From: John Preisler MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Andre Albsmeier Cc: freebsd-stable@FreeBSD.ORG Subject: netatalk still broken in 2.2-STABLE In-Reply-To: <199710151719.TAA01019@curry.mchp.siemens.de> References: <199710151719.TAA01019@curry.mchp.siemens.de> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I wasnt sure where the problem really lied, and netatalk is in the ports collection so i filed a pr to ports. Im sorry if i confused anyone. You are probably correct with regards to those two files since that's about all that was changed between a working build and the broken build. What makes it more frustrating to track down is tcpdump clearly shows the machine trying to register itself on the network. So its sending appletalk packets, shows up in the chooser, but neither afpd nor the appletalk printer daemon can register themselves so users cant mount the volume or print to that machine. I"ll try pulling the older .c files off tape and rebuilding. -jrp Andre Albsmeier writes: > Hi, > > I have run across the same problem as stated in PR#4708: > I can run atalkd but nbprgstr doesn't work. When replacing > at_control.c and ddp_output.c with an older version it > works. Is it really the port which is broken now after > introducing the newer at_control.c and ddp_output.c or > is there something wrong with these two files? > > -Andre >