Bug 5418

Summary: /etc/rc.d/init.d/samba reload error
Product: [Retired] Red Hat Raw Hide Reporter: Michael Tokarev <mjt>
Component: sambaAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 1.0   
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: 1999-09-28 17:10:08 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 Tokarev 1999-09-28 16:54:45 UTC
Synopsys:
# /etc/rc.d/init.d/smb reload
Reloading smb.conf file:
 pidof: invalid options on command line!
      [FAILED]
(Samba samba-2.0.5a-9, the same was in samba-2.0.5a-2)
Just tupo in arguments for killproc at line 53:
 killproc -HUP smbd
should be changed to
 killproc smbd -HUP

Comment 1 Bill Nottingham 1999-09-28 17:10:59 UTC
Fixed in samba-2.0.5a-13, should be in next Raw Hide release.