[Bug 548858] New: Authentication is required ALWAYS to configure drive spindown timeout
http://bugzilla.novell.com/show_bug.cgi?id=548858 Summary: Authentication is required ALWAYS to configure drive spindown timeout Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: andrea@opensuse.org QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.1.3) Gecko/20090909 SUSE/3.5.3-3.2 Firefox/3.5.3 my energy setting in gnome should spin down disks when i have only battery... the problem is that i must type root password for that any time. and it's quite annoyning Reproducible: Always Steps to Reproduce: just remove the electric plug and use battery (a log out/reboot may be needed) -- 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=548858 User vuntz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c1 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vuntz@novell.com AssignedTo|bnc-team-gnome@forge.provo. |lnussel@novell.com |novell.com | Summary|Authentication is required |polkit-default-privs: |ALWAYS to configure drive |Authentication is required |spindown timeout |ALWAYS to configure drive | |spindown timeout --- Comment #1 from Vincent Untz <vuntz@novell.com> 2009-10-22 03:26:03 MDT --- This is because of the setting in polkit-default-privs for org.freedesktop.devicekit.disks.drive-set-spindown -- 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=548858 User lnussel@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c2 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |kasievers@novell.com --- Comment #2 from Ludwig Nussel <lnussel@novell.com> 2009-10-22 04:08:00 MDT --- I wonder why such a user action is required every time the cord is unplugged. Sounds like it would be impossible for an admin to set a system policy. Anyways, does that allow to set arbitrary timeouts? Are there for example lower limits so users can't accidently kill the harddisk by setting it to one second? -- 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=548858 User andrea@opensuse.org added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c3 --- Comment #3 from andrea florio <andrea@opensuse.org> 2009-10-22 04:15:17 MDT --- i don't know.. can i check it somehow? -- 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=548858 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c4 --- Comment #4 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-10-22 08:36:55 MDT --- from gpm-manager.c: /** * gpm_manager_get_spindown_timeout: **/ static guint gpm_manager_get_spindown_timeout (GpmManager *manager) { gboolean enabled; guint timeout; /* get policy */ if (!manager->priv->on_battery) { enabled = gconf_client_get_bool (manager->priv->conf, GPM_CONF_DISKS_SPINDOWN_ENABLE_AC, NULL); timeout = gconf_client_get_int (manager->priv->conf, GPM_CONF_DISKS_SPINDOWN_TIMEOUT_AC, NULL); } else { enabled = gconf_client_get_bool (manager->priv->conf, GPM_CONF_DISKS_SPINDOWN_ENABLE_BATT, NULL); timeout = gconf_client_get_int (manager->priv->conf, GPM_CONF_DISKS_SPINDOWN_TIMEOUT_BATT, NULL); } if (!enabled) timeout = 0; return timeout; } The minimum that can be set as such is 1 second. Default (at least it's set like that on my system, without me ever changing it) is 60. it would be rather simple here to add a check for a minimum if you think that's needed. -- 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=548858 User kasievers@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c5 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |kasievers@novell.com Info Provider|kasievers@novell.com | --- Comment #5 from Kay Sievers <kasievers@novell.com> 2009-10-22 08:39:33 MDT --- Sorry, I have no idea. We are not involved in any kind in the development and have almost no insights -- we are just packaging it. I'm on the road until mid next week, please ask any questions upstream. -- 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=548858 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c6 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com --- Comment #6 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-10-26 07:48:53 MDT --- A fix for this was checked in to openSUSE:Factory by lnussel. This should be cherry-picked to openSUSE:11.2 (package polkit-default-privs) -- 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=548858 User andrea@opensuse.org added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c7 --- Comment #7 from andrea florio <andrea@opensuse.org> 2009-10-26 11:27:12 MDT --- after apply that package it require no more password for that.. so i can think that's fixed... -- 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=548858 User bphilips@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c8 Brandon Philips <bphilips@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bphilips@novell.com --- Comment #8 from Brandon Philips <bphilips@novell.com> 2009-10-27 15:22:23 MDT --- I can confirm the polkit-default-privs from Factory fixes the issue for me too. Thanks. -- 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=548858 User lnussel@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c9 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lnussel@novell.com AssignedTo|lnussel@novell.com |bnc-team-gnome@forge.provo. | |novell.com --- Comment #9 from Ludwig Nussel <lnussel@novell.com> 2009-10-28 02:36:07 MDT --- It doesn't fix the issue. It merely hides it. If an admin decides that users should not be allowed to set a one second spindown time to extend the hard disk's life the user would still be annoyed by the popup. Reassigning to gnome to find a solution that works in mode 'restrictive' as well. -- 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=548858 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548858#c10 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rastislav.krupansky@gmail.c | |om --- Comment #10 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-10-28 14:39:52 MDT --- *** Bug 550781 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=550781 -- 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=548858 Rastislav Krupansky <rastislav.krupansky@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #11 from Rastislav Krupansky <rastislav.krupansky@gmail.com> 2009-11-16 06:54:00 UTC --- Seems to be really fixed in final 11.2. No more authentication is required. Closing. -- 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=548858 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED | --- Comment #12 from Ludwig Nussel <lnussel@novell.com> 2009-11-16 08:35:19 UTC --- see comment #9 -- 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=548858 https://bugzilla.novell.com/show_bug.cgi?id=548858#c13 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|GNOME |GNOME Product|openSUSE 11.2 |openSUSE 12.2 --- Comment #13 from Dominique Leuenberger <dimstar@opensuse.org> 2012-07-31 20:18:13 UTC --- Moving to 12.2... comment #9 seems still valid -- 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=548858 https://bugzilla.novell.com/show_bug.cgi?id=548858#c14 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED See Also| |https://bugzilla.gnome.org/ | |show_bug.cgi?id=681938 --- Comment #14 from Dominique Leuenberger <dimstar@opensuse.org> 2012-08-15 19:31:28 UTC --- As we need upstream for this, I submitted it as https://bugzilla.gnome.org/show_bug.cgi?id=681938 -- 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=548858 https://bugzilla.novell.com/show_bug.cgi?id=548858#c Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|GNOME |GNOME Product|openSUSE 12.2 |openSUSE 12.3 Target Milestone|--- |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=548858 https://bugzilla.novell.com/show_bug.cgi?id=548858#c15 Vincent Untz <vuntz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|GNOME |GNOME Version|Factory |12.3 Milestone 0 Product|openSUSE 12.3 |openSUSE Factory Target Milestone|Factory |--- --- Comment #15 from Vincent Untz <vuntz@suse.com> 2012-09-13 06:39:19 UTC --- Sorry for the noise, mass-moving GNOME bugs from openSUSE 12.3 product to the new openSUSE Factory product. -- 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=548858 https://bugzilla.novell.com/show_bug.cgi?id=548858#c16 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #16 from Dominique Leuenberger <dimstar@opensuse.org> 2013-10-23 19:10:15 UTC --- (In reply to comment #9)
It doesn't fix the issue. It merely hides it. If an admin decides that users should not be allowed to set a one second spindown time to extend the hard disk's life the user would still be annoyed by the popup. Reassigning to gnome to find a solution that works in mode 'restrictive' as well.
An admin that cares for this enough can as well set a mandatory dconf file. So in essence, this admin would define the spin down he wants hard set... This is possible as described at https://wiki.gnome.org/dconf/SystemAdministrators As such, I'd argue all the things required for an admin to take care of it is in place. -- 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