From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 28 04:48:13 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 222121065672 for ; Sat, 28 Jun 2008 04:48:13 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 85C6C8FC0C for ; Sat, 28 Jun 2008 04:48:12 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so459165fgb.35 for ; Fri, 27 Jun 2008 21:48:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=tm7tk1T8Je7rwPWFrieuWAwKi3ixy4TzIbcaeEZ84RQ=; b=Z5B6zOnnayYXSYyWcVYyDcxWPdzyptW5VA7Khvwky8Dz3utArSe4OjYkPp62xLwXZZ uwUDSQClbLFqsuSsnzPfrUbbZ1f/b00e/h5OTED8W9ew4IbTgmi0Sdnx0FR9datXBu3g SHHmBT6IW2crgSAM1g/96uoRqEVwXfczPLLgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FE6rBjDoQ9PhWZiyPm8HEAJ7GSSDN4AoPRoUrJiybx4F4SzGyUV/rqB4rf/qEJcqwH wVK4JSn4ptD/rEkUORHrHhQziLEzjMrDuBGE2Hd3Ah3QDr5z0aPFpxyHxAGlwaE2NtBW 77EZKJdmSJT275ATdalH/vtZRBVTTuqflUMQ0= Received: by 10.86.28.2 with SMTP id b2mr2963532fgb.78.1214628491610; Fri, 27 Jun 2008 21:48:11 -0700 (PDT) Received: by 10.86.51.1 with HTTP; Fri, 27 Jun 2008 21:48:06 -0700 (PDT) Message-ID: <7d6fde3d0806272148p37bed7acmbbefe82c460b9deb@mail.gmail.com> Date: Fri, 27 Jun 2008 21:48:06 -0700 From: "Garrett Cooper" To: "Sean Bruno" In-Reply-To: <486580CC.8040802@miralink.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48654287.4000508@miralink.com> <692660060806271325n45a863admbf037c50de9cf266@mail.gmail.com> <48655154.20709@miralink.com> <7d6fde3d0806271634r2d3d0ebbmfc791509fbcf01b9@mail.gmail.com> <486580CC.8040802@miralink.com> Cc: FreeBSD Hackers , =?ISO-8859-1?Q?Sebastian_Tymk=F3w?= 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 04:48:13 -0000 On Fri, Jun 27, 2008 at 5:07 PM, Sean Bruno wrote: > Garrett Cooper wrote: >> >> On Fri, Jun 27, 2008 at 1:45 PM, Sean Bruno wrote: >> >>> >>> Sebastian Tymk=F3w 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 fr= om > 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/com= pile/GENERIC > i386 If you're installing from the net, and don't already have the manpages, I'd do 7.0-RELEASE (or whatever it's labeled as for the release copy). If you already have the manpages and you have the source, cd /usr/src && make maninstall should do the trick. Cheers, -Garrett