RE: Fuse on FreeBSD 9.2

2013-10-10 Thread Łukasz P
Hello,
I've tried http://people.freebsd.org/~flo/fusefs-kmod.tar.bz2 on 9.2 - 
unfortunatelly - there's the same problem as with fuse from 10. While using 
MooseFS filesystem changes made on one client node are not visible to other 
clients.
It's like the file content is not being refreshed. There is no such problem on 
7.4 or 8.4 using regular fusefs-kmod from ports.



Luke

> -Original Message-
> From: Yamagi Burmeister [mailto:li...@yamagi.org]
> Sent: Tuesday, October 08, 2013 2:03 PM
> To: f...@freebsd.org
> Cc: freebsd-hackers@freebsd.org; ad...@3dr.org
> Subject: Re: Fuse on FreeBSD 9.2
> 
> There's already a backport which can be found here:
> http://people.freebsd.org/~flo/fusefs-kmod.tar.bz2
> 
> 1. Download, untar and replace your existing sysutils/fusefs-kmod
>port with it. Open the Makefile and add "NO_STAGE= yes" to it.
> 2. cd sysutils/fusefs-kmod ; make makesum ; make deinstall reinstall
>clean
> 4. Rebuild sysutils/fusefs-libs and all fuse filesystems (don't
>know if that's necessary but it doesn't hurt either).
> 
> I've been running with this kernel module on FreeBSD 9-STABLE,
> 9.1 and 9.2 four about one year without any problem. I don't know why flo@
> never committed his work.
> 
> On Tue, 08 Oct 2013 06:34:03 -0500
> Mark Felder  wrote:
> 
> > On Tue, Oct 8, 2013, at 5:21, Łukasz P wrote:
> > > Hello,
> > >
> > > Please let me know if anyone is up to fix fuse on FreeBSD 9.x ?
> > >
> > > Particularly this bug:
> > > <http://www.freebsd.org/cgi/query-pr.cgi?pr=182739>
> > > http://www.freebsd.org/cgi/query-pr.cgi?pr=182739
> > >
> > >
> > >
> > > I'm willing to pay for the fix.
> > >
> > >
> >
> > I think the "fix" is the new from-scratch fuse module in FreeBSD 10,
> > which in my experience works flawlessly. Perhaps you should instead
> > see if someone is willing to backport that fuse module to 9.x?
> > ___
> > freebsd-hackers@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> > To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
> 
> --
> Homepage:  www.yamagi.org
> XMPP:  yam...@yamagi.org
> GnuPG/GPG: 0xEFBCCBCB

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

RE: Fuse on FreeBSD 9.2

2013-10-08 Thread Łukasz P
Thank you - I'll give it a try today.
Can you confirm that doing rsync with this fuse version is stable?

Can you please tell us which fuse-based file system have you used?


Luke


> -Original Message-
> From: Yamagi Burmeister [mailto:li...@yamagi.org]
> Sent: Tuesday, October 08, 2013 2:03 PM
> To: f...@freebsd.org
> Cc: freebsd-hackers@freebsd.org; ad...@3dr.org
> Subject: Re: Fuse on FreeBSD 9.2
> 
> There's already a backport which can be found here:
> http://people.freebsd.org/~flo/fusefs-kmod.tar.bz2
> 
> 1. Download, untar and replace your existing sysutils/fusefs-kmod
>port with it. Open the Makefile and add "NO_STAGE= yes" to it.
> 2. cd sysutils/fusefs-kmod ; make makesum ; make deinstall reinstall
>clean
> 4. Rebuild sysutils/fusefs-libs and all fuse filesystems (don't
>know if that's necessary but it doesn't hurt either).
> 
> I've been running with this kernel module on FreeBSD 9-STABLE,
> 9.1 and 9.2 four about one year without any problem. I don't know why flo@
> never committed his work.
> 
> On Tue, 08 Oct 2013 06:34:03 -0500
> Mark Felder  wrote:
> 
> > On Tue, Oct 8, 2013, at 5:21, Łukasz P wrote:
> > > Hello,
> > >
> > > Please let me know if anyone is up to fix fuse on FreeBSD 9.x ?
> > >
> > > Particularly this bug:
> > > <http://www.freebsd.org/cgi/query-pr.cgi?pr=182739>
> > > http://www.freebsd.org/cgi/query-pr.cgi?pr=182739
> > >
> > >
> > >
> > > I'm willing to pay for the fix.
> > >
> > >
> >
> > I think the "fix" is the new from-scratch fuse module in FreeBSD 10,
> > which in my experience works flawlessly. Perhaps you should instead
> > see if someone is willing to backport that fuse module to 9.x?
> > ___
> > freebsd-hackers@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> > To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
> 
> --
> Homepage:  www.yamagi.org
> XMPP:  yam...@yamagi.org
> GnuPG/GPG: 0xEFBCCBCB

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

