Thread overview
dsource.org down
Aug 03, 2013
Flamaros
Aug 03, 2013
MattCoder
Aug 04, 2013
Tobias Pankrath
Aug 04, 2013
Flamaros
Aug 05, 2013
David Nadlinger
Aug 10, 2013
Jonathan M Davis
August 03, 2013
I am getting an internal error on page : http://www.dsource.org/
August 03, 2013
On Saturday, 3 August 2013 at 18:12:03 UTC, Flamaros wrote:
> I am getting an internal error on page : http://www.dsource.org/

Just one note: early morning I was trying to access: http://dlang.org/lex.html but it was too slow.
August 04, 2013
On Saturday, 3 August 2013 at 21:31:57 UTC, MattCoder wrote:
> On Saturday, 3 August 2013 at 18:12:03 UTC, Flamaros wrote:
>> I am getting an internal error on page : http://www.dsource.org/
>
> Just one note: early morning I was trying to access: http://dlang.org/lex.html but it was too slow.

Try to disable javascript.
August 04, 2013
On Sunday, 4 August 2013 at 15:36:36 UTC, Tobias Pankrath wrote:
> On Saturday, 3 August 2013 at 21:31:57 UTC, MattCoder wrote:
>> On Saturday, 3 August 2013 at 18:12:03 UTC, Flamaros wrote:
>>> I am getting an internal error on page : http://www.dsource.org/
>>
>> Just one note: early morning I was trying to access: http://dlang.org/lex.html but it was too slow.
>
> Try to disable javascript.

For dsource.org it seems to be a server error.

I get this :
If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

Python Traceback

Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 484, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 208, in dispatch
    req.authname = self.authenticate(req)
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 172, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/dsource/auth.py", line 49, in authenticate
    db = self.env.get_central_db_cnx()
  File "build/bdist.linux-x86_64/egg/dsource/env.py", line 45, in get_central_db_cnx
    return CentralDatabaseManager(self).get_connection()
  File "/usr/lib64/python2.5/site-packages/trac/db/api.py", line 74, in get_connection
    return connector.get_connection(**args)
  File "/usr/lib64/python2.5/site-packages/trac/db/postgres_backend.py", line 40, in get_connection
    return PostgreSQLConnection(path, user, password, host, port, params)
  File "/usr/lib64/python2.5/site-packages/trac/db/postgres_backend.py", line 112, in __init__
    cnx = psycopg.connect(' '.join(dsn))
OperationalError: FATAL:  could not access status of transaction 0
DETAIL:  could not write to file "pg_subtrans/BE1B" at offset 24576: No space left on device
August 05, 2013
On Sunday, 4 August 2013 at 22:06:58 UTC, Flamaros wrote:
> For dsource.org it seems to be a server error.

Yes, it seems that the server disk is full.

David
August 10, 2013
On Saturday, August 03, 2013 23:31:56 MattCoder wrote:
> On Saturday, 3 August 2013 at 18:12:03 UTC, Flamaros wrote:
> > I am getting an internal error on page : http://www.dsource.org/
> 
> Just one note: early morning I was trying to access: http://dlang.org/lex.html but it was too slow.

Well, the two sites are completely unrelated, so I wouldn't expect that problems on one would have anything to do with problems on the other.

- Jonathan M Davis