Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#680 closed Defect (fixed)

boinc 5.10.45 wont suspend when battery linux

Reported by: stompdagger1@… Owned by: davea
Priority: Major Milestone: Undetermined
Component: Client - Daemon Version: 5.10.45
Keywords: Cc:

Description

this issue has worked in version 5.10.28, now it seems that when I unplug the AC adapter, boinc still continue to calculate even when the pref file says not to. running 64bit gentoo kernel 2.6.24 and boinc 5.10.45

more details at http://boinc.berkeley.edu/dev/forum_thread.php?id=2775

Change History (11)

comment:1 Changed 16 years ago by Nicolas

Interesting; did that ever work before?

comment:2 in reply to:  1 Changed 16 years ago by stompdagger1@…

Replying to Nicolas:

Interesting; did that ever work before?

for me yes, worked like a charm

comment:3 Changed 16 years ago by romw

Component: Client - SetupClient - Daemon
Owner: changed from romw to davea

comment:4 Changed 16 years ago by mjakubicek

Hm, I have no problems with a 64 bit laptop running Fedora 9 with kernel 2.6.25.6.

a) Could you boot a Live CD/DVD of Gentoo (same version) on another laptop, install BOINC and try if it works?

b) Could you boot a Live CD/DVD of Fedora 9 on your laptop, install BOINC and try if it works?

It could be just some kernel/ACPI weirdness regarding the HW (a regression, actually, if it worked before) or something Gentoo specific, IMO.

Does it work with your current kernel and BOINC 5.10.28? If not, does it work with some previous kernel and current BOINC (5.10.45)?

comment:5 Changed 16 years ago by mjakubicek

...just another idea: does HAL detect AC adapter correctly?

Type:

hal-get-property --udi `hal-find-by-capability --capability ac_adapter` --key 'ac_adapter.present'

It should return true/false if the adapter is/is not present.

comment:6 Changed 16 years ago by stompdagger1@…

already worked with david and figured it out, the current way boinc is watching for the acpi is using /proc, /proc is deprecated, so it will probably be dropped from newer kernels. but it can be done using the /sys, I've passed all the info to david.

comment:7 Changed 16 years ago by stompdagger1@…

dave, any update on this issue for the next version?

comment:8 Changed 16 years ago by davea

Resolution: fixed
Status: newclosed

Possibly fixed in [15492]

comment:9 Changed 16 years ago by stompdagger1@…

hello again, I've just wanted to know if the fix is included in version 6.2.16?

comment:10 Changed 16 years ago by davea

I think it's fixed in 6.2.16, but I haven't tested it.

comment:11 Changed 16 years ago by stompdagger1@…

I run 6.2.16, it doesn't seems to work, when I unplug it, the manager stills continue to run

Note: See TracTickets for help on using tickets.