BosseJ wrote: > It could also be checked on Ubuntu in a terminal: > > Code: -------------------- > > sudo netstat -tulnp|grep :9090 -------------------- > > > On my Ubuntu 18.4.3 (which hosts my LMS server) it replies: > > Code: -------------------- > > tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN 860/perl -------------------- > >
Here is what I got for port 9090: jayce996@Home-Cinema:~$ sudo lsof -i:9090 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME kodi-x11 1100 jayce996 24u IPv4 30136 0t0 TCP Home-Cinema:9090->192.168.1.130:53944 (ESTABLISHED) kodi-x11 1100 jayce996 32u IPv4 47803 0t0 TCP Home-Cinema:9090->192.168.1.130:44372 (ESTABLISHED) kodi-x11 1100 jayce996 42u IPv4 31759 0t0 TCP *:9090 (LISTEN) kodi-x11 1100 jayce996 44u IPv6 31760 0t0 TCP *:9090 (LISTEN) ------------------------------------------------------------------------ jayce996's Profile: http://forums.slimdevices.com/member.php?userid=59455 View this thread: http://forums.slimdevices.com/showthread.php?t=111303 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
