<br><br><div class="gmail_quote">On Fri, Aug 31, 2012 at 9:34 AM, Bill Gribble <span dir="ltr"><<a href="mailto:grib@billgribble.com" target="_blank">grib@billgribble.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
For a few years I have used an Atom UMPC as my "mobile development<br>
terminal", allowing me to build and run code at much lower performance<br>
than I would expect from a "real" system but good enough for working on<br>
new bits of code and finding performance bottlenecks :)<br>
<br>
I am migrating over to a Nexus 7 with a Debian chroot environment and<br>
tightvnc for display. This is working great for most things.  The last<br>
bit is to be able to run jackd so I can actually test audio parts of the<br>
programs I work on the most.<br>
<br>
I don't care about latency, or even xruns.  This isn't for production<br>
use.  I just want to be able to exercise the jack client library, make<br>
connections, and hopefully get SOME audio output.  The current problem I<br>
am having is that sys V shared mem API is not supported.<br>
<br>
        $ jackd -d alsa<br>
        jackdmp 1.9.9<br>
        Copyright 2001-2005 Paul Davis and others.<br>
        Copyright 2004-2012 Grame.<br>
        jackdmp comes with ABSOLUTELY NO WARRANTY<br>
        This is free software, and you are welcome to redistribute it<br>
        under certain conditions; see the file COPYING for details<br>
        JACK semaphore error: semget creation (Function not implemented)<br>
        jack_shm_lock_registry fails...<br>
        No access to shm registry<br>
        Failed to open server<br>
<br>
Has anybody done anything like what I'm working toward?  Any workarounds<br>
for missing shm API?<br></blockquote><div><br>jack1 (at least) has support for POSIX semaphores as an alternative to SYSV ones. <br></div></div>