LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sending SIGHUP to inetd (https://www.linuxquestions.org/questions/linux-newbie-8/sending-sighup-to-inetd-363536/)

glansing 09-15-2005 03:20 AM

Sending SIGHUP to inetd
 
In the support forum of Samsung Contact I was told to send a SIGHUP signal to inetd.
This can be done by getting the pid of inetd (ps -ef |grep inetd) and then issue kill -SIGHUP <pid>.

But I do not see any pid for inetd, nor xinetd.

Also, when I search for inetd.conf or xinetd.conf nothing is found.

What am I missing here?

Thanx.

blindcoder 09-15-2005 04:12 AM

basically, the inetd or xinetd software. Check your distributions package manager for one of them.

glansing 09-16-2005 02:04 AM

How can it be that the inetd software is missing?
I installed Fedora Core 4 from scratch, using the 'server' installation, checking and unchecking some items (like DNS, MySQL and PHP).
I do have a network connection.

glansing 09-16-2005 02:13 AM

Found Xinetd on DVD of Fedora Core 4 and installed it.


All times are GMT -5. The time now is 01:03 PM.