boinc does not idle with mouse movement

Peter Koek
Peter Koek
Joined: 4 Mar 05
Posts: 21
Credit: 1067721
RAC: 0
Topic 193261

I have configured boinc to run only when idle. This setting works when you are using the keyboard, boinc processing is suspended if the keyboard is used. However when only the mouse is used this settings is ignored, and boinc processing will continue.

System: Fedora 7 with kernel 2.6.23.1

KSMarksPsych
KSMarksPsych
Moderator
Joined: 15 Oct 05
Posts: 2702
Credit: 4090227
RAC: 0

boinc does not idle with mouse movement

What version of BOINC?

Kathryn :o)

Einstein@Home Moderator

Peter Koek
Peter Koek
Joined: 4 Mar 05
Posts: 21
Credit: 1067721
RAC: 0

Version:

Version: boinc_5.10.21_i686-pc-linux-gnu (downloaded it yesterday)

KSMarksPsych
KSMarksPsych
Moderator
Joined: 15 Oct 05
Posts: 2702
Credit: 4090227
RAC: 0

You are very right. I have

You are very right.

I have no idea if it's been reported to the alpha list. But I'll send an email later this evening.

I'm also on 5.10.21 and Fedora (no idea what the kernel version is, but it's Fedora 7)

Kathryn :o)

Einstein@Home Moderator

Bikeman (Heinz-Bernd Eggenstein)
Bikeman (Heinz-...
Moderator
Joined: 28 Aug 06
Posts: 3522
Credit: 812829315
RAC: 1276646

I might be wrong but I

I might be wrong but I faintly remember having seen a bug ticket for this issue, I think it was even filed by Bruce Allen.

CU

H-B

tullio
tullio
Joined: 22 Jan 05
Posts: 2118
Credit: 61407735
RAC: 0

RE: You are very right. I

Message 74842 in response to message 74840

Quote:

You are very right.

I have no idea if it's been reported to the alpha list. But I'll send an email later this evening.

I'm also on 5.10.21 and Fedora (no idea what the kernel version is, but it's Fedora 7)


uname -r
Tullio

Jord
Joined: 26 Jan 05
Posts: 2952
Credit: 5893653
RAC: 0

RE: I might be wrong but I

Message 74843 in response to message 74841

Quote:
I might be wrong but I faintly remember having seen a bug ticket for this issue, I think it was even filed by Bruce Allen.


ticket 71 and 359

KSMarksPsych
KSMarksPsych
Moderator
Joined: 15 Oct 05
Posts: 2702
Credit: 4090227
RAC: 0

A possible fix got checked in

A possible fix got checked in for this.

From David's email back to the alpha list:

Quote:

The code had something like this:

#ifdef HAVE__DEV_KBD
if (!device_idle(idle_time, "/dev/kbd")) return false;
#endif

and similar for mouse.
This is fatally flawed because our build machine doesn't have
/dev/kbd or /dev/mouse, so these weren't even being compiled in.

I fixed this. However, it seems like it may not fix the problem,
if Linux has switched to /dev/input/mice or something like that.
Does anyone have up-to-date info about this?

Kathryn :o)

Einstein@Home Moderator

KSMarksPsych
KSMarksPsych
Moderator
Joined: 15 Oct 05
Posts: 2702
Credit: 4090227
RAC: 0

RE: RE: You are very

Message 74845 in response to message 74842

Quote:
Quote:

You are very right.

I have no idea if it's been reported to the alpha list. But I'll send an email later this evening.

I'm also on 5.10.21 and Fedora (no idea what the kernel version is, but it's Fedora 7)


uname -r
Tullio

Thanks Tullio.

I looked at the man page for uname and also added it to my personal notebook.

Kathryn :o)

Einstein@Home Moderator

Peter Koek
Peter Koek
Joined: 4 Mar 05
Posts: 21
Credit: 1067721
RAC: 0

I don't have /dev/kbd, and

I don't have /dev/kbd, and /dev/mouse. I do have /dev/input/mice, and /dev/input/mouse0

I don't know if the following is usefull? But in the folder /dev/input/by-path the folowing is listed:

lrwxrwxrwx 1 root root 9 2007-10-25 22:51 platform-i8042-serio-0-event-kbd -> ../event0
lrwxrwxrwx 1 root root 9 2007-10-25 22:51 platform-i8042-serio-1-event-mouse -> ../event1
lrwxrwxrwx 1 root root 9 2007-10-25 22:51 platform-i8042-serio-1-mouse -> ../mouse0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.