From owner-freebsd-questions@FreeBSD.ORG Wed Aug 2 10:14:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6E9C16A4DA for ; Wed, 2 Aug 2006 10:14:13 +0000 (UTC) (envelope-from mjkarki@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F56543D45 for ; Wed, 2 Aug 2006 10:14:12 +0000 (GMT) (envelope-from mjkarki@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1850218uge for ; Wed, 02 Aug 2006 03:14:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=U+C5oisBk39O+BHjl7MrLKTnQDgJmnUm/cePup9PbWU9akvLHNDkvjX/b4D/EsVZhPx1DE+f93Q62TTxlkLtiGygKTttvOu+NnB361w8qyTOWDXh2T4X/Y0Wa0+qKNmUeKHYiUxPJD3WF24khUNeo0syG8QiNJ0N79bnQObIRjw= Received: by 10.66.221.19 with SMTP id t19mr804635ugg; Wed, 02 Aug 2006 03:14:12 -0700 (PDT) Received: by 10.67.101.7 with HTTP; Wed, 2 Aug 2006 03:14:12 -0700 (PDT) Message-ID: <1b15366e0608020314y1d54a12fv77b066c0a8bbe020@mail.gmail.com> Date: Wed, 2 Aug 2006 13:14:12 +0300 From: "Matti J. Karki" Sender: mjkarki@gmail.com To: "Jonathan Horne" In-Reply-To: <45035.167.246.36.14.1154463714.squirrel@webmail.dfwlp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45035.167.246.36.14.1154463714.squirrel@webmail.dfwlp.org> X-Google-Sender-Auth: 454048ee061e6942 Cc: freebsd-questions@freebsd.org Subject: Re: need help troubleshooting man X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 10:14:13 -0000 On 8/1/06, Jonathan Horne wrote: > i remember a thread from a few weeks back, that i followed closely, but > was never able to resolve my issue as the original poster did. i have a > 6.1-STABLE system that the bulk of my mans to not work, but some that are > recently installed from ports are working. can someone guide me thru > trouble shooting this issue? > I managed to get this kind of situation by installing first the "minimal set" (or "distribution") and then installing everything else from the ports. The minimal installation set does not have man pages. To get small - but fully functional - installation, I had to install the "User set", which contains the required binaries and all relevant documentation files. Maybe re-running the sysinstall and selecting appropriate distribution set could help? -Matti