From owner-freebsd-questions@FreeBSD.ORG Wed Dec 6 06:22:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBF1C16A40F for ; Wed, 6 Dec 2006 06:22:14 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 091B943CA6 for ; Wed, 6 Dec 2006 06:21:29 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id kB66LJVW020154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Dec 2006 13:21:19 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id kB66MDHJ085678; Wed, 6 Dec 2006 13:22:13 +0700 (ICT) Date: Wed, 6 Dec 2006 13:22:13 +0700 (ICT) Message-Id: <200612060622.kB66MDHJ085678@banyan.cs.ait.ac.th> From: Olivier Nicole To: lane@joeandlane.com In-reply-to: <200612052338.34366.lane@joeandlane.com> (message from Lane on Tue, 5 Dec 2006 23:38:34 -0600) References: <000301c718f3$91915990$5e0aa8c0@CHN.EGURKHA.COM> <200612052338.34366.lane@joeandlane.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: cant able to telnet the freebsd system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2006 06:22:14 -0000 > ls -al | grep inetd > > take note othe number, such as: > > 697 ?? Is 0:00.01 /usr/sbin/inetd -wW -C 60 > > Then > > kill -HUP 697 humm I doubt the "ls -al" will show any inetd process :) A faster way would be "killall -HUP inetd" but that is true if an only if inetd has been previsouly running (which may not be the case as Ratheesh mentionned he just enabled it in /etc/rc.conf Olivier