Bug 14743

Summary: Over-optimistic mount in rc.sysinit
Product: [Retired] Red Hat Linux Reporter: Yan Fitterer <yan>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: rvokal, yan
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: 2000-07-27 18:42: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 Yan Fitterer 2000-07-27 18:41:28 UTC
As far as I can work out, the action "Mounting local filesystems" 

mount -a -t nonfs,smbfs,ncpfs,proc

is over-optimistic, when trying to mount ncpfs. In order to mount any NCP
volumes, you need to have IPX configured in your network interface(s), and
that happends in the /etc/rc.d/init.d/network script, which is run
*after* rc.sysinit (as far as I can see).

This makes me wonder if there should not be another mount somewhere else in
the init scripts to deal with this. (I certainly had to add one in my
profile - I could have done it in rc.local).

Where am I going wrong?

Comment 1 Yan Fitterer 2000-07-27 18:42:23 UTC
This is related to bug 14742

Comment 2 Bill Nottingham 2000-07-27 19:10:03 UTC
The 'no' before nfs applies to smbfs, ncpfs, and proc
as well.