Linux ABI/Emulation for DBUS, HAL

Juris Kaminskis juris.kaminskis at gmail.com
Sat Nov 30 23:41:51 UTC 2013


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'
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?

thanks
Juris


More information about the freebsd-emulation mailing list