RE: Fuse on FreeBSD 9.2

2013-10-08 Thread Łukasz P
Sounds good - I'm using MooseFS file system - and problems with fuse occurs 
during rsync.
I will test suggested by you http://people.freebsd.org/~flo/fusefs-kmod.tar.bz2 
 - and will let know if that works in few hours.




> -Original Message-
> From: Yamagi Burmeister [mailto:li...@yamagi.org]
> Sent: Tuesday, October 08, 2013 2:59 PM
> To: ad...@3dr.org
> Cc: freebsd-hackers@freebsd.org
> Subject: Re: Fuse on FreeBSD 9.2
> 
> Responding to myself...
> 
> On Tue, 8 Oct 2013 14:13:35 +0200
> Yamagi Burmeister  wrote:
> 
> >
> > On Tue, 8 Oct 2013 14:08:41 +0200
> > Łukasz P  wrote:
> >
> > > Thank you - I'll give it a try today.
> > > Can you confirm that doing rsync with this fuse version is stable?
> >
> > I'm sorry but I've never even tried rsync on top of a fuse mount.
> 
> I've just rsynced ~25GB data from an smbnetfs mount to zfs and back to the
> smbnetfs mount. No problems so far. That's of course only a first test but
> apparently there are no obvious problems / panics.
> --
> Homepage:  www.yamagi.org
> XMPP:  yam...@yamagi.org
> GnuPG/GPG: 0xEFBCCBCB

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

Re: Fuse on FreeBSD 9.2

2013-10-08 Thread Yamagi Burmeister
Responding to myself...

On Tue, 8 Oct 2013 14:13:35 +0200
Yamagi Burmeister  wrote:

> 
> On Tue, 8 Oct 2013 14:08:41 +0200
> Łukasz P  wrote:
> 
> > Thank you - I'll give it a try today.
> > Can you confirm that doing rsync with this fuse version is stable?
> 
> I'm sorry but I've never even tried rsync on top of a fuse mount.

I've just rsynced ~25GB data from an smbnetfs mount to zfs and back to
the smbnetfs mount. No problems so far. That's of course only a first
test but apparently there are no obvious problems / panics.
-- 
Homepage:  www.yamagi.org
XMPP:  yam...@yamagi.org
GnuPG/GPG: 0xEFBCCBCB
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Fuse on FreeBSD 9.2

2013-10-08 Thread Yamagi Burmeister
There's already a backport which can be found here:
http://people.freebsd.org/~flo/fusefs-kmod.tar.bz2

1. Download, untar and replace your existing sysutils/fusefs-kmod
   port with it. Open the Makefile and add "NO_STAGE= yes" to it.
2. cd sysutils/fusefs-kmod ; make makesum ; make deinstall reinstall
   clean
4. Rebuild sysutils/fusefs-libs and all fuse filesystems (don't 
   know if that's necessary but it doesn't hurt either).

I've been running with this kernel module on FreeBSD 9-STABLE,
9.1 and 9.2 four about one year without any problem. I don't
know why flo@ never committed his work.

On Tue, 08 Oct 2013 06:34:03 -0500
Mark Felder  wrote:

> On Tue, Oct 8, 2013, at 5:21, Łukasz P wrote:
> > Hello,
> > 
> > Please let me know if anyone is up to fix fuse on FreeBSD 9.x ?
> > 
> > Particularly this bug: 
> > 
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=182739
> > 
> >  
> > 
> > I'm willing to pay for the fix.
> > 
> >  
> 
> I think the "fix" is the new from-scratch fuse module in FreeBSD 10,
> which in my experience works flawlessly. Perhaps you should instead see
> if someone is willing to backport that fuse module to 9.x?
> ___
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

