|
Bugzilla – Full Text Bug Listing |
| Summary: | zypper (re)starts packagekitd | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Harald Koenig <koenig> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED NORESPONSE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P1 - Urgent | CC: | dmacvicar |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Harald Koenig
2011-11-23 17:36:50 UTC
When you claim packagekitd is not running but zypper keep asking, what is the output of dbus-send --system "--dest=org.freedesktop.DBus" "--type=method_call" "--print-reply" "--reply-timeout=200" "/" "org.freedesktop.DBus.NameHasOwner" "string:org.freedesktop.PackageKit" > When you claim packagekitd is not running I guess, *at*first* the packagekitd was running, as I got a gui popup (I'm using xfce) that there are new updates available. then I told/clicked the gui tool (not running as root) to install the updates, but that failed because it never asked for a root password (and I wouldn't have entered it anywany -- I only was curious how things might work;-) so after failed gui update stuff I run "sudo zypper up" which gave that output above. very likely at the time of starting zypper, packagekitd was running, but of course I did not check before running into that loop... > what is the output of dbus-send --system .... method return sender=org.freedesktop.DBus -> dest=:1.33 reply_serial=2 boolean true when I boot with systemd (boolean false when booting sysvinit, just for the record...) Is this still an issue? I can't reproduce it. IFF the zypp lockfile is owned by packagekit, zypper asks via dbus-send to quit packagekitd and uses the dbus-send command to check whether packagekitd is still running. If it does not work it's most probably a dbus issue. If restarting zypper solved it, then the SuggestDaemonQuit command was probably successfull and the lockfile was released. If it sill occurs, please send then please send /var/log/zypper.log and /var/log/pk_backend_zypp. Maybe they contain some hint. noresponse. seems to be solved. |