Dear john,

* No need to start the tftp...in my point of view.
* Yesterday only i got the result of diskless
workstation...

* And if there is no tftp then definetly u can't run
diskless machine..

* First of all check whether that tftp is installed..

> rpm -qa | grep 'tftp*'

* if no result will come then try to install that
package..

* If it will give result then..uninstall that tftp by
giving the following command..

> rpm -e tftp_x_xx [ i donno exact version..as well as
see the result of the previous command, give the same
package name that corrently installed ]

> then again install the tftp by..

> rpm -i tftp_x_xx.rpm [see the documentation of ltsp]

Regards,
Sherfudeen M


--- John N <[EMAIL PROTECTED]> wrote:
> I did that and the port reported was :696.
> I guess tftp is not running. How do I start it?
> I thought that the initialization script took care
> of this?
> 
> John
> 
> ----- Original Message ----- 
> From: "Derek Dresser" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 17, 2001 5:11 PM
> Subject: Re: [Ltsp-discuss] Kernel won't load
> 
> 
> > tftp runs on port 69 so the following will show
> you if it is running.
> > 
> > netstat -na | grep :69
> > 
> > if it is running you will get a line like
> > udp         0      0.0.0.0:69     0.0.0.0:*
> > 
> > if it's not, you won't.
> > 
> > derek
> > 
> > Quoting John N <[EMAIL PROTECTED]>:
> > 
> > > How do I check if tftp is running, and if it is
> not, how do I start
> > > it?
> > > 
> > > John
> > > 
> > > 
> > > ----- Original Message -----
> > > From: "Egan, Matt B. (Artco)"
> <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, September 17, 2001 2:13 PM
> > > Subject: RE: [Ltsp-discuss] Kernel won't load
> > > 
> > > 
> > > > Have you had it running before?
> > > >
> > > > One thing you might try check and make sure
> that tftpd is running
> > > >
> > > > I had this problem for a bit and it ended up
> being that Tftp wasn't
> > > running
> > > > on the server
> > > >
> > > >  -----Original Message-----
> > > > From: John N [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, September 17, 2001 3:07 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [Ltsp-discuss] Kernel won't load
> > > >
> > > > No real error messages as such:
> > > >
> > > > The terminal screen, after finding the DHCP
> server, reads:
> > > >
> > > > "Me: 192.169.0.3, Server: 192.168.0.254,
> Gateway: 192.168.0.1
> > > >
> > > > Loading
> 192.168.0.254:/tftpboot/lts/vmlinuz.eepro100
> ......... "
> > > >
> > > > and that's it.
> > > >
> > > > John
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: "Rob" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Monday, September 17, 2001 1:48 PM
> > > > Subject: RE: [Ltsp-discuss] Kernel won't load
> > > >
> > > >
> > > > > what is the error that you receive when
> trying to boot?
> > > > > What do your error logs say?
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From:
> [EMAIL PROTECTED]
> > > > >
> [mailto:[EMAIL PROTECTED]]On
> Behalf Of John
> > > N
> > > > > Sent: Monday, September 17, 2001 3:30 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: [Ltsp-discuss] Kernel won't load
> > > > >
> > > > >
> > > > > Using an appropriate boot floppy (still
> waiting for the ROM I
> > > ordered)
> > > the
> > > > > WS
> > > > > finds the DHCP server OK, but hangs at the
> "loading
> > > vmlinuz.eepro100"
> > > > stage.
> > > > >
> > > > > I use a Linksys router set at 192.168.0.1,
> and the NIC in the LTSP
> > > box
> > > > has
> > > > > 192.168.0.2 assigned to it.
> > > > >
> > > > > I have read all the postings in the archive
> and have tried omitting
> > > the
> > > > > "tftpboot" as suggested, but no dice.
> > > > >
> > > > > TIA
> > > > > John
> > > > >
> > > > > My dhcpd.conf reads as follows:
> > > > >
> > > > > # Sample configuration file for ISCD dhcpd
> > > > > #
> > > > > # Don't forget to set run_dhcpd=1 in
> /etc/init.d/dhcpd
> > > > > # once you adjusted this file and copied it
> to /etc/dhcpd.conf.
> > > > > #
> > > > >
> > > > > 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.1;
> > > > > option domain-name-servers    192.168.0.254;
> > > > > option domain-name           
> "yourdomain.com";
> > > > > option root-path             
> "/tftpboot/lts/ltsroot";
> > > > >
> > > > >
> > > > > 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.254;
> > > > >
> > > > >     host ws001 {
> > > > >         hardware ethernet    
> 00:06:29:F1:8E:56;
> > > > >         fixed-address         192.168.0.3;
> > > > >         filename             
> "/tftpboot/lts/vmlinuz.eepro100";
> > > > >     }
> > > > >     host ws002 {
> > > > >         hardware ethernet    
> 00:D0:09:30:6A:1C;
> > > > >         fixed-address         192.168.0.2;
> > > > >         filename             
> "/lts/vmlinuz.tulip";
> > > > >     }
> > > > > }
> > > > >
> > > > >
> > > > >
> > > > >
> > >
>
_____________________________________________________________________
> > > > > 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
> > > >
> > > >
> 
=== message truncated ===


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

_____________________________________________________________________
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