Before I was using MDK 9.0 and it was working OK. Not anymore. The machines and NICs are the same.
This is the message at /var/log/messages:
---------------------------------------------
Jul 5 11:39:52 k7s5a dhcpd: DHCPDISCOVER from 00:0b:6a:02:48:6e via eth0
Jul 5 11:39:52 k7s5a dhcpd: DHCPOFFER on 192.168.0.4 to 00:0b:6a:02:48:6e via eth0
Jul 5 11:39:54 k7s5a dhcpd: DHCPREQUEST for 192.168.0.4 (192.168.0.2) from 00:0b:6a:02:48:6e via eth0
Jul 5 11:39:54 k7s5a dhcpd: DHCPACK on 192.168.0.4 to 00:0b:6a:02:48:6e via eth0
Jul 5 14:39:54 k7s5a in.tftpd[15327]: tftp: client does not accept options
---------------------------------------------
/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
per_source = 11
cps = 100 2
flags = IPv4
}
---------------------------------------------
/etc/dhcpd.conf
ddns-update-style none;
allow booting;
allow bootp;
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.2;
option domain-name-servers 192.168.0.2;
option domain-name "local";
option root-path "192.168.0.2:/opt/ltsp/i386";
#option option-128 code 128 = string;
#option option-129 code 129 = text;
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 ws01 {
# SiS 900 onboard ML 812
hardware ethernet 00:07:95:FD:44:24;
fixed-address 192.168.0.3;
filename "/lts/vmlinuz-2.4.l1-ltsp-1";
}
host ws02 {
hardware ethernet 00:0B:6A:02:48:6E;
fixed-address 192.168.0.4;
filename "/lts/pxelinux.0";
}
host ws03 {
hardware ethernet 00:0B:6A:03:C5:46;
fixed-address 192.168.0.5;
filename "/lts/pxelinux.0";
}
}
--------------------------------------------------
/opt/ltsp/i368/etc/lts.conf:
[Default]
SERVER = 192.168.0.2
XSERVER = auto
X_MOUSE_PROTOCOL = "PS/2"
X_MOUSE_DEVICE = "/dev/psaux"
X_MOUSE_RESOLUTION = 400
X_MOUSE_BUTTONS = 3
USE_XFS = Y
LOCAL_APPS = Y
RUNLEVEL = 4
NIS_SERVER = 192.168.0.2
DNS_SERVER = 192.168.0.2
NIS_DOMAIN = localdomain
#--------------------------------------------------
[ws01]
XSERVER = auto
LOCAL_APPS = Y
USE_NFS_SWAP = N
SWAPFILE_SIZE = 48m
RUNLEVEL = 3
LOCAL_WM = Y
[ws02]
XSERVER = auto
LOCAL_APPS = Y
USE_NFS_SWAP = N
SWAPFILE_SIZE = 48m
RUNLEVEL = 3
LOCAL_WM = Y
[ws03]
XSERVER = auto
LOCAL_APPS = Y
USE_NFS_SWAP = N
SWAPFILE_SIZE = 48m
RUNLEVEL = 3
LOCAL_WM = Y
------------------------------------------------------
/etc/hosts:
127.0.0.1 localhost
192.168.0.2 k7s5a
192.168.0.1 vta5
192.168.0.3 ws01
192.168.0.4 ws02
192.168.0.5 ws03
-------------------------------------------------------
/etc/exports:
/opt/ltsp/i386 192.168.0.0/255.255.255.0(ro,no_root_squash)
/var/opt/ltsp/swapfiles 192.168.0.0/255.255.255.0(rw,no_root_squash)
/home/cpn/fah 192.168.0.0/255.255.255.0(rw,no_root_squash)
-------------------------------------------------
/etc/hosts.allow:
bootpd: 0.0.0.0
in.tftpd: 192.168.0.
portmap: 192.168.0.
----------------------------------------------
/etc/resolv.conf:
search localdomain
nameserver 192.168.0.1
--------------------------------------------------
tftp: client does not accept options ????
What options?
Any ideas?
Kakao
--
POP. Nem parece internet gr�tis.
Seja POP voc� tamb�m! Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador.
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _____________________________________________________________________ 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
