From owner-freebsd-questions Fri Oct 2 10:23:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05415 for freebsd-questions-outgoing; Fri, 2 Oct 1998 10:23:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA03855 for ; Fri, 2 Oct 1998 10:14:23 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 19201 invoked by uid 1003); 2 Oct 1998 17:08:18 -0000 Message-ID: <19981002190817.A18794@rucus.ru.ac.za> Date: Fri, 2 Oct 1998 19:08:17 +0200 From: Neil Blakey-Milner To: Joe McGuckin , questions@FreeBSD.ORG Subject: Re: port already in use??? References: <199810020732.AAA05990@monk.via.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199810020732.AAA05990@monk.via.net>; from Joe McGuckin on Fri, Oct 02, 1998 at 12:32:26AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri 1998-10-02 (00:32), Joe McGuckin wrote: > > Oct 2 00:24:19 www8 inetd[2329]: amanda/udp: bind: Address already in use > > How can I clear this port? The service (amanda) is no longer running. Install the lsof port, and type lsof -i :amanda as root. It'll tell you what process that is listening to/using that port. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message