From owner-freebsd-questions Fri Jul 26 04:41:22 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA23348 for questions-outgoing; Fri, 26 Jul 1996 04:41:22 -0700 (PDT) Received: from relay-4.mail.demon.net (relay-4.mail.demon.net [158.152.1.108]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA23343 for ; Fri, 26 Jul 1996 04:41:19 -0700 (PDT) Received: from post.demon.co.uk ([158.152.1.72]) by relay-4.mail.demon.net id ab05694; 26 Jul 96 11:40 GMT Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net id aa24370; 26 Jul 96 12:36 +0100 Received: (from fqueries@localhost) by jraynard.demon.co.uk (8.7.5/8.6.12) id AAA13791; Fri, 26 Jul 1996 00:43:12 GMT From: James Raynard Message-Id: <199607260043.AAA13791@jraynard.demon.co.uk> Subject: Re: Software not loading To: Mark Tukman Date: Fri, 26 Jul 1996 00:43:12 +0000 () Cc: freebsd-questions@freebsd.org In-Reply-To: <31E584B7.492B@acpub.duke.edu> from "Mark Tukman" at Jul 11, 96 06:48:23 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I have just installed free bsd on my pc. At the end of the > installation, when given the opportunity to pick some software > packages, I end up with a message that the software can't be found. I > have an Atapi CD-Rom, so I am installing from my Dos partition. This is a problem with MSDOS's stupid restrictions on file names. The install program is looking for names like kringemaker-1.6.alpha.tar.gz which DOS has completely garbled. You can fix this by truncating them yourself into a more sensible format before installing; the trick is to have an eight-letter name followed by '.tgz', eg something like kringema.tgz for the above program.