Bug 55932
Summary: | "/etc/init.d/autofs stop" has problems | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Michael Schwendt <bugs.michael> |
Component: | autofs | Assignee: | Nalin Dahyabhai <nalin> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 9 | CC: | pto, p.van.egdom |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-09-20 21:19:11 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
Michael Schwendt
2001-11-09 00:59:51 UTC
Again, do you have to have mountpoints defined for this to work? I am unable to reproduce this problem. Yes. Running automount without any mount-points makes no sense. On Enigma (reproducible on Skipjack-beta2), see description above: # /etc/auto.master /home/ftp/pub/mnt/enigma /etc/auto.enigma -timeout 600 # /etc/auto.enigma disc1 -fstype=iso9660,ro,loop :/home/ftp/pub/rh72/iso/enigma-i386-disc1.iso disc2 -fstype=iso9660,ro,loop :/home/ftp/pub/rh72/iso/enigma-i386-disc2.iso # the long lines above probably get wrapped by bugzilla (don't know) # service autofs start Starting automount: [ OK ] The following first reads [ OK ] and then immediately turns into [FAILED]: # service autofs stop Stopping automount: [FAILED] Original report was about Red Hat Linux 7.2 (Enigma). Reproducible on Phoebe (8.0.93). What is written in "Additional info:" is still true. # service autofs start Starting automount: [ OK ] # pidof /usr/sbin/automount 2279 2255 # service autofs stop Stopping automount: [FAILED] # service autofs start Starting automount: [ OK ] # service autofs stop Stopping automount: [ OK ] # service autofs start Starting automount: [ OK ] # service autofs stop Stopping automount: [FAILED] *** Bug 70707 has been marked as a duplicate of this bug. *** I will push a fix for this into rawhide, once the pool opens up. |