[2002] in Kerberos-V5-bugs
Re: unix errors reported by number instead of string
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Fri Jun 14 17:03:39 1996
Date: Fri, 14 Jun 1996 17:03:25 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Scott Schwartz <schwartz@galapagos.cse.psu.edu>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: Scott Schwartz's message of Tue, 11 Jun 1996 22:37:44 -0400,
<8g688xzr0o.fsf@galapagos.cse.psu.edu>
From: Scott Schwartz <schwartz@galapagos.cse.psu.edu>
Newsgroups: comp.protocols.kerberos
The following message is a courtesy copy of an article
that has been posted as well.
Isn't com_err supposed to handle errno?
It is; at a guess, SunOS's strerror() function must be misbehaving. If
you could put a breakpoint in error_message(), and single step through
it, and let me know what you find, I would be much obliged. Under
Solaris, it works OK:
% /u1/krb5/build.gcc/clients/klist/klist -k
Keytab name: /etc/v5srvtab
klist: Permission denied while starting keytab scan
Thanks for reporting this problem!
- Ted