Hello,
Earlier I send a mail in this theme, but I didn't got any response. I think 
the data what I gave wasn't enough. Now here all what I tried/used.
I read "all" discussion. Please help, because I didn't found the cause of 
the problem.
Tnak you in anticipation! 

On the terminal:
 ------------------------------------------------------------------------
eth0: Media Link on 100mbs full-duplex 

ERROR ! No dhcpcd-eth0.info file.
     This usually indicate that dhclient did not get a response frome  the 
DHCP server, or the NIC driver isn't workiung properly with     the network 
card 

Kernel panic: attempted to kill init !
 ------------------------------------------------------------------------ 

SuSE Linux 7.3, Amptron mainboard with SIS900 onboard network card
The floppy image I downloaded from Rom-o-matic. 

netstat -an | grep ":67"
udp        0      0 0.0.0.0:67              0.0.0.0:* 

netstat -an | grep ":69"
udp        0      0 0.0.0.0:69              0.0.0.0:* 

ps aux | grep dhcpd
root       744  0.0  0.2  2196 1288 ?        S    16:59   0:00 
/usr/sbin/dhcpd eth0 

ps -ef | grep portmap
bin        464     1  0 16:59 ?        00:00:00 /sbin/portmap 

netstat -an | grep ":111"
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
udp        0      0 0.0.0.0:111             0.0.0.0:* 

ps -e | grep nfs
 786 ?        00:00:00 nfsd
 787 ?        00:00:00 nfsd
 790 ?        00:00:00 nfsd
 791 ?        00:00:00 nfsd 

ps -e | grep mountd
 785 ?        00:00:00 rpc.mountd 

rpcinfo -p localhost
  program vers proto   port
   100000    2   tcp     111  portmapper
   100000    2   udp    111  portmapper
   100024    1   udp    955  status
   100024    1   tcp     957  status
   100005    1   udp    32769  mountd
   100005    1   tcp     32768  mountd
   100005    2   udp    32769  mountd
   100005    2   tcp     32768  mountd
   100005    3   udp    32769  mountd
   100005    3   tcp     32768  mountd
   100003    2   udp    2049  nfs
   100003    3   udp    2049  nfs
   100021    1   udp    32771  nlockmgr
   100021    3   udp    32771  nlockmgr
   100021    4   udp    32771  nlockmgr 

tail -f /var/log/messages
May 22 17:05:48 granpol_server dhcpd: DHCPDISCOVER from 00:07:95:b0:1c:45 
via eth0
May 22 17:05:48 granpol_server dhcpd: DHCPOFFER on 192.168.1.100 to 
00:07:95:b0:1c:45 via eth0
May 22 17:05:48 granpol_server dhcpd: DHCPREQUEST for 192.168.1.100 
(192.168.1.1) from 00:07:95:b0:1c:45 via eth0
May 22 17:05:48 granpol_server dhcpd: DHCPACK on 192.168.1.100 to 
00:07:95:b0:1c:45 via eth0
and nothing else... 

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.1.255;
option routers                192.168.1.1;
option domain-name-servers    192.168.1.1;
option domain-name            "granpol.hu";
option root-path              "192.168.1.1:/opt/ltsp/i386"; 

option option-128 code 128 = string;
option option-129 code 129 = text; 

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

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

   host ws001 {
       hardware ethernet      00:07:95:B0:1C:45;
       fixed-address          192.168.1.100;
        option host-name      "andras";
           filename           "/lts/vmlinuz-2.4.9-ltsp-6";
        option option-128     E4:45:74:68:00:00;
        option option-129     "NIC=sis900";
   }
} 

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_____________________________________________________________________
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