From owner-freebsd-questions Mon Nov 25 15:19:54 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA18325 for questions-outgoing; Mon, 25 Nov 1996 15:19:54 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA18315 for ; Mon, 25 Nov 1996 15:19:46 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.3/8.6.12) with SMTP id PAA01535; Mon, 25 Nov 1996 15:20:38 -0800 (PST) Date: Mon, 25 Nov 1996 15:20:37 -0800 (PST) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: JKtheOWL@aol.com cc: questions@freebsd.org Subject: Re: Loading packages In-Reply-To: <961121005017_1150731729@emout08.mail.aol.com> 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, 21 Nov 1996 JKtheOWL@aol.com wrote: > Thank you, Doug for your help in getting the system up and running. But > now... > > I am trying to get specific packages from FTP6 and install them. The > sysinstall utility does not seem to find anything (INDEX or lynx-2.FM) no > matter where I put them. (In the freebsd directory, packages, etc. -- all DOS > partition.) Here is the problem. The DOS filesystem munges the filenames, and pkg_add gets confused. Once you get the system installed: 1. Mount your DOS partition with: mount -t msdos /dev/wd? /mnt Replace ? with the device number that the DOS partition is on. It may already be mounted on /dos as well; you can just type 'mount' to check. 2. Copy the files from the DOS partition to the FreeBSD partition, restoring the original filename. The original would be something like pine-3.95.tgz, while in DOS it may be PINE-3.95. 3. Run 'pkg_add package.tgz' as root to add the package. > Do you have a straightforward suggestion for getting specific files via ftp > through my DOS client and then installing them on the FreeBSD partition? I'm > especially interested in the HTML browser to aid in reading all the > documentation provided and now on the unix partition. That is more difficult. Once you get lynx installed (through the package) you can view this documentation. To be honest, the same (if not more current) information is available at http://www.freebsd.org/ > The other question is shutting down. I get error messages on boot that tell > me the last session was terminated without clean flags being set. > Suggestions? Are you running 'shutdown -r now'? Never, never just turn off the machine. It plays havoc with the filesystems. > I know this seems rudimentary, but until I can get to the manual pages and > FAQs and get read up (in the O'reilly & Assoc. books -- great suggestion, > thanks) I'm just too rusty to remember all this and really appreciate your > help. You're quite welcome. The books are the single best way to get up to speed on a lot of this. The O'Reilly books are the best I've found and make excellent references. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major