Hi all, today we've added a clone (separate database and separate trac-directory) of one of our existing projects as an additional project to our trac server and after adding it, apache httpd does not start up again.
The only error messages we see in apache's error_log are: [Tue Jun 26 12:24:29 2012] [notice] Apache/2.2.15 (Unix) DAV/2 mod_wsgi/3.3 Python/2.6.6 SVN/1.6.11 mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Tue Jun 26 13:37:13 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Jun 26 13:37:14 2012] [notice] Digest: generating secret for digest authentication ... [Tue Jun 26 13:37:14 2012] [notice] Digest: done [Tue Jun 26 13:37:14 2012] [warn] mod_wsgi: Compiled for Python/2.6.5. [Tue Jun 26 13:37:14 2012] [warn] mod_wsgi: Runtime using Python/2.6.6. [Tue Jun 26 13:37:15 2012] [alert] (11)Resource temporarily unavailable: setuid: unable to change to uid: 48 [Tue Jun 26 13:37:15 2012] [alert] (11)Resource temporarily unavailable: setuid: unable to change to uid: 48 ..... [Tue Jun 26 13:37:15 2012] [alert] (11)Resource temporarily unavailable: setuid: unable to change to uid: 48 [Tue Jun 26 13:37:15 2012] [notice] Apache/2.2.15 (Unix) DAV/2 mod_wsgi/3.3 Python/2.6.6 SVN/1.6.11 mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Tue Jun 26 13:37:15 2012] [alert] Child 21186 returned a Fatal error... Apache is exiting! [Tue Jun 26 13:37:15 2012] [emerg] (43)Identifier removed: couldn't grab the accept mutex [Tue Jun 26 13:37:15 2012] [emerg] (43)Identifier removed: couldn't grab the accept mutex ...... [Tue Jun 26 13:37:15 2012] [emerg] (22)Invalid argument: couldn't grab the accept mutex [Tue Jun 26 13:37:16 2012] [alert] (11)Resource temporarily unavailable: mod_wsgi (pid=20233): Couldn't create reaper thread in daemon process 'inum_backup'. [Tue Jun 26 13:37:16 2012] [alert] (11)Resource temporarily unavailable: mod_wsgi (pid=20203): Couldn't create reaper thread in daemon process 'NexusTest'. [Tue Jun 26 13:37:16 2012] [emerg] (22)Invalid argument: couldn't grab the accept mutex ..... [Tue Jun 26 13:37:16 2012] [emerg] (22)Invalid argument: couldn't grab the accept mutex [Tue Jun 26 13:37:18 2012] [emerg] (22)Invalid argument: couldn't release the accept mutex [Tue Jun 26 13:37:19 2012] [emerg] (22)Invalid argument: couldn't grab the accept mutex and after that line all httpd processes are ending.... Do we already have too many projects on our server (currently there are 32 active projects) ? Are there any limitations in mod_wsgi ? Thanks a lot for your help! Christian -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
