From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 28 00:07:42 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0A7B1065673 for ; Sat, 28 Jun 2008 00:07:42 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id CA4748FC1B for ; Sat, 28 Jun 2008 00:07:42 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id C83EF1A93D7; Fri, 27 Jun 2008 17:07:21 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -4.399 X-Spam-Level: X-Spam-Status: No, score=-4.399 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599] Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r4FJ0AxzoRzC; Fri, 27 Jun 2008 17:07:21 -0700 (PDT) Received: from [10.47.1.10] (vpn.office.miralink.com [10.0.0.5]) by plato.miralink.com (Postfix) with ESMTP id 2CC491A93C3; Fri, 27 Jun 2008 17:07:21 -0700 (PDT) Message-ID: <486580CC.8040802@miralink.com> Date: Fri, 27 Jun 2008 17:07:40 -0700 From: Sean Bruno User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Garrett Cooper References: <48654287.4000508@miralink.com> <692660060806271325n45a863admbf037c50de9cf266@mail.gmail.com> <48655154.20709@miralink.com> <7d6fde3d0806271634r2d3d0ebbmfc791509fbcf01b9@mail.gmail.com> In-Reply-To: <7d6fde3d0806271634r2d3d0ebbmfc791509fbcf01b9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD Hackers , =?ISO-8859-1?Q?an_Tymk=F3w?= , =?ISO-8859-1?Q?Sebasti?= Subject: Re: Error from systinstall while trying to install man page packages X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2008 00:07:43 -0000 Garrett Cooper wrote: > On Fri, Jun 27, 2008 at 1:45 PM, Sean Bruno wrote: > >> Sebastian Tymków wrote: >> >>> Hi, >>> >>> You can set information in sysinstall using "Options" and setting >>> "Release name" >>> >>> Best regards, >>> >>> Sebastian Tymkow >>> >> Thanks. What should I set the Release name to? >> > > According to uname above, 7.0-STABLE (IIRC). Maybe uname -r would show > the appropriate value? > -Garrett > Everything looks fine here as far as I can tell. I still get an error from sysinstall stating that 7.0-STABLE can't be found. Since I rebuilt the kernel from src, should I buildworld on the box and see if that resolves the issue? [sbruno@ophelia ~]$ uname -r 7.0-STABLE [sbruno@ophelia ~]$ uname -a FreeBSD ophelia 7.0-STABLE FreeBSD 7.0-STABLE #9: Fri Jun 27 15:49:54 UTC 2008 sbruno@ophelia:/usr/home/sbruno/FreeBSD_RELENG_7_15APR08/src/sys/i386/compile/GENERIC i386 Sean