when I issue the "netstat -a|grep tftp" command, i
dont get a response from the port on which the server
is listening.
when I checked the message log it says "missing
service keyword [file=/etc/xinetd.d/tftp] [line1]"
this is my file=/etc/xinetd.d/tftp file:

default:on
service tftp
{
     disable     = no
     socket_type = dgram
     protocol    = udp
     wait        = yes
     user        = root
     server      = /usr/sbin/in.tftp
     server_args = -s /tftpboot -r blksize
     flags       = IPv4
}


--- John Jolet <[EMAIL PROTECTED]> wrote:

> On Wednesday 02 November 2005 12:25, Jide Osatuyi
> wrote:
> > Yes I did get anything in /var/log/messages but i
> > couldnt read it
> I'm afraid you'll have to troubleshoot that first
> before you continue.  I'm 
> not sure what tftp server you have...
> >
> > --- John Jolet <[EMAIL PROTECTED]> wrote:
> > > okay, so the problem is tftpd, not si.  was
> there
> > > anything in
> > > the /var/log/messages file when you tried that
> test?
> > > On Tuesday 01 November 2005 10:12, Jide Osatuyi
> > >
> > > wrote:
> > > > i tried and got "Transfer timed out."
> > > >
> > > > --- John Jolet <[EMAIL PROTECTED]> wrote:
> > > > > and tftp is running?  try tftping one of the
> > >
> > > files
> > >
> > > > > inside pxelinux.cfg
> > > > > directory to a working server just to make
> sure
> > >
> > > tftp
> > >
> > > > > works.
> > > > >
> > > > > On Friday 28 October 2005 11:02, Jide
> Osatuyi
> > >
> > > wrote:
> > > > > > I have in /tftpboot a kernel, an initrd
> and a
> > > > > > pxelinux.cfg and I aalso have syslinux
> > >
> > > installed.I
> > >
> > > > > am
> > > > >
> > > > > > using fedora core 3
> > > > > >
> > > > > > --- John Jolet <[EMAIL PROTECTED]> wrote:
> > > > > > > On Friday 28 October 2005 09:15, Jide
> > >
> > > Osatuyi
> > >
> > > > > wrote:
> > > > > > > > I added the host to the /etc/hosts and
> it
> > > > > > >
> > > > > > > successfully
> > > > > > >
> > > > > > > > created the configuration file on the
> > >
> > > image
> > >
> > > > > > > server.
> > > > > > >
> > > > > > > > On the clint machine however, it shows
> > >
> > > that it
> > >
> > > > > got
> > > > >
> > > > > > > an
> > > > > > >
> > > > > > > > ip from dhcp and then
> > > > > > > > TFTP.
> > > > > > > > PXE-01: File not found
> > > > > > > > PXE-E3B:TFTP Error-File not found
> > > > > > > > PXE-MOF:Exiting Intel Boot Agent
> > > > > > >
> > > > > > > and in /tftpboot you have a kernel, an
> > >
> > > initrd
> > >
> > > > > and a
> > > > >
> > > > > > > pxelinux.cfg directory?
> > > > > > > you have to have syslinux installed on
> the
> > > > > > > systemimager server.
> > > > > > >
> > > > > > > > I'm gueesing it has something to do
> with
> > >
> > > my
> > >
> > > > > tftp
> > > > >
> > > > > > > but
> > > > > > >
> > > > > > > > I'm not sure what about it?
> > > > > > > >
> > > > > > > > --- John Jolet <[EMAIL PROTECTED]> wrote:
> > > > > > > > > On Friday 28 October 2005 08:39,
> Jide
> > > > >
> > > > > Osatuyi
> > > > >
> > > > > > > wrote:
> > > > > > > > > > Hi All,
> > > > > > > > > > I have successfully configured my
> dhcp
> > > > >
> > > > > server
> > > > >
> > > > > > > but
> > > > > > >
> > > > > > > > > each
> > > > > > > > >
> > > > > > > > > > time I issue the "si_mkclientboot
> > > > >
> > > > > --verbose
> > > > >
> > > > > > > > > --netboot
> > > > > > > > >
> > > > > > > > > > --clients "www1"" command I get
> > > > > > > > >
> > > > > > > > > did you add it to /etc/hosts, and to
> > > > > > > > > /var/lib/systemimager/scripts/hosts?
> > > > > > > > >
> > > > > > > > > > "can't find an ip address for
> www1!"
> > > > > > > > > >
> > > > > > > > > > below are some of my files
> > > > > > > > > > /tftpboot/pxelinux.cfg/default
> > > > > > > > > > -----------------------------
> > > > > > > > > > DEFAULT localhost
> > > > > > > > > >
> > > > > > > > > > LABEL localhost
> > > > > > > > > > LOCALBOOT 0
> > > > > > > > > >
> > > > > > > > > > /etc/pxe.conf
> > > > > > > > > > ----------------
> > > > > > > > > > .
> > > > > > > > > > .
> > > > > > > > > > #Image file name for Linux install
> > >
> > > boot
> > >
> > > > > server
> > > > >
> > > > > > > > > type
> > > > > > > > >
> > > > > > > > > > #format:<min layer #> <max layer
> #>
> > >
> > > <base
> > >
> > > > > file
> > > > >
> > > > > > > > > name>
> > >
> > > [X86PC/UNDI/linux-install/ImageFile_Name]
> > >
> > > > > > > > > > 0
> > > > > > > > > > 2
> > > > > > > > > > linux
> > > > > > > > > >
> > > > > > > > > > #Image file name for Linux boot
> server
> > > > >
> > > > > type
> > > > >
> > > > > > > > > > #format:<min layer #> <max layer
> #>
> > >
> > > <base
> > >
> > > > > file
> > > > >
> > > > > > > > > name>
> > > > > > > > >
> > > > > > > > > >
> [X86PC/UNDI/linux-boot/ImageFile_Name]
> > > > > > > > > > 0
> > > > > > > > > > 0
> > > > > > > > > > pxelinux
> > > > > > > > > >
> > > > > > > > > > Thanks
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > __________________________________
> > > > > > > > > > Yahoo! Mail - PC Magazine Editors'
> > >
> > > Choice
> > >
> > > > > 2005
> > > > >
> > > > > > > > > > http://mail.yahoo.com
> >
> >
>
-------------------------------------------------------
> 
=== message truncated ===


----------------------
##Jide Osatuyi
##ITSN,SUNY Brockport
##Brockport,NY.


                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Sisuite-users mailing list
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to