[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] Unable to telnet fluidsynth server
From: |
laalaa |
Subject: |
Re: [fluid-dev] Unable to telnet fluidsynth server |
Date: |
Sun, 13 Sep 2015 12:44:16 +0800 |
Seems to be same issue previously reported, I will check if the GIT version
fixed. Thanks.
Ref: http://lists.nongnu.org/archive/html/fluid-dev/2015-01/msg00008.html
----------------------------------------
> From: address@hidden
> To: address@hidden
> Subject: Unable to telnet fluidsynth server
> Date: Sat, 12 Sep 2015 19:23:28 +0800
>
> I wish to run fluidsynth server (v1.1.6 package installed from Debian 8) but
> it could not be connected by telnet. Does anyone has any idea what is the
> possible cause? Below was command used:
>
> $ 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
> tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
> tcp 0 0 0.0.0.0:22 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.
>
> $
>