Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64

2012-10-08 Thread Attilio Rao
On Fri, Sep 28, 2012 at 11:32 PM, Kevin Oberman kob6...@gmail.com wrote:
 On Fri, Sep 28, 2012 at 7:20 AM, Attilio Rao atti...@freebsd.org wrote:
 On Mon, Sep 24, 2012 at 6:25 PM, Kevin Oberman kob6...@gmail.com wrote:
 On Tue, Sep 18, 2012 at 7:55 PM, Attilio Rao atti...@freebsd.org wrote:
 On Tue, Sep 18, 2012 at 5:14 PM, Marcelo Gondim gon...@bsdinfo.com.br 
 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

 Attilio,

 stable/9 (r239879) patched and lightly tested. Seems to be working
 fine at this time. I still need to further study mount_fusefs and I am
 still using the old mount-fuse script until I can look at how HAL and
 Gnome will handle things.

 I'll try my rsync test, which reliably crashed the system with the old
 fusefs stuff, this weekend.

So, did you try this? Any new?

Attilio


-- 
Peace can only be achieved by understanding - A. Einstein
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64

2012-09-28 Thread Attilio Rao
On Mon, Sep 24, 2012 at 6:25 PM, Kevin Oberman kob6...@gmail.com wrote:
 On Tue, Sep 18, 2012 at 7:55 PM, Attilio Rao atti...@freebsd.org wrote:
 On Tue, Sep 18, 2012 at 5:14 PM, Marcelo Gondim gon...@bsdinfo.com.br 
 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
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64

2012-09-28 Thread Marcelo Gondim

Em 28/09/12 11:20, Attilio Rao escreveu:

On Mon, Sep 24, 2012 at 6:25 PM, Kevin Oberman kob6...@gmail.com wrote:

On Tue, Sep 18, 2012 at 7:55 PM, Attilio Rao atti...@freebsd.org wrote:

On Tue, Sep 18, 2012 at 5:14 PM, Marcelo Gondim gon...@bsdinfo.com.br 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



Hi all,

Problem resolved with FreeBSD 9.1-RC2. I did a svn update, recompiled my 
system for RC2 and did a new test. This time I had no problems with 
kernel panic.


Thanks,

Gondim
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64

2012-09-28 Thread Kevin Oberman
On Fri, Sep 28, 2012 at 7:20 AM, Attilio Rao atti...@freebsd.org wrote:
 On Mon, Sep 24, 2012 at 6:25 PM, Kevin Oberman kob6...@gmail.com wrote:
 On Tue, Sep 18, 2012 at 7:55 PM, Attilio Rao atti...@freebsd.org wrote:
 On Tue, Sep 18, 2012 at 5:14 PM, Marcelo Gondim gon...@bsdinfo.com.br 
 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

Attilio,

stable/9 (r239879) patched and lightly tested. Seems to be working
fine at this time. I still need to further study mount_fusefs and I am
still using the old mount-fuse script until I can look at how HAL and
Gnome will handle things.

I'll try my rsync test, which reliably crashed the system with the old
fusefs stuff, this weekend.

Thanks for your work on this.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64

2012-09-24 Thread Kevin Oberman
On Tue, Sep 18, 2012 at 7:55 PM, Attilio Rao atti...@freebsd.org wrote:
 On Tue, Sep 18, 2012 at 5:14 PM, Marcelo Gondim gon...@bsdinfo.com.br 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: kob6...@gmail.com
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64

2012-09-18 Thread Jan Henrik Sylvester

On 09/18/2012 18:14, Marcelo Gondim wrote:

I installed the package ntfs-fusefs on two different servers and both
causes kernel panic when trying to copy anything.


I got panics, too, but found some patch that I attached to ports/169165.

Unfortunately, the maintainer of sysutils/fusefs-kmod (Cced) did not 
reply for the last four weeks.


It could be committed due to a maintainer timeout.

Cheers,
Jan Henrik
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64

2012-09-18 Thread Kevin Oberman
On Tue, Sep 18, 2012 at 10:21 AM, Jan Henrik Sylvester m...@janh.de wrote:
 On 09/18/2012 18:14, Marcelo Gondim wrote:

 I installed the package ntfs-fusefs on two different servers and both
 causes kernel panic when trying to copy anything.


 I got panics, too, but found some patch that I attached to ports/169165.

 Unfortunately, the maintainer of sysutils/fusefs-kmod (Cced) did not reply
 for the last four weeks.

 It could be committed due to a maintainer timeout.

Florian Smeets recently posted ports of updated versions of
fusefs-libs and fusefs-ntfs on ports@ with a call for testing. You
might want to look at that, though I hit a bit of a sticky wicket.
After the upgrade of those ports I could no longer build fusefs-kmod.
:-( If I get some time, I may be able to track the missing declaration
down, but I would not bet on it. Florian said he will look into it
when he has some time, but I have no idea when that might be.

On the other hand, I have found it to be fairly stable. I keep all of
my l of my music and video on an NTFS partition that is available to
both Windows and FreeBSD. Gets fairly heavy use, but it very
read-mostly.

I have used it since at least 8.0 and probably 7.2 on both i386 and
amd64. I can crash it reliably by using rsync to copy files and it
periodically seems to lose some context. All files/directories start
reporting Non-existent. Resetting the cwd with cd seems to get this
working again, though.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64

2012-09-18 Thread Attilio Rao
On Tue, Sep 18, 2012 at 5:14 PM, Marcelo Gondim gon...@bsdinfo.com.br 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.

Attilio


-- 
Peace can only be achieved by understanding - A. Einstein
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org