Bug 58183

Summary: ypxfrd does not start/stop
Product: [Retired] Red Hat Linux Reporter: Need Real Name <sp>
Component: ypservAssignee: Florian La Roche <laroche>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: alexj
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-01-25 06:58: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 Need Real Name 2002-01-10 18:00:21 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.14 i686)

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. #/etc/rc.d/init.d/ypxfrd start

or
 
2.#/etc/rc.d/init.d/ypxfrd stop

	

Actual Results:  Starting YP map server: execvp: No such file or directory

Additional info:

Correct the /etc/rc.d/init.d/ypxfrd file at row 23 and and row 32.

orig. row 23: daemon ypxfrd $YPXFRD_ARGS
orig. row 32: killproc ypxfrd

corrected rows:
23: daemon rpc.ypxfrd $YPXFRD_ARGS
32: killproc rpc.ypxfrd


ver.: SysVinit-2.78-19

Comment 1 Florian La Roche 2002-03-10 12:32:11 UTC
This is fixed in the newest rawhide rpms.

Thanks for reporting this,

Florian La Roche