I've been trying to put a LTSP up and running, but no success.
Though out the mailing list I've gotten some help

http://marc.theaimsgroup.com/?l=ltsp-discuss&m=114355418619747&w=2
http://wiki.ltsp.org/twiki/bin/view/Ltsp/DHCP

but now I'm stuck  and looking for some help.
Any help will be great.
Thanks in advance

Flavio

Below I am sending my config files. I am running a Kurumin dist. (Debian).
We are running: LTSP v4.2
                             DHCP 3.03
                             tftpd-hpa
                             nfs
                             xdmcp

ltspcfg option "S"
        Service                installed    Enabled      Running        Notes            
        dhcpd                           Yes         Yes          Yes           Version 3
        tftpd                               Yes         Yes          Yes           Has a "-s" flag
        portmapper                 Yes         Yes          Yes           
        nfs                                 Yes         Yes          Yes
        xdmcp                           Yes         Yes          Yes           kdm   Using kdm

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

netstat -anp | grep ":69"
udp        0      0 0.0.0.0:69              0.0.0.0:*                          1763/in.tftp

On the clients screen we've been getting:

Me: 10.1.1.134, DHCP: 10.1.1.252, TFTP: 10.1.1.252, Gateway 10.1.1.1
Loading 10.1.1.252:/lts/2.6.16.1-ltsp-2/pxelinux.0 .TFTP error (File not found)
Unable to load the file



------------------------------------------------------------------------------------------
dhcp.conf

shared-network WORKSTATIONS {

    subnet 10.0.0.0 netmask 255.0.0.0 {

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

    option subnet-mask            255.0.0.0;

    option routers                10.1.1.1;
    option domain-name-servers    10.1.1.1;

    deny unknown-clients;

    # range 192.168.0.100 192.168.0.201;
 
    # workaround para um bug do dhcpd 3.03:

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

    }

}



group   {

    use-host-decl-names       on;

    # terminal 1:
    host ws001 {
    hardware ethernet     00:E0:7D:B2:E5:83;
    fixed-address         10.1.1.133;
    filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
    }

    # terminal 2:
    host ws002 {
        hardware ethernet     00:40:63:C3:5A:39;
        fixed-address         10.1.1.134;
    filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
    }

    # terminal 3:
    host ws003 {
        hardware ethernet     00:E0:7D:AB:E3:11;
        fixed-address         10.1.1.135;
    filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
    }

    # terminal 4:
    host ws004 {
        hardware ethernet     00:C0:DF:09:05:55;
        fixed-address         10.1.1.136;
    filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
    }

    # terminal 5:
    host ws005 {
        hardware ethernet     00:60:08:37:4F:15;
        fixed-address         10.1.1.137;
    filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
    }

    # terminal 6:
    host ws006 {
    hardware ethernet     00:0C:29:6F:F4:AB;
    fixed-address         10.1.1.138;
    filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
    }

    # terminal 7:
    host ws007 {
    hardware ethernet     00:08:0D:7B:E9:C8;
    fixed-address         10.1.1.139;
    filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
    }

    # terminal 8:
    host ws008 {
        hardware ethernet     00:0c:29:f4:34:19;
        fixed-address         10.1.1.140;
    filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
    }

}
------------------------------------------------------------------------
exports
# /etc/exports, LTSP 4.2

/opt/ltsp/i386/        10.0.0.0/255.0.0.0(ro,sync,no_root_squash)
------------------------------------------------------------------------
hosts
127.0.0.1 kurumin localhost

# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)

::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
## LTSP-begin ##
#
# The lines between 'LTSP-begin' and 'LTSP-end' were added
# on: Sáb Out 28 09:34:24 2006, by the ltspcfg configuration tool.
# For more information, visit the LTSP homepage
# at http://www.LTSP.org
#

10.1.1.133               ws001.ltsp    ws001
10.1.1.134               ws002.ltsp    ws002
10.1.1.135               ws003.ltsp    ws003
10.1.1.136               ws004.ltsp    ws004
10.1.1.137               ws005.ltsp    ws005
10.1.1.138               ws006.ltsp    ws006
10.1.1.139               ws007.ltsp    ws007
10.1.1.140               ws008.ltsp    ws008

## LTSP-end ##

# Você pode adicionar aqui os endereços IP e os nomes correspondentes de
# cada terminal, caso queira utilizar mais de 8 terminais.

# IMPORTANTE: A primeira linha deve conter o endereço IP e o nome (definido
# durante a configuração da rede) do servidor, ou seja, desta máquina. Se o
# nome for diferente do definido na configuração da rede, as estações não
# sequirão montar o sistema de arquivos do LTSP via NFS e travarão no boot.

10.1.1.252 kurumin
10.1.1.133 ws001
10.1.1.134 ws002
10.1.1.135 ws003
10.1.1.136 ws004
10.1.1.137 ws005
10.1.1.138 ws006
10.1.1.139 ws007
10.1.1.140 ws008
-------------------------------------------------------------------------
hosts.allow
# /etc/hosts.allow  LTSP 4.2

# Esta configuração permite que todos os micros da rede local utilizem
# os serviços usados pelo LTSP.
# Altere o "192.168.0." caso você esteja utilizando outra faixa de
# endereços na sua rede:

