Re: [OpenAFS] Re: afs vs nfs

2005-11-24 Thread lamont
On Wed, 23 Nov 2005, Jeffrey Altman wrote: Cells are demarcations of authorization boundaries. If your Bangalore and New York offices are both controlled by the same authorities then they should not be separate cells. What you want to happen in this case is for your volumes to be migrated fr

Re: [OpenAFS] Re: afs vs nfs

2005-11-24 Thread lamont
On Wed, 23 Nov 2005, Chaskiel M Grundman wrote: You can't do it between non-cooperating cells because the resulting namespace would end up not being consistent from client to client. So much for a global filesystem. Yes, I'm talking about not only cooperating cells, but where there's a sing

Re: [OpenAFS] Re: afs vs nfs

2005-11-24 Thread Jeffrey Altman
[EMAIL PROTECTED] wrote: > > > On Wed, 23 Nov 2005, Jeffrey Altman wrote: >> Cells are demarcations of authorization boundaries. If your Bangalore >> and New York offices are both controlled by the same authorities then >> they should not be separate cells. >> >> What you want to happen in this c

Re: [OpenAFS] (webserver security) AFS and Apache Virtual Directory

2005-11-24 Thread Tim Spriggs
On Wed, 23 Nov 2005, Russ Allbery wrote: > Tim Spriggs <[EMAIL PROTECTED]> writes: > > > Of course, this doesn't completely solve the problem, right? As long as > > the webserver can see it and other people can run stuff as the webserver > > (like a quick perl/cgi script) > > Right, that's why yo

[OpenAFS] OpenAFS Wiki

2005-11-24 Thread Tim Spriggs
What needs to be done in order to get this going again? Is there some time I can donate to get things running again? I would not be averse to hosting a copy locally in the interest of having the information available again. Thanks, -Tim /++--._.--++\ . _.-._ \|/

[OpenAFS] Error while running JAFS

2005-11-24 Thread Shaji Kalidasan
Hi,I downloaded the Java classes from the location where you directed, then I compiled the Java files and when I tried to run the testAFS.java it reports the following error. D:\workspace\jafs>java testAFS [EMAIL PROTECTED] password servername 10 Exception in thread "main" ja

Re: [OpenAFS] Error while running JAFS

2005-11-24 Thread Jeffrey Altman
Shaji: The problem you are having is not related to AFS. In order for a Java class to interface with non-Java libraries, it must use the Java Native Interface (JNI). The JNI support must be built separately for every platform on which you wish to use the Java class libraries. The error you ar

Re: [OpenAFS] AFS and Apache Virtual Directory

2005-11-24 Thread Todd Lewis
If you are running with SELinux enabled, try disabling SELinux and see what happens. I know Apache on Fedora Core 4 out of the box won't follow symlinks in AFS. You can make it do that, but you have to convince it you really want to. Disabling it is just for testing to see if that's the issue.

[OpenAFS] Re: Error while running JAFS

2005-11-24 Thread Peter Somogyi
Hi, Somebody would have to write an NTMakefile to compile DLL. Unfortunately I don't have priority working on that. Peter ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

Re: [OpenAFS] Error while running JAFS

2005-11-24 Thread Shaji Kalidasan
Hi Jeffrey,Thank you very much for providing me your valuable inputs instantly and pointing out exactly where I am going wrong.How or where can I get the "JAFS.DLL" or "libjafs.so" in order to run my test program successfully.Please note that I don't have the expertise in C/C++ to compi

Re: [OpenAFS] (webserver security) AFS and Apache Virtual Directory

2005-11-24 Thread Russ Allbery
Tim Spriggs <[EMAIL PROTECTED]> writes: > On Wed, 23 Nov 2005, Russ Allbery wrote: >> Tim Spriggs <[EMAIL PROTECTED]> writes: >>> Of course, this doesn't completely solve the problem, right? As long as >>> the webserver can see it and other people can run stuff as the webserver >>> (like a quick p

Re: [OpenAFS] (webserver security) AFS and Apache Virtual Directory

2005-11-24 Thread Jeffrey Altman
Russ Allbery wrote: >> Also, does this incur performance problems? > > It's certainly slower, and it means that you can't use mod_perl, mod_php, > etc. and have to run an external interpretor. That's definitely not > ideal, and it would be nice to have a better solution to that. But > maintaini