Bug 60338 - artsd does not run as realtime when configured to do so.
Summary: artsd does not run as realtime when configured to do so.
Status: RESOLVED DUPLICATE of bug 44150
Alias: None
Product: arts
Classification: Miscellaneous
Component: artsd (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Stefan Westerfeld
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-25 06:16 UTC by Aaron Williams
Modified: 2003-06-25 12:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Williams 2003-06-25 06:16:45 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    Compiled From Sources
OS:          Solaris

When KDE starts up it does not start artsd with realtime priority.  I can kill artsd and manually call artswrapper which enables realtime support.  This is after patching artswrapper to accept the return code from sched_setscheduler to support the return code in Solaris.  (I.E.)

#ifdef sun
                if(sched_setscheduler(0, SCHED_FIFO, &sp) != -1)
#else
                if(sched_setscheduler(0, SCHED_FIFO, &sp) == 0)
#endif
Comment 1 Arnold Krille 2003-06-25 12:50:29 UTC

*** This bug has been marked as a duplicate of 44150 ***