This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients ned.deily, r.david.murray, ronaldoussoren
Date 2013-09-21.01:41:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379727713.09.0.177451113708.issue19059@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the problem turned out to be that the buildslave process was running under group 'daemon' (1), but the buildbot userid that it was running under was not part of that group.  So I changed the run group to 'staff', which buildbot is a member of, and the test passed.  So I consider this a bug in the buildbot setup rather than a bug in the test.
History
Date User Action Args
2013-09-21 01:41:53r.david.murraysetrecipients: + r.david.murray, ronaldoussoren, ned.deily
2013-09-21 01:41:53r.david.murraysetmessageid: <1379727713.09.0.177451113708.issue19059@psf.upfronthosting.co.za>
2013-09-21 01:41:53r.david.murraylinkissue19059 messages
2013-09-21 01:41:52r.david.murraycreate