Re: [Barry-devel] FUSE filesystem for Barry

2008-11-27 Thread Chris Frey
On Sun, Nov 23, 2008 at 03:49:39AM -0500, Martin Owens wrote: > > :-) I am working on getting a wiki setup > > on sourceforge, > > I'm not sure a wiki will be enough any more. It's collaborative yes. But > it's also unstructured. We'll need to keep on top of it constantly to > make sure edits are

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-23 Thread Martin Owens
Hey Chris, > A belated huge thanks for this! I've dropped this in the doc/ directory > for now as a patch. Er, Your welcome. I figured you'd gone quite because I'd given you so much to do. > This is fantastic documentation... I obviously need to harness your > mad doc skills. I do have a way

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-23 Thread Chris Frey
On Tue, Nov 04, 2008 at 12:57:58AM -0500, Martin Owens wrote: > Done, took me a few hours to dig through the format, but it's not very > complex. I was on a roll so I also did SMS messages. A belated huge thanks for this! I've dropped this in the doc/ directory for now as a patch. This is fantas

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-05 Thread Rick Scott
On Wed, 2008-11-05 at 02:00 -0500, Chris Frey wrote: > On Mon, Nov 03, 2008 at 05:50:15PM -0500, Rick Scott wrote: > > > Note that while a Blackberry is mounted, it is unavailable to other > > > uses (at least until Rick Scott's kernel driver is finished and I add > > > support for that to the libr

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-04 Thread Chris Frey
On Mon, Nov 03, 2008 at 05:50:15PM -0500, Rick Scott wrote: > > Note that while a Blackberry is mounted, it is unavailable to other > > uses (at least until Rick Scott's kernel driver is finished and I add > > support for that to the library). > > Done! Well, maybe not done, but usable :) As of a

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-03 Thread Martin Owens
Done, took me a few hours to dig through the format, but it's not very complex. I was on a roll so I also did SMS messages. See attached sheet I'm betting I've duplicated much of the work you've already done Chris. So I think it'd be good to get that wiki page of data sniffing research. Otherwise

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-03 Thread Rick Scott
On Mon, 2008-11-03 at 02:27 -0500, Chris Frey wrote: > On Sun, Nov 02, 2008 at 12:32:38PM -0500, Martin Owens wrote: > > Ah figured it out, I had barry installed from the ubuntu repositories as > > well; so it looks like the libbarry was conflicting. > > > > Once I'd cleared it out and got it usin

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-02 Thread Chris Frey
On Sun, Nov 02, 2008 at 12:32:38PM -0500, Martin Owens wrote: > Ah figured it out, I had barry installed from the ubuntu repositories as > well; so it looks like the libbarry was conflicting. > > Once I'd cleared it out and got it using the newest version, it worked! Great news! I've changed the

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-02 Thread Martin Owens
Ah figured it out, I had barry installed from the ubuntu repositories as well; so it looks like the libbarry was conflicting. Once I'd cleared it out and got it using the newest version, it worked! OK so here are my thoughts. Currently the fuse mount is showing all the databases. There may be a d

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-02 Thread Chris Frey
On Sun, Nov 02, 2008 at 08:55:02AM -0500, Martin Owens wrote: > > Try running 'ldd bfuse' and see if libbarry is properly listed. > > $ ldd tools/bfuse > not a dynamic executable > $ Interesting. Try ./configure with a --prefix somewhere in your home directory and make installing it there. Then

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-02 Thread Martin Owens
> This is Barry::Init() and it comes from libbarry0... I tried it again, > and I don't have a problem on my system. Interesting, I was kind of wondering if I was doing it right. But I was following your instructions. > Try running 'ldd bfuse' and see if libbarry is properly listed. $ ldd tools/

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-01 Thread Chris Frey
On Sat, Nov 01, 2008 at 12:10:10PM -0400, Martin Owens wrote: > And you did it! :-) That is so amazing that I owe you several Beers when > ever you come down to Boston. :-) > libfuze-dev version 2.7.2-1 > barry checked out of git this morning > > I get this error when I try to fuze mount: > >

Re: [Barry-devel] FUSE filesystem for Barry

2008-11-01 Thread Martin Owens
Hey Chris! > Martin Owens asked recently about my thoughts regarding a FUSE filesystem > for Barry, so I decided to take a closer look at libfuse. Thanks for taking on the idea Chris. > I spent most of Friday writing a FUSE driver (is that what you call > these things? :) ) for Barry. It is in

[Barry-devel] FUSE filesystem for Barry

2008-10-31 Thread Chris Frey
Hi folks, Martin Owens asked recently about my thoughts regarding a FUSE filesystem for Barry, so I decided to take a closer look at libfuse. I spent most of Friday writing a FUSE driver (is that what you call these things? :) ) for Barry. It is in CVS/git, and is at an experimental stage right