-- 
Homepage:  www.yamagi.org
XMPP:  yam...@yamagi.org
GnuPG/GPG: 0xEFBCCBCB
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Fuse on FreeBSD 9.2

2013-10-08 Thread Mark Felder
On Tue, Oct 8, 2013, at 7:08, Łukasz P wrote:
> Thank you - I'll give it a try today.
> Can you confirm that doing rsync with this fuse version is stable?
> 
> Can you please tell us which fuse-based file system have you used?
> 

My main use case these days is ntfs-3g, and I no longer get panics when
doing mass file operations including rsync. :-)
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

RE: Fuse on FreeBSD 9.2

2013-10-08 Thread Łukasz P
Thank you!

> -Original Message-
> From: Yamagi Burmeister [mailto:li...@yamagi.org]
> Sent: Tuesday, October 08, 2013 2:14 PM
> To: ad...@3dr.org
> Cc: f...@freebsd.org; freebsd-hackers@freebsd.org
> Subject: Re: Fuse on FreeBSD 9.2
> 
> 
> On Tue, 8 Oct 2013 14:08:41 +0200
> Łukasz P  wrote:
> 
> > Thank you - I'll give it a try today.
> > Can you confirm that doing rsync with this fuse version is stable?
> 
> I'm sorry but I've never even tried rsync on top of a fuse mount.
> 
> > Can you please tell us which fuse-based file system have you used?
> 
> Mostly sysutils/fusefs-smbnetfs to access file servers and sometimes
> sysutils/fusefs-ntfs with Win XP and Win 7 disks.
> 
> --
> Homepage:  www.yamagi.org
> XMPP:  yam...@yamagi.org
> GnuPG/GPG: 0xEFBCCBCB

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

Re: Fuse on FreeBSD 9.2

2013-10-08 Thread Yamagi Burmeister

On Tue, 8 Oct 2013 14:08:41 +0200
Łukasz P  wrote:

> Thank you - I'll give it a try today.
> Can you confirm that doing rsync with this fuse version is stable?

I'm sorry but I've never even tried rsync on top of a fuse mount.
 
> Can you please tell us which fuse-based file system have you used?

Mostly sysutils/fusefs-smbnetfs to access file servers and sometimes
sysutils/fusefs-ntfs with Win XP and Win 7 disks.

-- 
Homepage:  www.yamagi.org
XMPP:  yam...@yamagi.org
GnuPG/GPG: 0xEFBCCBCB
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Fuse on FreeBSD 9.2

2013-10-08 Thread Mark Felder
On Tue, Oct 8, 2013, at 6:34, Mark Felder wrote:
> 
> I think the "fix" is the new from-scratch fuse module in FreeBSD 10,
> which in my experience works flawlessly. Perhaps you should instead see
> if someone is willing to backport that fuse module to 9.x?
>

Well actually the description on the WhatsNew/FreeBSD10 page has me on
the fence about whether or not the port and the new module in FreeBSD 10
share the same source. You could diff it to find out. I'm a bit short on
time this morning to dig into that. :-)

"The FreeBSD port (including the clean-room BSD-licenced
reimplementation of the kernel module) was created during 2 summer of
code mandates and being revived by gnn recently. The functionality in
this commit matches the content of fusefs-kmod port, which doesn't need
to be installed anymore for -CURRENT setups."

https://wiki.freebsd.org/WhatsNew/FreeBSD10
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"


Re: Fuse on FreeBSD 9.2

2013-10-08 Thread Mark Felder
On Tue, Oct 8, 2013, at 5:21, Łukasz P wrote:
> Hello,
> 
> Please let me know if anyone is up to fix fuse on FreeBSD 9.x ?
> 
> Particularly this bug: 
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=182739
> 
>  
> 
> I'm willing to pay for the fix.
> 
>  

I think the "fix" is the new from-scratch fuse module in FreeBSD 10,
which in my experience works flawlessly. Perhaps you should instead see
if someone is willing to backport that fuse module to 9.x?
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"