Where/when is inetd supposed to be started?
I just installed VectorLinux (it's Slack-based) and my inetd services are not running at boot time. I've used the admin tool 'vasm' to configure inetd services to run at boot time, but it doesn't happen. I can run inetd from the command line, and all the services will then run, so it appears inetd itself is not at fault. I've been rooting around in /etc/rc.d to see if any of those scripts call it, even in a commented-out line, but none of them do. (my ethernet card and my gateway don't get configured at boot either, despite vasm telling me they should, and that I can easily do so from the command line - same root problem at work?) I saw that the 'functions' file, in it's opening comments, claims that it is for /etc/init.d/ services, yet there is no /etc/init.d directory. There is an /etc/rc.d/init.d directory. I can't find what boot script uses the routines in the functions file, so I don't know if this error is only in that single comment, or if whoever is calling these functions is looking at a nonexistent directory. inetd resides in /etc/rc.d/init.d/, so that would certainly prevent inetd from running. Anybody know where inetd is supposed to be called from, and how to get it to work properly? As a last resort, is there any harm, or inefficiency, in simply putting in my own call to inetd in, say, rc.local?
All my rc.inet2 does is configure eth1, which is odd, since I don't have an eth1.
cd /etc/rc.d
grep inetd *
That should find it, make sure it's executable (chmod a+x filename to make it so)
(in slackware it's rc.inetd, most likely it's the same in vector)
grep inetd *
That should find it, make sure it's executable (chmod a+x filename to make it so)
(in slackware it's rc.inetd, most likely it's the same in vector)
"THE INFORMATION CONTAINED IN THIS REPORT IS CLASSIFIED; DO NOT GO TO FOX NEWS TO READ OR OBTAIN A COPY." , the pentagon
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement