Sweet - I&#39;ll give it a shot as soon as I get home - Thanks again!<br><br>~holotone<br><br><div><span class="gmail_quote">On 11/12/07, <b class="gmail_sendername">Chris Dawson</b> &lt;<a href="mailto:xrdawson@gmail.com">
xrdawson@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">strace is &quot;system call trace.&quot;&nbsp;&nbsp;It simply runs a program within a
<br>harness that outputs all the system calls made.&nbsp;&nbsp;In this case, it will<br>output and tell you where the jackd program is dying.&nbsp;&nbsp;In my case I<br>saw that it was dying when it tried to open and write to the<br>directory.
<br><br>It is absolutely harmless to run strace, it just outputs a lot of<br>extra information you probably won&#39;t understand, but would be useful.<br>If you&#39;d like run it and send me the output.&nbsp;&nbsp;You can do this:<br>
<br>strace -ooutput.txt /usr/bin/jackd -R -u -dalsa -dhw:0 -r44100 -p1024 -n2 &amp;<br><br>Then, it&#39;ll either die on its own, or you&#39;ll need to run:<br><br>killall -9 strace jackd<br><br>...to kill it.&nbsp;&nbsp;Then, send me the 
output.txt file and I can look for<br>something suspicious.&nbsp;&nbsp;Or, you can check it out youself and perhaps<br>you can figure it out.<br><br>Chris<br><br>On Nov 12, 2007 8:56 PM, <a href="mailto:holotone@gmail.com">holotone@gmail.com
</a> &lt;<a href="mailto:holotone@gmail.com">holotone@gmail.com</a>&gt; wrote:<br>&gt; My output shows exactly the same permissions:<br>&gt;<br>&gt; holotone@iceman:~$ ls -l /dev | grep shm<br>&gt; drwxrwxrwt 2 root&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;40 2007-11-12 10:31 shm
<br>&gt;<br>&gt; Not sure I understand what strace is, and I&#39;d hate to start executing<br>&gt; commands that I don&#39;t understand.<br>&gt;<br>&gt; Thanks for your help!<br>&gt;<br>&gt;<br>&gt;<br>&gt; ~holotone<br>&gt;
<br>&gt; On 11/12/07, Chris Dawson &lt;<a href="mailto:xrdawson@gmail.com">xrdawson@gmail.com</a>&gt; wrote:<br>&gt; &gt; Oh, you know what, I recall that when I upgraded Ubuntu-Studio did not<br>&gt; &gt; properly set the permissions of /dev/shm, the shared memory directory.
<br>&gt; &gt; Can you verify the permissions of that?&nbsp;&nbsp;Mine is<br>&gt; &gt;<br>&gt; &gt; cdawson@djavan:~$ ls -l /dev | grep shm<br>&gt; &gt; drwxrwxrwt 2 root&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;40 2007-11-12 14:37 shm<br>&gt; &gt;<br>&gt; &gt; Does yours show the same?
<br>&gt; &gt;<br>&gt; &gt; You might also run jack under strace, like so:<br>&gt; &gt;<br>&gt; &gt; strace /usr/bin/jackd -R -u -dalsa -dhw:0 -r44100 -p1024 -n2<br>&gt; &gt;<br>&gt; &gt; I think this is where I discovered it could not open the shm directory
<br>&gt; &gt; and create files there.<br>&gt; &gt;<br>&gt; &gt; Chris<br>&gt; &gt;<br>&gt; &gt; On Nov 12, 2007 5:29 PM, <a href="mailto:holotone@gmail.com">holotone@gmail.com</a> &lt;<a href="mailto:holotone@gmail.com">holotone@gmail.com
</a>&gt; wrote:<br>&gt; &gt; &gt; holotone@iceman:~$ uname -r<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; 2.6.22-14-rt<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Yup, looks like I&#39;m good to go - Wonder why I can&#39;t enable realtime?
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Thanks!<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; ~holotone<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On 11/12/07, Chris Dawson &lt;<a href="mailto:xrdawson@gmail.com">
xrdawson@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; &gt; If I recall correctly, by default my upgrade did not include the<br>&gt; &gt; &gt; &gt; realtime kernel.&nbsp;&nbsp;I had to apt-get that myself, and then when I<br>&gt; &gt; &gt; &gt; rebooted I could run jack with realtime.&nbsp;&nbsp;See if that works for you.
<br>&gt; &gt; &gt; &gt; You can see if you have the realtime kernel by doing this:<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; cdawson@djavan:~$ uname -r<br>&gt; &gt; &gt; &gt; 2.6.22-14-rt<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; If you don&#39;t see rt, then you are not running realtime.
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Chris<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; On Nov 12, 2007 4:18 PM, <a href="mailto:holotone@gmail.com">holotone@gmail.com</a> &lt;<a href="mailto:holotone@gmail.com">
holotone@gmail.com</a>&gt;<br>&gt; wrote:<br>&gt; &gt; &gt; &gt; &gt; So I bit the bullet this weekend and chose Ubuntu Studio for my<br>&gt; Gutsy<br>&gt; &gt; &gt; &gt; &gt; upgrade and... Wow! Seriously well done..! I can finally feel
<br>&gt; confident<br>&gt; &gt; &gt; &gt; &gt; using Linux as my primary music production OS..!<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; One question, one gripe, and one solution:<br>&gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; Question: How do I enable realtime in jack? From my understanding,<br>&gt; &gt; &gt; Ubuntu<br>&gt; &gt; &gt; &gt; &gt; Studio includes the realtime kernel, but whenever I check the<br>&gt; realtime
<br>&gt; &gt; &gt; box<br>&gt; &gt; &gt; &gt; &gt; in Jack, it won&#39;t start - Any ideas?<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Gripe: I looooove the theme with a few exceptions, the largest of<br>&gt; which
<br>&gt; &gt; &gt; is<br>&gt; &gt; &gt; &gt; &gt; being able to see the fine lines between devices and apps in<br>&gt; qjackctl&#39;s<br>&gt; &gt; &gt; &gt; &gt; connections panel. Any suggestions for a fix?<br>&gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;Solution: I couldn&#39;t for the life of me get Qsampler to work - Kept<br>&gt; &gt; &gt; saying<br>&gt; &gt; &gt; &gt; &gt; every time I started it that &quot;Server could not be started&quot;. A bit of
<br>&gt; &gt; &gt; &gt; &gt; research turned up that linuxsampler, the sampler that Qsampler is a<br>&gt; GUI<br>&gt; &gt; &gt; &gt; &gt; front end for, is not included w/ Ubuntu* due to licensing issues.<br>&gt; Some<br>
&gt; &gt; &gt; more<br>&gt; &gt; &gt; &gt; &gt; digging around turned up these Ubuntu debs for linuxsampler:<br>&gt; &gt; &gt; &gt; &gt; <a href="http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/">http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/
</a><br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; One quick double click and qsampler is now working flawlessly!<br>&gt; Perhaps<br>&gt; &gt; &gt; there<br>&gt; &gt; &gt; &gt; &gt; should be a note about this somewhere? It took me aages to figure
<br>&gt; out.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Thanks again for putting together a great distro!<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; &gt; ~cole<br>&gt; &gt; &gt; &gt; &gt; 
<a href="http://holotone.net/">http://holotone.net/</a><br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt; Ubuntu-Studio-users mailing list<br>&gt; &gt; &gt; 
<a href="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com</a><br>&gt; &gt; &gt; Modify settings or unsubscribe at:<br>&gt; &gt; &gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; Ubuntu-Studio-users mailing list<br>&gt; &gt; <a href="mailto:Ubuntu-Studio-users@lists.ubuntu.com">
Ubuntu-Studio-users@lists.ubuntu.com</a><br>&gt; &gt; Modify settings or unsubscribe at:<br>&gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
</a><br>&gt;<br>&gt; --<br>&gt; Ubuntu-Studio-users mailing list<br>&gt; <a href="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com</a><br>&gt; Modify settings or unsubscribe at:<br>&gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</a><br>&gt;<br>&gt;<br><br>--<br>Ubuntu-Studio-users mailing list<br><a href="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com
</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</a></blockquote></div>