[Mono-list] mod_mono still not working after an upgrade

Marek Habersack grendello at gmail.com
Thu Sep 27 05:14:03 EDT 2007


On Thu, 27 Sep 2007 11:04:28 +0200, "Albert Ritmeester" <aritmeester at gmail.com>
scribbled:

> >
> > [snip]
> > > [Tue Sep 25 14:24:20 2007] [crit] Failed to remove dashboard file
> > > '/tmp/mod_mono_dashboard_XXGLOBAL_1', further actions impossible.
> > > Operation not permitted
> > [snip]
> > > The mono control panel doesn't work at all.
> > I've just committed a few changes to the mod_mono into the svn (revision
> > 86372). Could you update your mod_mono to that revision and test if it
> > fixes
> > your problem?
> >
> Hi Marek,
Hello,
 
> I've just compiled and installed mod_mono from svn (revision 86463). When I
> start apache2 again I get following errors:
> 
> aritmeester at server:/tmp$ sudo /etc/init.d/apache2 start
>  * Starting apache 2.0 web server...
> [Thu Sep 27 10:48:04 2007] [crit] (17)File exists: Failed to create shared
> memory segment for backend 'XXGLOBAL'
> [Thu Sep 27 10:48:04 2007] [crit] (17)File exists: Failed to create shared
> memory segment for backend 'XXGLOBAL'
> [Thu Sep 27 10:48:04 2007] [crit] (17)File exists: Failed to create shared
> memory segment for backend 'cpd'
> [Thu Sep 27 10:48:04 2007] [crit] (17)File exists: Failed to create shared
> memory segment for backend 'XXGLOBAL'
> [Thu Sep 27 10:48:04 2007] [crit] (17)File exists: Failed to create shared
> memory segment for backend 'ddh'
> [Thu Sep 27 10:48:04 2007] [crit] (17)File exists: Failed to create shared
> memory segment for backend 'XXGLOBAL'
>    ...done.
It means that your apache hasn't been shutdown properly - it failed to remove
the shared memory segments it allocated. You have two options at this point:

- reboot the server
- use the ipcs -m command to list the shared memory segments and then ipcrm -m
shmid for each of the former apache segments (you can tell which belonged to
apache by the owner - it will be the user apache runs as). Before removing the
segments, though, make sure that you stop apache.

hope that helps,

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-list/attachments/20070927/1fd1bc71/attachment.bin 


More information about the Mono-list mailing list