Package: jackd
Version: 0.99.0-2

apt-get installed jackd, then ran argour which told me i need to run
jackd as non root. when i do that i was getting this error:

> jackd -d alsa 
cannot bind server to socket (Permission denied)
cannot create server sockets
cannot create engine
 
then looking at mount showed that shm wasnt mounted 
added the following line to /etc/fstab 
shm           /dev/shm     tmpfs    defaults        0     0

then mounted shm by
mount shm

after that i ran jackd as user and it worked perfectly. So maybe the
package should check fstab for an shm entry - or something similar.
apparently you can choose the tmp directory on build too - so thats
another possible solution.

regards, 
mandeep singh.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to