Thanks for the hints on where to start.
Ok, I've set it to debug and pasted the relevant part of the logs on
http://pastebin.com/77KAvdViThe appache logs showed.
66.249.67.106 - - [06/Apr/2012:07:21:49 -0700] "GET /sage_trac/ticket/7492?version=9 HTTP/1.1" 200 4959
128.208.160.197 - - [06/Apr/2012:07:21:52 -0700] "GET /sage_trac/ticket/76?format=rss HTTP/1.1" 200 5842
194.171.106.2 - - [06/Apr/2012:07:17:38 -0700] "GET /sage_trac/admin/accounts/users HTTP/1.1" 200 34371
194.171.106.2 - - [06/Apr/2012:07:21:53 -0700] "GET /sage_trac/chrome/acct_mgr/acct_mgr.css HTTP/1.1" 304 -
66.249.67.106 - - [06/Apr/2012:07:21:54 -0700] "GET /sage_trac/query?component=website%2Fwiki&milestone=sage-4.1&group=status&order=time HTTP/1.1" 200 6504
66.249.67.106 - - [06/Apr/2012:07:21:56 -0700] "GET /sage_trac/timeline?from=2008-06-24T18%3A56%3A46-07%3A00&precision=second HTTP/1.1" 200 24870
66.249.67.106 - - [06/Apr/2012:07:21:59 -0700] "GET /sage_trac/query?component=website%2Fwiki&milestone=sage-4.1&group=status&order=type HTTP/1.1" 200 6502
So I included only the time between 07:17:38 and 07:22:00 since that is the time where I guess all the relevant thing happened.
The most interesting thing in there is probably that the following two lines start to appear after 07:17:38
2012-04-06 07:17:40,474 Trac[perm] DEBUG: No policy allowed anonymous performing ACCTMGR_CONFIG_ADMIN on None
2012-04-06 07:17:40,474 Trac[perm] DEBUG: No policy allowed anonymous performing ACCTMGR_USER_ADMIN on None
They both appear 87 times with an avarage time between occurances of 2 to 3 seconds. (we have 830 about users so this is called once per 10 users)
We have trac 0.12 and version 3.2 of the account manager plugin and use python 2.5. Our trac server is running under apache2 using WSGI. The os is ubuntu.
[account-manager]
account_changes_notify_addresses =
i_think_the_exact...@relevant.orgauthentication_url =
http://trac.sagemath.org/sage_trac/loginforce_passwd_change = false
generated_password_length = 8
htdigest_realm =
sage.math.washington.edunotify_actions = new
password_file = /var/trac/sage_trac/conf/passwd
password_store = HtDigestStore,HttpAuthStore