[OpenAFS] AFS + Citrix = ?

2007-12-11 Thread Frank Burkhardt
Hi, we've got an AFS cell here which contains our user's unix homedirectories. Users are able to successfully login using MIT 5 kerberos on linux workstations. User-to-homedir-mapping is provided via an openldap server. Some of our users have local windows machines which they are able to login

Re: [OpenAFS] AFS + Citrix = ?

2007-12-11 Thread Jeffrey Altman
Frank Burkhardt wrote: Hi, we've got an AFS cell here which contains our user's unix homedirectories. Users are able to successfully login using MIT 5 kerberos on linux workstations. User-to-homedir-mapping is provided via an openldap server. Some of our users have local windows machines

[OpenAFS] Listing support and development vendors on www.openafs.org

2007-12-11 Thread Russ Allbery
For some time there have been various requests from sites running AFS for more information about where they can get commercial support or how they can fund development of a specific project they would like to see completed. We've been discussing off and on for some time adding pointers to

Re: [OpenAFS] problem with 1.4.5 and Leopard

2007-12-11 Thread Sergio Gelato
* Sergio Gelato [2007-12-08 18:42:43 +0100]: * Alberto Paoluzzi [2007-12-07 06:48:12 +0100]: Starting OpenAFS Loading AFS kernel extensions kextload: extension /var/db/openafs/etc/afs.kext is already loaded Starting afsd /Library/StartupItems/OpenAFS/OpenAFS: line 41: 1158 Bus

[OpenAFS] Puzzler: lack of access to AFS files

2007-12-11 Thread John Hascall
I'm sure I must be doing something embarrassingly stupid here, but I just can't figure out why this script is not able to access the files in AFS that it should be able to. #!/usr/afsws/bin/pagsh PATH=$PATH:/usr/local/bin:/usr/athena/bin:/usr/afsws/bin ; export PATH

[OpenAFS] hardlinks, sftp, and returning EXDEV

2007-12-11 Thread Mike Garrison
So I have a question regarding hardlinks. I know that hardlinks work properly if they are in the same directory. I know it fails if it's to a different directory hierarchy. When you attempt to do a hard link across directory boundaries, it returns: EXDEV (Invalid cross-device link) This

Re: [OpenAFS] Puzzler: lack of access to AFS files

2007-12-11 Thread Russ Allbery
John Hascall [EMAIL PROTECTED] writes: I'm sure I must be doing something embarrassingly stupid here, but I just can't figure out why this script is not able to access the files in AFS that it should be able to. [...] Default principal: sysadmin/[EMAIL PROTECTED] There's a hard-coded table

Re: [OpenAFS] hardlinks, sftp, and returning EXDEV

2007-12-11 Thread Marcus Watts
Date:Tue, 11 Dec 2007 18:37:50 EST To: openafs-info@openafs.org From:Mike Garrison [EMAIL PROTECTED] Subject: [OpenAFS] hardlinks, sftp, and returning EXDEV So I have a question regarding hardlinks. I know that hardlinks work properly if they are in the same directory. I

Re: [OpenAFS] Puzzler: lack of access to AFS files

2007-12-11 Thread Jeffrey Altman
Russ Allbery wrote: John Hascall [EMAIL PROTECTED] writes: I'm sure I must be doing something embarrassingly stupid here, but I just can't figure out why this script is not able to access the files in AFS that it should be able to. [...] Default principal: sysadmin/[EMAIL PROTECTED]

Re: [OpenAFS] hardlinks, sftp, and returning EXDEV

2007-12-11 Thread Derrick Brashear
On Dec 11, 2007 6:37 PM, Mike Garrison [EMAIL PROTECTED] wrote: So I have a question regarding hardlinks. I know that hardlinks work properly if they are in the same directory. I know it fails if it's to a different directory hierarchy. When you attempt to do a hard link across directory

[OpenAFS] Puzzled about tracking down a bunch of locks

2007-12-11 Thread Brian Gallew
I've got some volumes which are pretty much always locked, and I don't know why. Is there a reasonable way for me to discover where these locks are coming from (at least the host)? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org

Re: [OpenAFS] Puzzled about tracking down a bunch of locks

2007-12-11 Thread Derrick Brashear
vos backup failed and left them locked. however, turn on auditlogs and collect the info. On Dec 12, 2007 12:27 AM, Brian Gallew [EMAIL PROTECTED] wrote: I've got some volumes which are pretty much always locked, and I don't know why. Is there a reasonable way for me to discover where these

Re: [OpenAFS] Puzzled about tracking down a bunch of locks

2007-12-11 Thread Jeffrey Altman
Brian Gallew wrote: I've got some volumes which are pretty much always locked, and I don't know why. Is there a reasonable way for me to discover where these locks are coming from (at least the host)? What do you mean by locked volumes? If you mean a client is holding a lock on a particular

Re: [OpenAFS] Puzzler: lack of access to AFS files

2007-12-11 Thread John Hascall
Russ Allbery wrote: John Hascall [EMAIL PROTECTED] writes: I'm sure I must be doing something embarrassingly stupid here, but I just can't figure out why this script is not able to access the files in AFS that it should be able to. Default principal: sysadmin/[EMAIL PROTECTED]

Re: [OpenAFS] Puzzled about tracking down a bunch of locks

2007-12-11 Thread Brian Gallew
Jeffrey Altman wrote: What do you mean by locked volumes? If you mean a client is holding a lock on a particular file in a volume, you can raise the LogLevel on the file server and see which Lock requests come in. The client must renew the lock every five minutes for it to remain active.