Right now we require every user to be added to the `realtime` user group. This looks like a unnecessary overhead. - [ ] If possible, we should just use the default ubuntu user group and adjust the line here accordingly [1]. - [ ] In addition to the users of the real-time group to be able to edit the /dev/cpu_dma_latency file in order to ensure real-time capabilities. Thoughts @vincentberenz @MaximilienNaveau @mwuethri ? [1]: https://github.com/machines-in-motion/ubuntu_installation_scripts/blob/master/rt-preempt/install_rt_preempt_kernel.sh#L73
Right now we require every user to be added to the
realtimeuser group. This looks like a unnecessary overhead.If possible, we should just use the default ubuntu user group and adjust the line here accordingly 1.
In addition to the users of the real-time group to be able to edit the /dev/cpu_dma_latency file in order to ensure real-time capabilities.
Thoughts @vincentberenz @MaximilienNaveau @mwuethri ?