From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 9 21:47:54 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB34F7B4 for ; Thu, 9 Jan 2014 21:47:54 +0000 (UTC) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F5B6128D for ; Thu, 9 Jan 2014 21:47:54 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id t60so3328681wes.18 for ; Thu, 09 Jan 2014 13:47:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oR6mb38v7+9Bf36vmxkyln9KUKaR+XkZyDdRUyMUY3s=; b=REzVKmiyvGwcp7oNuUm6iqt3Tg4PRz2Z4Mdq8vo6YeM1KNNMnswpXiZEXwQtyVdQhA NscfEanqbPziDpp92BOUskZ84wfiBsLks9TEWpLWDaq7ed7xRbgA33CpM6Nnp2eWHenP DyiI5LJGkXZHY5SB0x7Ywo5NsjGRavkSpLu4lkzhy2cfVzV4tC8wgeJ3p5MkXiLzLGo+ 7OFHungFFdDRGKeIjMurXUb5XKoq5NoHo9vrGDeUHWrBn22dbjo2BB3m2daXI2ex9T1r mpZdMiUp4BoXnN1oVNd+HdoVFk9kfiyA2kqyyBGZRO3JaRXg0K2Y5Tv3CRhXto6JGpQ6 YvnA== MIME-Version: 1.0 X-Received: by 10.194.241.228 with SMTP id wl4mr5184158wjc.2.1389304072652; Thu, 09 Jan 2014 13:47:52 -0800 (PST) Received: by 10.194.79.161 with HTTP; Thu, 9 Jan 2014 13:47:52 -0800 (PST) In-Reply-To: References: <529AF596.80308@passap.ru> Date: Thu, 9 Jan 2014 23:47:52 +0200 Message-ID: Subject: Re: Linux ABI/Emulation for DBUS, HAL From: Juris Kaminskis To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= , emulation@freebsd.org, Boris Samorodov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 21:47:54 -0000 Hello Sorry to trouble you again. I have following error when I run: root@:/compat/linux # bin/dbus-daemon --session Failed to start message bus: Failed to bind socket "/tmp/dbus-XGoy0tYsAt": No such file or directory Is it possible to run dbus on Linux emulation? Juris