Bug 3736
Summary: | Host name resolution conflict | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Dan Yocum <dyocum> |
Component: | nmh | Assignee: | David Lawrence <dkl> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.2 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-07-07 18:19:26 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dan Yocum
1999-06-25 20:08:13 UTC
Have you tried adding localhost.localdomain to /etc/sendmail.cw? That should stop sendmail from squawking. I'm also not sure why you think that the line in /etc/hosts must have localhost.localdomain first in order for ypbind to work. This appears to be a configuration issue, not a Red Hat distribution problem. It's not necessarily that the ypserver wants to see localhost.localdomain (sorry 'bout the confusion), but rather the fully qualified machine name(e.g., sapphire.fnal.gov) instead of the nickname (e.g., sapphire). Our Sun and IRIX yp servers get awful confused when they see the nickname first instead of the fully qualified machine names when trying to do the reverse name lookup to authorize remote logins. So, to keep things consistent, I also put the localhost.localdomain entry first in /etc/hosts. I'll try the sendmail fix as well; maybe this should also be added to the default Red Hat sendmail.cw in the future? Cheers, Dan |