Just taking the opportunity here since it's Trac related, but the link that is sent on a new user registration is currently wrong, just need to do a s/www/trac/ on the URL sent.
Best regards, Luis Felipe On Mon, Mar 19, 2012 at 10:53 AM, William Siegrist <[email protected]> wrote: > All services have been restored. > > -Bill > > > On Mar 19, 2012, at 4:44 AM, Alexis Menard wrote: > >> Hi, >> >> On Wed, Feb 29, 2012 at 12:00 PM, William Siegrist <[email protected]> >> wrote: >>> This should be fixed now. >> >> trac is down today for us. >> >> bugs.webkit.org is also down with this error : >> >> Software error: >> >> Can't connect to the database. >> Error: could not connect to server: Operation timed out >> Is the server running on host "10.0.99.99" and accepting >> TCP/IP connections on port 9999? >> Is your database installed and up and running? >> Do you have the correct username and password selected in localconfig? >> >> Thanks. >> >>> >>> -Bill >>> >>> >>> On Feb 29, 2012, at 5:40 AM, Ashod Nakashian wrote: >>> >>> Update: trac.webkit.org was back up for a short while then died again. >>> (Could we the eastern-hemispherics be overloading it?) >>> Where previously it was not responding at all, now it's protesting... >>> >>> Traceback (most recent call last): >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/web/api.py", >>> line 376, in send_error >>> 'text/html') >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/web/chrome.py", >>> line 733, in render_template >>> message = req.session.pop('chrome.%s.%d' % (type_, i)) >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/web/api.py", >>> line 195, in __getattr__ >>> value = self.callbacks[name](self) >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/web/main.py", >>> line 265, in _get_session >>> return Session(self.env, req) >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/web/session.py", >>> line 157, in __init__ >>> self.get_session(sid) >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/web/session.py", >>> line 178, in get_session >>> super(Session, self).get_session(sid, authenticated) >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/web/session.py", >>> line 51, in get_session >>> db = self.env.get_db_cnx() >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/env.py", >>> line 285, in get_db_cnx >>> return DatabaseManager(self).get_connection() >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/db/api.py", >>> line 92, in get_connection >>> return self._cnx_pool.get_cnx(self.timeout or None) >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/db/pool.py", >>> line 176, in get_cnx >>> return _backend.get_cnx(self._connector, self._kwargs, timeout) >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/db/pool.py", >>> line 109, in get_cnx >>> cnx = connector.get_connection(**kwargs) >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/db/postgres_backend.py", >>> line 69, in get_connection >>> params) >>> File >>> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/trac/db/postgres_backend.py", >>> line 185, in __init__ >>> cnx = psycopg.connect(' '.join(dsn)) >>> OperationalError: server closed the connection unexpectedly >>> This probably means the server terminated abnormally >>> before or while processing the request. >>> >>> >>> ________________________________ >>> From: Ashod Nakashian <[email protected]> >>> To: WebKit Development <[email protected]> >>> Sent: Wednesday, February 29, 2012 2:40 PM >>> Subject: [webkit-dev] trac.webkit.org is down >>> >>> Hi, >>> >>> As of ~20mins ago trac.webkit.org is down, webkit.org, bugs and build are >>> OK. Don't know who to notify so I'm spamming webkit-dev, sorry. >>> >>> Who should be contacted in such cases? >>> >>> -Ash >>> >>> _______________________________________________ >>> webkit-dev mailing list >>> [email protected] >>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev >>> >>> >>> _______________________________________________ >>> webkit-dev mailing list >>> [email protected] >>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev >>> >>> >>> >>> _______________________________________________ >>> webkit-dev mailing list >>> [email protected] >>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev >>> >> >> >> >> -- >> Alexis Menard (darktears) >> Software Engineer >> INdT Recife Brazil > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev -- Luís Felipe Strano Moraes http://www.strano.org _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

