From owner-freebsd-questions Sun Nov 23 00:09:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27245 for questions-outgoing; Sun, 23 Nov 1997 00:09:25 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from peeper.my.domain ([208.128.8.69]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27240 for ; Sun, 23 Nov 1997 00:09:21 -0800 (PST) (envelope-from tom@peeper.my.domain) Received: (from tom@localhost) by peeper.my.domain (8.8.8/8.7.3) id CAA12303; Sun, 23 Nov 1997 02:09:19 -0600 (CST) Message-ID: <19971123020919.49633@my.domain> Date: Sun, 23 Nov 1997 02:09:19 -0600 From: Tom Jackson To: questions@FreeBSD.ORG Subject: Re: 2.1.5 CD set References: <2.2.32.19971121124435.0091a69c@pop3.cybertours.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <2.2.32.19971121124435.0091a69c@pop3.cybertours.com>; from chuck yahrling on Fri, Nov 21, 1997 at 07:44:35AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Nov 21, 1997 at 07:44:35AM -0500, chuck yahrling wrote: > At long last I'm attempting to configure the 2.1.5 version on an intel P75. > I'm using a SCSI CDROM drive that seems to be working OK, but after > selecting various packages, such as SAMBA or the HTML docs, I get errors > saying that the package can't be found on the installation media (CD in this > case.) > > okay, just happened to have the 2.1.5 cd's handy. I'll talk samba only. For the package install mount cdrom #1, su to root and issue `pkg_add -v samba-1.9.15p8.tgz' and see if that doesn't work. For building ports, mount cdrom #2, su to root, go into the ports directory ie. `cd /usr/ports/net/samba' make and after good build, make install. See if that works :) Happy trails, Tom