From owner-freebsd-emulation@FreeBSD.ORG Sun Dec 1 08:38:59 2013 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 B067FE81 for ; Sun, 1 Dec 2013 08:38:59 +0000 (UTC) Received: from forward1l.mail.yandex.net (forward1l.mail.yandex.net [IPv6:2a02:6b8:0:1819::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B91117E9 for ; Sun, 1 Dec 2013 08:38:59 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward1l.mail.yandex.net (Yandex) with ESMTP id 80EED1520FE9; Sun, 1 Dec 2013 12:38:47 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 2180317025EA; Sun, 1 Dec 2013 12:38:47 +0400 (MSK) Received: from 46.38.32.182.tel.ru (46.38.32.182.tel.ru [46.38.32.182]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id hKWOUDEsCX-ckRGfllq; Sun, 1 Dec 2013 12:38:46 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) Message-ID: <529AF596.80308@passap.ru> Date: Sun, 01 Dec 2013 12:38:46 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130806 Thunderbird/17.0.7 MIME-Version: 1.0 To: Juris Kaminskis Subject: Re: Linux ABI/Emulation for DBUS, HAL References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 01 Dec 2013 08:38:59 -0000 01.12.2013 03:41, Juris Kaminskis пишет: > Hello, > > I have commercial software that has only binary .rpm package. It depends on > pcscd, which depends on DBUS and HAL. > > This is what shows: root@:/compat/linux # truss usr/sbin/pcscd -df > > gettimeofday({1385854507.756325 },0x0) = 0 (0x0) > 04667092 hotplug_libhal.c:460:HPRegisterForHotplugEvents() error: > dbus_bus_get: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. > Possible causes include: the remote application did not send a reply, the > message bus security policy blocked the reply, the reply timeout expired, > or the network connection was broken. > write(2,"\^[[36m04667092\^[[0m \^[[35mhot"...,345) = 345 (0x159) > gettimeofday({1385854507.757039 },0x0) = 0 (0x0) > 00000714 pcscdaemon.c:517:main() SVCServiceRunLoop returned > write(2,"\^[[36m00000714\^[[0m \^[[35mpcs"...,78) = 78 (0x4e) > gettimeofday({1385854507.757690 },0x0) = 0 (0x0) > 00000651 pcscdaemon.c:523:at_exit() cleaning /var/run > write(2,"\^[[36m00000651\^[[0m \^[[34mpcs"...,72) = 72 (0x48) > linux_unlink(0x80593aa,0x48,0x2826bff4,0x1,0x8049dd0,0x6) = 0 (0x0) > linux_unlink(0x8059c26,0x48,0x2826bff4,0x1,0x8049dd0,0x6) = 0 (0x0) > linux_unlink(0x8059c3a,0x48,0x2826bff4,0x1,0x8049dd0,0x6) = 0 (0x0) > process exit, rval = 0 > > > and when I run: > > root@:/compat/linux # truss bin/dbus-daemon --system > > ---- > 75000) > linux_open("/etc/selinux/config",0x8000,0666) ERR#2 'No such file or > directory' > linux_statfs64(0x210b4f56,0x54,0xbfbfd9c0,0x210b4f56,0x21269ff4,0x6) = 0 > (0x0) > linux_open("/proc/mounts",0x8000,0666) ERR#2 'No such file or directory' > linux_open("/proc/filesystems",0x8000,0666) ERR#2 'No such file or > directory' Not an answer to your question, but do you have linprocfs mounted? > Could not tell if SELinux is enabled: No such file or directory > write(2,"Could not tell if SELinux is ena"...,64) = 64 (0x40) > SELinux pre-initialization failed > write(2,"SELinux pre-initialization faile"...,34) = 34 (0x22) > process exit, rval = 1 > ----- > > Do I have any hopes on getting DBUS and HAL working under Linux ABI? Or how > can I try this make to work for me? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve