Bug 443382

Summary: mod_mono error log spam at startup
Product: [Fedora] Fedora Reporter: Joe Orton <jorton>
Component: mod_monoAssignee: Paul F. Johnson <paul>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-21 13:33:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joe Orton 2008-04-21 09:38:39 UTC
After installing mod_mono in a Raw Hide install, the following error is logged
at startup:

[Mon Apr 21 10:29:59 2008] [error] Failed running
'/usr/lib/pkgconfig/../../bin/mod-mono-server --filename
/tmp/mod_mono_server_global --nonstop --master (null) (null) (null) (null)
(null) (null) (null) (null)'. Reason: No such file or directory

[root@radish ~]# ls -l /usr/lib/pkgconfig/../../bin/mod-mono-server
ls: cannot access /usr/lib/pkgconfig/../../bin/mod-mono-server: No such file or
directory

Comment 1 Joe Orton 2008-04-21 09:49:06 UTC
Also these errors are logged after "service httpd stop"

[Mon Apr 21 10:49:20 2008] [alert] (13)Permission denied: Failed to acquire
dashboard lock before destroying the dashboard
[Mon Apr 21 10:49:20 2008] [warn] (22)Invalid argument: Failed to destroy the
'/tmp/mod_mono_dashboard_XXGLOBAL_1' shared memory dashboard


Comment 2 Paul F. Johnson 2008-04-21 10:03:16 UTC
Which versions of mono, xsp and mod_mono are you using?

Comment 3 Joe Orton 2008-04-21 10:08:42 UTC
[root@radish ~]# rpm -q mono xsp mod_mono
package mono is not installed
package xsp is not installed
mod_mono-1.2.6-2.1.fc9.i386


Comment 4 Paul F. Johnson 2008-04-21 10:18:02 UTC
Soooo, you're trying to run mod_mono without either xsp or mono... sounds
interesting. I'll need to look at the spec file for mod_mono to ensure things
are correct!

Comment 5 Joe Orton 2008-04-21 10:23:54 UTC
No, I'm just running httpd with "mod_*" installed, to see what breaks.  This
broke ;)

Comment 6 Paul F. Johnson 2008-04-21 13:33:17 UTC
And it's now fixed - well, when rawhide starts up again...