From owner-freebsd-hackers@FreeBSD.ORG Sun Oct 21 17:48:17 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 459B516A417 for ; Sun, 21 Oct 2007 17:48:17 +0000 (UTC) (envelope-from dexterclarke@Safe-mail.net) Received: from tapuz.safe-mail.net (tapuz.safe-mail.net [213.8.161.230]) by mx1.freebsd.org (Postfix) with ESMTP id 059DF13C4BB for ; Sun, 21 Oct 2007 17:48:16 +0000 (UTC) (envelope-from dexterclarke@Safe-mail.net) Received: by tapuz.safe-mail.net with Safe-mail (Exim 4.52) id 1IjetV-0001mt-OT for freebsd-hackers@freebsd.org; Sun, 21 Oct 2007 13:47:21 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=N1-0105; d=Safe-mail.net; b=T0rqK2oxY3rB5mTixp8smtV9BFf0heIfHrnR3yfOT8S8Gq7goex4yVH+nh3tVeyS gPSecvyai+Hu0A6gz7zeArMpF6VQ01tLLRRxPhgvy4Le16IIq3rEd+b6mouP7r36 Ijs0bZUO7KueQGEzgtI7eI10hNnVEZ1GlAEz0oOS5xg=; Received: from pc ([81.86.41.187]) by Safe-mail.net with https Date: Sun, 21 Oct 2007 13:47:21 -0400 From: dexterclarke@Safe-mail.net To: freebsd-hackers@freebsd.org X-SMType: Regular X-SMRef: N1-XZ6XLHAihD Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SMSignature: CzxJQFaYMSavrbSyevK/l/REGJkWmoCROE9+NwSKaaVzVTHBdhxiLoHfYV6mwniq taLgiRmtwpT7j6eiisyRrnOyUzhLr+n7IVrZ9gwR7WqPJFzUKZsEYWQLc0QeJCSh t4FS3316AxDUWsG+IaGkMOFxoajej1s66la6qI9AgEM= Subject: auditpipe leak? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 17:48:17 -0000 If I repeatedly do: # praudit /dev/auditpipe ^C I end up with rather a lot of /dev/auditpipe* crw------- 1 root wheel 0, 137 21 Oct 17:51 /dev/auditpipe0 crw------- 1 root wheel 0, 138 21 Oct 17:51 /dev/auditpipe1 crw------- 1 root wheel 0, 141 21 Oct 17:51 /dev/auditpipe2 crw------- 1 root wheel 0, 142 21 Oct 17:51 /dev/auditpipe3 crw------- 1 root wheel 0, 143 21 Oct 17:51 /dev/auditpipe4 The numbers seem to increment forever, in testing, I got up to /dev/auditpipe50 before rebooting to clean them up (I expect just restarting devfs would've been enough, in retrospect). Is this a known issue? FreeBSD 6.2-RELEASE-p8 #2 i386 -- dc