At 21:06 +0200 9/26/01, karthikeyan nagalingam wrote:
>hi Geert Stappers,
>                   i checked the permissions, and i
>give the full permissions for /tftpboot and its
>subdir's, but still it gives the same error. please
>give some other solution.

Okay.

>
>waiting for your reply,
I hope you did meanwhile something usefull ;-)

>
>thanks in advance,
>
>karthikeyan.N
>
>
>--- Geert Stappers <[EMAIL PROTECTED]> wrote:
>> At 0:48 +0200 9/26/01, karthikeyan nagalingam wrote:
>> >hai friends,
>> >             i am karthi, one small doubt in pxe,
>> >totally 3 m/c(pxe server,dhcp server, client), i
>> >configured the pxe.conf file. while rebooting the
>> ws
>> >the ws gives the following message.
>> >
>> >DHCP MAC ADD:00 04 AC 8B 4F 39
>> >CLIENT IP:192.168.1.80 (with in the range)
>> >MASK:255.255.255.0
>> >DHCP IP  :192.168.1.74(dhcp server ip)
>> >PROXY IP :192.168.1.73(pxe server ip)
>> >GATEWAY IP: 192.168.1.1(my server route)
>> >
>> >then i press <F8>
>> >
>> >Remote Install Linux ( i selected)
>> >
>> >MD 222.0.1.22
>> >Boot Server ip : 192.168.1.73
>> >TFTP
It tries TFTP

>> >PXE-T02: Access violation
It gets an error

>> >MTFTP....
Then it tries  Multicast TFTP

>> >PXE-T302: TFTP open timeout
>> >PXE-E32 : TFTP open timeout
Also errors

>> >TFTP
Once again errors.

>> >PXE-T02 : Access violation
>> >PXE-E3C : TFTP error-Access violation
It quits...

>> >
>> >
>> >please help me,
>> >
>> >where i made a mistake, please correct me.
>> >
>>

Does one of your servers have a tftp deamon of mtftp deamon?

On the machine I used early this year
there are line in /etc/inetd.conf like

$ grep -i tftp /etc/inetd.conf
#:BOOT: Tftp service is provided primarily for booting.  Most sites
tftp            dgram   udp     wait    nobody  /usr/sbin/tcpd
/usr/sbin/in.tftpd /boot
#:MTFTP: Mtftp service is provided for Preboot eXcuting Enviroment.
mtftp           dgram   udp     wait    nobody  /usr/sbin/tcpd
/usr/sbin/in.mtftpd /tftpboot

the executables should exist

fai@mir:~/fai-gst/doc
$ file /usr/sbin/in.*tftpd
/usr/sbin/in.mtftpd: ELF 32-bit LSB executable, Intel 80386, version 1,
dynamically linked (uses shared libs), stripped
/usr/sbin/in.tftpd:  ELF 32-bit LSB executable, Intel 80386, version 1,
dynamically linked (uses shared libs), stripped
fai@mir:~/fai-gst/doc
$



You can check the tftp deamon by using a tftp client on an other computer:

showing what files are on machine mir

fai@mir:/tftpboot/X86PC/UNDI/BStrap
$ ls /boot/fai
ant01  atom_install  effe  fr12  fr34  installimage  vmlinux-fai-bootp-2.2.19
fai@mir:/tftpboot/X86PC/UNDI/BStrap
$


switch to other computer, "xl"

stappers@xl:~/dl
$ tftp mir
tftp> get /boot/wrongfile
Error code 1: File not found
tftp> get /boot/fai/vmlinux-fai-bootp-2.2.19
tftp: sendto: Connection refused
tftp> get /boot/fai/vmlinux-fai-bootp-2.2.19
Received 1054499 bytes in 2.8 seconds
tftp> quit
stappers@xl:~/dl
$

you probaly check other files so do

tftp> get /tftpboot/X86PC/UNDI/BStrap/BStrap.0



Please report your result to the list



Kind Regards, Geert Stappers
---------------------
The Future is now, be part of it.



_____________________________________________________________________
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