Re: [OpenAFS] Re: afsd.fuse usage?

2011-09-20 Thread Matt W. Benjamin
Hi, Dunno. My fuse ukernel is pretty old, and worked. From the src, afs_root() is failing. Might be an issue with the supplied dirs? I would at this point build with full debugging and trace into it. Matt - "Troy Benjegerdes" wrote: > I have not set up fuse on this machine for reg

Re: [OpenAFS] Re: afsd.fuse usage?

2011-09-20 Thread Troy Benjegerdes
I have not set up fuse on this machine for regular user access, but I get the same behavior on another machine that is configured. hozer@six:~/cray/msgq$ sudo /usr/sbin/afsd.fuse -mountdir /tmp/afs/ -cachedir /tmp/vcache/ -d [sudo] password for hozer: Sorry, try again. [sudo] password for hozer

Re: [OpenAFS] Re: afsd.fuse usage?

2011-09-20 Thread Matt W. Benjamin
Hi Troy, When I just recently used fuse UKERNEL I did the following: afsd.fuse -memcache -mountdir /fafs -cachedir /vcache -d and got initial results. I haven't worked much with it yet, but the cm started and responded to vfsops. Matt - "Troy Benjegerdes" wrote: > Something is broken

Re: [OpenAFS] Re: afsd.fuse usage?

2011-09-20 Thread Troy Benjegerdes
Something is broken or not returning particularly useful error messages: hozer@six:~$ /usr/sbin/afsd.fuse /tmp/afs fuse: bad mount point `': No such file or directory hozer@six:~$ /usr/sbin/afsd.fuse -- /tmp/afs fuse: bad mount point `--': No such file or directory hozer@six:~$ /usr/sbin/afsd.fuse

Re: [OpenAFS] Re: afsd.fuse usage?

2011-09-16 Thread Derrick Brashear
On Fri, Sep 16, 2011 at 11:14 AM, Andrew Deason wrote: > On Fri, 16 Sep 2011 08:29:26 -0400 > Derrick Brashear wrote: > >> sick idea: use the rmtsysd interface to do it, since we already have >> tools that support it (all of them). > > Yeahbut, I mean, how do you specify which client to talk to?

Re: [OpenAFS] Re: afsd.fuse usage?

2011-09-16 Thread Derrick Brashear
On Fri, Sep 16, 2011 at 12:19 AM, Andrew Deason wrote: > On Thu, 15 Sep 2011 21:22:08 -0500 > Troy Benjegerdes wrote: > >> I can't seem to find any documentation on afsd.fuse... Is there a >> HOWTO, or something? What works, what doesn't? > > It accepts all of the options that afsd does, and shou