This was true, but not the culprit.  HELP ME PLEASE.  Devfsd is sending a 
SIGHUP. What am I doing wrong? Thanks for the help.  Dan.   See below from 
/var/log/messages and .conf files.:
Jul  3 06:37:51 bodanske dhcpd: DHCPDISCOVER from 00:00:b4:a9:10:d1 via eth0
Jul  3 06:37:51 bodanske dhcpd: DHCPOFFER on 192.168.0.1 to 00:00:b4:a9:10:d1
via eth0
Jul  3 06:37:51 bodanske dhcpd: DHCPREQUEST for 192.168.0.1 from
00:00:b4:a9:10:d1 via eth0
Jul  3 06:37:51 bodanske dhcpd: DHCPACK on 192.168.0.1 to 00:00:b4:a9:10:d1
via eth0
Jul  3 06:37:56 bodanske dhcpd: DHCPDISCOVER from 00:00:b4:a9:10:d1 via eth0
Jul  3 06:37:56 bodanske dhcpd: DHCPOFFER on 192.168.0.1 to 00:00:b4:a9:10:d1
via eth0
Jul  3 06:37:58 bodanske dhcpd: DHCPREQUEST for 192.168.0.1 from
00:00:b4:a9:10:d1 via eth0
Jul  3 06:37:58 bodanske dhcpd: DHCPACK on 192.168.0.1 to 00:00:b4:a9:10:d1
via eth0
Jul  3 06:37:59 bodanske rpc.mountd: authenticated mount request from
ws001:689 for /opt/ltsp/i386 (/opt/ltsp/i386)
Jul  3 06:38:09 ws001 syslogd started: BusyBox v0.60.1
 (2001.09.28-01:12+0000) Jul  3 06:38:16 ws001 init: Entering runlevel: 2
Jul  3 06:38:16 ws001 devfsd[109]: Caught SIGHUP
Jul  3 06:38:16 ws001 devfsd[109]: read config file: "/etc/devfsd.conf"
Jul  3 06:38:16 ws001 init: Switching to runlevel: 5

/etc/dhcpd.conf:
# Sample configuration file for ISCD dhcpd
#
# Make changes to this file and copy it to /etc/dhcpd.conf
#

default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.254;
option domain-name-servers    192.168.0.254;
option domain-name            "localdomain";
option root-path              "192.168.0.254:/opt/ltsp/i386";

shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.254;

    host ws001 {
        hardware ethernet     00:00:B4:A9:10:D1;
        fixed-address         192.168.0.1;
        filename              "/lts/vmlinuz-2.4.18-ltsp-1";
##        option option-128     e4:45:74:68:00:00;   #This is NOT a MAC 
address
##        option option-129     "NIC=ne IO=0x300";
    }
    host ws002 {
        hardware ethernet     00:D0:09:30:6A:1C;
        fixed-address         192.168.0.2;
        filename              "/lts/vmlinuz-2.4.9-ltsp-6";
    }
}

/etc/hosts:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               bodanske localhost.localdomain localhost

192.168.0.1               ws001
192.168.0.2               ws002
192.168.0.3               ws003
192.168.0.4               ws004
192.168.0.5               ws005
192.168.0.6               ws006
192.168.0.7               ws007
192.168.0.8               ws008
192.168.0.9               ws009

/etc/hosts.allow:
#
# hosts.allow   This file describes the names of the hosts which are
#               allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#

## LTS-begin ##

#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: ¨.  1 ¡.¤. 2545 07:13:13 ICT by the ltsp installation script.
# For more information, visit the ltsp homepage
# at http://www.ltsp.org
#

bootpd:    0.0.0.0
in.tftpd:  192.168.0.
portmap:   192.168.0.

## LTS-end ##
192.168.0.1               ws001
192.168.0.2               ws002
192.168.0.3               ws003
192.168.0.4               ws004
192.168.0.5               ws005
192.168.0.6               ws006
192.168.0.7               ws007
192.168.0.8               ws008
192.168.0.9               ws009

and, while the log says to check /etc/devfsd.conf, there is none.

> i believe you need to aDD IN /ETC/HOSTS IF YOU HAVE NO DNS something like
> 192.168.0.1           ws001
> 102.168.0.2           ws002
>
> etcetera etcetera etcetera
>
> chuck

-------------------------------------------------------



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_____________________________________________________________________
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.openprojects.net

Reply via email to