fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Failure to bind server socket: 98


From: Ben Gonzales
Subject: Re: [fluid-dev] Failure to bind server socket: 98
Date: Mon, 28 Feb 2022 03:29:26 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

So, is there a shell command to shut down the program (rather than just exit the shell)

If not, how do I shut it down elegantly without killing the process (which is what I am doing currently)?

Ben


On 25/2/22 09:21, Marcus Weseloh wrote:
Am Do., 24. Feb. 2022 um 23:09 Uhr schrieb <hamish@moffatt.email>:
It's standard UNIX sockets behaviour unless the code specifies the
SO_REUSEADDR socket option. It's a security mechanism to stop a new
program taking over an old program's socket and receiving any new
packets or connections intended for the old program.

Fluidsynth would need to set this socket option to fix this.
We could also try to figure out why the socket is still in TIME_WAIT.
Maybe some "normal" shutdown paths of FluidSynth don't close and
cleanup the socket properly?

Cheers
Marcus

_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]