Em Sex, 2006-12-22 às 11:20 -0800, Joseph Toman escreveu:
> Bruno Henrique de Oliveira wrote:
> > Hi,
> > when my station of work initiates using the Ltsp appears the error:
> >
> > “
> > PXE-T01: File not found
> > PXE-E3B: TFTP Error - File Not found
> > “
> >
> > the system of the server is Suse 10,1 and when I enter "show the status
> > of all services" in inside of ltspadmin it seems that everything is
> > certain.
> >
> > some suggestion of what it can be?
> >
>
> Run YaST. Under "Network Services" open the TFTP server configuration.
> Make sure the filename entry in your /etc/dhcpd.conf file agrees with
> how your tftp server has its root set up. Usually in Suse you would omit
> the /tftpboot part of the path and just have
> /lts/<kernel-version>/pxelinux.0 for a PXE boot.
>
> Hope this helps.
> J. Toman
debtor for the aid more did not decide. mine tftp is configured in yast
as qualified and in the /tftpboot folder and mine dhcp is thus:
ddns-update-style ad-hoc;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.200;
option domain-name-servers 192.168.1.200;
option domain-name "eacsoftware.com.br";
option option-128 code 128 = string;
option option-129 code 129 = text;
get-lease-hostnames true;
next-server 192.168.1.200;
option root-path "192.168.1.200:/opt/ltsp/i386";
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.200 192.168.1.201;
if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
filename "/lts/2.6.16.1-ltsp-1/pxelinux.0";
}
else{
filename "/lts/vmlinuz-2.6.16.1-ltsp-1";
}
}
some another suggestion ?
thz.
Bruno.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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