Subject: Re: 1 question & 1 problem
To: None <huizing@cpsc.ucalgary.ca>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-mac68k
Date: 08/16/1999 10:34:41
On Sun, 15 Aug 1999 18:57:56 -0600 (MDT), Erik Huizing <huizing@cpsc.ucalgary.ca> wrote:
> 
> question first: what's the proper way to add packages? 
> just tar --unlink -xvpzf pkg.tgz? or pkg_add pkg.tgz? or some combination
> of both?

Just "pkg_add pkg.tgz".  You may have to be root to add packages.

> and 'top' has problems on my machine:
> kvm_open: proc size mismatch (7414 total, 666 chunks)
> top: Out of memory.

Ah, your kernel and top binary are out of synch.  Your best bet is
rebuild top from pkgsrc.  It's in the mac68k FAQ.  Check out
http://www.netbsd.org/Ports/mac68k/.

Ken