[OpenAFS] E212: Can't open file for writing

2007-11-15 Thread Ron Croonenberg
Hello all, I tried to copy 2 files onto an afs volume, but that didn't work too well for some reason. (I never had this problem before.) projection_3a.tif E212: Can't open file for writing ls -al shows: ?- ? ?? ?? projection_3a.tif ?- ? ??

Re: [OpenAFS] E212: Can't open file for writing

2007-11-15 Thread Kevin Scott Sumner
This is similar to a problem we have seen in Linux 2.6 and 1.4.2. On one host, I vi a script, and on another host I try to run it, and it gives me a File Not Found, and an ls -l shows the ? like you're getting... I think this was discussed here [1] and is (or might be) fixed in 1.4.5. [1]

[OpenAFS] 1.2.X and 1.4.5 Interoperation

2007-11-15 Thread Kevin Scott Sumner
Hi all, We're planning on upgrading our critical AFS servers, and I wanted to check and see if there are any interoperability problems. We plan on doing a rolling migration, swapping out one server at a time. Our current setup: (3) Sun Netra T1s running Solaris 9 (SPARC). They have OpenAFS

[OpenAFS] Kerberos5 and afs

2007-11-15 Thread Steve Devine
Forgive the slightly off topic post but I think it applies here as well on the kerberos list Several years ago we moved to MIT kerberos 5. At the time I set the master key in the kdc.conf to: master_key_type = des-cbc-crc I did this to allow transfer of principals from our old kaserver to the

Re: [OpenAFS] E212: Can't open file for writing

2007-11-15 Thread Christopher D. Clausen
Ron Croonenberg [EMAIL PROTECTED] wrote: Uhm... I noticed that after a while (an hour or so)that problem fixed itself ? It looks like I copied the files there and it took a long while before it was actually there (even though sftp said it transferred the files)? Writes go to your AFS cache

Re: [OpenAFS] Kerberos5 and afs

2007-11-15 Thread Christopher D. Clausen
Steve Devine [EMAIL PROTECTED] wrote: Does the order of the enctypes listed in the kdc affect this? This is my current kdc.conf entry: supported_enctypes = des3-hmac-sha1:normal des-cbc-crc:normal des-cbc-crc:v4 des-cbc-crc:afs3 I'm not sure how to manipulate the kvno on the AD I currently

Re: [OpenAFS] Kerberos5 and afs

2007-11-15 Thread Russ Allbery
Steve Devine [EMAIL PROTECTED] writes: Does the order of the enctypes listed in the kdc affect this? In my experience, the enctype list should match exactly. It doesn't matter what order you list the enctypes in; if you have enctypes on the krbtgt key that aren't present in Windows, you may

[OpenAFS] Aklog for Solaris

2007-11-15 Thread Tomáš Hráský
Hello, I have a question about aklog utility for (open)Solaris. Is there any distribution for Solaris on x86 with akolg compiled ? In my university we have MIT Kerberos and OpenAFS authenticates to it. I can install and use OpenAFS on Ubuntu linux and now I am trying to run it on my OpenSolaris

Re: [OpenAFS] E212: Can't open file for writing

2007-11-15 Thread Ron Croonenberg
Uhm... I noticed that after a while (an hour or so)that problem fixed itself ? It looks like I copied the files there and it took a long while before it was actually there (even though sftp said it transferred the files)? Ron Ron Croonenberg wrote: Hello all, I tried to copy 2 files onto

Re: [OpenAFS] Kerberos5 and afs

2007-11-15 Thread Russ Allbery
Jeffrey Altman [EMAIL PROTECTED] writes: Russ Allbery wrote: Steve Devine [EMAIL PROTECTED] writes: This is my current kdc.conf entry: supported_enctypes = des3-hmac-sha1:normal des-cbc-crc:normal des-cbc-crc:v4 des-cbc-crc:afs3 you need to explicitly specify -e des-cbc-crc:normal when

Re: [OpenAFS] Kerberos5 and afs

2007-11-15 Thread Jeffrey Altman
Russ Allbery wrote: Steve Devine [EMAIL PROTECTED] writes: Does the order of the enctypes listed in the kdc affect this? In my experience, the enctype list should match exactly. It doesn't matter what order you list the enctypes in; if you have enctypes on the krbtgt key that aren't

Re: [OpenAFS] Kerberos5 and afs

2007-11-15 Thread Christopher D. Clausen
Steve Devine [EMAIL PROTECTED] wrote: Forgive the slightly off topic post but I think it applies here as well on the kerberos list Several years ago we moved to MIT kerberos 5. At the time I set the master key in the kdc.conf to: master_key_type = des-cbc-crc I did this to allow transfer

Re: [OpenAFS] Kerberos5 and afs

2007-11-15 Thread Steve Devine
Russ Allbery wrote: Steve Devine [EMAIL PROTECTED] writes: Forgive the slightly off topic post but I think it applies here as well on the kerberos list Several years ago we moved to MIT kerberos 5. At the time I set the master key in the kdc.conf to: master_key_type = des-cbc-crc

Re: [OpenAFS] Kerberos5 and afs

2007-11-15 Thread Russ Allbery
Steve Devine [EMAIL PROTECTED] writes: Forgive the slightly off topic post but I think it applies here as well on the kerberos list Several years ago we moved to MIT kerberos 5. At the time I set the master key in the kdc.conf to: master_key_type = des-cbc-crc I did this to allow transfer

Re: [OpenAFS] Kerberos5 and afs

2007-11-15 Thread Steve Devine
Russ Allbery wrote: Steve Devine [EMAIL PROTECTED] writes: Does the order of the enctypes listed in the kdc affect this? In my experience, the enctype list should match exactly. It doesn't matter what order you list the enctypes in; if you have enctypes on the krbtgt key that aren't