From owner-freebsd-questions@FreeBSD.ORG Sat Jan 13 00:43:23 2007 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 9BFAD16A412 for ; Sat, 13 Jan 2007 00:43:23 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 3475A13C461 for ; Sat, 13 Jan 2007 00:43:22 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1346485nfc for ; Fri, 12 Jan 2007 16:43:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=m5XTXPUWZf7WIrIf0pWbNptUIIlPkZnVS1MPziXbpHszvBDrjPZAz6RWQ/LY5aUoS99KRqdFNoTG3GPOmOpLwdP3xJIEFDiWQ5/Ykj4zgFFtbfSDP0z0zaE0HDlsxLbOIPSIZ6keI2kvacymOzMNpIOLZu7K6/fU/n71HUE7QAs= Received: by 10.82.135.13 with SMTP id i13mr243382bud.1168649001060; Fri, 12 Jan 2007 16:43:21 -0800 (PST) Received: by 10.82.170.18 with HTTP; Fri, 12 Jan 2007 16:43:20 -0800 (PST) Message-ID: Date: Fri, 12 Jan 2007 19:43:20 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 45368e4d74e1d1ac Subject: who's using that port? 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: Sat, 13 Jan 2007 00:43:23 -0000 I came home tonight to find my server with a full /var partition due to httpd-error.log being very full of error messages. I cleaned it up, and restarted apache to find that it wouldn't bind to ports 80 and 443 as they were in use. netstat -na confirmed that they were, but not by who. There's no -p argument to track the pid of the process using the port. How do you track that on BSD? Thanks, Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein