1 Nov 2003 02:29
Re: ardour crashes when jack uses /tmp/jack
Jack O'Quin <joq <at> io.com>
2003-11-01 01:29:10 GMT
2003-11-01 01:29:10 GMT
Florian Schmidt <mista.tapas <at> gmx.net> writes: > when ever i try to get jack to use a tmpfs on /tmp/jack [jackstart > -R --tmpdir /tmp/jack -d alsa -p 512 -n 4] ardour crashes on startup > and takes the desktop with it [gnome 2.4]. Here's some version and > other info: > > tapas <at> mango:~$ jackd --version > jackd version 0.88.11 > default tmp directory: /tmp > > > tapas <at> mango:~$ ardour > Ardour/GTK 0.411.0 running with libardour 0.697.1 > > > tapas <at> mango:~$ jackstart -R --tmpdir /tmp/jack -d alsa -p 512 -n 4 The jackd --tmpdir parameter is a pitfall, it only affects the server, not the clients. So, it does not do what you want. Probably we should remove it. Sorry about the confusion. You should rebuild JACK using... ./configure --with-default-tmpdir=/tmp/jack Then the clients will look for shared data in the correct place. -- -- joq ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/
RSS Feed