[Mono-bugs] [Bug 75030][Maj] Changed - Apache fails to startup on OES server reboot because of mod_mono

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 24 19:51:44 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75030

--- shadow/75030	2005-05-23 17:20:27.000000000 -0400
+++ shadow/75030.tmp.19373	2005-05-24 19:51:44.000000000 -0400
@@ -99,6 +99,22 @@
 Depends on the Hardware. Below are the two machine I've tested with and the
 frequency I've seen the issue happen
 
 PIV 2.4Ghz Hyperthreading enable - 100% of the time the issue is reproduced.
 PIII 667Mhz - The novell-xsrvd script (Apache restart) is successful
 everytime. The issue happens 0% of the time.
+
+------- Additional Comments From gonzalo at ximian.com  2005-05-24 19:51 -------
+Before even trying to reproduce this, 'restart' might fail even with
+plain apache because it does 'stop' and then 'start' and sometimes
+apache didn't close the bound socket(s) yet, so you get an error on
+'start' saying that the port is already in use.
+
+Moreover, if xsrvd wants to make sure it's run before (or after)
+apache, the init system can handle that.
+
+Let's say that the default runlevel (just type 'runlevel' when the
+machine is running and it will tell you the previous runlevel and the
+actual one) is 2, then go to /etc/rc2.d directory. You'll see a bunch
+of symbolic links starting with Sxx or Kxx. If xsrvd needs to be
+started before apache, you need that the xx for xsrvd is lower than
+the xx for apache (httpd).


More information about the mono-bugs mailing list