Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the impact of scheduler 'fifo' and priority '10' in the systemd service file? #3

Open
aatoma opened this issue Feb 10, 2024 · 2 comments

Comments

@aatoma
Copy link

aatoma commented Feb 10, 2024

I'm not able to start cdsp as a service on an Odroid C2 board running Armbian. The same ExecStart command works from the command line but fails when used in the service file.

I've tracked this down to the two options

CPUSchedulingPolicy=fifo
CPUSchedulingPriority=10

(with those commented out, the service starts and cdsp seems to work just fine) and Armbian kernel being compiled with option

CONFIG_RT_GROUP_SCHED=y

Now, before going down the rabbit hole that is compiling a custom kernel configuration for an SBC, I was wondering what will I miss without explicitly setting scheduler and priority for cdsp.

Thank you for your support and regards
Antonio

@HEnquist HEnquist transferred this issue from HEnquist/camilladsp Feb 10, 2024
@HEnquist
Copy link
Owner

The service file is somewhat outdated, and I don't know yet what needs to change and how. For now, just remove these lines to use the defaults.

@aatoma
Copy link
Author

aatoma commented Feb 10, 2024

Thanks so much for your answer. Exactly what I was expecting/hoping. Let me say that CamillaDSP is ian ncredible piece of software. Enjoying it a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants