One problem is that your "subnet" declaration doesn't match any of your
other settings. The "subnet" claims to be 192.168.0.0/24 while everything
else is on 192.168.100.0/24. Those are two different subnets. I don't know
which (if either) of these is correct, but you need to be consistent.


On Monday 22 October 2007 12:46, roland brouwers wrote:
> Hello,
>
> I installed ltsp centos 5.0.0.
> the service dhcpd failed to start
>
> ----------dhcpd.conf------------------------------------->
> ddns-update-style             ad-hoc;
>
> option subnet-mask            255.255.255.0;
> option broadcast-address      192.168.100.255;
> option routers                192.168.100.244;
> option domain-name-servers    192.168.100.244;
> option domain-name            "ltsp";   # You really should fix this
> option option-128 code 128 = string;
> option option-129 code 129 = text;
>
>
> get-lease-hostnames           true;
>
> next-server                   192.168.100.244;
> option root-path              "192.168.100.244:/opt/ltsp/i386";
>
> subnet 192.168.0.0 netmask 255.255.255.0 {
>     range   192.168.100.100   192.168.100.199;
>     if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
>         filename "/lts/2.6.16.1-ltsp-1/pxelinux.0";
>     }
>     else{
>         filename "/lts/vmlinuz-2.6.16.1-ltsp-1";
>     }
> }
>
> -----------------------------------------------------<
> Can anybody tell me how I have to trace the error?
> /var/log/messages doesn't say anything significant.
>
> Thanks for help
>
> Roland
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net

-- 
        "History doesn't repeat itself; at best it rhymes."
                        - Mark Twain

| John Lucas                          [EMAIL PROTECTED]               |
| St. Thomas, VI 00802                http://mrjohnlucas.googlepages.com/ |
| 18.3°N, 65°W                        AST (UTC-4)                         |

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to