Skip Menu |
 

Download (untitled) / with headers
text/plain 5.9KiB
From dpss@dataprompt.com Wed Apr 23 16:39:21 1997
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id QAA18767 for <bugs@RT-11.MIT.EDU>; Wed, 23 Apr 1997 16:39:20 -0400
Received: from [207.31.86.103] by MIT.EDU with SMTP
id AA26741; Wed, 23 Apr 97 16:39:19 EDT
Received: by firewall.dataprompt.com; id PAA05794; Wed, 23 Apr 1997 15:39:08 -0500
Received: from dprmp4(192.133.97.4) by Firewall via smap (V2.0beta)
id xma005790; Wed, 23 Apr 97 15:36:35 -0500
Received: by dataprompt.com (SMI-8.6/SMI-SVR4)
id QAA18059; Wed, 23 Apr 1997 16:35:58 -0400
Message-Id: <199704232035.QAA18059@dataprompt.com>
Date: Wed, 23 Apr 1997 16:35:58 -0400 (EDT)
From: dpss@dataprompt.com (Shujaat Siddiqui)
To: krb5-bugs@MIT.EDU
Cc: dpss@dataprompt.com (Shujaat Siddiqui)
Subject: Make check coming up with Rsolve error under sloaris 2.5.1

Show quoted text
>Number: 418
>Category: pending
>Synopsis: Breaking up in Resolving Domain Name in make check
>Confidential: No
>Severity: Critical
>Priority: medium
>Responsible: gnats-admin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Wed Apr 23 16:40:01 EDT 1997
>Last-Modified: Fri Jun 06 18:19:28 EDT 1997
>Originator: Shujaat H. Siddiqui
>Organization:
Data Prompt, Inc.
Show quoted text
>Release: 1.0-development
>Environment:
>Description:

Hello Sir/madam,

I recently assigned at my work to compile Kerberos Authentication
software on our Sun-Enterprise3000, which is using Solaris 2.5.1 to serve as
Kerberos Authentication Server for our Programmers to log into through our
Xyplex PPP connetion.

So far I had been able to configure and run the make successfully. But
when I run make check, it comes up with following errors:

#################### START of OUTPUT ########################


making check in appl/telnet...
making check in appl/telnet/libtelnet...
making check in appl/telnet/telnet...
making check in appl/telnet/telnetd...
making check in tests...
making check in tests/resolve...
./resolve
Hostname: dprmp4
Host address: 192.133.97.4
FQDN: dprmp4

Resolve library did not return a fully qualified domain name
You may have to reconfigure the kerberos distribution to select a
different set of libraries using --with-netlib[=libs]
*** Error code 3
make: Fatal error: Command failed for target `check'
Current working directory /export/home/dpss/kerb/krb5-1.0/src/tests/resolve
*** Error code 1
make: Fatal error: Command failed for target `check-recurse'
Current working directory /export/home/dpss/kerb/krb5-1.0/src/tests
*** Error code 1
make: Fatal error: Command failed for target `check-recurse'


############### END of OUTPUT #####################################

Which I can not understand. According to your documentation, this problem I
will only have with Solaris 2.0-2.3. Could you please help me out. I would
really appreciate it.

--
**************************************************************************
* Shujaat H. Siddiqui Phone: (301)622-0900 Ext: 306 *
* e-mail: dpss@dprmp4.dataprompt.com *
**************************************************************************
Show quoted text
>How-To-Repeat:
>Fix:
>Audit-Trail:

From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, dpss@dataprompt.com
Cc: gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
Subject: Re: pending/418: Make check coming up with Rsolve error under sloaris 2.5.1
Date: Wed, 23 Apr 1997 17:36:25 -0400

From: dpss@dataprompt.com (Shujaat Siddiqui)
Cc: dpss@dataprompt.com (Shujaat Siddiqui)

./resolve
Hostname: dprmp4
Host address: 192.133.97.4
FQDN: dprmp4

Resolve library did not return a fully qualified domain name

You may have to reconfigure the kerberos distribution to select a
different set of libraries using --with-netlib[=libs]

############### END of OUTPUT #####################################

Which I can not understand. According to your documentation, this
problem I will only have with Solaris 2.0-2.3. Could you please help
me out. I would really appreciate it.

Solaris 2.4 and higher *can* be configured to do the right thing with
your resolver, but you have to disable yellow pages or NIS, since Sun
really badly broke gethostbyname() if you're using YP or NIS.

Basically, Kerberos relies on the DNS concept "Fully Qualified Canonical
Name". A fully qualified canonical name might be
"dprmp4.dataprompt.com". Or "tsx-11.mit.edu" or "www.microsoft.com".

The problem is that gethostbyname isn't returning a fully qualified
hostname like "dprmp4.dataprompt.com"; instead, it's returning "dprmp4"
instead. This can be caused by a number of things; a broken YP/NIS
setup; the need to fix your /etc/hosts file (See the "Getting DNS
Information Correct" in the Kerberos 5 System Administrator's Guide.)

I hope this help explains what's going on. Good luck!!

- Ted

State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Fri Jun 6 18:19:02 1997
State-Changed-Why:

no response; closing



Show quoted text
>Unformatted:
>System: Solaris 2.5.1, Sun-Enterprise-Ultra-3000