From owner-freebsd-questions@FreeBSD.ORG Fri Sep 8 00:12:42 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 3294616A4F6 for ; Fri, 8 Sep 2006 00:12:42 +0000 (UTC) (envelope-from rance@frontiernet.net) Received: from relay02.roc.ny.frontiernet.net (relay02.roc.ny.frontiernet.net [66.133.182.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9044D43D49 for ; Fri, 8 Sep 2006 00:12:41 +0000 (GMT) (envelope-from rance@frontiernet.net) X-Virus-Scanned: by amavisd-new-2.4.1 at filter06.roc.ny.frontiernet.net Received: from localhost (webmail02.roc.ny.frontiernet.net [66.133.182.101]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id 93A4F3706D4 for ; Fri, 8 Sep 2006 00:12:19 +0000 (UTC) X-Received: from 67-137-161-18.bras01.kea.ne.frontiernet.net (67-137-161-18.bras01.kea.ne.frontiernet.net [67.137.161.18]) by webmail.frontiernet.net (Horde MIME library) with HTTP; Fri, 08 Sep 2006 00:12:40 +0000 Message-ID: <20060908001240.4a2n88ezy6m8k8gg@webmail.frontiernet.net> Date: Fri, 08 Sep 2006 00:12:40 +0000 From: "rance@frontiernet.net" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.5-cvs) Subject: "make config" display problem while installing samba3 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: Fri, 08 Sep 2006 00:12:42 -0000 I've finally gotten around to adding samba3 to my home router box I cd'd into /usr/ports/net/samba3 and issued a make install clean and figured that would be the end of it. the options selection screen that comes up when you "make config" or try to install the port for the first time is broken for me. when the options configuration screen comes up the left hand column (where the option selection actually takes place) is not visible. the right hand column where the option descriptions is visible. moving down the list with the down arrow key I see each option visible one option at a time, and one line down from its description. when I arrow down the list to the next entry the entry above disappears. after arrowing all the way down the list, I arrowed back UP the list, and this time all options values stayed visible, and I could see the whole list, but I could not select (or deselect) any option. They were still one line down from the description. I tried to pkg_add samba3 but that wont work because ive already upgraded some of the packages samba depends on, so the pkg_add failed. I tried this on the ports tree of TWO different freebsd boxes. the ports tree version I'm using is samba 3.0.23c,1 Could someone give me a hand? Thanks