hi all,
i have installed ltsp 4.2 update 1 on Redhat AS 3. Everything is
working fine except the

clients on PXE. The client hangs on "Uncompressing Linux..., Ok,
booting the kernel." Following are my configuration files, any help
would be appreciated,Thanks

pxelinux.cfg/default

prompt 0
label linux
 kernel bzImage-2.6.16.1-ltsp-2
 append rw root=/dev/ram0 initrd=initramfs.gz


/etc/dhcpd.conf

ddns-update-style             ad-hoc;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.1.255;
option routers                192.168.1.240;
option option-128 code 128 = string;
option option-129 code 129 = text;

get-lease-hostnames           true;

next-server                   192.168.1.240;
option root-path              "192.168.1.240:/opt/ltsp/i386";

subnet 192.168.1.0 netmask 255.255.255.0 {
   range   192.168.1.241   192.168.1.250;
   if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
       filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
   }
   else{
       filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
   }

/etc/xinetd.d/tftp

service tftp
{
       disable                 = no
       socket_type             = dgram
       protocol                = udp
       wait                    = yes
       user                    = root
       server                  = /usr/sbin/in.tftpd
       server_args             = -s /tftpboot
}

the log files in syslog-ng
May  9 11:24:46 ltsp dhcpd: DHCPDISCOVER from 00:04:75:75:a9:82 via eth0
May  9 11:24:47 ltsp dhcpd: DHCPOFFER on 192.168.1.242 to
00:04:75:75:a9:82 via eth0
May  9 11:24:47 ltsp dhcpd: DHCPDISCOVER from 00:04:75:75:a9:82 via eth0
May  9 11:24:47 ltsp dhcpd: DHCPOFFER on 192.168.1.242 to
00:04:75:75:a9:82 via eth0
May  9 11:24:49 ltsp dhcpd: DHCPDISCOVER from 00:04:75:75:a9:82 via eth0
May  9 11:24:49 ltsp dhcpd: DHCPOFFER on 192.168.1.242 to
00:04:75:75:a9:82 via eth0
May  9 11:24:53 ltsp dhcpd: Wrote 10 leases to leases file.
May  9 11:24:53 ltsp dhcpd: DHCPREQUEST for 192.168.1.242 (192.168.1.240) from

00:04:75:75:a9:82 via eth0
May  9 11:24:53 ltsp dhcpd: DHCPACK on 192.168.1.242 to
00:04:75:75:a9:82 via eth0
May  9 11:24:53 ltsp xinetd[3450]: START: tftp pid=4827 from=192.168.1.242
May  9 06:24:53 ltsp in.tftpd[4828]: tftp: client does not accept options


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_____________________________________________________________________
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