From owner-freebsd-stable@FreeBSD.ORG Tue Jun 12 23:15:52 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 2AF2E16A400 for ; Tue, 12 Jun 2007 23:15:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 185CB13C4AD for ; Tue, 12 Jun 2007 23:15:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 213A81A3C19 for ; Tue, 12 Jun 2007 16:15:31 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 6D614513C5 for ; Tue, 12 Jun 2007 19:15:51 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 63AF7BE7C; Tue, 12 Jun 2007 19:15:51 -0400 (EDT) Date: Tue, 12 Jun 2007 19:15:51 -0400 From: Kris Kennaway To: freebsd-stable@FreeBSD.org Message-ID: <20070612231551.GA21764@rot13.obsecurity.org> References: <20070612225610.39DB6B835@shodan.nognu.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070612225610.39DB6B835@shodan.nognu.de> User-Agent: Mutt/1.4.2.3i 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:15:52 -0000 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