From owner-freebsd-questions Thu Jan 2 12:33:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA29787 for questions-outgoing; Thu, 2 Jan 1997 12:33:43 -0800 (PST) Received: from avatar.avatar.com (avatar.avatar.com [199.33.206.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA29782 for ; Thu, 2 Jan 1997 12:33:41 -0800 (PST) Received: from avatar.avatar.com (kory@avatar.avatar.com [199.33.206.17]) by avatar.avatar.com (8.7.4/8.6.9) with SMTP id MAA02154; Thu, 2 Jan 1997 12:32:29 -0800 (PST) Date: Thu, 2 Jan 1997 12:32:25 -0800 (PST) From: Kory Hamzeh To: Lee Crites cc: freebsd-questions@freebsd.org Subject: Re: Installation woes In-Reply-To: <1.5.4.32.19970102192313.006cd360@jump.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Jan 1997, Lee Crites wrote: > > I was in the process of sending a message about this myself. I had 14 > packages not install because it couldn't find it (including XFree86, trn, > tcp_wrappers, ssh, expect, and kermit), and another 14 with "some error" > (including jdk, emacs, and mtools). > > I'd be interested in any pointers... > > Thanks muchly... > > Lee > > This is what I was told: 1. sysinstall has a bug when installing a bunch of packages together. Use pkg_add instead. sysinstalls doesn't seem to reap the child processors correctly so the proc table fills up very quickly. 2. sysinstall also show packages which do not really exist. XFree86 does exist, but is not a part of the packages. You need to install it when you install the OS. Hope this helps. Kory