Date: Wed, 25 Jun 2003 00:51:28 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: Varshavchick Alexander <alex@metrocom.ru> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: How to delete unix socket entries Message-ID: <3EF95480.A2FC8649@mindspring.com> References: <Pine.GSO.4.33.0306242117540.9816-100000@apache.metrocom.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Varshavchick Alexander wrote: > Surely, but sockstat shows only the correct number of entries, I mean that > it doesn't show anything that is due to be killed. Yet netstat shows a > whole lot (about 2000!) of entries like these: [ ... ] > How can I get rid of these extra ones? kill -9 the process that has them open; if it's important, restart it after fixing whatever is causing it to go insane. -- Terry
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EF95480.A2FC8649>