timlau / yumex-dnf-old

Next Generation of Yum Extender using DNF as backend
GNU General Public License v2.0
61 stars 17 forks source link

Dbus issues #1

Closed eddy02 closed 10 years ago

eddy02 commented 10 years ago

Hi ( I m french .....) I' m running rawhide , yumex-dnf was running nice but since a month ago got this error : GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /lib64/dbus-1/dbus-daemon-launch-helper received signal 5 (26). Y spend a lot of hours to try solving this issue but no results , cause i don't really know programming and python seem' s a bit more difficult than C...

Seem 's to be a dbus rawhide issue because :

Debugging with gdb send dnfdaemon-system : " GDK : error XDG_RUNTIME_DIR not define in the environnement" in the dbus error. Thanks !

timlau commented 10 years ago

I don't have a running rawhide system, so it is hard for me to check.

Are you running the packages from here: http://copr.fedoraproject.org/coprs/timlau/yumex-dnf/

It sound like an issue with the how the dbus system is launching the dnfdaemon dbus service

you can start the daemon in debug mode by running:

sudo /usr/share/dnfdaemon/dnfdaemon-system -v -d --notimeout

maybe there is some issues with dbus in the current rawhide.

timlau commented 10 years ago

I have installed a virtuel rawhide system and can reproduce the issue, it look like python3 is crashing

I have opened a bugzilla report against python3 https://bugzilla.redhat.com/show_bug.cgi?id=1105582

eddy02 commented 10 years ago

Ok thank' s for your reply.

timlau commented 10 years ago

This is fixed in current release of dnfdaemon