On Fri, 30 Jan 2004, Jeff Nelson wrote:

> Jim,
> I've followed your instructions for ALLOW_PROCREAD = Y and went through
> my dhcpd.leases to get an address to telnet to.  I found which
> workstation was on by pinging it, and then did:
>       telnet ws247 9200
> 
> And got "connection refused."
> 
> I repeated that with the IP address instead of ws247, but with the same
> result.  
> 
> So I thought, well, maybe I need to install the telnet daemon on the
> server, did so, activated it, confirmed that it was active by telnetting
> localhost, and still, get "connection refused" when attempting to telnet
> the workstation.  

telnetd is ONLY if you want to telnet INTO your server, which is not
what you are trying to do.

if you want to be sure of the IP address for that workstation, just tail 
the /var/log/messages file immediately after booting the workstation.  
You should see the dhcp reply message that shows what IP address it was.

Try telnetting using the IP address, rather than the hostname.

that is:     telnet 192.168.0.247 9200

As long as your workstation is booted, it should work.

You are runnig LTSP-4, aren't you ?

Jim.


> 
> Help!
> 
> Jeff
> 
> > ting that, and rebooting the client will give you access to any file 
> > in the /proc filesystem on the workstation.  To actually read the file, 
> > you can do this:
> > 
> >   telnet ws001 9200
> > 
> > Then, when you get the 'Escape char......' prompt, you should be able to
> > type:
> > 
> >   getproc meminfo
> > 
> > and it should spew out lots of details about the current memory usage.
> 
> 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_____________________________________________________________________
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

Reply via email to