From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by dsl2.external.hp.com (Postfix) with ESMTP id CC0A2482A for ; Tue, 14 Aug 2001 12:18:38 -0600 (MDT) Sender: marteaut@esiee.fr Message-ID: <3B796C1B.C87DCD0C@esiee.fr> Date: Tue, 14 Aug 2001 20:21:15 +0200 From: Thomas Marteau MIME-Version: 1.0 To: "TOLAND,CHRISTOPHER (HP-USA,ex1)" Cc: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] Telnetd ? References: Content-Type: text/plain; charset=us-ascii List-ID: 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