[parisc-linux] Telnetd ?
Thomas Marteau
marteaut@esiee.fr
Tue, 14 Aug 2001 20:21:15 +0200
Hi Christopher,
By default, telnetd is not installed. You have to do it with apt-get
install telnetd
The point is during the install, you should have been asked to give some
info in order to download automatically the packages via apt-get.
If the command is not working, go into /etc/apt and add the following
line to sources.list:
deb http://http.us.debian.org/debian unstable main
And if you have a proxy, do not forget to create apt.conf file
containing this line:
Acquire::http::Proxy "http://your.proxy.fqdn:port/";
Good luck, Thomas.
ESIEE Team