Dear Oliver,

Ah the sights of Paris...

Thanks for the help!!!!!

On Sat, 17 Jun 2006, Oliver Grawert wrote:

> please attch your /etc/ltsp/dhcpd.conf, the output of:

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.20 192.168.0.250;
  option domain-name "example.com";
  option domain-name-servers 192.168.0.1;
  option broadcast-address 192.168.0.255;
  option routers 192.168.0.1;
  option subnet-mask 255.255.255.0;

  filename "/ltsp/pxelinux.0";
  option root-path "/opt/ltsp/i386";
}


> ifconfig -a

eth0      Link encap:Ethernet  HWaddr 52:54:00:D9:93:47
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:185 Base address:0xb000

eth1      Link encap:Ethernet  HWaddr 00:E0:4C:EA:77:D9
          inet addr:10.0.1.28  Bcast:10.0.255.255  Mask:255.255.0.0
          inet6 addr: fe80::2e0:4cff:feea:77d9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:566 errors:0 dropped:0 overruns:0 frame:0
          TX packets:391 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:54503 (53.2 KiB)  TX bytes:50896 (49.7 KiB)
          Interrupt:193 Base address:0xe800

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:82 errors:0 dropped:0 overruns:0 frame:0
          TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:6261 (6.1 KiB)  TX bytes:6261 (6.1 KiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


> and the output of:  tail -50 /var/log/daemon.log
> (please run the last directly after a failed start attempt of the dhcp server)
>

This was a good idea, the /var/log/daemon.log tells the whole story....

[EMAIL PROTECTED]:~# tail /var/log/daemon.log
Jun 17 10:31:13 edubuntu dhcpd: Wrote 0 leases to leases file.
Jun 17 10:31:13 edubuntu dhcpd:
Jun 17 10:31:13 edubuntu dhcpd: No subnet declaration for eth0 (0.0.0.0).
Jun 17 10:31:13 edubuntu dhcpd: ** Ignoring requests on eth0.  If this is
not what
Jun 17 10:31:13 edubuntu dhcpd:    you want, please write a subnet
declaration
Jun 17 10:31:13 edubuntu dhcpd:    in your dhcpd.conf file for the network
segment
Jun 17 10:31:13 edubuntu dhcpd:    to which interface eth0 is attached. **
Jun 17 10:31:13 edubuntu dhcpd:
Jun 17 10:31:13 edubuntu dhcpd:


> --
> dhcpd does not start
> https://launchpad.net/bugs/50075
>

I noticed that Daniel Carrera had the same damn problem as recently as
last year.

I am optionally attaching the output of the /etc/interfaces file...


# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth1
iface eth1 inet static
        address 10.0.1.28
        netmask 255.255.0.0
        network 10.0.0.0
        broadcast 10.0.255.255
        gateway 10.0.1.21
        # dns-* options are implemented by the resolvconf package, if
installed
        dns-nameservers 10.0.1.21
interfaces (END)


Note that eth0 (the one being used for ltsp is not mentioned.  Is this on
purpose?

This is the current Edubuntu 6.06.  I want to show this off at the NELS
conference Monday.

I suppose the question is why does this not run right out of the box?
It did in Breezy.

If you guys help me I promise to write a nice FAQ about using serial
mice...

HELP!!!

Regards,

Flint

/************************************

Paul Flint
8 Lague Drive
Montpelier, Vermont
05602

http://www.flint.com/home
skype: flintinfotech
Work: (202) 537-0480
 Fax: (703) 852-7089
   +1 (802) 552-4143

-- 
dhcpd does not start
https://launchpad.net/bugs/50075

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

Reply via email to