From owner-freebsd-stable@FreeBSD.ORG Mon Sep 24 17:25:30 2012 Return-Path: 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 EAF16106566C; Mon, 24 Sep 2012 17:25:30 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 567E98FC08; Mon, 24 Sep 2012 17:25:29 +0000 (UTC) Received: by weyx43 with SMTP id x43so692792wey.13 for ; Mon, 24 Sep 2012 10:25:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RvD57EkBIJdZX217Tc0mUNtMvwXBV4YO4h8OqRUdlVQ=; b=bA5gSzAoIstZJ7bkSsHyaGhvbHKVJhMcQsFsF097iGz2/enV/YORWwnmJKvVDotkEU JW9R0JW0uTZ+uJFBK3xHKXjpwzlCWbOeXYDY5FDJKTKWhE2oH7Gr4JVivkGvd/XZUPwA RRBg4ypVSX6ZRZhz0OxLG3/hn/+CFlJXLcmMJf4/K86LIH5+udTaC3MAMeZ2/AigEcNf U+6QyXjfcg7V/h/lwzTTL+0w8Iw8KKc+jaje/NbNEvGIy1JVgak8davnQVNxX7LgIHGT 6iDqVPZ3X4lzDOCXbaiT4Mu6R4CqhGGskZwbF6FhIojaDQoXpA/eee4t8wWDLPXc2QOP SYSQ== MIME-Version: 1.0 Received: by 10.180.87.34 with SMTP id u2mr15826284wiz.3.1348507529059; Mon, 24 Sep 2012 10:25:29 -0700 (PDT) Received: by 10.223.66.194 with HTTP; Mon, 24 Sep 2012 10:25:28 -0700 (PDT) In-Reply-To: References: <50589DE6.4090107@bsdinfo.com.br> Date: Mon, 24 Sep 2012 10:25:28 -0700 Message-ID: From: Kevin Oberman To: attilio@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Marcelo Gondim , freebsd-stable@freebsd.org Subject: Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64 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: Mon, 24 Sep 2012 17:25:31 -0000 On Tue, Sep 18, 2012 at 7:55 PM, Attilio Rao wrote: > On Tue, Sep 18, 2012 at 5:14 PM, Marcelo Gondim wrote: >> I installed the package ntfs-fusefs on two different servers and both causes >> kernel panic when trying to copy anything. >> A server using FreeBSD 9.0 STABLE amd64 and the other using FreeBSD 9 RC1 >> amd64. >> Someone is having the same problem? > > Hello Marcelo, > Do you think you can try fuse import explained here: > http://lists.freebsd.org/pipermail/freebsd-current/2012-September/036677.html > > The proposed patch is for HEAD@240684 but I'm sure it should apply > cleanly to RELENG_9_1 too. > > Please let me know if you have further questions. I tried patching 9-Stable with fuse_240684.patch. It applied cleanly, but the kernel build failed: cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/GENERIC -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/fuse/../../fs/fuse/fuse_ipc.c cc1: warnings being treated as errors /usr/src/sys/modules/fuse/../../fs/fuse/fuse_node.c: In function 'fuse_vnode_setsize': /usr/src/sys/modules/fuse/../../fs/fuse/fuse_node.c:378: warning: passing argument 3 of 'vtruncbuf' makes pointer from integer without a cast /usr/src/sys/modules/fuse/../../fs/fuse/fuse_node.c:378: error: too few arguments to function 'vtruncbuf' *** [fuse_node.o] Error code 1 Looks like something has changed between stable and current that won't work. Any suggestions for a quick fix? It's a ThinkPad T520 running amd64, but I doubt that this is relevant to the error reported. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com