Results 1 to 4 of 4
I have installed Redhat Linux 7.2 on three sytems and configured one system as a NIS Server.
I am getting the following error during boot time on NIS Server.
Starting ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-24-2002 #1Just Joined!
- Join Date
- Dec 2002
- Location
- delhi/india
- Posts
- 2
Starting YP map server: execvp: No such file or directory.
I have installed Redhat Linux 7.2 on three sytems and configured one system as a NIS Server.
I am getting the following error during boot time on NIS Server.
Starting YP map server: execvp: No such file or directory.
Can nyone help ???
Singh G.
- 12-24-2002 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Check so that ypserv is in your root PATH.
- 12-25-2002 #3Just Joined!
- Join Date
- Dec 2002
- Location
- delhi/india
- Posts
- 2
Starting YP map server: execvp: No such file or directory.
we hv checked ypserv in our NIS Server root path and found it there.
Can u temme somethine about YP map server ?
G. Singh
- 12-25-2002 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I believe that that "execvp" error originates from a program called "initlog", which the redhat init scripts as a wrapper to start daemons. It's started from the daemon function in the file /etc/rc.d/init.d/functions, which is sourced by, for example, /etc/rc.d/init.d/ypserv, which starts ypserv. Maybe you should debug it from there.
Where exactly do you have ypserv? Maybe you should add echo $PATH to /etc/rc.d/init.d/ypserv to see that it corresponds to that location.


Reply With Quote
