On Sat, Dec 6, 2014 at 10:56 AM, Pablo Fernandez <pablo.fbus@gmail.com> wrote:
Try increasing the timeout value in qjackctl.
Another issue I found in ubuntu14.04 was caused by the default linuxsampler port, 8888.
(qsampler: View --> Options). It works for me at 8889 

This shouldn't be necessary... perhaps something is already using port 8888? Find out by running
netstat -ntulp | grep 8888

Correct output something like when linuxsampler is running:
tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      1366/linuxsampler   

Cheers, -Harry

--