|
Bugzilla – Full Text Bug Listing |
| Summary: | zypper and packagekit: even though packagekitd has stopped, zypper doesn't know this | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | libzypp | Assignee: | Duncan Mac-Vicar <dmacvicar> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | dmacvicar, meissner, timshel |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jon Nelson
2011-04-25 16:12:34 UTC
I am trying to reproduce this bug (I have been victim of it sometimes) but I can't reproduce it :-( If you see this in 11.4, I would be interested on what this command (as root) returns when packagekit is blocking: dbus-send --system --dest=org.freedesktop.DBus --type=method_call --print-reply --reply-timeout=200 /org/freedesktop/DBus org.freedesktop.DBus.NameHasOwner string:org.freedesktop.PackageKit (this should answer true if packagekit is running and false if not, zypper uses this) And also, I would be interested to see if this commands unblocks it: dbus-send --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.SuggestDaemonQuit This is what zypper uses to ask packagekit to quit. *** Bug 678708 has been marked as a duplicate of this bug. *** Happened again today. worklaptop:~ # dbus-send --system --dest=org.freedesktop.DBus --type=method_call --print-reply --reply-timeout=200 /org/freedesktop/DBus org.freedesktop.DBus.NameHasOwner string:org.freedesktop.PackageKit method return sender=org.freedesktop.DBus -> dest=:1.12924 reply_serial=2 boolean true worklaptop:~ # The second dbus-send command also does not work. This should improve with the update we released for 11.4 |