[OpenAFS] [Q] Creating User space AFS Client using FUSE

2005-07-07 Thread Sungjin Chun
Hi, Is there anyone who tries FUSE + libuafs? Or am I going wrong direction? And can I get some info(code, doc or etc) on libuafs on linux? I've tried some simple code (attached file), but it only dies with segmentation fault on lookupname call, exact location of segmentation fault is line

Re: [OpenAFS] [Q] Creating User space AFS Client using FUSE

2005-07-07 Thread Sungjin Chun
I've found the cause of segmentation fault error. It related to gop_lookupname (which in turn calls lookupname) macro. I'm sure why but if I add lookupname declaration to all gop_loopkupname macro calling files and change gop_lookupname with lookupname function call, then it just works. Wit

[OpenAFS] mod_auth_pam: Patch for session and credential support

2005-07-07 Thread Berthold Cogel
Hello! I just submitted a patch for mod_auth_pam. (http://sourceforge.net/tracker/index.php?func=detail&aid=1234157&group_id=6663&atid=306663) This patch enables mod_auth_pam to create a PAM session and to use PAM credentials for a request. The behavior can be configured per directory with t

Re: [OpenAFS] [Q] Creating User space AFS Client using FUSE

2005-07-07 Thread chas williams - CONTRACTOR
In message <[EMAIL PROTECTED]>,Sungjin Chun write s: >Is there anyone who tries FUSE + libuafs? Or am I going wrong direction? >And can I get some info(code, doc or etc) on libuafs on linux? I've there was some talk of this at one point. a native client is preferred but i can still this being s

[OpenAFS] Cache manager parameter questions

2005-07-07 Thread Mike Polek
Silly question... how many simultaneous file transfers can a 64M memcache handle? And what parameters would affect that? Scenario: AFS client is an FTP server using memcache. The system routinely has 100 users or more. We're starting to see FTP clients kick back messages like "Stale NFS file hand

[OpenAFS] (no subject)

2005-07-07 Thread Roman Rozinov
The release page for Windows 2000/XP/2003 contains afs-integration.txt.   In it, it specifies some functions to interact with AFS Service.   What would be the place to obtain more detailed information than shown in afs-integration.txt?  I am looking for an ability to klog and verify that toke

Re: [OpenAFS] Cache manager parameter questions

2005-07-07 Thread Russ Allbery
Mike Polek <[EMAIL PROTECTED]> writes: > Silly question... how many simultaneous file transfers can a 64M > memcache handle? And what parameters would affect that? Just FYI, we tried throwing an extensive amount of load at the memory cache for extended periods (using it on www.stanford.edu) and f

Re: [OpenAFS] Cache manager parameter questions

2005-07-07 Thread Derrick J Brashear
On Thu, 7 Jul 2005, Russ Allbery wrote: disk cache was more reliable. We'd periodically see odd problems with memory cache (stale volumes, file servers marked incorrectly as down, that sort of thing). We didn't notice any real performance differences. Of course, if the system is diskless, th

[OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread ted creedon
Title: SuSE 9.3 asetkey and aklog SuSE has changed from Heimdal to MIT and includes aklog and asetkey in a small rpm that is installed with the 1.3.78 release of openafs. The problem is that the directory structure for the SUSE build is /etc/openafs/ for the client and /etc/openafs/server fo

Re: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread Ken Hornstein
>Aklog is in the current tree but doesn't seem to build, asetkey is in the >MIT dist'n which I would rather not install. Regarding aklog: "check again", and make sure you using the right configure options. (They should be obvious). Also make sure you're using the most up-to-date CVS tree. After

RE: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread ted creedon
Not obvious for aklog... Any clues? tedc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Hornstein Sent: Thursday, July 07, 2005 11:18 AM To: openafs-info@openafs.org Subject: Re: [OpenAFS] SuSE 9.3 asetkey and aklog >Aklog is in the current tree b

Re: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread Ken Hornstein
> Not obvious for aklog... Any clues? % configure --help | grep krb5 --Ken ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info

[OpenAFS] Issues with pts ?

2005-07-07 Thread Madhusudan Singh
Hi I am trying to set up an openafs server / kerberos application server client with Slackware Linux (kernel 2.4.29). I was following the instructions at : http://grand.central.org/twiki/bin/view/AFSLore/InstallingtheFirstAFSMachine and ran up against the following problem : [EMAIL PROTECTE

Re: [OpenAFS] Issues with pts ?

2005-07-07 Thread Derrick J Brashear
On Thu, 7 Jul 2005, Madhusudan Singh wrote: Hi I am trying to set up an openafs server / kerberos application server client with Slackware Linux (kernel 2.4.29). I was following the instructions at : http://grand.central.org/twiki/bin/view/AFSLore/InstallingtheFirstAFSMachine and ran up agai

RE: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread ted creedon
No luck. Thanks. tedc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Hornstein Sent: Thursday, July 07, 2005 11:31 AM To: openafs-info@openafs.org Subject: Re: [OpenAFS] SuSE 9.3 asetkey and aklog > Not obvious for aklog... Any clues? % configure

Re: [OpenAFS] Issues with pts ?

2005-07-07 Thread Madhusudan Singh
On Thursday 07 July 2005 3:28 pm, Derrick J Brashear wrote: > On Thu, 7 Jul 2005, Madhusudan Singh wrote: > > Hi > > > > I am trying to set up an openafs server / kerberos application server > > client with Slackware Linux (kernel 2.4.29). > > > > I was following the instructions at : > > > > http:

Re: [OpenAFS] Issues with pts ?

2005-07-07 Thread Derrick J Brashear
On Thu, 7 Jul 2005, Madhusudan Singh wrote: You were right. For some reason, ptserver was not running. Ok then. I had used the XLARGE option (-fakestat -stat 3600 -dcache 3600 -daemons 5 -volumes 196 -files 5). Is the number for /afs above (8.6G) determined uniquely by this choice ? If s

RE: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread ted creedon
Anyone know where libkrb524 is? Its not in any of the rpm's. This is where making aklog breaks (also need to figure out what "overwrite" is in afsconf_ADDKEY) tedc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ted creedon Sent: Thursday, July 07, 2005

Re: [OpenAFS] [Q] Creating User space AFS Client using FUSE

2005-07-07 Thread Sungjin Chun
On Jul 7, 2005, at 10:58 PM, chas williams - CONTRACTOR wrote: there was some talk of this at one point. a native client is preferred but i can still this being somewhat useful. certainly a user space program is going to be easier to debug. however, some of the more interesting afs bits (l

RE: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread ted creedon
Anyway aklog and asetkey compile and run. One last question: What is "overwrite" set to in afsconf_ADDKEY? It seems to be either 0 or 1 in the the sources. tedc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ted creedon Sent: Thursday, July 07, 2005 5:1

Re: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread Russ Allbery
ted creedon <[EMAIL PROTECTED]> writes: > Anyone know where libkrb524 is? Its not in any of the rpm's. You shouldn't need a libkrb524. aklog builds for me, and I don't have one. The configure script did need a few tweaks, though (now in CVS). > This is where making aklog breaks (also need to f

RE: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread ted creedon
Yes, The problem is too many libraries confusing the issue.. Libdes425 is needed for aklog. -lkrb5 -l k5crypto -lkrb5support -lcomm_err -lresolv -ldes425 Seems to do the trick. I'm using 1 for overwrite. Thanks. tedc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread Russ Allbery
ted creedon <[EMAIL PROTECTED]> writes: > The problem is too many libraries confusing the issue.. Libdes425 is > needed for aklog. > -lkrb5 -l k5crypto -lkrb5support -lcomm_err -lresolv -ldes425 > Seems to do the trick. --with-krb5-conf=/path/to/krb5-config is probably the easiest way to config

Re: [OpenAFS] SuSE 9.3 asetkey and aklog

2005-07-07 Thread Jeffrey Altman
ted creedon wrote: > Anyone know where libkrb524 is? Its not in any of the rpm's. > > This is where making aklog breaks (also need to figure out what "overwrite" > is in afsconf_ADDKEY) > > tedc libkrb524 doesn't exist anymore in the MIT libraries. smime.p7s Description: S/MIME Cryptographic

Re: [OpenAFS] Issues with pts ?

2005-07-07 Thread Madhusudan Singh
Thanks for your response. > > > > [EMAIL PROTECTED]:/usr/vice/etc# fs setacl /afs system:authuser rl > > fs:'/afs': Connection timed out > > > > [EMAIL PROTECTED]:/usr/vice/etc# ls /afs > > omega.mit.edu/ > > I assume you are using dynroot. If you are, well, you can't set the acl on > a fake direc