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 eldonz@atlanticdb.com, giampaolo.rodola, greg.hellings, gregory.p.smith, pitrou, r.david.murray
Date 2010-01-03.15:41:21
SpamBayes Score 0.00010593804
Marked as misclassified No
Message-id <1262533283.75.0.588613327783.issue3972@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, and I was even the one that suggested the bind to 127.0.0.1 strategy for the test :(

My buildbots run in linux-vserver virtual hosts, and they way they handle localhost (127.0.0.1) is to alias it to the IP address assigned to the virthost (otherwise multiple virthosts opening ports on 127.0.0.1 would potentially conflict with each other).

I'd consider this a bug in the virthost software (lack of feature?).  Not sure what the best workaround is, but if all else fails we could put in some special case skip code.

Would be good enough to have the test check that the returned IP address is *not* 0.0.0.0?  Or perhaps issue a warning if the address is not 0.0.0.0 but isn't 127.0.0.1.
History
Date User Action Args
2010-01-03 15:41:23r.david.murraysetrecipients: + r.david.murray, gregory.p.smith, pitrou, giampaolo.rodola, eldonz@atlanticdb.com, greg.hellings
2010-01-03 15:41:23r.david.murraysetmessageid: <1262533283.75.0.588613327783.issue3972@psf.upfronthosting.co.za>
2010-01-03 15:41:22r.david.murraylinkissue3972 messages
2010-01-03 15:41:22r.david.murraycreate