[Bug 806635] New: pm-utils: 80acpi-fan useless.
https://bugzilla.novell.com/show_bug.cgi?id=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c0 Summary: pm-utils: 80acpi-fan useless. Classification: openSUSE Product: openSUSE 12.3 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: vdziewiecki@suse.com ReportedBy: crrodriguez@opensuse.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- 80acpi-fan is still getting called and uses the /proc/acpi/fan/ interface. This will never work since that interface was removed from the kernel in 2010 by commit https://patchwork.kernel.org/patch/240641/. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c1 Wojtek Dziewięcki <vdziewiecki@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Wojtek Dziewięcki <vdziewiecki@suse.com> 2013-02-28 14:05:50 UTC --- Thanks, I'll remove it. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c2 --- Comment #2 from Wojtek Dziewięcki <vdziewiecki@suse.com> 2013-03-11 12:44:05 UTC --- Well, no, I'll just change it to use the right path, which is /sys/devices/virtual/thermal/cooling_device*/, see bnc#807996. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c3 Wojtek Dziewięcki <vdziewiecki@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rmilasan@suse.com --- Comment #3 from Wojtek Dziewięcki <vdziewiecki@suse.com> 2013-03-11 12:45:23 UTC --- *** Bug 807996 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=807996 -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c4 --- Comment #4 from Robert Milasan <rmilasan@suse.com> 2013-03-11 12:51:23 UTC --- /proc interface is not in use anymore and pm-utils should follow that. This is also for 12.2, luckily this doesn't effect my Dell. Everything has been moved to /sys, at least for the fan's. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c5 --- Comment #5 from Wojtek Dziewięcki <vdziewiecki@suse.com> 2013-03-11 13:16:09 UTC --- Thanks. I just checked 12.1 and it's also affected so I'm changing the path for all supported openSUSE versions. Robert do you know what's the difference if the script puts 0 or 3 there? -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c6 --- Comment #6 from Robert Milasan <rmilasan@suse.com> 2013-03-11 13:19:21 UTC --- Well as I know 0 means stop the fan's, but to be honest not sure, as if you check max_state can be also 15, which have no clue what it suppose to be. I can try home on the HP, instead of 0 set 3 to just see if it makes a difference, but it works well with 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c7 --- Comment #7 from Robert Milasan <rmilasan@suse.com> 2013-03-11 15:29:29 UTC --- Setting 3 to /sys/devices/virtual/thermal/cooling_device*/cur_state doesn't help, the fan(s) are at max and they don't stop. Seems that setting cur_state at 0 only helps. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c8 --- Comment #8 from Wojtek Dziewięcki <vdziewiecki@suse.com> 2013-03-11 11:55:55 CLT --- Thanks. I was wondering what the pm-utils hook should do cause I don't want to screw things up. And I just found out that the stuff in /sys/devices/virtual/thermal/cooling_device*/cur_state is not just fans, I set them to some number on my laptop (t400) and it dimmed the screen. I'm still not sure how to solve this without breaking anything, since I have no idea what rewriting these values can do to various devices, I'm afraid that if I just put zero everywhere then some machines could overheat etc. I was also considering removing the hook, but that's hardly acceptable since it would cause the fan to run on full speed on some laptops like Robert's HP. --- Comment #9 from Cristian Rodríguez <crrodriguez@opensuse.org> 2013-03-11 11:58:38 CLT --- Is there a kernel bug filled ? this _really_ does not belong in userspace, suspend/resume misbehaviour has to be dealt in the kernel _NOT_ here. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c10 Wojtek Dziewięcki <vdziewiecki@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |rmilasan@suse.com --- Comment #10 from Wojtek Dziewięcki <vdziewiecki@suse.com> 2013-03-11 16:20:19 UTC --- That's true. Robert, are you willing to fill a kernel bug about your fan problem? You could use a modified hook on your laptop until it is fixed but we should not distribute it. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c11 Robert Milasan <rmilasan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|rmilasan@suse.com | --- Comment #11 from Robert Milasan <rmilasan@suse.com> 2013-03-11 18:53:13 UTC --- Vojtech, I can live with it, it's not a problem and I would not have a problem to report the issue, but would need to know exactly where. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c12 --- Comment #12 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-03-12 17:00:22 CET --- This is an autogenerated message for OBS integration: This bug (806635) was mentioned in https://build.opensuse.org/request/show/158698 Factory / pm-utils -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c13 --- Comment #13 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-03-14 17:00:23 CET --- This is an autogenerated message for OBS integration: This bug (806635) was mentioned in https://build.opensuse.org/request/show/159424 Factory / pm-utils -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c14 John McManaman <auxsvr@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |auxsvr@yahoo.com --- Comment #14 from John McManaman <auxsvr@yahoo.com> 2013-03-16 02:18:52 UTC --- Bug 807996 looks similar to Bug 805410, which is caused by the kernel and has not been fixed so far. It persists since linux 3.7. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c15 --- Comment #15 from Robert Milasan <rmilasan@suse.com> 2013-03-16 08:56:00 UTC --- Yes, its true, I got the same issue. -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c16 --- Comment #16 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-04-12 16:00:44 CEST --- This is an autogenerated message for OBS integration: This bug (806635) was mentioned in https://build.opensuse.org/request/show/163752 Maintenance / -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c17 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #17 from Benjamin Brunner <bbrunner@suse.com> 2013-04-22 16:52:24 CEST --- Update released for openSUSE 12.2 and 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c18 --- Comment #18 from Swamp Workflow Management <swamp@suse.de> 2013-04-22 15:05:27 UTC --- openSUSE-RU-2013:0705-1: An update that has 7 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 633491,768867,782891,797966,806632,806635,806641 CVE References: Sources used: openSUSE 12.3 (src): pm-utils-1.4.1-26.5.1 -- 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=806635 https://bugzilla.novell.com/show_bug.cgi?id=806635#c19 --- Comment #19 from Swamp Workflow Management <swamp@suse.de> 2013-05-02 08:05:47 UTC --- openSUSE-RU-2013:0733-1: An update that has 7 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 633491,768867,782891,797966,806632,806635,806641 CVE References: Sources used: openSUSE 12.2 (src): pm-utils-1.4.1-18.10.1 -- 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