Currently I have the following setup:

Ltsp Server (192.168.1.71, hostname Artena) SuSE 7.3, Kernel 2.4.20

1 Client (192.168.1.73, hostname Intoccabile)

the client boots off BIOS PXE, starts normal until the following output:

Running dhclient
e100: eth0 NIC Link is Up 100 Mbps Full duplex
Mounting root filesystem: /opt/ltsp/i386 from: 192.168.1.71

Then it just sits there, generating lots of traffic and the LTSP-Server system load 
goes up over 20

Ltsp-Server config:

  /etc/hosts (excerpt):

192.168.1.73    intoccabile

  /etc/exports (full):

/opt/ltsp/i386            192.168.1.0/255.255.255.0(ro,no_root_squash,sync)
/var/opt/ltsp/swapfiles   192.168.1.0/255.255.255.0(rw,no_root_squash,async)

  Output of exportfs -v (full)

/var/opt/ltsp/swapfiles
                192.168.1.0/255.255.255.0(rw,async,wdelay,no_root_squash)
/opt/ltsp/i386  192.168.1.0/255.255.255.0(ro,wdelay,no_root_squash)

  /etc/dhcpd.conf (Excerpt)

# dhcpd.conf
#
# configuration file for ISC dhcpd
#

default-lease-time 18000;
max-lease-time 18000;

ddns-update-style none;

option root-path              "192.168.1.71:/opt/ltsp/i386";
authoritative;

subnet 192.168.1.0 netmask 255.255.255.0 {
  range 192.168.1.160 192.168.1.240;
  option domain-name-servers 192.168.1.71, 192.168.1.1;
  option routers 192.168.1.71;
  option broadcast-address 192.168.1.255;
}

host intoccabile {
        option log-servers      192.168.1.71;
        option host-name        "intoccabile";
        option domain-name-servers 192.168.1.71;
#note this workaround for the "no such file or directory" error
        hardware ethernet       00:40:f4:66:f2:19;
        fixed-address           192.168.1.73;
        filename                "/lts/2.4.22-ltsp-1/pxelinux.0";
}

  /var/log/warn:

Oct 27 19:56:04 artena in.tftpd[7995]: tftp: client does not accept options

nothing in /var/log/messages

Where should I look for more info about this problem? I tried searching the 
mailinglist for solutions, but they either didn't match my problem or didn't solve it. 
(Or I didn't
find it)

I hope somebody can help

Dirk-Lüder



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_____________________________________________________________________
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