[sage-devel] Trac slow

2017-04-20 Thread Erik Bray
Just posting to say I've noticed and am investigating. It seems that somebody is performing a scrape of the front page which includes a list of users on the site [1] each of which is a link to a search query for all tickets and wiki pages associated with that user. That's what's causing the slowdo

Re: [sage-devel] trac slow

2017-04-13 Thread Erik Bray
I haven't noticed anything. On Thu, Apr 13, 2017 at 9:25 AM, Ralf Stephan wrote: > There are also messages about pruning. Maybe it's time again? Please help. > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group a

[sage-devel] trac slow

2017-04-13 Thread Ralf Stephan
There are also messages about pruning. Maybe it's time again? Please help. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com.

Re: [sage-devel] trac slow/unresponsive

2016-06-21 Thread stephan . j . ehlen
Sorry for the delay, I’ve been traveling. It did work immediately. Thanks! Stephan > On Jun 19, 2016, at 20:17, William Stein wrote: > > On Sun, Jun 19, 2016 at 5:39 AM, Stephan Ehlen > wrote: >> I'm having a lot of trouble pushing changes using git trac push - could this >> be related? >> U

Re: [sage-devel] trac slow/unresponsive

2016-06-20 Thread Ralf Stephan
On Sat, Jun 18, 2016 at 9:20 AM Ralf Stephan wrote: > I just noticed that the #17790 problem is user-specific because tmonteil > could change the description yesterday while I can still not do so. > Cool, this seems fixed now with all tickets that I couldn't edit. -- You received this message

Re: [sage-devel] trac slow/unresponsive

2016-06-19 Thread William Stein
On Sun, Jun 19, 2016 at 5:39 AM, Stephan Ehlen wrote: > I'm having a lot of trouble pushing changes using git trac push - could this > be related? > Using the web interface works without any problems for me - except that in > Safari, I don't stay logged in at all but it works fine in Chrome. > But

Re: [sage-devel] trac slow/unresponsive

2016-06-19 Thread Stephan Ehlen
I'm having a lot of trouble pushing changes using git trac push - could this be related? Using the web interface works without any problems for me - except that in Safari, I don't stay logged in at all but it works fine in Chrome. But pushing just works every 10th time I try and otherwise gives m

Re: [sage-devel] trac slow/unresponsive

2016-06-18 Thread Erik Bray
On Jun 18, 2016 09:07, "Jeroen Demeyer" wrote: > > On 2016-06-17 16:39, Erik Bray wrote: >> >> On Fri, Jun 17, 2016 at 1:52 PM, Jeroen Demeyer wrote: >>> >>> On 2016-06-16 09:09, Jeroen Demeyer wrote: On 2016-06-16 00:05, William Stein wrote: > > > I have also rebooted

Re: [sage-devel] trac slow/unresponsive

2016-06-18 Thread Ralf Stephan
I just noticed that the #17790 problem is user-specific because tmonteil could change the description yesterday while I can still not do so. On Sat, Jun 18, 2016 at 9:07 AM Jeroen Demeyer wrote: > On 2016-06-17 16:39, Erik Bray wrote: > > On Fri, Jun 17, 2016 at 1:52 PM, Jeroen Demeyer > wrote:

Re: [sage-devel] trac slow/unresponsive

2016-06-18 Thread Jeroen Demeyer
On 2016-06-17 16:39, Erik Bray wrote: On Fri, Jun 17, 2016 at 1:52 PM, Jeroen Demeyer wrote: On 2016-06-16 09:09, Jeroen Demeyer wrote: On 2016-06-16 00:05, William Stein wrote: I have also rebooted the live actual trac.sagemath.org server now. Hopefully this will make it faster... It st

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Erik Bray
On Jun 17, 2016 6:17 PM, "Volker Braun" wrote: > > On Friday, June 17, 2016 at 5:35:06 PM UTC+2, Erik Bray wrote: >> >> It blocks on reading environ['wsgi.input'] [1], which is a file-like handle to the form post data in the body of the request. This happens regardless of whether Trac tries to rea

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Volker Braun
On Friday, June 17, 2016 at 5:35:06 PM UTC+2, Erik Bray wrote: > > It blocks on reading environ['wsgi.input'] [1], which is a file-like > handle to the form post data in the body of the request. This happens > regardless of whether Trac tries to read or my own code. The request body > just neve

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Erik Bray
On Jun 17, 2016 16:52, "Volker Braun" wrote: > > Possibly because trac static assets need to be served by the web server instead of trac's own handler? Otherwise trac is really slow, we had that before. No it has nothing to do with that. Need to dig a little deeper, but I'm going home for the ni

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Volker Braun
Possibly because trac static assets need to be served by the web server instead of trac's own handler? Otherwise trac is really slow, we had that before. On Friday, June 17, 2016 at 4:39:22 PM UTC+2, Erik Bray wrote: > > On Fri, Jun 17, 2016 at 1:52 PM, Jeroen Demeyer > wrote: > > On 2016-06-

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Erik Bray
On Fri, Jun 17, 2016 at 4:45 PM, Travis Scrimshaw wrote: > FYI - This is also broken on #20836. The issue here is with the web server, and not with Trac itself. If there are problems posting to any particular ticket it's just, I think, that their request headers are large enough that it takes to

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Travis Scrimshaw
FYI - This is also broken on #20836. Best, Travis On Friday, June 17, 2016 at 8:55:47 AM UTC-5, Erik Bray wrote: > > Apologies for the server yo-yo-ing. I'm trying to debug what's going on > here. > > On Fri, Jun 17, 2016 at 3:32 PM, Ralf Stephan > wrote: > > #17790 ticket description chang

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Erik Bray
On Fri, Jun 17, 2016 at 1:52 PM, Jeroen Demeyer wrote: > On 2016-06-16 09:09, Jeroen Demeyer wrote: >> >> On 2016-06-16 00:05, William Stein wrote: >>> >>> I have also rebooted the live actual trac.sagemath.org server now. >>> Hopefully this will make it faster... >> >> >> It still doesn't work. I

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Erik Bray
Apologies for the server yo-yo-ing. I'm trying to debug what's going on here. On Fri, Jun 17, 2016 at 3:32 PM, Ralf Stephan wrote: > #17790 ticket description change does not work either, so no simple rules > there. > > On Fri, Jun 17, 2016 at 1:52 PM Jeroen Demeyer > wrote: >> >> On 2016-06-16

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Ralf Stephan
#17790 ticket description change does not work either, so no simple rules there. On Fri, Jun 17, 2016 at 1:52 PM Jeroen Demeyer wrote: > On 2016-06-16 09:09, Jeroen Demeyer wrote: > > On 2016-06-16 00:05, William Stein wrote: > >> I have also rebooted the live actual trac.sagemath.org server now

