Subject: Re: netatalk problems
To: Frederick Bruckman <fb@enteract.com>
From: Erik Huizing <huizing@cpsc.ucalgary.ca>
List: port-mac68k
Date: 10/07/1999 20:08:37
Here ya go: (looks like its in the kernel)

bigmac# nm /netbsd | grep _atalk
0015d1e8 D _atalkdomain
0015d1b4 D _atalksw
bigmac# uname -a
NetBSD bigmac 1.4D NetBSD 1.4D (MRG) #6: Tue Jun 29 02:08:00 PDT 1999
root2@ c610:/usr/src/sys/arch/mac68k/compile/MRG mac68k


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Erik Huizing huizing@cpsc.ucalgary.ca http://www.cpsc.ucalgary.ca/~huizing
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


On Thu, 7 Oct 1999, Frederick Bruckman wrote:

> On Thu, 7 Oct 1999, Erik Huizing wrote:
> 
> > I installed the netatalk problem a nd I'm having problems connecting to my
> > bsd box. It shows up under the network browser, but when I attempt to
> > connect to the server, I get a few different errors on my Mac:
> > I/O Error(-1071)
> > I/O Error(-5024)
> > On the server side, I get the following in /var/log/messages
> > Oct  6 21:14:35 bigmac afpd[271]: login erik (uid 1000, gid 1000)
> > Oct  6 21:14:35 bigmac afpd[271]: afp_null handle 37
> > Oct  6 21:14:39 bigmac afpd[272]: session from 65280.35:242 on
> > 65280.230:132
> > Oct  6 21:14:39 bigmac afpd[272]: login noauth
> > Oct  6 21:14:39 bigmac afpd[272]: afp_null handle 37
> > Oct  6 21:14:44 bigmac afpd[273]: session from 65280.35:241 on
> > 65280.230:133
> > 
> > I've tried loggin in both as guest, and as a registered user. 
> > Anyone else experienced this?
> 
> Haven't seen that one. Do you have NETATALK compiled into the kernel?
> 
> root-> nm /netbsd |grep _atalk
> 00128f58 D _atalkdomain
> 00128f24 D _atalksw
> 
> Which system, which kernel are you running?
> 
> 
> 
>