[Bug 492825] New: GNOME power manager takes minutes to load, opening settings freezes and suspend/hybernate options are gone.
http://bugzilla.novell.com/show_bug.cgi?id=492825 Summary: GNOME power manager takes minutes to load, opening settings freezes and suspend/hybernate options are gone. Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Critical Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: P.Schellart@gmail.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; nl-nl) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16 The GNOME power manager refuses to load. When clicking the shutdown button in the `computer' menu it takes a couple of minutes for the selection window (shutdown/reboot) to appear and the options for suspend and hybernate are missing (they used to be there but after the latest automatic update they were gone). Also starting the settings manager for power mangagement causes the application window to freeze. It could also be a problem with ACPI or an upstream GNOME power management problem because I encountered a similar problem (clicking the power button causes a freeze) on a (different and completely unrelated) Ubuntu machine, also after a recent update. Reproducible: Always Steps to Reproduce: 1.Click on computer -> shutdown 2.Wait 3. Actual Results: Takes minutes to load shutdown screen and hybernate/suspend options are missing. Expected Results: Almost instantanious (order of seconds) loading of the selection window with all four (shutdown,reboot,suspend,hybernate) options. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=492825 User vuntz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492825#c1 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |vuntz@novell.com Info Provider| |hmacht@novell.com --- Comment #1 from Vincent Untz <vuntz@novell.com> 2009-04-28 10:02:55 MDT --- Holger: what's the right way to determine if it's a gnome-power-manager issue, a hal issue, a acpi issue, or even something else? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=492825 User hmacht@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492825#c2 Holger Macht <hmacht@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hmacht@novell.com Info Provider|hmacht@novell.com |P.Schellart@gmail.com --- Comment #2 from Holger Macht <hmacht@novell.com> 2009-04-28 10:16:42 MDT --- Hard to say :-) Isn't there another way to bring up the shutdown menu? Maybe on the command line where an strace is possible? This could be even related to a ConsoleKit/D-Bus security update. Pim, please attach the output of polkit-auth executed as user. Does 'powersave -u/-U' work as user and puts the system to sleep? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=492825 User vuntz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492825#c3 --- Comment #3 from Vincent Untz <vuntz@novell.com> 2009-04-28 10:31:37 MDT --- (In reply to comment #2)
Hard to say :-) Isn't there another way to bring up the shutdown menu? Maybe on the command line where an strace is possible?
Well, you can always run "gnome-session-save --shutdown-dialog". In the end, though, you'll want to strace gnome-session since the command line just calls a dbus method. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=492825 User hmacht@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492825#c4 --- Comment #4 from Holger Macht <hmacht@novell.com> 2009-04-28 10:55:31 MDT --- Ok. Pim, can you please also run "gnome-session-save --shutdown-dialog" from the command line? Does this also last long until the dialog is opened? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=492825 User P.Schellart@gmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492825#c5 Pim Schellart <P.Schellart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|P.Schellart@gmail.com | --- Comment #5 from Pim Schellart <P.Schellart@gmail.com> 2009-05-06 08:30:35 MDT --- Created an attachment (id=290430) --> (http://bugzilla.novell.com/attachment.cgi?id=290430) strace of gnome-session after calling gnome-session-save --shutdown-dialog -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=492825 User P.Schellart@gmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492825#c6 --- Comment #6 from Pim Schellart <P.Schellart@gmail.com> 2009-05-06 08:32:12 MDT --- Sorry for the delay. Tried the following: 1. gnome-session-save --shutdown-dialog ** (gnome-session-save:9268): WARNING **: Failed to call shutdown: 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. 2. strace gnome-session see attached file. 3. powersave -u works! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=492825 User vuntz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=492825#c7 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |P.Schellart@gmail.com --- Comment #7 from Vincent Untz <vuntz@novell.com> 2009-05-13 09:20:39 MDT --- I failed to see this: (In reply to comment #0)
The GNOME power manager refuses to load.
Does this mean you have no power manager icon? Is it running? If not, what's the output if you run it from the command line with "--no-daemon --verbose"? -- Configure bugmail: http://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=492825 https://bugzilla.novell.com/show_bug.cgi?id=492825#c8 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|P.Schellart@gmail.com | Resolution| |NORESPONSE --- Comment #8 from Vincent Untz <vuntz@novell.com> 2011-03-01 23:58:04 UTC --- No answer, so closing. Please reopen if you can reproduce on a recent version of 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.
participants (1)
-
bugzilla_noreply@novell.com