Hello, 

I really don't understand why my workstations cannot boot.  I have 3 
workstations having an IP address of 192.168.0.3 to 5.  My LTSP server is 
192.168.0.2.  My DHCP (dhcp-server-3.0-1rc8.2.1mdk), NFS 
(nfs-utils-0.3.3-3mdk) and XINETD (xinetd-2.3.4-4mdk) are perfectly running 
and I just don't have IPChains/IPTables in my LTSP server.  I'm confident 
enough that my physical connections are okay. 

On my display screen of my workstations, I got the messages of: 

 - - - < s n i p > - - -
Loading 192.168.0.2:/lts/vmlinuz-2.4.18-ltsp-1 ... <sleep>
 - - - < s n i p > - - - 


When I issue the command of: 

# tail -f /var/log/messages 

I got the following logs: 

 - - - < s n i p > - - -
Jul 13 10:10:03 server su(pam_unix)[9188]: session opened for user root by 
bintut(uid=501)
Jul 13 10:12:02 server dhcpd: DHCPDISCOVER from 00:80:ad:85:d5:e9 via eth0
Jul 13 10:12:02 server dhcpd: DHCPOFFER on 192.168.0.5 to 00:80:ad:85:d5:e9 
via eth0
Jul 13 10:12:02 server dhcpd: DHCPREQUEST for 192.168.0.5 (192.168.0.2) from 
00:80:ad:85:d5:e9 via eth0
Jul 13 10:12:02 server dhcpd: DHCPACK on 192.168.0.5 to 00:80:ad:85:d5:e9 
via eth0
Jul 13 10:12:33 server xinetd[9259]: warning: can't get client address: 
Transport endpoint is not connected
 - - - < s n i p > - - - 


I am using ltsp_core-3.0.4-0.i386.rpm and ltsp_kernel-3.0.4-0.i386.rpm on my 
Mandrake Linux 8.2.  Below are my examples of my configurations: 

[ /etc/hosts ] 

 - - - < s n i p > - - -
127.0.0.1 localhost.localdomain localhost
192.168.0.2 server
192.168.0.3 ws001
 - - - < s n i p > - - - 


[ /etc/dhcpd.conf ] 

 - - - < s n i p > - - -
ddns-update-style             none;
default-lease-time            21600;
max-lease-time                21600; 

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option domain-name-servers    192.168.0.2;
option domain-name            "server";
option root-path              "192.168.0.2:/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.2; 

   host ws001 {
       hardware ethernet     00:80:AD:01:73:13;
       fixed-address         192.168.0.3;
       filename              "/lts/vmlinuz-2.4.18-ltsp-1";
   }
 - - - < s n i p > - - - 


[ /opt/ltsp/i386/etc/lts.conf ] 

 - - - < s n i p > - - -
[Default]
       SERVER             = 192.168.0.2
       DNS_SERVER         = 192.168.0.2
       SEARCH_DOMAIN      = server
       XSERVER            = auto
       USE_XFS            = N
       LOCAL_APPS         = N
       RUNLEVEL           = 5 

[ws001]
       USE_NFS_SWAP       = Y
       SWAPFILE_SIZE      = 64m
       X_MODE_0           = 1280x1024
       X_MODE_1           = 1024x768
       X_MOUSE_PROTOCOL   = "Microsoft"
       X_MOUSE_DEVICE     = /dev/ttyS0
       X_MOUSE_RESOLUTION = 50
       X_BUTTONS          = 2
       MODULE_01          = serial
       X_MOUSE_BAUD       = 1200
       X_COLOR_DEPTH      = 24
 - - - < s n i p > - - - 

Thanks in advance for your help. 


 ---
Marvin T. Pascual
E-mail:  [EMAIL PROTECTED]
Tel. #:  (+63-2) 925-2053 / 929-3952
Quezon City, Philippines


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
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