ALL : 127.0.0.1 10.0.0.0/8
-------------------------------------------------------------------------
inetd.conf
# /etc/inetd.conf:  see inetd(8) for further informations.
#
# Internet server configuration database
#
#
# Lines starting with "#:LABEL:" or "#<off>#" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(8)
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
#:INTERNAL: Internal services
#echo        stream    tcp    nowait    root    internal
#echo        dgram    udp    wait    root    internal
#chargen    stream    tcp    nowait    root    internal
#chargen    dgram    udp    wait    root    internal
#discard        stream    tcp    nowait    root    internal
#discard        dgram    udp    wait    root    internal
#daytime        stream    tcp    nowait    root    internal
#daytime    dgram    udp    wait    root    internal
#time        stream    tcp    nowait    root    internal
#time        dgram    udp    wait    root    internal

#:STANDARD: These are standard services.
#ftp        stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.ftpd
#telnet        stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.telnetd

#:BSD: Shell, login, exec and talk are BSD protocols.
#talk        dgram    udp    wait    root.tty    /usr/sbin/tcpd    /usr/sbin/kotalkd
#ntalk    dgram    udp    wait    root.tty    /usr/sbin/tcpd    /usr/sbin/ktalkd

#:MAIL: Mail, news and uucp services.

#:INFO: Info services

#:BOOT: Tftp service is provided primarily for booting.  Most sites
# run this only on machines acting as "boot servers."
#tftp        dgram    udp    wait    nobody    /usr/sbin/tcpd    /usr/sbin/in.tftpd /boot
#bootps        dgram    udp    wait    root    /usr/sbin/bootpd    bootpd -i -t 120

#:RPC: RPC based services

#:HAM-RADIO: amateur-radio services

#:OTHER: Other services
#<off># netbios-ssn    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/smbd
#<off># netbios-ns    dgram    udp    wait    root     /usr/sbin/tcpd    /usr/sbin/nmbd -a
#<off># swat        stream    tcp    nowait.400    root    /usr/sbin/tcpd    /usr/sbin/swat
#printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd
#vboxd    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/vboxd
#saft    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/sendfiled
#xtel            stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/xteld
#<off># https   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 80
#<off># ssmtp   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 25
#<off># nntps   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 119
#<off># telnets   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 23
#<off># imaps   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 143
#<off># ircs   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 194
#<off># pop3s   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 110
#<off># ftps-data   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 20
#<off># ftps   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 21
#<off># sswat   stream  tcp nowait  root    /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 901
#amanda dgram udp wait backup /usr/sbin/tcpd /usr/lib/amanda/amandad
#amandaidx stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amindexd
#amidxtape stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amidxtaped

# tftpd "normal":

#tftp            dgram   udp     wait    nobody  /usr/sbin/tcpd  /usr/sbin/in.tftpd /tftpboot

# tptpd-hpa, default kts:

tftp dgram udp wait root /usr/sbin/in.tftpd -s /tftpboot -r blksize

bootps          dgram   udp     wait    root    /usr/sbin/bootpd        bootpd -i -t 120
----------------------------------------------------------------------------------------
lts.conf
# /opt/ltsp/i386/etc/lts.conf -  LTSP 4.2

# ---------------------- Default: ----------------------

[Default]
        SERVER             = 10.1.1.252

X.org

        XSERVER            = auto
        X_MOUSE_PROTOCOL   = "PS/2"
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3

    XkbModel    = ABNT2
    XkbLayout    = br

        SCREEN_01         = startx
        RUNLEVEL           = 5


# ------------ Workstations: -------------

[ws001]
        XSERVER        = auto
    X_MODE_0           = 800x600 #(Resolução)
    X_VERTREFRESH      = 60  #(Refresh rate)
    X_COLOR_DEPTH      = 16  #(Bits de Cor)
    # suporte a CD, disquete e pendrive
    LOCAL_STORAGE    = Y
    MODULE_01    = ohci-hcd
    # swap via rede:
    # USE_NBD_SWAP    = Y

[ws002]
        XSERVER        = auto
    # suporte a CD, disquete e pendrive
    LOCAL_STORAGE    = Y
    MODULE_01    = ohci-hcd
    # swap via rede:
    # USE_NBD_SWAP    = Y

[ws003]
        XSERVER        = auto
    # suporte a CD, disquete e pendrive
    LOCAL_STORAGE    = Y
    MODULE_01    = ohci-hcd
    # swap via rede:
    # USE_NBD_SWAP    = Y

[ws004]
        XSERVER        = auto
    # suporte a CD, disquete e pendrive
    LOCAL_STORAGE    = Y
    MODULE_01    = ohci-hcd
    # swap via rede:
    # USE_NBD_SWAP    = Y

[ws005]
        XSERVER        = auto
    # suporte a CD, disquete e pendrive
    LOCAL_STORAGE    = Y
    MODULE_01    = ohci-hcd
    # swap via rede:
    # USE_NBD_SWAP    = Y

[ws006]
        XSERVER        = auto
    # suporte a CD, disquete e pendrive
    LOCAL_STORAGE    = Y
    MODULE_01    = ohci-hcd
    # swap via rede:
    # USE_NBD_SWAP    = Y

[ws007]
        XSERVER        = auto
    # suporte a CD, disquete e pendrive
    LOCAL_STORAGE    = Y
    MODULE_01    = ohci-hcd
    # swap via rede:
    # USE_NBD_SWAP    = Y

[ws008]
        XSERVER        = auto
    # suporte a CD, disquete e pendrive
    LOCAL_STORAGE    = Y
    MODULE_01    = ohci-hcd
    # swap via rede:
    # USE_NBD_SWAP    = Y

-------------------------------------------------------------------------
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&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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