<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2015-08-27 21:37 GMT+02:00 Mark Haun <span dir="ltr"><<a href="mailto:haunma@keteu.org" target="_blank">haunma@keteu.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":1oe" class="" style="overflow:hidden">And a somewhat related question:  Is there currently support for running<br>
jack as root and allowing client programs with multiple UIDs to connect?  I<br>
tried following an old recipe using JACK_PROMISCUOUS_SERVER, but it didn't<br>
seem to make any difference; running jackd as root, only root can connect.</div></blockquote></div><br></div><div class="gmail_extra">For the promiscuous mode to work, JACK_PROMISCUOUS_SERVER should be set for both server and clients, and the umask must be set to 0000 for both server and clients (sockets and shm segments must be writable by all the participants).<br>I made a patch to get rid of the (way too permissive) umask requirement : <a href="https://github.com/sdrik/jack2/commit/21f4749cc3f9b90bb509b4a8326d34416d4357c3">https://github.com/sdrik/jack2/commit/21f4749cc3f9b90bb509b4a8326d34416d4357c3</a><br><br></div><div class="gmail_extra">Regards,<br></div><div class="gmail_extra">Cédric<br></div></div>