Re: fusefs-ntfs panic after update to 9.0-RELEASE....

2012-04-27 Thread doug

On Fri, 27 Apr 2012, Eric Schuele wrote:


All,

I've been using fusefs-ntfs for quite a while with no issues for my ntfs
needs in 8.x

I recently updated to 9.0-RELEASE, and now my machine panics upon
writing to an ntfs mount.  I did rebuild all fusefs-ntfs ports after the
upgrade.

Anyone else experiencing this or similar?

Similar maybe, I moved from kde 3.5 ==> xfce 4.8. When upgrading my workstation 
to 9.0, I installed the following fusefs packages:


  fusefs-kmod-0.3.9.p1.20080208_8
  fusefs-libs-2.7.4
  fusefs-sshfs-2.2

Every so often various errors come up. Unfortunately I can not diagnose the 
various issues because xorg 7.5 removes the ability to switch to a vty. I get no 
kernel panics and no core dumps. My symptoms are various low level services 
cease. Last time I could not terminate any tasks. I had thought this one was 
related to geany as I had just opened a file. However I routinely have at least 
one sshfs mount going, sometimes 2.


As I recall, my symptoms to date have been: no task can terminate, mouse stops 
working, and a total system lockup. These events were seemingly random. I will 
stop using sshfs for a bit and see what happens.

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


Re: fusefs-ntfs

2007-06-25 Thread Lowell Gilbert
"Anton Galitch" <[EMAIL PROTECTED]> writes:

> On 6/24/07, Lowell Gilbert <[EMAIL PROTECTED]> wrote:
>>
>> "Anton Galitch" <[EMAIL PROTECTED]> writes:
>>
>> > I have this problem while compiling fusfs-ntfs:
>> >
>> > mount_fusefs.c:72: error: `MOPT_STDOPTS' undeclared here (not in a
>> function)
>> > mount_fusefs.c:72: error: initializer element is not constant
>> > mount_fusefs.c:72: error: (near initialization for `mopts[12]')
>> > mount_fusefs.c:74: error: `MOPT_END' undeclared here (not in a function)
>> > mount_fusefs.c:74: error: initializer element is not constant
>> > mount_fusefs.c:74: error: (near initialization for `mopts[13]')
>> > mount_fusefs.c: In function `main':
>> > mount_fusefs.c:139: error: `getmnt_silent' undeclared (first use in this
>> > function)
>> > mount_fusefs.c:139: error: (Each undeclared identifier is reported only
>> once
>> > mount_fusefs.c:139: error: for each function it appears in.)
>> > mount_fusefs.c:179: error: dereferencing pointer to incomplete type
>> > mount_fusefs.c:179: error: increment of pointer to unknown structure
>> > mount_fusefs.c:179: error: arithmetic on pointer to an incomplete type
>> > mount_fusefs.c:180: error: dereferencing pointer to incomplete type
>> > mount_fusefs.c:181: error: dereferencing pointer to incomplete type
>> > mount_fusefs.c:247: error: dereferencing pointer to incomplete type
>> > mount_fusefs.c:247: error: increment of pointer to unknown structure
>> > mount_fusefs.c:247: error: arithmetic on pointer to an incomplete type
>> > mount_fusefs.c:248: error: dereferencing pointer to incomplete type
>> > mount_fusefs.c: In function `usage':
>> > mount_fusefs.c:379: error: dereferencing pointer to incomplete type
>> > mount_fusefs.c:379: error: increment of pointer to unknown structure
>> > mount_fusefs.c:379: error: arithmetic on pointer to an incomplete type
>> > mount_fusefs.c:380: error: dereferencing pointer to incomplete type
>> > mount_fusefs.c: At top level:
>> > mount_fusefs.c:58: warning: array 'mopts' assumed to have one element
>> > mount_fusefs.c:58: error: storage size of `mopts' isn't known
>> > *** Error code 1
>> >
>> > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd- 0.3.0
>> /mount_fusefs.
>> > *** Error code 1
>> >
>> > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0.
>> > *** Error code 1
>> >
>> > Stop in /usr/ports/sysutils/fusefs-kmod.
>> > *** Error code 1
>> >
>> > Stop in /usr/ports/sysutils/fusefs-ntfs.
>> > *** Error code 1
>> >
>> > Stop in /usr/ports/sysutils/fusefs-ntfs.
>> >
>> >
>> >
>> >
>> > Whats the problem??
>>
>> Have you got the kernel sources installed?
>>
>
>
> I have /usr/src/sys populated. What else should I have and how do I get it?

In this case, it looks like it comes from the sources for the mount
command.  The file that supplies that  /usr/src/sbin/mount/mntopts.h
and if you don't want to get the whole source tree, you can obtain it
from cvsweb.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fusefs-ntfs

2007-06-24 Thread Anton Galitch

