1 Feb 2004 02:59
Re: X crashes on clients, k12ltsp4
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.(Continue reading)
RSS Feed