Quoting "Jari Suominen" :
> Sampo Savolainen kirjoitti:
Those messages look entirely ok, except for jackd just crashing! Very
weird. Can you try launching jackd with the same parameters from the
command line? Maybe that will give you a bit more information.
It seems that something has gone awry with the installation / system.
Maybe some files jackd needs are owned by root and not writable for
the user?
You can always strace jackd:
strace -f /usr/bin/jackd [parameters] >& logfile
(I recommend not using realtime mode when stracing. But you might need
to do that if jackd crashes only when in realtime mode.)
The log will tell you all system operations the process does. At the
end, just before the crash, you should see some syscalls go awry. They
are most likely permission related as it works as root, so look for
open() calls in particular.
Sampo
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.