On 3/16/07, Dennis Schulmeister <linux-audio-dev(a)windows3.de> wrote:
Hi,
it looks (err sounds) like your /tmp directory is mounted to its own
partition. You can work around this by many ways.
One way would be to resize the partition if possible.
Another way would be to unmount /tmp and to simply create a folder on
the root directory. Make sure you give appropriate access rights to it.
drwxrwxrwt 14 root root 4096 2007-03-16 14:37 tmp
I suspect that dynebolic mounts /tmp as a tmpfs to make JACK work
better. But really JACK should be configured to use /dev/shm and /tmp
should be on a regular disk because some apps apparently assume that
/tmp is large...
Lee