Re: tmux, systemd and jack capture
[email protected] Thu, 25 Apr 2019 12:39:30 +0200
| Newsgroups | gmane.comp.audio.jackit |
|---|---|
| Message-ID | <[email protected]> |
Hey Thomas, systemctl --version systemd 232 +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN From that issue thread I see it's only in 240 - so this is not the problem I suppose. Cheers Jan Am 2019-04-25 12:33, schrieb Thomas Brand: > On 2019-04-25 11:35, [email protected] wrote: >> Hey! >> >> I have a hard time setting up a tmux session started with systemd on >> raspbian (patchbox OS, realtime kernel) to behaves like as if I >> started my script manually. > >> Cannot use real-time scheduling (RR/70)(1: Operation not permitted) >> JackClient::AcquireSelfRealTime error > >> >> I had this solved when starting the script manually by adding * - nice >> -20 into /etc/security/limits.conf - but this obviously is not working >> when starting the script within systemd (although same user). >> >> Any ideas? >> > > Hi, > it could be related to https://github.com/systemd/systemd/issues/11386 > https://github.com/jackaudio/jack2/issues/429 > Quick test, is your systemd version 240? > > Greetings > Thomas