Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388669 - dev-dotnet/xsp - init.d with mod-mono-server4.exe
Summary: dev-dotnet/xsp - init.d with mod-mono-server4.exe
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 15:55 UTC by damage
Modified: 2012-01-22 12:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
version 4 mod-mono-server enabled (mod-mono-server,2.03 KB, text/plain)
2011-10-27 15:57 UTC, damage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description damage 2011-10-27 15:55:34 UTC
Currently XSP is installed with a mod-mono-server init.d file which does not support mod-mono-server version 4 (4.0/mod-mono-server4.exe).

I will attach a init.d which supports version 4. It is does not effect other things.

Also I noticed:
WARNING: -o/--oknodo is deprecated and will be removed in the future

during stop. But I am unable to fix this.

Reproducible: Always

Steps to Reproduce:
1. emerge xsp
2. set MonoServerVersion=4 in /etc/conf.d/mod-mono-server
3. /etc/init.d/mod-mono-server start
Actual Results:  
Error: MonoServerVersion was not properly set. Check your /etc/conf.d/xsp

Expected Results:  
[  OK  ] :)

It should start mod-mono-server4.
Comment 1 damage 2011-10-27 15:57:22 UTC
Created attachment 291015 [details]
version 4 mod-mono-server enabled

- version 4 is selectable by conf.d
- also fixed wording in error message (was refering to xsp instead of mod-mono-server)
Comment 2 Pacho Ramos gentoo-dev 2012-01-22 12:55:03 UTC
+*xsp-2.10.2-r1 (22 Jan 2012)
+
+  22 Jan 2012; Pacho Ramos <pacho@gentoo.org>
+  +files/2.2/mod-mono-server-r1.initd, +xsp-2.10.2-r1.ebuild:
+  Fix mod-mono-server init.d to support MonoServerVersion=4, bug #388669.
+


Sorry, I missed to refer to you in changelog :(

But thanks a lot for reporting and fixing this