06/12/14 12:10(e)an, Harry van Haaren igorleak idatzi zuen:
> On Sat, Dec 6, 2014 at 10:56 AM, Pablo Fernandez <pablo.fbus@email-addr-hidden
> <mailto:pablo.fbus@email-addr-hidden>> 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 <http://0.0.0.0:8888> 0.0.0.0:*
> LISTEN 1366/linuxsampler
>
> Cheers, -Harry
>
> --
>
> http://www.openavproductions.com
Thanks for the heads up, Harry. I will add this command to my "useful
commands" archive.
$ export LANG=C
$ netstat -ntulp | grep 8888
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN
$ sudo netstat -ntulp | grep 8888
[sudo] password for pablo:
tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN
1204/btsync-daemon
So, it turns out to be the btsync daemon. I was "forced" to install
bittorrent sync for some homework.
This seems like a good excuse for me to wipe it out asap, lol.
Cheers! Pablo
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sat Dec 6 16:15:02 2014
This archive was generated by hypermail 2.1.8 : Sat Dec 06 2014 - 16:15:02 EET