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. -- 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, or are watching someone who is.