From owner-freebsd-questions Tue May 14 7:55:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.hd.intel.com (hdfdns01.hd.intel.com [192.52.58.10]) by hub.freebsd.org (Postfix) with ESMTP id 4623537B408 for ; Tue, 14 May 2002 07:55:17 -0700 (PDT) Received: from pysmsxvs01.py.intel.com (pysmsxvs01.py.intel.com [146.152.3.51]) by mail1.hd.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.39 2002/05/13 20:36:23 root Exp $) with SMTP id g4EEtGO26476 for ; Tue, 14 May 2002 14:55:16 GMT Received: from pysmsx030.py.intel.com ([146.152.3.52]) by pysmsxvs01.py.intel.com (NAVGW 2.5.1.16) with SMTP id M2002051410551502382 ; Tue, 14 May 2002 10:55:15 -0400 Received: by pysmsx030.py.intel.com with Internet Mail Service (5.5.2653.19) id ; Tue, 14 May 2002 10:55:16 -0400 Message-ID: <59F55CE047A6D51196360002A534A4AC370467@pysmsx102.py.intel.com> From: "Galella, Anthony" To: "'Andrew'" , "Galella, Anthony" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: esd/esound? was: How can I clear out these netstat messages ? Date: Tue, 14 May 2002 10:55:14 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hhmmmm. Nope. sockstat doesn't help, These are listed as Active Unix sockets, they have an address next to them, not a port number. An interesting note though, if I do an fstat on any one of those socket addresses in question, I get the following: bash-2.05a$ fstat -mv | grep d7fe8980 can't read vnode at 0x0 for pid 6 can't read vnode at 0x0 for pid 5 can't read vnode at 0x0 for pid 4 can't read vnode at 0x0 for pid 3 can't read vnode at 0x0 for pid 2 can't read vnode at 0x0 for pid 0 I tried doing a kill -HUP on pids 0 through 6, but no help. -----Original Message----- From: Andrew [mailto:andrew@ugh.net.au] Sent: Monday, May 13, 2002 7:33 PM To: Galella, Anthony Cc: 'freebsd-questions@freebsd.org' Subject: Re: esd/esound? was: How can I clear out these netstat messages? On Mon, 13 May 2002, Galella, Anthony wrote: > My concern is that the Active Unix sockets are "hung" (I don't even know how > the esd calls got initiated) sockstat will tell you the PID that has the socket open. Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message