From owner-freebsd-current@FreeBSD.ORG Tue Apr 13 00:44:18 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3482016A4CE for ; Tue, 13 Apr 2004 00:44:18 -0700 (PDT) Received: from email02.aon.at (warsl404pip7.highway.telekom.at [195.3.96.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 585FD43D3F for ; Tue, 13 Apr 2004 00:44:17 -0700 (PDT) (envelope-from shoesoft@gmx.net) Received: (qmail 665334 invoked from network); 13 Apr 2004 07:44:14 -0000 Received: from m114p008.dipool.highway.telekom.at (HELO ?62.46.4.40?) ([62.46.4.40]) (envelope-sender ) by qmail2rs.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 13 Apr 2004 07:44:14 -0000 From: Stefan Ehmann To: Ion-Mihai Tetcu In-Reply-To: <20040413005149.61e585ab@it.buh.cameradicommercio.ro> References: <20040413005149.61e585ab@it.buh.cameradicommercio.ro> Content-Type: text/plain Message-Id: <1081842252.709.9.camel@boots> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 13 Apr 2004 09:44:12 +0200 Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: "kernel: x: 2" mean ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 07:44:18 -0000 On Mon, 2004-04-12 at 23:51, Ion-Mihai Tetcu wrote: > Hi, > > > It's the first time I see this in /var/log/messages. World and kernel > with sources from 2004_04_09. I was playing some mp3s with xmms. > > Googling has brought up only: > http://lists.freebsd.org/pipermail/freebsd-current/2004-January/018125.html > ( Subject: sound/pcm/* bugs (was: Re: page fault panic tracked down > (selwakeuppri()) - really sound/pcm/*) ) > > > Apr 13 00:20:26 it kernel: x: 2 > Apr 13 00:20:26 it kernel: x: 2 > Apr 13 00:26:54 it kernel: x: 2 > Apr 13 00:27:11 it last message repeated 3 times This printf is from /usr/src/sys/dev/sound/pcm/sound.c line 873. I got these when playing around with sysctl and changing the number of vchans. IIRC this particular printf is triggered when trying to set the number of vchans lower than the number of currently busy vchans.