Bug 228860

Summary: init script does not support condrestart
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: autofsAssignee: Ian Kent <ikent>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: ikent, jmoyer
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.0.1-0.rc3.23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-22 18:29:59 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:    
Bug Blocks: 231956    

Description Orion Poplawski 2007-02-15 16:21:54 UTC
Description of problem:

postuninstall scriptlet (using /bin/sh):
if [ $1 -ge 1 ] ; then
        /sbin/service autofs condrestart > /dev/null 2>&1 || :
fi

#  /sbin/service autofs condrestart
Usage: /etc/init.d/autofs {start|stop|status|restart|reload}

Version-Release number of selected component (if applicable):
autofs-5.0.1-0.rc3.16

Comment 1 Ian Kent 2007-02-16 02:10:58 UTC
(In reply to comment #0)
> Description of problem:
> 
> postuninstall scriptlet (using /bin/sh):
> if [ $1 -ge 1 ] ; then
>         /sbin/service autofs condrestart > /dev/null 2>&1 || :
> fi
> 
> #  /sbin/service autofs condrestart
> Usage: /etc/init.d/autofs {start|stop|status|restart|reload}
> 
> Version-Release number of selected component (if applicable):
> autofs-5.0.1-0.rc3.16

Oops. Will fix.

Ian


Comment 2 Orion Poplawski 2007-02-22 18:29:59 UTC
Confirmed fixed in 5.0.1-0.rc3.23


Comment 3 Stephen Martin 2007-03-04 13:49:00 UTC
autofs-5.0.1-0.rc3.23 seems to hang my automount connections. I went back to
autofs-5.0.1-0.rc3.21 and everything is fine. I can't see any other symptoms
such as log messages.