Bug#798815: fluidsynth rejects server connection

laalaa dbpalan at hotmail.com
Sun Sep 13 08:32:14 UTC 2015


Package: fluidsynth
Version: 1.1.6-2

Problem: Start fluidsynth as server mode (-i -s), listening to default TCP port 9800, once connected will disconnect immediately.  
The bug was fixed upstream, hope it can be merged to official build, thanks:

http://lists.nongnu.org/archive/html/fluid-dev/2015-01/msg00012.html

Current result:

$ fluidsynth -i -s &
...
$ ps grep fluidsynth
   828 pts/0      00:00:00 fluidsynth -i -s
$ netstat -tln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 0.0.0.0:9800            0.0.0.0:*               LISTEN     
$telnet 127.0.0.1 9800
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host. 
$

Expected result:

$telnet 127.0.0.1 9800
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
> (waiting for input such as 'help all')


 		 	   		  


More information about the pkg-multimedia-maintainers mailing list