I just restarted dhcpd to listen on eth0 and I got this message back:

All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
Listening on LPF/eth0/00:60:94:ea:07:43/WORKSTATIONS
Sending on   LPF/eth0/00:60:94:ea:07:43/WORKSTATIONS

No subnet declaration for restart (0.0.0.0).
** Ignoring requests on restart.  If this is not what
   you want, please write a subnet declaration
   in your dhcpd.conf file for the network segment
   to which interface restart is attached. **

Sending on   Socket/fallback/fallback-net
There's already a DHCP server running.

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the [EMAIL PROTECTED]
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.
slade:/etc #


So it does look like a mal-formed dhcpd.conf, but I'm not knowledgeable
enough to know where.

Hope this helps,

rl

---------- Forwarded message ----------
Date: Thu, 26 Jun 2003 11:36:06 -0600 (MDT)
From: Reed Loefgren <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Booting failing after pivot_root

Hi all,

A test client now stops booting at this point:

Mounting root filesystem: /opt/ltsp/i386 from 192.168.4.200
Doing the pivot_root
nfs: server 192.168.4.200 not responding, still trying
nfs: task 83 can't get a request slot


So it looks to me like a permissions problem with the nfs mount off the
root file system, or the server can't figure out who wants it because
/etc/dhcpd.conf is bungled. Orrr, I'm confusing /etc with
/opt/ltsp/i386/etc.

I see this:

slade:/opt/ltsp/i386/etc # rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  32789  status
    100024    1   tcp  32863  status
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   udp  32790  nlockmgr
    100021    3   udp  32790  nlockmgr
    100021    4   udp  32790  nlockmgr
    100005    1   udp  32791  mountd
    100005    1   tcp  32864  mountd
    100005    2   udp  32791  mountd
    100005    2   tcp  32864  mountd
    100005    3   udp  32791  mountd
    100005    3   tcp  32864  mountd
slade:/opt/ltsp/i386/etc #


And this:

slade:/opt/ltsp/i386/etc # ps aux | grep nfs
root     15582  0.0  0.0     0    0 ?        SW   Jun25   0:00 [nfsd]
root     15583  0.0  0.0     0    0 ?        SW   Jun25   0:00 [nfsd]
root     15586  0.0  0.0     0    0 ?        SW   Jun25   0:00 [nfsd]
root     15587  0.0  0.0     0    0 ?        SW   Jun25   0:00 [nfsd]
root     17896  0.0  0.0  1596  564 pts/4    S    11:28   0:00 grep nfs
slade:/opt/ltsp/i386/etc #


And dhcpd.conf looks like this:

slade:/opt/ltsp/i386/etc # cat /etc/dhcpd.conf
#
#
#
#
ddns-update-style             none;
default-lease-time            21600;
max-lease-time                21600;
option subnet-mask            255.255.255.0;
option broadcast-address      192.168.4.255;
option routers                192.168.4.200;
option domain-name-servers    192.168.4.254;
option domain-name            "blah.com";
option root-path              "192.168.4.200:/opt/ltsp/i386";
option option-128             code 128 = string;
option option-129             code 129 = text;


subnet 199.26.174.0 netmask 255.255.255.0 {
  }

shared-network WORKSTATIONS {
 subnet 192.168.4.0 netmask 255.255.255.0 {
}

group {
# use-host-decl-names-on;
# option log-servers 192.168.4.200;
 host tolstoy {
  hardware ethernet     00:60:97:B8:AB:F7;
  fixed-address         192.168.4.71;
  filename              "/lts/vmlinuz-2.4.19-ltsp-1";
  #option option-128     00:06:97:B8:AB:F7;
  #option option-129     "NIC=3c905-TX";
  }
}
}

/etc/hosts is, in part:

# Added for testing, 06/18/2003:
192.168.4.71    tolstoy.WORKSTATIONS            tolstoy
199.26.174.6    nell.tatteredcover.com          nell
192.168.4.200   slade.tatteredcover.com         slade


I'm betting the problem is here, perhaps that WORKSTATION thing. Or is it
in the dhcpd.conf, where it's also mentioned? I'm a know-nothing when it
comes to dhcp.


rl


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_____________________________________________________________________
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