On Fri, Aug 26, 2005 at 12:01:51AM +0200, Brice Méalier wrote: > even though by doing this I can start muse as a normal user but it > crashes after 3-5 seconds: > > [EMAIL PROTECTED]:muse]$ muse > /usr/bin/mozilla-firefox > no locale <muse_en_US>/</usr/share/muse/locale> > open projectfile: No such file or directory > starting with default template > 3set realtime scheduler: Operation not permitted > watchdog process 21502 _NOT_ running SCHED_FIFO > set realtime scheduler: Operation not permitted > cca_open_socket: could not connect to host 'localhost', service '14541' > cca_init: could not connect to server 'localhost' - disabling ladcca > midiSeqRunning = 1 watchMidi 0 > midiSeqRunning = 1 watchMidi 0 > midiSeqRunning = 1 watchMidi 0 > WatchDog: fatal error, realtime task timeout > (0,141-3) - stopping all services > watchdog exit > [EMAIL PROTECTED]:muse]$ > > no idea what could be the matter.
This definitely works fine for me on unstable. Can you please run "ltrace muse", or even better, rebuild muse with debugging symbols ("export DEB_BUILD_OPTIONS="nostrip"; dpkg-buildpackage ..."), start it in gdb, and print out a backtrace when it has crashed? You'll have to start muse (and jackd) as root in these cases because an ordinary user cannot trace suid binaries. Regards, Daniel.