From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 19 00:12:20 2008 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E5C916A419 for ; Sat, 19 Jan 2008 00:12:20 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF1B13C461 for ; Sat, 19 Jan 2008 00:12:18 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1390129fgg.35 for ; Fri, 18 Jan 2008 16:12:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=+Uzl+YXFYR27JkI4gmUg0FdNUUjYVHpJjMh2m7L3S3Q=; b=q9ScpzuO2VBXVoRczvzQp+6bGZIoybISng0OMhUfhtCmaUcuCPazG49LUTuBCtsFkvQJhuYqcdEDek5RXNDM3gqDtJx7SpPw2kzkGB74QFfb9SPgK68mHZzi7gPnYY1axCuB5FyvBPe9yKQFXsUWZIw14n/DqM4aQUZRcrviuiw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=h197vmt+VK96TrSmWYgYDPiLyxx8N5GRyRaaKNHocHWd54t+4O8IZHKynTLD5Kf4jrpeWQNM5LuzOsFWmGR/GAi9fXMbiHHogHWManb/k1fH05R8PrygPI8jTqiCzic/6Y9nVi5CXrMVSnRMnp6fOsZo/CdEg5m7AsMt6OXPgqE= Received: by 10.82.116.15 with SMTP id o15mr7082081buc.3.1200699932772; Fri, 18 Jan 2008 15:45:32 -0800 (PST) Received: by 10.82.159.19 with HTTP; Fri, 18 Jan 2008 15:45:32 -0800 (PST) Message-ID: <14989d6e0801181545u67af699ak2576f9c3c46af513@mail.gmail.com> Date: Fri, 18 Jan 2008 23:45:32 +0000 From: "Christian Walther" To: multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: audio/jack: jackd fails to start X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 00:12:20 -0000 Hi, today I installed audio/jack as needed for audio/ardour. The problem is that ardour2 fails to initialize jackd during startup. Trying $ jackd -d oss gives the same error message: jackd 0.103.0 Copyright 2001-2005 Paul Davis and others. jackd comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details JACK compiled with System V SHM support. loading driver .. OSS: failed to open device /dev/dsp: oss_driver.c@527, errno=2 cannot start driver zsh: segmentation fault jackd -d oss I tried the following steps to solve this issue: - Rebuilt jack without CFLAGS defined for optimization - Rebuilt kernel + world with sources from todays stable, uname says: FreeBSD fairy.alashan.de 6.3-STABLE FreeBSD 6.3-STABLE #0: Fri Jan 18 23:51:25 UTC 2008 zoot@fairy:/usr/obj/usr/src/sys/FAIRY i386 - Rebuilt jack afterwards (without CFLAGS), too So far nothing helped. I did a truss on "jackd -d oss" and I guess the following line is the most interesting one: open("",O_APPEND|O_SHLOCK|O_EXLOCK|O_ASYNC|O_FSYNC|O_CREAT|O_TRUNC|O_EXCL|O_NOCTTY|O_DIRECT|0xbf8e5000,05003243460) = 0 (0x0) Is this a known issue and/or does anybody know how to solve it? Christian