<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DHCPD  SERVICE CAN'T START in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637972#M85283</link>
    <description>can you please send you dhcp.conf?&lt;BR /&gt;&lt;BR /&gt;did you check /var/log/messages?</description>
    <pubDate>Thu, 29 Sep 2005 05:53:13 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2005-09-29T05:53:13Z</dc:date>
    <item>
      <title>DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637971#M85282</link>
      <description>I AM USING A RED HAT LINUX 9. i HAVE SUCCESSFULLY INSTALLED AND CONFIGURED THE DHCP SERVICE. I COPIED THE SAMPLE CONGIURATION  FILE FROM /USR/SHARE/DOC/DHCP AND RENAME  THE FILE IN INTO THE /ETC DIRECTORY. /ETC/DHCP.CONF. I EDITED THE FILE AND ADDED MY OWN SETTINGS.WHEN I START THE SERVICE, I DON'T SEE NO STATUS AND NO ERROR. I APPLIED THE FF COMMAND  service dhcpd start and  service dhcpd status.IT'S DOESN'T GIVE ANY ERROR.SO WHAT IS THE PROBLEM.</description>
      <pubDate>Thu, 29 Sep 2005 05:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637971#M85282</guid>
      <dc:creator>Sakui</dc:creator>
      <dc:date>2005-09-29T05:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637972#M85283</link>
      <description>can you please send you dhcp.conf?&lt;BR /&gt;&lt;BR /&gt;did you check /var/log/messages?</description>
      <pubDate>Thu, 29 Sep 2005 05:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637972#M85283</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-09-29T05:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637973#M85284</link>
      <description>ddns-update-style interim;&lt;BR /&gt;ignore client-updates;&lt;BR /&gt;                                                                               &lt;BR /&gt;subnet 192.168.50.0 netmask 255.255.255.0 {&lt;BR /&gt;                                                                               &lt;BR /&gt;# --- default gateway&lt;BR /&gt;        option routers                  192.168.50.1;&lt;BR /&gt;        option subnet-mask              255.255.255.0;&lt;BR /&gt;                                                                               &lt;BR /&gt;#       option nis-domain               "";&lt;BR /&gt;        option domain-name              "liberian.org";&lt;BR /&gt;        option domain-name-servers      192.168.50.1;&lt;BR /&gt;                                                                               &lt;BR /&gt;        option time-offset              -18000; # Eastern Standard Time&lt;BR /&gt;#       option ntp-servers              192.168.1.1;&lt;BR /&gt;#       option netbios-name-servers     192.168.1.1;&lt;BR /&gt;# --- Selects point-to-point node (default is hybrid). Don't change this unless&lt;BR /&gt;# -- you understand Netbios very well&lt;BR /&gt;#       option netbios-node-type 2;&lt;BR /&gt;                                                                               &lt;BR /&gt;        range dynamic-bootp 192.168.50.5 192.168.50.255;&lt;BR /&gt;        default-lease-time 21600;&lt;BR /&gt;        max-lease-time 43200;&lt;BR /&gt;"dhcp.conf" 31L, 851C                                         1,1           Top&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is no error log in the /var/log/messages about the dhcp.</description>
      <pubDate>Thu, 29 Sep 2005 08:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637973#M85284</guid>
      <dc:creator>Sakui</dc:creator>
      <dc:date>2005-09-29T08:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637974#M85285</link>
      <description>it seems like you didn't close &lt;BR /&gt;&lt;BR /&gt;subnet 192.168.50.0 netmask 255.255.255.0 {&lt;BR /&gt;&lt;BR /&gt;definition. I mean - there is no appropriate  "}".</description>
      <pubDate>Thu, 29 Sep 2005 08:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637974#M85285</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-09-29T08:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637975#M85286</link>
      <description>Hello Sakui,&lt;BR /&gt;&lt;BR /&gt;there ist no closing bracket "}" in your Subnet definition.&lt;BR /&gt;&lt;BR /&gt;Is stated in your /var/log/messsages that the dchp daemon ist started? Or are there no messages at all regarding dhcp?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Thu, 29 Sep 2005 08:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637975#M85286</guid>
      <dc:creator>Volker Spies</dc:creator>
      <dc:date>2005-09-29T08:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637976#M85287</link>
      <description>in case of problem with your dhcpd.conf then you should be able to get the error by validating the dhcpd.conf file.&lt;BR /&gt;&lt;BR /&gt;check it by 'dhcpd -t' option&lt;BR /&gt;&lt;BR /&gt;Also I hope you are running this as root user. Try running 'service dhcpd start' and post the entire output here. Let us take a look at it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Thu, 29 Sep 2005 08:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637976#M85287</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-29T08:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637977#M85288</link>
      <description>&lt;BR /&gt;i did close brace and restarted the dhcp daemon again and there was no error and only the prompt sign appear again  like when you hit the enter key twice in the terminal screen. i was expecting to see "ok" the service has started or any error message.but nothing at all.</description>
      <pubDate>Thu, 29 Sep 2005 14:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637977#M85288</guid>
      <dc:creator>Sakui</dc:creator>
      <dc:date>2005-09-29T14:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637978#M85289</link>
      <description>&lt;BR /&gt;what is the output of 'dhcpd -t' did it give any error on the screen?&lt;BR /&gt;&lt;BR /&gt;Another reason could be that already another instance of dhcpd running which prevents this dhcpd to start. Try 'service dhcpd restart'&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Fri, 30 Sep 2005 01:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637978#M85289</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-30T01:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637979#M85290</link>
      <description>&lt;BR /&gt;i try the dhcpd-t option nothing appear expect the prompt sign. I really want to know how to uninstalled a sevice in linux or a package.</description>
      <pubDate>Fri, 30 Sep 2005 09:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637979#M85290</guid>
      <dc:creator>Sakui</dc:creator>
      <dc:date>2005-09-30T09:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: DHCPD  SERVICE CAN'T START</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637980#M85291</link>
      <description>Use tail -f /var/log/messages, then after a few ENTERS, restart the DHCP service in another terminal.&lt;BR /&gt;&lt;BR /&gt;To uninstall? a service/package you need to run rpm -qa |grep package-name, and then use rpm -e package name to delete the package.</description>
      <pubDate>Fri, 30 Sep 2005 09:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcpd-service-can-t-start/m-p/3637980#M85291</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-30T09:19:39Z</dc:date>
    </item>
  </channel>
</rss>

