Okay, I should have installed ltsp-server-standalone. But if i had my
dhcp from some other source... then the /etc/ltsp dir would not be made
???

Now I installed ltsp-server-standalone. /etc/ltsp/dhcpd.conf was made.

I have 2 nic's, so I added one line:

subnet 10.10.10.132 netmask 255.255.255.0 {}

to the dhcpd.conf file. Used to work in earlier days.

then this happens:

# /etc/init.d/dhcp3-server restart
dhcpd self-test failed. Please fix the config file.
The error was: 

No useful error message. In the init.d script, I found:

if ! /usr/sbin/dhcpd3 -t -cf $CONFIG_FILE > /dev/null 2>&1; then

I tried:

# /usr/sbin/dhcpd3 -t -cf /etc/ltsp/dhcpd.conf 
Internet Systems Consortium DHCP Server V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
/etc/ltsp/dhcpd.conf line 3: subnet 10.10.10.132 netmask 255.255.255.0: bad 
subnet number/mask combination.
subnet 10.10.10.132 netmask 255.255.255.0 
                                        ^
Configuration file errors encountered -- exiting

... so... the error is not displayed by the init.d script ?

Cheers!

-- 
edubuntu-artwork problems
https://launchpad.net/bugs/70833

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to