Bug 496987

Summary: automount cannot find NIS/YP domain name
Product: [Fedora] Fedora Reporter: Brian Dudek <brian.dudek>
Component: ypbindAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 10CC: vcrhonek
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: 2009-04-22 05:39:54 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 Brian Dudek 2009-04-21 22:27:41 UTC
Description of problem:

I do not have an issue with something broken exactly but I see these three messages in this order in /var/log/message

Apr 21 15:48:55 localhost automount[1851]: lookup_init:136: lookup(yp): map auto.master: Local domain name not set
Apr 21 15:48:55 localhost automount[1851]: lookup_init:136: lookup(yp): map auto_home: Local domain name not set
Apr 21 15:48:55 localhost ypbind: NIS domain: entropy, NIS server: shadow


Version-Release number of selected component (if applicable):

autofs-5.0.3-41.i386
ypbind-1.20.4-10.fc10.i386


How reproducible:

during system reboot


Steps to Reproduce:
1.enable both autofs and ypbing
2.configure both
3.reboot system
  
Actual results:


Expected results:


Additional info:
I think the issue is that S28autofs starts BEFORE (alphabetically) S28ypbind so autofs doesn't yet have the YP domain

Solution:

Rename S28ypbind to S27ypbind so that nis starts first.  After this no more syslog error reported.

Comment 1 Vitezslav Crhonek 2009-04-22 05:39:54 UTC

*** This bug has been marked as a duplicate of bug 494827 ***