Comment 2 for bug 118569

Revision history for this message
Rob Holland (rob-inversepath) wrote : Re: [Bug 118569] Re: Permissions problems on knits can cause too many concurrent connection

On Mon, Jun 04, 2007 at 02:07:03PM -0000, John A Meinel wrote:
> What machine is the server running on (OS, etc)?

The server is using Gentoo, python 2.4.4, bzr 0.16.

> Thanks for the bug report. Is it possible for you to reliably reproduce
> it? (like by doing bzr init/add/commit; chmod -R; bzr push
> bzr+ssh://localhost/...) ?

bzr init testing
cd testing
touch test
bzr add test
bzr commit -m "test"
bzr branch . ../testing-branch
sudo chown -R nobody:nobody ../testing-branch/.bzr/repository/knits
echo rabbits > test
bzr commit -m "test"
bzr push bzr+ssh://localhost/path/to/testing
*concurrent connection limit stack trace*

> Having a simple script to reproduce the bug makes it much easier to fix.

Hope that helps.

Thanks,

Rob