Re: [sage-devel] trac slow/unresponsive

2016-06-17 Thread Jeroen Demeyer
On 2016-06-16 09:09, Jeroen Demeyer wrote: On 2016-06-16 00:05, William Stein wrote: I have also rebooted the live actual trac.sagemath.org server now. Hopefully this will make it faster... It still doesn't work. I am not able to change the description of ticket #20686 for example. For what

Re: [sage-devel] trac slow/unresponsive

2016-06-16 Thread William Stein
On Thu, Jun 16, 2016 at 3:09 AM, Jeroen Demeyer wrote: > On 2016-06-16 00:05, William Stein wrote: >> >> I have also rebooted the live actual trac.sagemath.org server now. >> Hopefully this will make it faster... > > > It still doesn't work. I am not able to change the description of ticket > #206

Re: [sage-devel] trac slow/unresponsive

2016-06-16 Thread Jeroen Demeyer
On 2016-06-16 00:05, William Stein wrote: I have also rebooted the live actual trac.sagemath.org server now. Hopefully this will make it faster... It still doesn't work. I am not able to change the description of ticket #20686 for example. -- You received this message because you are subscri

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread Erik Bray
On Jun 16, 2016 00:05, "William Stein" wrote: > > On Wed, Jun 15, 2016 at 4:45 PM, Paul Masson wrote: > > Is there a firm plan in place to move this database to a hosting service? > > It's discouraging to spend time trying to help, only to run into machine > > issues. > > > > Yes. Everything is

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread Paul Masson
No change for me. Still can't modify a ticket. Server not responding when submit change. On Wednesday, June 15, 2016 at 3:05:58 PM UTC-7, William wrote: > > On Wed, Jun 15, 2016 at 4:45 PM, Paul Masson > wrote: > > Is there a firm plan in place to move this database to a hosting > service? >

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread William Stein
On Wed, Jun 15, 2016 at 4:45 PM, Paul Masson wrote: > Is there a firm plan in place to move this database to a hosting service? > It's discouraging to spend time trying to help, only to run into machine > issues. > Yes. Everything is mostly setup and ready to go on Google Compute engine, ... but

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread Paul Masson
Is there a firm plan in place to move this database to a hosting service? It's discouraging to spend time trying to help, only to run into machine issues. On Wednesday, June 15, 2016 at 12:15:45 PM UTC-7, William wrote: > > I can restart the machine if you guys want... > > > On Wed, Jun 15, 20

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread Jeroen Demeyer
On 2016-06-15 21:15, William Stein wrote: I can restart the machine if you guys want... Maybe you should. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-d

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread William Stein
I can restart the machine if you guys want... On Wed, Jun 15, 2016 at 3:10 PM, Jeroen Demeyer wrote: > On 2016-06-15 20:59, William Stein wrote: >> >> Hi, >> >> I just typed "service restart apache2" -- is it still slow? I did a >> quick test and it seemed to be working now. > > > Still doesn'

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread Jeroen Demeyer
On 2016-06-15 20:59, William Stein wrote: Hi, I just typed "service restart apache2" -- is it still slow? I did a quick test and it seemed to be working now. Still doesn't work for me. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsub

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread Paul Masson
No change for me. Still can't modify tickets. Server timeout. On Wednesday, June 15, 2016 at 12:00:36 PM UTC-7, William wrote: > > Hi, > > I just typed "service restart apache2" -- is it still slow? I did a > quick test and it seemed to be working now. > > William > > On Wed, Jun 15, 2016 at

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread William Stein
Hi, I just typed "service restart apache2" -- is it still slow? I did a quick test and it seemed to be working now. William On Wed, Jun 15, 2016 at 2:52 PM, Paul Masson wrote: > Similar for me in San Francisco, except can't make any changes. Server keeps > timing out. > > > On Wednesday, June

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread Paul Masson
Similar for me in San Francisco, except can't make any changes. Server keeps timing out. On Wednesday, June 15, 2016 at 11:49:08 AM UTC-7, Jeroen Demeyer wrote: > > Currently, this is happening for me right now. Read-only access is still > mostly working, but changing anything takes forever. >

Re: [sage-devel] trac slow/unresponsive

2016-06-15 Thread Jeroen Demeyer
Currently, this is happening for me right now. Read-only access is still mostly working, but changing anything takes forever. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send a

[sage-devel] trac slow/unresponsive

2016-06-12 Thread Ralf Stephan
Pages need forever. Patchbots are stalling. The ping is 200ms so it's probably not the net. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@