Edgewall Software
Modify

Opened 15 years ago

Closed 14 years ago

#471 closed defect (wontfix)

Build slave does not consider no_proxy setting

Reported by: stransky.peter@… Owned by:
Priority: major Milestone:
Component: Build slave Version: 0.6b2
Keywords: Cc:
Operating System: Linux

Description

Build slave fails to connect to build master when

  • Master and slave run on the same machine
  • Proxy settings for http and https are configured

It seems that bitten-slave does not consider the no_proxy settings.

Used bitten version: 0.7dev-r0

Traceback from apache2 error_log:

[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26] Location: '/trac'
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26] Directory: None
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26] Filename: '/srv/trac'
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26] PathInfo: '/sfi/login'
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26] Traceback (most recent call last):
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26]   File "/usr/lib64/python2.6/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch\n    default=default_handler, arg=req, silent=hlist.silent)
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26]   File "/usr/lib64/python2.6/site-packages/mod_python/importer.py", line 1229, in _process_target\n    result = _execute_target(config, req, object, arg)
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26]   File "/usr/lib64/python2.6/site-packages/mod_python/importer.py", line 1128, in _execute_target\n    result = object(arg)
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26]   File "/usr/local/lib64/python2.6/site-packages/Trac-0.11.5-py2.6.egg/trac/web/modpython_frontend.py", line 147, in handler\n    gateway = ModPythonGateway(req, req.get_options())
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26]   File "/usr/local/lib64/python2.6/site-packages/Trac-0.11.5-py2.6.egg/trac/web/modpython_frontend.py", line 86, in __init__\n    'is %s' % (root_uri, request_uri))
[Wed Oct 07 16:27:07 2009] [error] [client 146.254.188.26] ValueError: TracUriRoot set to /trac but request URL is https://ex3cc41.intra.de/trac/sfi/login

Attachments (0)

Change History (5)

comment:1 Changed 14 years ago by anonymous

I have the same problem in Solaris 10.

comment:2 Changed 14 years ago by sahendrickson@…

I seem to be having the same problem.

comment:3 Changed 14 years ago by sahendrickson@…

comment:4 Changed 14 years ago by sahendrickson@…

I take it back, this is working for me. I believe that it's a Python issue and not necessarily a Bitten issue. See the previous link.

comment:5 Changed 14 years ago by osimons

  • Milestone 0.6.1 deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Yeah, does not look like there is much the Bitten project can do. From what I read for the Python fix log, it should be working for recent Python 2.6.x and onwards.

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.