From owner-freebsd-stable@FreeBSD.ORG Tue Jun 12 23:27:13 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D93516A41F for ; Tue, 12 Jun 2007 23:27:13 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by mx1.freebsd.org (Postfix) with ESMTP id DB74C13C43E for ; Tue, 12 Jun 2007 23:27:12 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by shodan.nognu.de (Postfix, from userid 1002) id 098D4B835; Wed, 13 Jun 2007 01:25:51 +0200 (CEST) Date: Wed, 13 Jun 2007 01:25:50 +0200 From: Frank Steinborn To: freebsd-stable@FreeBSD.org Mail-Followup-To: freebsd-stable@FreeBSD.org References: <20070612225610.39DB6B835@shodan.nognu.de> <20070612231551.GA21764@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070612231551.GA21764@rot13.obsecurity.org> User-Agent: mutt-ng/devel-r804 (FreeBSD) Message-Id: <20070612232551.098D4B835@shodan.nognu.de> Cc: Subject: Re: linprocfs/linsysfs broken in -STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2007 23:27:13 -0000 Kris Kennaway wrote: > On Wed, Jun 13, 2007 at 12:56:10AM +0200, Frank Steinborn wrote: > > Hi, > > > > On -STABLE from 13. Jun, 18:00 CEST, linprocfs and linsysfs is not > > mountable anymore: > > > > mount_linprocfs: Operation not supported by device > > mount_linsysfs: Operation not supported by device > > Typically this means you don't have one of the other prerequisites > loaded (pseudofs, procfs, maybe linux). > > Kris Kris, you are right - i missed adding 'options LINPROCFS' and 'options LINSYSFS' in the kernel. I overlooked it in NOTES, somehow. Sorry for wasting your time. Thanks. Frank