From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 31 00:22:03 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0158137B401; Thu, 31 Jul 2003 00:22:03 -0700 (PDT) Received: from murphy.planlos.de (murphy.planlos.de [213.73.92.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DC243FBD; Thu, 31 Jul 2003 00:22:00 -0700 (PDT) (envelope-from frank@altpeter.de) Received: from murphy.planlos.de (racoon@localhost [127.0.0.1]) by murphy.planlos.de (8.12.9/8.12.9) with ESMTP id h6V7LwU6096720; Thu, 31 Jul 2003 09:21:59 +0200 (CEST) (envelope-from frank@altpeter.de) Received: (from freddy@localhost) by murphy.planlos.de (8.12.9/8.12.9/Submit) id h6V7Lva4096719; Thu, 31 Jul 2003 09:21:57 +0200 (CEST) (envelope-from frank@altpeter.de) Date: Thu, 31 Jul 2003 09:21:57 +0200 From: Frank Altpeter To: Tilman Linneweh Message-ID: <20030731072157.GA96361@murphy.planlos.de> References: <200307281204.h6SC4Sre014032@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307281204.h6SC4Sre014032@freefall.freebsd.org> User-Agent: Mutt/1.4.1i cc: freebsd-ports-bugs@FreeBSD.org cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/52113: mpg123 fails to play X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 07:22:03 -0000 Tilman Linneweh wrote on 2003-07-28 05:04:28 -0700: > Probably a different process has the device open. > > Are you using a sound daemon like esd or arts? Yes, all programs are compiled with esound daemon. Other esd programs like xmms and mplayer are working, only mpg123 doesn't. > Can you check if a process accesses the dsp device? > ( fstat -f /dev/ | grep dsp ) There was no output.