Hi there,
I’m trying to run qtractor (a digital audio workstation) with real-time scheduling priority. The rtprio command won’t work without sudo, but that causes it to run qtractor as root also. This is the command I’m using:
If I try to set the rtprio after the fact, like this:
qtractor is already complaining of lacking rt functionality before the second command has a chance to grant it the permission.
I’ve always been led to believe that we shouldn’t run GUI programs as root (or anything really if avoidable). I just want to run qtractor as a normal user but with rt.
I think I recall on Linux there was a real-time group you could add your user to, but I couldn’t find the FreeBSD equivalent??
Thanks for any suggestions.
I’m trying to run qtractor (a digital audio workstation) with real-time scheduling priority. The rtprio command won’t work without sudo, but that causes it to run qtractor as root also. This is the command I’m using:
sudo rtprio 0 qtractor &
If I try to set the rtprio after the fact, like this:
qtractor &
sudo rtprio 0 -pid
qtractor is already complaining of lacking rt functionality before the second command has a chance to grant it the permission.
I’ve always been led to believe that we shouldn’t run GUI programs as root (or anything really if avoidable). I just want to run qtractor as a normal user but with rt.
I think I recall on Linux there was a real-time group you could add your user to, but I couldn’t find the FreeBSD equivalent??
Thanks for any suggestions.