Norm,

You can't start tftp like that.  It is started from xinetd.

All you need to do is look at /etc/xinetd.d/tftp
and make sure it doesn't have "disable = yes".
Once you've verified that, then restart xinetd.

   service xinetd restart

Then, to verify that it is ok, do this:

   netstat -anp | grep ":69 "

That will tell us if anything is listening on udp port 69.
It should report that xinetd is listening.

As for the problem witn 'IN A'  I don't know what is causing
that problem, but  I'm inclined to think that it isn't a problem
for you (not yet, anyway).

Jim.


On Fri, 5 Apr 2002, Norman wrote:

> Jim,
> After answering the bit below the ============
> I have done some more checking because I am still having
> problems and cannot load the kernel.
> I uninstalled tftp server and removed the /etc/xinetd.d/tftp file
> and then reinstalled the server.
> To be sure I had fully reset everything I rebboted the server PC.
> 
> If I start Mandrake Control Center up and look at system/services
> I see that tftp is set to start on boot but that it is stopped.
> If I click on the start button it says "Unrecognised service."
> If I try to start the server by issuing
> /usr/sbin/in-tftpd -s /tftpboot/lts &
> then tail -f /var/log/messages gives the following output
> 
> Apr  5 18:57:31 norman3 in.tftpd[1462]: recvfrom: Socket operation on non-socket
> 
> and booting the client machine gives the following
> 
> Apr  5 18:58:24 norman3 dhcpd: DHCPDISCOVER from 00:10:a7:10:d4:79 via eth0
> Apr  5 18:58:24 norman3 dhcpd: DHCPOFFER on 192.168.1.4 to 00:10:a7:10:d4:79 via eth0
> Apr  5 18:58:32 norman3 dhcpd: if IN A  doesn't exist add 10800 IN A  192.168.1.4:
> resolver failed.
> Apr  5 18:58:32 norman3 dhcpd: DHCPREQUEST for 192.168.1.4 from 00:10:a7:10:d4:79 
>via eth0
> 
> Apr  5 18:58:32 norman3 dhcpd: DHCPACK on 192.168.1.4 to 00:10:a7:10:d4:79 via eth0
> 
> Does this pinpoint the problem?
> tia,
> norm
> 
> =========================================================
> Norman wrote:
> 
> > [EMAIL PROTECTED] wrote:
> >
> > > Norm,
> > >
> > > Wait a sec, are you saying you had to create the /etc/xinetd.d/tftp
> > > file ?
> > >
> >
> > Yes that's right.
> >
> > >
> > > That would indicate that you probably don't have the tftp server
> > > package installed.
> > >
> >
> > That's right as well. I installed the server afterwards from the
> > Mandrake cd using urpmi  and it didn't alter the tftp file I had
> > created.
> >
> > >
> > > Try doing this:
> > >
> > >   rpm -qa | grep tftp
> > >
> >
> > Interestingly this produces
> > tftp-server-0.17-4mdk
> > and
> > tftp-0.17-7mdk
> >
> > What do you suggest?
> > What is the server called, I assume it
> > isn't in-tftp or in-tftpd
> >
> > norm
> >
> > >
> > > and see if the tftp server is installed.  If not, then install it.
> > > but before installing, you should remove that file you created.
> > >
> > > Then, when that is done, restart xinetd.
> > >
> > > And, you should have '/lts/vmlinuz-2.4.9-ltsp-6' for the
> > > filename setting in dhcpd.conf.
> > >
> > > Jim.
> > >
> > > --
> >
> > _____________________________________________________________________
> > 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
> 
> 
> _____________________________________________________________________
> 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
> 

-- 


_____________________________________________________________________
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