On 6/24/07, Lowell Gilbert <[EMAIL PROTECTED]> wrote:


"Anton Galitch" <[EMAIL PROTECTED]> writes:

> I have this problem while compiling fusfs-ntfs:
>
> mount_fusefs.c:72: error: `MOPT_STDOPTS' undeclared here (not in a
function)
> mount_fusefs.c:72: error: initializer element is not constant
> mount_fusefs.c:72: error: (near initialization for `mopts[12]')
> mount_fusefs.c:74: error: `MOPT_END' undeclared here (not in a function)
> mount_fusefs.c:74: error: initializer element is not constant
> mount_fusefs.c:74: error: (near initialization for `mopts[13]')
> mount_fusefs.c: In function `main':
> mount_fusefs.c:139: error: `getmnt_silent' undeclared (first use in this
> function)
> mount_fusefs.c:139: error: (Each undeclared identifier is reported only
once
> mount_fusefs.c:139: error: for each function it appears in.)
> mount_fusefs.c:179: error: dereferencing pointer to incomplete type
> mount_fusefs.c:179: error: increment of pointer to unknown structure
> mount_fusefs.c:179: error: arithmetic on pointer to an incomplete type
> mount_fusefs.c:180: error: dereferencing pointer to incomplete type
> mount_fusefs.c:181: error: dereferencing pointer to incomplete type
> mount_fusefs.c:247: error: dereferencing pointer to incomplete type
> mount_fusefs.c:247: error: increment of pointer to unknown structure
> mount_fusefs.c:247: error: arithmetic on pointer to an incomplete type
> mount_fusefs.c:248: error: dereferencing pointer to incomplete type
> mount_fusefs.c: In function `usage':
> mount_fusefs.c:379: error: dereferencing pointer to incomplete type
> mount_fusefs.c:379: error: increment of pointer to unknown structure
> mount_fusefs.c:379: error: arithmetic on pointer to an incomplete type
> mount_fusefs.c:380: error: dereferencing pointer to incomplete type
> mount_fusefs.c: At top level:
> mount_fusefs.c:58: warning: array 'mopts' assumed to have one element
> mount_fusefs.c:58: error: storage size of `mopts' isn't known
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd- 0.3.0
/mount_fusefs.
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0.
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-kmod.
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-ntfs.
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-ntfs.
>
>
>
>
> Whats the problem??

Have you got the kernel sources installed?




I have /usr/src/sys populated. What else should I have and how do I get it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fusefs-ntfs

2007-06-24 Thread Lowell Gilbert
"Anton Galitch" <[EMAIL PROTECTED]> writes:

> I have this problem while compiling fusfs-ntfs:
>
> mount_fusefs.c:72: error: `MOPT_STDOPTS' undeclared here (not in a function)
> mount_fusefs.c:72: error: initializer element is not constant
> mount_fusefs.c:72: error: (near initialization for `mopts[12]')
> mount_fusefs.c:74: error: `MOPT_END' undeclared here (not in a function)
> mount_fusefs.c:74: error: initializer element is not constant
> mount_fusefs.c:74: error: (near initialization for `mopts[13]')
> mount_fusefs.c: In function `main':
> mount_fusefs.c:139: error: `getmnt_silent' undeclared (first use in this
> function)
> mount_fusefs.c:139: error: (Each undeclared identifier is reported only once
> mount_fusefs.c:139: error: for each function it appears in.)
> mount_fusefs.c:179: error: dereferencing pointer to incomplete type
> mount_fusefs.c:179: error: increment of pointer to unknown structure
> mount_fusefs.c:179: error: arithmetic on pointer to an incomplete type
> mount_fusefs.c:180: error: dereferencing pointer to incomplete type
> mount_fusefs.c:181: error: dereferencing pointer to incomplete type
> mount_fusefs.c:247: error: dereferencing pointer to incomplete type
> mount_fusefs.c:247: error: increment of pointer to unknown structure
> mount_fusefs.c:247: error: arithmetic on pointer to an incomplete type
> mount_fusefs.c:248: error: dereferencing pointer to incomplete type
> mount_fusefs.c: In function `usage':
> mount_fusefs.c:379: error: dereferencing pointer to incomplete type
> mount_fusefs.c:379: error: increment of pointer to unknown structure
> mount_fusefs.c:379: error: arithmetic on pointer to an incomplete type
> mount_fusefs.c:380: error: dereferencing pointer to incomplete type
> mount_fusefs.c: At top level:
> mount_fusefs.c:58: warning: array 'mopts' assumed to have one element
> mount_fusefs.c:58: error: storage size of `mopts' isn't known
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd- 0.3.0/mount_fusefs.
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0.
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-kmod.
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-ntfs.
> *** Error code 1
>
> Stop in /usr/ports/sysutils/fusefs-ntfs.
>
>
>
>
> Whats the problem??

Have you got the kernel sources installed?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"