Subject: Re: Where is the netatalk dir?
To: Daniel R. Killoran,Ph.D. <drk@shore.net>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 07/17/2001 12:27:10
On Tue, 17 Jul 2001, Daniel R. Killoran,Ph.D. wrote:

> >pkg_add netatalk-asun-2.1.3nb4.tgz
> >
> Ok, I did that (after a long hassle with bad blocks in the 2 Gig disk) and got:
>
> MacIIvx# pkg_add netatalk-asun-2.1.3nb4.tgz

[snip]

> Rebooted:

Rebooting isn't going to start netatalk. You need to set up
/etc/netalk and run /usr/pkg/etc/rc.d/netatalk.sh, or arrange to have
it run as root. You can see which man pages were installed by the
package with "pkg_info -L netatalk\*". But first, you have to get your
network configured.

> (snip)
> Starting network.
> Hostname: MacIIvx
> NIS domainname: shore.net

I think that's a problem, there. You've set up a NIS domainname, but
there's no NIS server. Usually you just set "hostname" to an FQDN in
/etc/rc.conf (or /etc/myname), not "domainname".

> Apparently it "hears" the TCP messages, but doesn't respond to them.

So what do you have in /etc/ifconfig.ae0? What does "ifconfig ae0"
show, and also "netstat -rn".


Frederick