I can't start Jack. I tried compiling jack 0.102, and it wouldn't, but I'm getting the following output from jack when attempting to start it.10:36:32.209 Patchbay deactivated. 10:36:32.298 Statistics reset. 10:36:32.315 Startup script... 10:36:32.315 artsshell -q terminate 10:36:32.495 MIDI connection graph change. 10:36:32.789 Startup script terminated with exit status=256. 10:36:32.790 JACK is starting... 10:36:32.790 /usr/local/bin/jackd -v -R -dalsa -dhw:0 -r44100 -p128 -n2 -S 10:36:32.798 JACK was started with PID=5787 (0x169b). getting driver descriptor from /usr/local/lib/jack/jack_alsa.so getting driver descriptor from /usr/local/lib/jack/jack_dummy.so getting driver descriptor from /usr/local/lib/jack/jack_oss.so jackd 0.102.20 Copyright 2001-2005 Paul Davis and others. jackd comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details JACK compiled with System V SHM support. server `default' registered loading driver .. apparent rate = 44100 10:36:33.023 MIDI connection change. creating alsa driver ... hw:0|hw:0|128|2|44100|0|0|nomon|swmeter|-|16bit control device hw:0 configuring for 44100Hz, period = 128 frames, buffer = 2 periods ALSA: final selected sample format for capture: 16bit little-endian ALSA: use 2 periods for capture ALSA: final selected sample format for playback: 16bit little-endian ALSA: use 2 periods for playback registered builtin port type 32 bit float mono audio registered builtin port type 8 bit raw midi clock source = system clock via gettimeofday new client: alsa_pcm, id = 1 type 1 @ 0x80683a0 fd = -1 new buffer size 128 registered port alsa_pcm:capture_1, offset = 512 registered port alsa_pcm:capture_2, offset = 1024 registered port alsa_pcm:playback_1, offset = 0 registered port alsa_pcm:playback_2, offset = 0 ++ jack_rechain_graph(): client alsa_pcm: internal client, execution_order=0. -- jack_rechain_graph() 5787 waiting for signals I've noticed that jackd seems to be 0.102, but I've just run a make clean, reinstalled jackd (via apt) and it's still the same version. I'm running ubuntu 6.09. Any ideas?