From owner-freebsd-current Tue Oct 8 14:52:30 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA01801 for current-outgoing; Tue, 8 Oct 1996 14:52:30 -0700 (PDT) Received: from alpo.whistle.com (s204m38.isp.whistle.com [207.76.204.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA01787 for ; Tue, 8 Oct 1996 14:52:27 -0700 (PDT) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.7.5/8.7.3) with SMTP id OAA05810; Tue, 8 Oct 1996 14:51:38 -0700 (PDT) Message-ID: <325ACC75.446B9B3D@whistle.com> Date: Tue, 08 Oct 1996 14:49:41 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Stefan Bethke CC: current@freebsd.org Subject: Re: Netatalk.. anyone tried the new release? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Stefan Bethke wrote: > > At 19:13 Uhr -0700 07.10.1996, Julian Elischer wrote: > >Does anyone hae any success/failure stories with teh new release? > >it seems to work here, but I'd like to here from anyone who has > >tried it with positive or negative feedback.... > > Somewhat off, but whatever: in comp.unix.bsd.freebsd.misc, you said some > days ago, it would be easy to back-port the AppleTalk kernel parts to > 2.1.5-R. I tried (patching net/{if_ethersubr.c,if_loop.c,netisr.c} and > copying netatalk from -current). > > netatalk-1.3.3 compiles, but atalkd isn't able to run (haven't looked > further why). netatalk 1.4b1 doesn't compile on 2.1.5-R (errors in > compiling afpd, something with getquota()). (just comment out all the quota stuff :) the patch in control.c in atalkd in 1.4 was based on the sam epatch on 1.3.3 and allowed atalkd to run by default.. it does run if you supply a conf file, even without the patch as that code isn't run in that case. > > I'll try again when I'm finally delving into -current. > I recommend current anyhow.... > -- > Stefan Bethke > Hamburg, Germany I assume you have the FreeBSD patches for 1.3.3? the kernel code we have came from the 2.1 port of 1.3.3 I ported it to 2.2 and checked it in..