From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 4 22:20:46 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D95BB783 for ; Sat, 4 Jan 2014 22:20:46 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 673DC1611 for ; Sat, 4 Jan 2014 22:20:46 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hm19so1613841wib.7 for ; Sat, 04 Jan 2014 14:20:44 -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=9ACJ1paazdjcM2s2r9e5SiC7VphdW9eV2M/zz5o08co=; b=bvvN/PSNOZk3RzMUaKJj2qeUAppECs85cun6Q0KP/1dayj3FoK92mJCYXmSWxNoxlt ovnGG3SW2UuqrXvtd4hxev4oRI0U/EnbmJXisVNQemtq9s0Uhjnf30PkUHHxmysCllMr eo10QT5ELC0ErmoPFS3BMR+JkNp+cAjzfibHVfovYzg2uOrbhcGeSiOuRzg1ZWKmeNuq MNQzYUcXieEG5+Vb7PLCjJjDj9FZ3gbBEDh9vrpLaV7bPKR7uukOXHj21Cc2Z8mmjIJR gBuHjUgSzzFl/b3RMaDIyWsRYLqasD7MR/w/v1ri4GUXvzUKFU6GQWiu+fIzn5rt34mp 5CNQ== MIME-Version: 1.0 X-Received: by 10.194.219.232 with SMTP id pr8mr6201593wjc.6.1388874044167; Sat, 04 Jan 2014 14:20:44 -0800 (PST) Received: by 10.194.80.5 with HTTP; Sat, 4 Jan 2014 14:20:44 -0800 (PST) In-Reply-To: References: <529AF596.80308@passap.ru> Date: Sun, 5 Jan 2014 00:20:44 +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 Content-Transfer-Encoding: quoted-printable 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: Sat, 04 Jan 2014 22:20:46 -0000 2013/12/12 Fernando Apestegu=EDa > > > On Wed, Dec 11, 2013 at 9:52 PM, Juris Kaminskis < > juris.kaminskis@gmail.com> wrote: > >> now I am stuck at following: >> >> root@:/compat/linux # usr/sbin/pcscd -df >> 00000000 pcscdaemon.c:280:main() pcscd set to foreground with debug send >> to >> stderr >> 00000920 pcscdaemon.c:498:main() pcsc-lite 1.4.102 daemon ready. >> 00363117 hotplug_libhal.c:460:HPRegisterForHotplugEvents() error: >> dbus_bus_get: org.freedesktop.DBus.Error.FileNotFound: Failed to connect >> to >> socket /var/run/dbus/system_bus_socket: No such file or directory >> 00000199 pcscdaemon.c:517:main() SVCServiceRunLoop returned >> 00000129 pcscdaemon.c:523:at_exit() cleaning /var/run >> root@:/compat/linux # >> >> >> do you know what could be a problem? > > it seems you don't have the system bus running. > > now I have stopped here: root@:/compat/linux # truss ./usr/bin/dbus-launch ./usr/sbin/pcscd ..... ..... linux_open("/var/lib/dbus/machine-id",0x0,0666) ERR#2 'No such file or directory' linux_pipe(0xbfbfd790,0x282ef140,0x0,0x0,0x0,0x6) =3D 0 (0x0) linux_pipe(0xbfbfd780,0x282ef140,0x0,0x0,0x0,0x6) =3D 0 (0x0) linux_pipe(0xbfbfd788,0x282ef140,0x0,0x0,0x0,0x6) =3D 0 (0x0) linux_clone(0x1200011,0x0,0x0,0x0,0x2831f708,0x6) =3D 13156 (0x3364) Failed to start message bus: Failed to bind socket "/tmp/dbus-NegwNrbXUw": No such file or directory close(4) =3D 0 (0x0) close(6) =3D 0 (0x0) close(7) =3D 0 (0x0) linux_waitpid(0x3364,0x0,0x0,0x3364,0x0,0x6) =3D 13156 (0x3364) read(5,0xbfbfd7ac,511) =3D 0 (0x0) EOF in dbus-launch reading address from bus daemon write(2,"EOF in dbus-launch reading addre"...,51) =3D 51 (0x33) process exit, rval =3D 1 How to start dbus? Or how to create /var/lib/dbus/machine-id? thanks Juris