LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   DHCPD starting problem (https://www.linuxquestions.org/questions/linux-networking-3/dhcpd-starting-problem-326641/)

glaz 05-24-2005 12:28 PM

DHCPD starting problem
 
I'm having a problem with dhcpd on RedHat. When I type $dhcpd it gives a message saying that dhcpd is already running. When we try to stop the dhcpd via $dhcpd stop it gives an message saying "No subnet declaration for stop (0.0.0.0)

Any clues on what could cause this problem?

Also my dhcpd is in /usr/sbin directory only and is not in /etc/init.d is this normal?

fur 05-24-2005 03:11 PM

/etc/init.d/ may not have a entry for dhcpd just because you never created it, or whatever installer you used never created the stop/start/restart scripts. You may need to do this manaully.

Can you post your..

dhcpd.conf file

and the output of..

ps -aux | grep dhcpd


Also has this ever worked, or are you just trying to set this up now for the first time?


All times are GMT -5. The time now is 08:54 PM.