Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 08:23:18 -0400
From:      "Galella, Anthony" <anthony.galella@intel.com>
To:        "'Andrew'" <andrew@ugh.net.au>, "Galella, Anthony" <anthony.galella@intel.com>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Subject:   RE: esd/esound?  was: How can I clear out these  netstat messages ?
Message-ID:  <59F55CE047A6D51196360002A534A4AC370468@pysmsx102.py.intel.com>

next in thread | raw e-mail | index | archive | help
Sockstat doesn't list any sound daemons, take a look below. (notice, there
are no sockets owned by user "tony" which is what netstat reports.)

bash-2.05a$ sockstat
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS
root     smbd     78080    5 udp4   127.0.0.1:4852        *:*
---(snipped out some more smbd connections owned by root & changed ip's to
protect the guilty :) )-----
root     smbd     46703    5 tcp4   192.168.1.1:139       192.168.1.230:2881
root     smbd     46703   12 udp4   127.0.0.1:1890        *:*
root     smbd     46703   24 udp4   *:695                 *:*
root     nmbd     48085    6 udp4   *:137                 *:*
root     nmbd     48085    7 udp4   *:138                 *:*
root     nmbd     48085    8 udp4   192.168.1.1:137       *:*
root     nmbd     48085    9 udp4   192.168.1.1:138       *:*
root     smbd     48083    9 tcp4   *:139                 *:*
root     sshd     57274    4 tcp4   *:22                  *:*
root     inetd       92    5 tcp4   *:21                  *:*
root     rpc.stat    85    3 udp4   *:994                 *:*
root     rpc.stat    85    4 tcp4   *:1019                *:*
root     nfsd        78    3 tcp4   *:2049                *:*
root     mountd      76    3 udp4   *:1006                *:*
root     mountd      76    4 tcp4   *:1020                *:*
root     mountd      76    7 udp4   *:915                 *:*
root     ypbind      73    4 udp4   *:1010                *:*
root     ypbind      73    5 tcp4   *:1021                *:*
root     rpc.ypxf    71    3 udp4   *:1014                *:*
root     rpc.ypxf    71    4 tcp4   *:1022                *:*
root     ypserv      69    3 udp4   *:*                   *:*
root     ypserv      69    4 udp4   *:1020                *:*
root     ypserv      69    5 tcp4   *:1023                *:*
daemon   portmap     67    3 udp4   *:111                 *:*
daemon   portmap     67    4 tcp4   *:111                 *:*
root     syslogd     64    5 udp4   *:514                 *:*

USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS
root     sshd     57274    3 tcp46  *:22                  *:*
root     syslogd     64    4 udp6   *:514                 *:*

USER     COMMAND    PID   FD PROTO  ADDRESS
root     cron        94    5 dgram  syslogd[64]:3
root     rpc.stat    85    6 dgram  syslogd[64]:3
root     mountd      76    6 dgram  syslogd[64]:3
root     ypserv      69    6 dgram  syslogd[64]:3
root     syslogd     64    3 dgram  /var/run/log

-----Original Message-----
From: Andrew [mailto:andrew@ugh.net.au]
Sent: Tuesday, May 14, 2002 7:23 PM
To: Galella, Anthony
Cc: 'freebsd-questions@freebsd.org'
Subject: RE: esd/esound? was: How can I clear out these netstat messages
?




On Tue, 14 May 2002, Galella, Anthony wrote:

> I tried doing a kill -HUP on pids 0 through 6, but no help.

pids 0-6 will be kernel processes (except for 1 which is init).

root        2  0.0  0.0     0    0  ??  DL   18Apr02   0:30.78  (pagedaemon)
root        3  0.0  0.0     0    0  ??  DL   18Apr02   0:00.00  (vmdaemon)
root        4  0.0  0.0     0    0  ??  DL   18Apr02   0:03.57  (bufdaemon)
root        5  0.0  0.0     0    0  ??  DL   18Apr02   0:06.78  (vnlru)
root        6  0.0  0.0     0    0  ??  DL   18Apr02   7:47.53  (syncer)

So sockstat had nothing listed in the PID field at all?

Andrew

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59F55CE047A6D51196360002A534A4AC370468>