Activity log for bug #119330

Date Who What changed Old value New value Message
2007-06-08 14:00:06 Martin Packman bug added bug
2007-06-08 14:01:30 Martin Packman bug added attachment 'bzr-smart.py' (mod_python script used, httpd configs, and rationale)
2007-06-08 14:03:17 Martin Packman bug added attachment 'logginginsert.patch' (Scatter-gun logging approach to try and find the problem, better patch welcome)
2007-06-08 14:04:40 Martin Packman bug added attachment 'tmplog.initial.txt' (Log produced by above patch on first setup)
2007-06-08 14:05:33 Martin Packman bug added attachment 'tmplog.subsequent.txt' (Log produced by above patch on second setup)
2007-06-08 14:16:46 Martin Packman description This is a bit of a cascade problem, started with wanting to adapt to my setup the mod_python config for a bzr+http server, found here: http://doc.bazaar-vcs.org/bzr.dev/http_smart_server.htm The server to smarten: Server: Apache/2.2.4 (Win32) mod_python/3.3.1 Python/2.4.1 However, first attempt (see coming py attachment) yields: > bzr branch http://localhost/bzr/stst/ bzr: ERROR: Not a branch: bzr+http://localhost/bzr/stst/ As that seemed from logs to be not liking the bzr at the start, attapted to serve from base, but then failed (after creating some of the branch): > bzr branch http://localhost/stst/ bzr: ERROR: exceptions.AssertionError: unexpected response code ('error', 'not a bzip2 file') and a traceback Hacked in some logging to try and debug the problem, but after finding out a few interesting things (see coming logs), got lost. This is a bit of a cascade problem, started with wanting to adapt to my setup the mod_python config for a bzr+http server, found here: http://doc.bazaar-vcs.org/bzr.dev/http_smart_server.htm The server to smarten: Server: Apache/2.2.4 (Win32) mod_python/3.3.1 Python/2.4.1 However, first attempt (see coming py attachment) yields: > bzr branch http://localhost/bzr/stst/ stst.clone bzr: ERROR: Not a branch: bzr+http://localhost/bzr/stst/ As that seemed from logs to be not liking the bzr at the start, attapted to serve from base, but then failed (after creating some of the branch): > bzr branch http://localhost/stst/ stst.clone bzr: ERROR: exceptions.AssertionError: unexpected response code ('error', 'not a bzip2 file') and a traceback Hacked in some logging to try and debug the problem, but after finding out a few interesting things (see coming logs), got lost.
2007-06-08 14:54:18 Martin Packman description This is a bit of a cascade problem, started with wanting to adapt to my setup the mod_python config for a bzr+http server, found here: http://doc.bazaar-vcs.org/bzr.dev/http_smart_server.htm The server to smarten: Server: Apache/2.2.4 (Win32) mod_python/3.3.1 Python/2.4.1 However, first attempt (see coming py attachment) yields: > bzr branch http://localhost/bzr/stst/ stst.clone bzr: ERROR: Not a branch: bzr+http://localhost/bzr/stst/ As that seemed from logs to be not liking the bzr at the start, attapted to serve from base, but then failed (after creating some of the branch): > bzr branch http://localhost/stst/ stst.clone bzr: ERROR: exceptions.AssertionError: unexpected response code ('error', 'not a bzip2 file') and a traceback Hacked in some logging to try and debug the problem, but after finding out a few interesting things (see coming logs), got lost. This is a bit of a cascade problem, started with wanting to adapt to my setup the mod_python config for a bzr+http server, found here: http://doc.bazaar-vcs.org/bzr.dev/http_smart_server.htm The server to smarten: Server: Apache/2.2.4 (Win32) mod_python/3.3.1 Python/2.4.1 However, first attempt (see coming py attachment) yields: > bzr branch bzr+http://localhost/bzr/stst/ stst.clone bzr: ERROR: Not a branch: bzr+http://localhost/bzr/stst/ As that seemed from logs to be not liking the bzr at the start, attapted to serve from base, but then failed (after creating some of the branch): > bzr branch bzr+http://localhost/stst/ stst.clone bzr: ERROR: exceptions.AssertionError: unexpected response code ('error', 'not a bzip2 file') and a traceback Hacked in some logging to try and debug the problem, but after finding out a few interesting things (see coming logs), got lost.
2007-06-08 20:07:43 Martin Packman bug added attachment 'mod_python_traceback.txt' (Server traceback showing actual cause of second error)
2007-06-08 20:16:08 Martin Packman bug added attachment 'pass_tempfile_by_fileobj.patch' (Pass temp fileobj rather than trying to get new handle by name)
2007-10-02 16:00:10 John A Meinel bzr: importance Undecided High
2007-10-02 16:00:10 John A Meinel bzr: status New Triaged
2009-01-28 20:21:26 Jelmer Vernooij bzr: status Triaged Fix Released