https://bugzilla.novell.com/show_bug.cgi?id=225463
Summary: at: strange scheduling Product: openSUSE 10.2 Version: RC 5 Platform: x86 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jengelh@gmx.de QAContact: qa@suse.de
atd always renices tasks based on their queue
queue -> nice 'a' -> 1 'b' -> 3 'c' -> 5
This is inherently bad -- a task can never be scheduled at the normal nice level 0 or any even (2, 4, ...) level.
This patch fixes this, and implicitly changes the meaning of the queue names ('a' is not 1 anymore, but 0), but a < b still holds true.
https://bugzilla.novell.com/show_bug.cgi?id=225463
------- Comment #1 from jengelh@gmx.de 2006-12-01 11:26 MST ------- Created an attachment (id=107921) --> (https://bugzilla.novell.com/attachment.cgi?id=107921&action=view) -
If accepted, please submit upstream.
https://bugzilla.novell.com/show_bug.cgi?id=225463
mhorvath@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |ro@novell.com |screening@forge.provo.novell| |.com |
------- Comment #2 from mhorvath@novell.com 2006-12-03 19:51 MST ------- at-3.1.8
https://bugzilla.novell.com/show_bug.cgi?id=225463
ro@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
https://bugzilla.novell.com/show_bug.cgi?id=225463
Ruediger Oertel ro@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement
https://bugzilla.novell.com/show_bug.cgi?id=225463
Jan Engelhardt jengelh@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Basesystem |Basesystem Product|openSUSE 10.2 |openSUSE 11.0 Version|RC 5 |Final
https://bugzilla.novell.com/show_bug.cgi?id=225463
Ruediger Oertel ro@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Found By|Beta-Customer |--- AssignedTo|ro@novell.com |mseben@novell.com
https://bugzilla.novell.com/show_bug.cgi?id=225463
User mseben@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=225463#c3
--- Comment #3 from Michal Seben mseben@novell.com 2009-02-16 01:40:08 MST --- hi Jan :) submitted to factory, only small correction in description: a task can never be scheduled at the normal nice level 0 or any odd (1,3,5 ...) level
now I will try to push patch to upstream
thanks
https://bugzilla.novell.com/show_bug.cgi?id=225463
User mseben@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=225463#c4
Michal Seben mseben@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED
--- Comment #4 from Michal Seben mseben@novell.com 2009-03-16 00:47:02 MST --- pushed to the the upstream as Jan requested, currently the upstream place for atd bugs is debian's bugzilla : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519716
so finally fixed as closed :)