Starting YP Map server: execvp: no such file or directory
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
No solution, but here's how I would TS it... Check /etc/rc.dinit.d/<service> and check if it uses a /etc/sysconfig/<service options> file, check if the options are correct in both files, and if the files/services (etc) are accessable by the user it's running as. If all fails start the script manually as (w/o quotes) "sh -x /etc/rc.dinit.d/<service> <command>". This will have sh start the script in debug mode showing all processing and any failures. Elif this fails you'll have to extract all the options necessary (preceding the start() command *and* from the options file, if any) and start it manually.
I had the same problem using redhat, i just reinstalled ypserv on the master host and this fixed the problem. It was in need of upgrading anyway!! Make usre if you do this to make a copy of you yp makefile because it will be replaced with the new one on reinstall, then just replace the new one with your original and ypxfrd should work fine.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.