Hi all,...

i'd like to ask a question about unable to load vmlinuz after my ws got
its IP (so it shouldn't be a cable stuff -physical issue) from LTS. 

Here are what i've done to check what's going on:

=> to make sure tftp is running:
# netstat -an|grep 69
tcp        0      0 0.0.0.0:32769           0.0.0.0:*              
LISTEN
udp        0      0 0.0.0.0:69              0.0.0.0:*
unix  3      [ ]         STREAM     CONNECTED     5069  
/tmp/.X11-unix/X0

=> tftp configuration:
# cat /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
}

=> Network Rules
# iptables -L input
iptables: Table does not exist (do you need to insmod?)
# iptables -L output
iptables: Table does not exist (do you need to insmod?)

=> Check the file
# ll /tftpboot/lts/vmlinuz-2.4.9-ltsp-5
-rw-r--r--    1 root     root      1054720 Apr 20 18:57
/tftpboot/lts/vmlinuz-2.4.9-ltsp-5

=> Get the file (using tftp) from other machine in the same network
$ tftp 192.168.2.3
<tftp> get /lts/vmlinuz-2.4.9-ltsp-5
Received 1062469 bytes in 11.1 seconds

=> Files needed to be considered
# cat /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.
#
#
ALL:ALL

## LTS-begin ##

#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: Sat Apr 20 18:54:51 JAVT 2002 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.2.
portmap:   192.168.2.

## LTS-end ##
==== END OF FILE ===

# cat /etc/hosts.deny
#
# hosts.deny    This file describes the names of the hosts which are
#               *not* allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow.  In particular
# you should know that NFS uses portmap!
#
==== END OF FILE ===

# cat /etc/dhcpd.conf
 ddns-update-style none;
 # Sample configuration file for ISCD dhcpd
 #
 # Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd
 # once you adjusted this file and copied 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.2.255;
 option routers                192.168.2.3;
 option domain-name-servers    192.168.2.3;
 option domain-name            "palapa.cbn.net.id";
 option root-path              "192.168.2.3:/opt/ltsp/i386";
 option option-128 code 128 = string;
 option option-129 code 129 = text;

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

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

        host komputer_03 {
                hardware ethernet     00:00:1C:D7:FB:0E;
                fixed-address         192.168.2.13;
                filename              "/lts/vmlinuz-2.4.9-ltsp-5";
        }

        host komputer_05 {
                 hardware ethernet     00:C0:26:62:4C:7C;
                 fixed-address         192.168.2.15;
                 filename              "/lts/vmlinuz-2.4.9-ltsp-5";
         }

         (and so on)

=== END OF FILE ===


These 2 computers can't start. Both can get their own ip address, but
komputer_03 said:
====
Loading /lts/vmlinuz-2.4.9-ltsp-5 <sleep>
<sleep>
<sleep>
....
====
and komputer_05 said:
====
Loading /lts/vmlinuz-2.4.9-ltsp-5 (NBI)... Unable to load file.
(NBI)... Unable to load file.
(NBI)... Unable to load file.
....
====

Does anyone have idea what is wrong to my LTSP system?? what have i
missed to check?? It used to be working, this is happening after i
upgraded to Mandrake 8.2 (don't know if there might be a relation). 

Please help, i'm running out of idea. Thank you


Adinda Praditya



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Bringing you mounds of caffeinated joy.
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