From owner-freebsd-fs@FreeBSD.ORG Thu Sep 3 12:40:06 2009 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E57D11065672 for ; Thu, 3 Sep 2009 12:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C07868FC0A for ; Thu, 3 Sep 2009 12:40:04 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n83Ce3cc032799 for ; Thu, 3 Sep 2009 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n83Ce3kd032798; Thu, 3 Sep 2009 12:40:03 GMT (envelope-from gnats) Date: Thu, 3 Sep 2009 12:40:03 GMT Message-Id: <200909031240.n83Ce3kd032798@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/138476: [panic] [sshfs] [fuse] Almost regular panic during VFS operations; maybe related to sshfs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2009 12:40:07 -0000 The following reply was made to PR kern/138476; it has been noted by GNATS. From: Andriy Gapon To: Gavin Atkinson , bug-followup@FreeBSD.org Cc: freebsd-fs@FreeBSD.org Subject: Re: kern/138476: [panic] [sshfs] [fuse] Almost regular panic during VFS operations; maybe related to sshfs Date: Thu, 03 Sep 2009 15:32:25 +0300 on 02/09/2009 22:00 Gavin Atkinson said the following: > The following reply was made to PR kern/138476; it has been noted by GNATS. > > From: Gavin Atkinson > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: kern/138476: [panic] [sshfs] [fuse] Almost regular panic during > VFS operations; maybe related to sshfs > Date: Wed, 2 Sep 2009 19:52:46 +0100 (BST) > > To submitter: Is there any chance you can try unmounting your sshfs and > having some other fuse FS mounted, to determine if this is caused by fuse > or sshfs? Just a note: sshfs is a userland program, it can not mess with kernel internals. fuse kmod is the only thing that does. -- Andriy Gapon