AKS DataBasis

CentrED => Bugs => Topic started by: Puschel on January 18, 2008, 09:53:36 PM

Title: Linux Server Bug with ports.
Post by: Puschel on January 18, 2008, 09:53:36 PM
Hello,
when i Start die Server on mein Linux Debian system an close him with killall sedserver. The Server block the port, so I must set a new port everytime i start the server.
Title: Re: Linux Server Bug with ports.
Post by: Hitman on January 18, 2008, 10:02:15 PM
Usually the port should be free again after 60secs. It may depens on your system settings though.
Title: Re: Linux Server Bug with ports.
Post by: Puschel on January 18, 2008, 10:07:15 PM
thank you :roll:
Title: Re: Linux Server Bug with ports.
Post by: Hitman on January 18, 2008, 10:49:57 PM
Btw. if you want to cleanly shut it down, send SIGINT instead of SIGTERM. Then the server should shutdown cleanly. Otherwise you might also loose some changes! I will probably handle SIGTERM in the next version too.