From 9d3c5ce8e180cd87a82bb98ef38df594b087e8ea Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 4 Jan 2010 13:22:34 +0000 Subject: [PATCH] - Fixed a /RESTART issue on Linux: Unreal did not properly close all file- descriptors. Because of this, Unreal did not restart properly as you would get an "Address already in use" error. This only seemed to happen when logging to syslog, or when there was something wrong with syslogd. Reported by Mouse (#0003882). --- Changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 569fd6b6a..035380eef 100644 --- a/Changes +++ b/Changes @@ -1897,6 +1897,7 @@ - Fixed a /RESTART issue on Linux: Unreal did not properly close all file- descriptors. Because of this, Unreal did not restart properly as you would get an "Address already in use" error. This only seemed to happen when - logging to syslog. Reported by Mouse (#0003882). + logging to syslog, or when there was something wrong with syslogd. + Reported by Mouse (#0003882). - Fixed a similar issue with syslog (and debugmode) and closing fd's as well: the first port we listened on would not open up, ircd did not log any error.