[Bug 813176] New: Installing updates takes very long time to start (gpk-update-view takes more than 9 minutes of CPU)
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c0 Summary: Installing updates takes very long time to start (gpk-update-view takes more than 9 minutes of CPU) Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: i686 OS/Version: openSUSE 12.3 Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Ulrich.Windl@rz.uni-regensburg.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0 In GNOME I accepted to install updates, but it seems the update process never starts. When using top I found out that gpk-update-view uses all the CPU for minutes: top - 14:13:08 up 19 min, 3 users, load average: 2,43, 2,86, 2,18 Tasks: 169 total, 6 running, 163 sleeping, 0 stopped, 0 zombie %Cpu(s): 84,8 us, 12,6 sy, 2,3 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,3 si, 0,0 st KiB Mem: 1027200 total, 951120 used, 76080 free, 59096 buffers KiB Swap: 2621436 total, 18056 used, 2603380 free, 403668 cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3831 wiu02524 20 0 246m 47m 11m R 72,1 4,7 9:46.76 gpk-update-view (I thought we finally got rid of rug and that extremely slow update-status, but now it seems to be back with a new name) Reproducible: Didn't try Steps to Reproduce: 1. Accept the offer to install updates. Actual Results: Nothing seems to happen (but gpk-update-view eats a lot of CPU for minutes) Expected Results: Something (reasonable) should happen within a few seconds This "feature" seems to be new in 12.3: 12.2 didn't have that (or it never worked to display updates) While entering the bug, CPU usage continued: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3831 wiu02524 20 0 254m 55m 11m R 61,2 5,5 12:10.11 gpk-update-view -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c1 --- Comment #1 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-04-03 14:24:45 CEST --- CPU usage continued, until I decided to close the window: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3831 wiu02524 20 0 264m 65m 11m R 85,1 6,5 17:02.50 gpk-update-view -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c2 --- Comment #2 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-04-15 09:03:04 CEST --- AFter having installed updates (using zypper), I still see the same problem. Using strace I found out, that the process is opening the same PNG file again and again: strace -eopen -p 3657 Process 3657 attached open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 12 [...] top - 09:02:28 up 16 min, 3 users, load average: 3,25, 3,03, 2,05 Tasks: 174 total, 4 running, 170 sleeping, 0 stopped, 0 zombie %Cpu0 : 88,1 us, 7,9 sy, 3,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 1,0 si, 0,0 st KiB Mem: 1027200 total, 958816 used, 68384 free, 49140 buffers KiB Swap: 2621436 total, 7220 used, 2614216 free, 436964 cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3657 wiu02524 20 0 241m 39m 8760 R 80,4 3,9 8:18.84 gpk-update-view -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c Xiaolong Li <xlli@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xlli@suse.com AssignedTo|bnc-team-screening@forge.pr |bnc-team-gnome@forge.provo. |ovo.novell.com |novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c3 --- Comment #3 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-04-30 12:49:43 CEST --- The problem still exists. I guess continuously loading the PNG image also keeps the X-Server busy: top - 12:46:41 up 1 day, 4:46, 3 users, load average: 1,86, 1,79, 1,35 Threads: 381 total, 4 running, 374 sleeping, 3 stopped, 0 zombie %Cpu(s): 93,5 us, 6,5 sy, 0,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st KiB Mem: 1027200 total, 935264 used, 91936 free, 27472 buffers KiB Swap: 2621436 total, 203948 used, 2417488 free, 292556 cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 10126 wiu02524 20 0 244m 39m 9,9m R 60,3 3,9 6:41.33 gpk-update-view 2919 root 20 0 124m 30m 11m R 17,9 3,0 14:47.14 Xorg [...] I see no progress regarding package installation. gnome-packagekit-3.6.1-3.3.1.i586 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Installing updates takes |Installing updates takes |very long time to start |forever (gpk-update-viewer |(gpk-update-view takes more |takes all CPU time) |than 9 minutes of CPU) | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c4 --- Comment #4 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-04-30 12:57:38 CEST --- Inspecting the output of "rpm -qa --last" I conclude the hang appears _after_ packages were installed; maybe that helps finding the problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Basesystem |GNOME -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c5 Aaron Titus <atitus74@verizon.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High CC| |atitus74@verizon.net --- Comment #5 from Aaron Titus <atitus74@verizon.net> 2013-07-22 14:56:01 UTC --- This is preventing installation of update packages on my system as well. What other information about the system do you need to begin working on this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c6 Jan Matejek <jmatejek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 - High |P5 - None CC| |jmatejek@suse.com Platform|i686 |All AssignedTo|bnc-team-gnome@forge.provo. |dimstar@opensuse.org |novell.com | --- Comment #6 from Jan Matejek <jmatejek@suse.com> 2013-08-14 12:18:32 UTC --- I can reproduce this with a 12.3 fresh install, and also with 13.1. see also related bugs on Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=909761 https://bugzilla.redhat.com/show_bug.cgi?id=969852#c16 this patch fixes the issue for me on 13.1 with gpk 3.8.2 https://git.gnome.org/browse/gnome-packagekit/commit/?id=4077ba3ea30354ef070... Reassigning to maintainer directly, as there was no response from GNOME team - Dominique, ping? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c7 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High --- Comment #7 from Dominique Leuenberger <dimstar@opensuse.org> 2013-08-14 13:37:14 UTC --- Thanks for pinging me and also for the reference to the upstream commit with the fix. I'll try to do a backport of that commit to version 3.6.1 (as shipped in 12.3) and also add it to 3.8.2 packages, which are currently in Factory (so far, no 3.9 releases of gpk). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c8 --- Comment #8 from Dominique Leuenberger <dimstar@opensuse.org> 2013-08-14 14:35:09 UTC --- Test packages for 12.3 should shortly appear in http://download.opensuse.org/repositories/home:/dimstar:/branches:/openSUSE:... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c9 --- Comment #9 from Dominique Leuenberger <dimstar@opensuse.org> 2013-08-14 15:32:52 UTC --- Test packages for Factory are in home:dimstar:branches:GNOME:Factory. Can those packages please be tested? Upon some success messages, I will - Initiate a maintenance request for 12.3 - Forward the fix to Factory -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c10 --- Comment #10 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-07 17:00:12 CEST --- This is an autogenerated message for OBS integration: This bug (813176) was mentioned in https://build.opensuse.org/request/show/197839 Factory / gnome-packagekit -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c11 Michael Catanzaro <mike.catanzaro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike.catanzaro@gmail.com --- Comment #11 from Michael Catanzaro <mike.catanzaro@gmail.com> 2013-09-09 02:29:51 UTC --- Probably Bug #807513 is a duplicate of this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c12 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #12 from Benjamin Brunner <bbrunner@suse.com> 2013-09-16 13:24:52 CEST --- Update released for openSUSE 12.3. Resolved fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c13 --- Comment #13 from Swamp Workflow Management <swamp@suse.de> 2013-09-16 12:04:57 UTC --- openSUSE-RU-2013:1453-1: An update that has one recommended fix can now be installed. Category: recommended (moderate) Bug References: 813176 CVE References: Sources used: openSUSE 12.3 (src): gnome-packagekit-3.6.1-3.6.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c14 Jean Delvare <jdelvare@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jdelvare@suse.com --- Comment #14 from Jean Delvare <jdelvare@suse.com> 2013-09-28 15:07:19 UTC --- *** Bug 807513 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=807513 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c15 --- Comment #15 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-10-02 09:22:14 CEST --- Unfortunately with gnome-packagekit-3.6.1-3.6.2.i586 things seem to work a little better, but still the application seems to hang with 100% CPU usage.
From strace It seems that the program periodically reads in PNG images, queries for system time, but does not do anything reasonable: [...] gettimeofday({1380697802, 527021}, NULL) = 0 gettimeofday({1380697802, 527072}, NULL) = 0 gettimeofday({1380697802, 527125}, NULL) = 0 gettimeofday({1380697802, 527177}, NULL) = 0 gettimeofday({1380697802, 527229}, NULL) = 0 gettimeofday({1380697802, 527281}, NULL) = 0 gettimeofday({1380697802, 527333}, NULL) = 0 gettimeofday({1380697802, 527385}, NULL) = 0 close(13) = 0 gettimeofday({1380697802, 530467}, NULL) = 0 lstat64("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", {st_mode=S_IFREG|0644, st_size=695, ...}) = 0 gettimeofday({1380697802, 531077}, NULL) = 0 open("/usr/share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png", O_RDONLY|O_LARGEFILE) = 13 fstat64(13, {st_mode=S_IFREG|0644, st_size=695, ...}) = 0 read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\26\0\0\0\26\10\6\0\0\0\304\264l"..., 65536) = 695 read(13, "", 65536) = 0 gettimeofday({1380697802, 531433}, NULL) = 0 gettimeofday({1380697802, 531543}, NULL) = 0 gettimeofday({1380697802, 531598}, NULL) = 0 gettimeofday({1380697802, 531650}, NULL) = 0 gettimeofday({1380697802, 531702}, NULL) = 0 gettimeofday({1380697802, 531754}, NULL) = 0 gettimeofday({1380697802, 531805}, NULL) = 0 gettimeofday({1380697802, 531857}, NULL) = 0 gettimeofday({1380697802, 531909}, NULL) = 0 gettimeofday({1380697802, 531961}, NULL) = 0 gettimeofday({1380697802, 532013}, NULL) = 0 gettimeofday({1380697802, 532065}, NULL) = 0 gettimeofday({1380697802, 532117}, NULL) = 0 gettimeofday({1380697802, 532169}, NULL) = 0 gettimeofday({1380697802, 532221}, NULL) = 0 gettimeofday({1380697802, 532272}, NULL) = 0 [...]
A stack trace looks line this: #0 0xb6f6f629 in g_param_spec_pool_lookup () from /usr/lib/libgobject-2.0.so.0 #1 0xb6f6a9ea in g_object_get_valist () from /usr/lib/libgobject-2.0.so.0 #2 0xb6f6adc8 in g_object_get () from /usr/lib/libgobject-2.0.so.0 #3 0xb72e2d00 in ?? () from /usr/lib/libgtk-3.so.0 #4 0xb6e8f322 in g_hash_table_foreach () from /usr/lib/libglib-2.0.so.0 #5 0xb72e2c45 in ?? () from /usr/lib/libgtk-3.so.0 #6 0xb72e851b in ?? () from /usr/lib/libgtk-3.so.0 #7 0xb73c9d8b in ?? () from /usr/lib/libgtk-3.so.0 #8 0xb6f61a57 in ?? () from /usr/lib/libgobject-2.0.so.0 #9 0xb6f633d1 in ?? () from /usr/lib/libgobject-2.0.so.0 #10 0xb6f7c85d in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #11 0xb6f7d2a3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #12 0xb72e496e in gtk_cell_area_apply_attributes () from /usr/lib/libgtk-3.so.0 #13 0xb75037f6 in gtk_tree_view_column_cell_set_cell_data () from /usr/lib/libgtk-3.so.0 #14 0xb74e8356 in ?? () from /usr/lib/libgtk-3.so.0 #15 0xb74eda62 in ?? () from /usr/lib/libgtk-3.so.0 #16 0xb74ee15c in ?? () from /usr/lib/libgtk-3.so.0 #17 0xb7189cee in ?? () from /usr/lib/libgdk-3.so.0 #18 0xb6e9cb00 in ?? () from /usr/lib/libglib-2.0.so.0 #19 0xb6e9f8b3 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #20 0xb6e9fc50 in ?? () from /usr/lib/libglib-2.0.so.0 #21 0xb6e9fd31 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #22 0xb70b12ec in g_application_run () from /usr/lib/libgio-2.0.so.0 #23 0x0804fd27 in ?? () #24 0xb6cda525 in __libc_start_main () from /lib/libc.so.6 #25 0x0804fe4d in ?? () (gdb) info threads Id Target Id Frame 3 Thread 0xb4910b40 (LWP 25674) "gdbus" 0xb6d94401 in fts_build () from /lib/libc.so.6 2 Thread 0xb3fa2b40 (LWP 25675) "dconf worker" 0xb6d94401 in fts_build () from /lib/libc.so.6 * 1 Thread 0xb4cdd880 (LWP 25673) "gpk-update-view" 0xb6f6f629 in g_param_spec_pool_lookup () from /usr/lib/libgobject-2.0.so.0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c16 --- Comment #16 from Dominique Leuenberger <dimstar@opensuse.org> 2013-10-02 17:48:00 UTC --- (In reply to comment #15)
Unfortunately with gnome-packagekit-3.6.1-3.6.2.i586 things seem to work a little better, but still the application seems to hang with 100% CPU usage. From strace It seems that the program periodically reads in PNG images, queries for system time, but does not do anything reasonable:
Please check what 'pkmon' says as well. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c17 Jean Delvare <jdelvare@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #17 from Jean Delvare <jdelvare@suse.com> 2013-10-02 20:08:35 UTC --- Reopening per comment #15. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c Jean Delvare <jdelvare@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |Ulrich.Windl@rz.uni-regensb | |urg.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c18 --- Comment #18 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-10-04 08:14:10 CEST --- (In reply to comment #16)
Please check what 'pkmon' says as well. Thanks, didn't know about that. I'll try when there seems to be a problem again. (Today was just one update and that worked)
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c19 --- Comment #19 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-10-07 10:53:26 CEST --- I noticed that besides the "performance" issue there seems to be a functional issue: When downloading updates the size number near the package icon counts down and eventually is replaced by blank space, but the icon never changes. I think I can remember times when the package icon actually changed depending on the state of the update (being selected, being downloaded, being installed, etc.). So this repeatingly loading the same PNG icon file seems to be just a symptom of some related bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c20 --- Comment #20 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-10-17 08:25:50 CEST --- Created an attachment (id=563815) --> (http://bugzilla.novell.com/attachment.cgi?id=563815) Screenshot of gpk-update-viewer when all RPMs were installed already -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c21 --- Comment #21 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-10-17 08:26:25 CEST --- About comment #16: Sorry I forgot it (running pkmon) My recent update experience was like this: Packages were displayed and installed OK, but gpk-update-viewer took all the CPU it could get, and at the end of installing all RPMs (verified with "zypper lu") it seemed to hang in an endless loop, while the view suggested that there are still packages to install (see attached screen shot) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c22 --- Comment #22 from Dominique Leuenberger <dimstar@opensuse.org> 2013-10-17 06:52:54 UTC --- And what did pkmon say at this time? :( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c23 --- Comment #23 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-10-21 15:45:42 CEST --- I just installed updates, and the process eventually finished. However due to missing visual feedback the user suspects that nothing is happening while pkmon emits messages like: [...] /555_cccdeede item-progress libwebkitgtk-3_0-0;1.10.2-3.5.1;i586;repo-update,91 [unknown] /555_cccdeede item-progress libwebkitgtk-3_0-0;1.10.2-3.5.1;i586;repo-update,92 [unknown] /555_cccdeede item-progress libwebkitgtk-3_0-0;1.10.2-3.5.1;i586;repo-update,93 [unknown] [...] To me this looks like a progress indicator, but no progress is actually displayed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c24 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|Ulrich.Windl@rz.uni-regensb | |urg.de | --- Comment #24 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-10-22 10:45:01 CEST --- Created an attachment (id=564368) --> (http://bugzilla.novell.com/attachment.cgi?id=564368) Screenshot taken after nothing happened for some time -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c25 --- Comment #25 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-11-04 10:55:57 CET --- Today, the update did not finish properly. pkmon says: [...] /612_dccebcda item-progress hplip;3.12.11-2.5.1;i586;repo-update,92 [unknown] /612_dccebcda item-progress hplip;3.12.11-2.5.1;i586;repo-update,93 [unknown] /612_dccebcda item-progress hplip;3.12.11-2.5.1;i586;repo-update,94 [unknown] /612_dccebcda item-progress hplip;3.12.11-2.5.1;i586;repo-update,95 [unknown] /612_dccebcda item-progress hplip;3.12.11-2.5.1;i586;repo-update,96 [unknown] /612_dccebcda item-progress hplip;3.12.11-2.5.1;i586;repo-update,97 [unknown] /612_dccebcda item-progress hplip;3.12.11-2.5.1;i586;repo-update,98 [unknown] /612_dccebcda item-progress hplip;3.12.11-2.5.1;i586;repo-update,99 [unknown] /612_dccebcda item-progress hplip;3.12.11-2.5.1;i586;repo-update,100 [unknown] /612_dccebcda status finished /612_dccebcda exit code: success Transactions: [none] updates-changed daemon connected=0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c26 --- Comment #26 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-11-04 10:57:27 CET --- Created an attachment (id=566018) --> (http://bugzilla.novell.com/attachment.cgi?id=566018) Screenshot taken after nothing happened for several minutes -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c27 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED --- Comment #27 from Dominique Leuenberger <dimstar@opensuse.org> 2013-11-22 13:42:51 UTC --- Ulrich, I'm not sure if you already updated to 13.1 and if you did, if the problem still persists. What version of gnome-packagekit are you running at the moment? The original 3.6.x? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c28 --- Comment #28 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2013-11-25 08:10:48 CET --- I'm still at 12.2, gnome-packagekit-3.6.1-3.6.2.i586 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=813176 https://bugzilla.novell.com/show_bug.cgi?id=813176#c29 --- Comment #29 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> 2014-01-15 11:07:25 CET --- I have an update: /usr/bin/gpk-update-viewer does not seem to hang, but it is extremely slow and wasting CPU cycles for no obvious reason: When installing a few updates, gpk-update-viewer consumed over 20 minutes of CPU (it is still running, you w´may guess how long I'm waiting for completion), and it is the top-CPU-consuming process all the time. The CPU is not the latest and greatest but still a "Intel(R) Pentium(R) 4 CPU 2.40GHz". Even after the update is complete and the program is waiting for me to click "OK", it consumes a lot of CPU! Don't we all want to save the planet, trying to avoid waste of energy? For your amusement: 2014-01-15 10:20:23 <1> pc(10163) [packagekit] pk-backend-zypp.cpp(backend_get_distro_upgrades_thread):2070 [...] 2014-01-15 10:56:04 <1> pc(10330) [zypp] RpmDb.cc(closeDatabase):734 Calling closeDatabase: RpmDb[V4(X-m)V3(---): '(/)/var/lib/rpm'] That's 36 minutes to install a few updates!!! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com