From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 08:46:27 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41713106566B for ; Sat, 25 Feb 2012 08:46:27 +0000 (UTC) (envelope-from ueber@roladder.net) Received: from mail.roladder.net (roladder.net [46.4.18.72]) by mx1.freebsd.org (Postfix) with ESMTP id BA09B8FC0A for ; Sat, 25 Feb 2012 08:46:26 +0000 (UTC) Received: by mail.roladder.net (Postfix, from userid 65534) id 51DCB2555938; Sat, 25 Feb 2012 09:46:25 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on roladder.net X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 Received: from localhost (Debian-50-lenny-64-LAMP [46.4.18.72]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.roladder.net (Postfix) with ESMTPSA id 003C725553C3 for ; Sat, 25 Feb 2012 09:46:24 +0100 (CET) Date: Sat, 25 Feb 2012 09:46:24 +0100 From: Florian Unglaub To: freebsd-questions@freebsd.org Message-ID: <20120225084624.GA7973@roladder.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20120220145840.GA45802@mars.foo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Problems with linprocfs(5) and htop 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: Sat, 25 Feb 2012 08:46:27 -0000 > On Mon, Feb 20, 2012 at 05:46:35PM +0000, jb wrote: > Florian Unglaub roladder.net> writes: > > > ... > > htop relies on linprocfs(5) to gather process statistic. linprocfs is > > mounted: > > > > linprocfs on /usr/compat/linux/proc (linprocfs, local) > > ... > > $ cat /etc/fstab > ... > linproc /compat/linux/proc linprocfs rw 0 0 I used to have it mounted there until people on the forums repeatedly told me it should be mounted under /usr/compat/linux/proc. However, I just moved the whole compat directory to /usr and made a symlink to /usr/compat. Nevertheless, in neither configurations the tool is working. Regards, Florian.