[OpenAFS] 1.3.81 under AIX 5.1

2005-04-20 Thread Hans-Gunther Borrmann
Hello,

I further tested the 1.3.81 client under AIX 5.1, single processor, 32-Bit 
kernel.

If root.afs of the workstations cell is not available the workstation crashes.
In this special case root.afs of the cell in question was not yet created. 
afsd was started without -dynroot.

Using -dynroot, the client works well. So this is a minor problem.

Gunther
-- 

Hans-Gunther Borrmann [EMAIL PROTECTED]
Rechenzentrum der Universitaet Freiburg
Hermann-Herder-Str. 10, D79104 FREIBURG
Tel.: +49 761/203-4652
Fax:  +49 761/203-4643

___
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info


Re: [OpenAFS] 1.3.81 under AIX 5.1

2005-04-20 Thread Michael Niksch
My very minor problem is not being able to tell the difference between PAG and UID-based tokens.  groups no longer lists the special groups.  IBM resolved it by changing the output of AIX 5 tokens to indicate PAG or UID based tokens in the output.  I'd be willing to to do the same if I had a quick here's what to look for.
IBM AFS also introduced a 'curpag' command that tells you which PAG you
are in (similar to looking at what special groups you were in). Though
not a 'must', this is also quite handy from time to time.
--
Michael Niksch /Zurich/IBM @ IBMCH
IBM Zurich Research Laboratory [EMAIL PROTECTED]
Saeumerstrasse 4   http://www.zurich.ibm.com/~nik/
CH-8803 Rueschlikon / Switzerland  P: +41-44-724-8913 F: +41-44-724-8080
.

___
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info


[OpenAFS] 1.3.81 under AIX 5.1

2005-04-15 Thread Hans-Gunther Borrmann
Hello,

I tested the 1.3.81 client under AIX 5.1,single processor, 32-Bit kernel. Here 
my results:

It is the first OpenAFS version which survives the first klog under AIX 5.1. 
Thanks to all who contributed. I did some stress tests. The client seems to 
work well.

make dest terminates with an error message:
/u/b/borrmann/sw/openafs/1.3.81/aix/openafs-1.3.81/src/pinstall/pinstall ./
doc/LICENSE /u/b/borrmann/sw/openafs/1.3.81/aix/openafs-1.3.81/rs_aix51/dest/
LICENSE
Can't open source file ``./doc/LICENSE'': No such file or directory
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.

afs_dynamic_auth and afs_dynamic_kerbauth are completely missing. The 1.3.80 
versions seem to work.

Gunther Borrmann
-- 

Hans-Gunther Borrmann [EMAIL PROTECTED]
Rechenzentrum der Universitaet Freiburg
Hermann-Herder-Str. 10, D79104 FREIBURG
Tel.: +49 761/203-4652
Fax:  +49 761/203-4643

___
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info


Re: [OpenAFS] 1.3.81 under AIX 5.1

2005-04-15 Thread Steve Roseman
Derrick J Brashear wrote:
On Fri, 15 Apr 2005, Hans-Gunther Borrmann wrote:
make dest terminates with an error message:

terminates. The error is:
make: 1254-005 Ignored error code 1 from last command.

ignored.
afs_dynamic_auth and afs_dynamic_kerbauth are completely missing. The 
1.3.80
versions seem to work.

Will be fixed in the next version.
I changed 2 lines in Makefile.in to resolve both of these:
56c56
   -${INSTALL} ${srcdir}/doc/LICENSE ${DEST}/LICENSE
---
   -${INSTALL} ${srcdir}/src/LICENSE ${DEST}/LICENSE
558c558
   libafsauthent shlibafsrpc shlibafsauthent libadmin
---
   libafsauthent shlibafsrpc shlibafsauthent libadmin tsm41
Otherwise, AFS (client) has been working on my test systems.  Thanks to 
those who did all of the work.

My very minor problem is not being able to tell the difference between 
PAG and UID-based tokens.  groups no longer lists the special groups. 
 IBM resolved it by changing the output of AIX 5 tokens to indicate 
PAG or UID based tokens in the output.  I'd be willing to to do the same 
if I had a quick here's what to look for.

Steve
-
Stephen G. Roseman
Lehigh University
[EMAIL PROTECTED]
___
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info