From owner-freebsd-stable@FreeBSD.ORG Fri Sep 28 14:20:36 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FBBD106564A for ; Fri, 28 Sep 2012 14:20:36 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id AC9FC8FC22 for ; Fri, 28 Sep 2012 14:20:35 +0000 (UTC) Received: by bkcjf20 with SMTP id jf20so2646314bkc.13 for ; Fri, 28 Sep 2012 07:20:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=W/VDqG/ZWcZaF7AFbcJ7iVNgFmIgPJaKTMHHreSpE04=; b=WUFb2beAOQa2Ho9QKKWgZoysCHTqNo+tCWzURMjLTI8XiMRw7JqVNqa8hIVOSos2us FCxLdbJNlc3rg1h2JpTLFxN7MttdOfqSj0qeEya7CaeX2dau2O/byola/i42Hl2DX41P 95C3Y+ebjUpMu7O2LZh6IC3N319JD9qBiuPzK5rlTWvsPO9rcwtcwlcDSlpqpWviMtG9 tGvX5Bb+kxsVaC01kmGYO9gSS23Lb47VpbDZSYfKDuMhiNZVfZGmCKI7Vybb96tE3uf8 X6FKABwA/dvJKysUrApH+ayIqmnhqzmpVlAhC/75tnB//+yuIxWa5kKD9+qzi52DRkb8 niQA== MIME-Version: 1.0 Received: by 10.152.131.37 with SMTP id oj5mr5991650lab.14.1348842034590; Fri, 28 Sep 2012 07:20:34 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.112.102.39 with HTTP; Fri, 28 Sep 2012 07:20:34 -0700 (PDT) In-Reply-To: References: <50589DE6.4090107@bsdinfo.com.br> Date: Fri, 28 Sep 2012 15:20:34 +0100 X-Google-Sender-Auth: 7gzdP2H-PZ3ph4IFSvxXIHvHe_0 Message-ID: From: Attilio Rao To: Kevin Oberman 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 Reply-To: attilio@FreeBSD.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 14:20:36 -0000 On Mon, Sep 24, 2012 at 6:25 PM, Kevin Oberman wrote: > 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? Please check this out: http://lists.freebsd.org/pipermail/freebsd-current/2012-September/036862.html Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein