Bug 61956
| Summary: | NFS mounts at boot fail on pcmcia | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Chris Ricker <chris.ricker> |
| Component: | kernel-pcmcia-cs | Assignee: | Arjan van de Ven <arjanv> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| 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: | 2002-04-05 15:29:58 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: | |||
| Bug Depends On: | 61705 | ||
| Bug Blocks: | 61901 | ||
|
Description
Chris Ricker
2002-03-26 08:10:50 UTC
It looks like this ordering also breaks ntpd and autofs No matter where we put pcmcia-cs someone will complain. However your proposal looks sane and is done for the next build I'm reopening this. It's still broken in both upgrades of beta3 -> beta4 (I know, wet noodle flogging ;-) and in fresh beta4 installs Hummm On a fresh install it's S24 here......... It is on mine too, but that's actually not enough to solve the problem. Here's
what we have in runlevel 3:
K15httpd K65identd S13portmap S55sshd S95atd
K15postgresql K74ntpd S14nfslock S56rawdevices S97rhnsd
K20nfs K99microcode_ctl S17keytable S56xinetd S99cups
K20rwhod S05kudzu S20random S80postfix S99local
K35smb S08ipchains S24pcmcia S85gpm
K35vncserver S08iptables S25netfs S90crond
K45smartd S10network S26apmd S90xfs
K50snmpd S12syslog S28autofs S95anacron
NFS mounts at boot fail even with this ordering. The error that occurs when S25
runs is an RPC error from portmap ("unable to send").
My guess is that S24pcmcia starts cardmgr and exits. Then S25 starts, and while
cardmgr is triggering its DHCP request and such, S25netfs runs and fails to
mount b/c the network hasn't finished configuring yet?
Moving S24pcmcia to S11pcmcia fixes it for me. That's probably the correct
location (at least for this problem, though it may cause new ones ;-), since
people might be doing remote syslog.... Moving it from S24 to S11 does,
however, add a new error when cardmgr runs:
file './config.opts' line 8: no function bindings
I'm not sure why that's appearing at S11, but not at S24? It seems harmless,
since everything works anyway. Other than that, moving it to S11 fixes
everything for me.
7.3 gold fixes this |