Hi there,
I have setup an audio system around jackd based on ubuntu studio (14.04 LTS). I have written various scripts to setup jackd and clients. It is tested and up running. Now I would like to add a cmd in rc.local in order for the whole system to be brought up at boot.#set limits
su - nass -c "ulimit -r 95 -l unlimited" 2>&1 | tee -a /tmp/audio.log
#verify limits
su - nass -c "ulimit -r -l" 2>&1 | tee -a /tmp/audio.log
#boot audio stuff
su - nass -c "cd /home/nass/audio_setup/scripts ; bash ./cmdaudio start" 2>&1 | tee -a /tmp/audio.log
However the ulimit "set" command fails with messageulimit: real-time priority: cannot modify limit: Operation not permitted
_______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx https://lists.linuxaudio.org/listinfo/linux-audio-user