Do you happen to know where BOINC is getting proxy.xxx.xxx.xxx:81 from? >From the log below the automatic proxy check failed and so nothing there should have been used.
----- Rom -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Tuesday, November 17, 2009 2:27 AM To: Rom Walton; [email protected] Subject: Re: RE: [boinc_dev] Boinc client proxy settings Hello, I enabled <proxy_debug> in cc_config.xml and you can see, that the proxy settings are changed. I xxx'd the last characters of the proxy address. First the proxy 10.xxx.xxx.xxx:8080 is used, which is the right one and configured via Tools-Options-Proxy, but later Boinc decides to use proxy.xxx.xxx.xxx:81. 16.11.2009 17:19:40 No usable GPUs found 16.11.2009 17:19:40 Using HTTP proxy 10.xxx.xxx.xxx:8080 16.11.2009 17:19:41 Version change (6.6.38 -> 6.10.18) 16.11.2009 17:19:41 y...@home URL http://www.rechenkraft.net/yoyo/; Computer ID xxx; resource share 100 16.11.2009 17:19:41 No general preferences found - using BOINC defaults 16.11.2009 17:19:41 Preferences limit memory usage when active to 1019.01MB 16.11.2009 17:19:41 Preferences limit memory usage when idle to 1834.22MB 16.11.2009 17:19:41 Preferences limit disk usage to 10.00GB 16.11.2009 17:19:41 [proxy_debug] HTTP_OP::no_proxy_for_url(): http://boinc.berkeley.edu/project_list.php 16.11.2009 17:19:41 [proxy_debug] returning false 16.11.2009 17:19:41 [proxy_debug]: setting up proxy 10.159.32.155:8080 16.11.2009 17:19:41 Running CPU benchmarks 16.11.2009 17:19:41 Suspending computation - running CPU benchmarks 16.11.2009 17:19:41 [proxy_debug] automatic proxy check in progress 16.11.2009 17:19:45 [proxy_debug] no automatic proxy detected 16.11.2009 17:19:45 [proxy_debug] automatic proxy check finished 16.11.2009 17:20:11 [proxy_debug] HTTP_OP::no_proxy_for_url(): http://www.google.com/ 16.11.2009 17:20:11 [proxy_debug] returning false 16.11.2009 17:20:11 [proxy_debug]: setting up proxy proxy.xxx.xxx.xxx:81 16.11.2009 17:20:12 BOINC can't access Internet - check network connection or proxy configuration. 16.11.2009 17:20:14 Benchmark results: 16.11.2009 17:20:14 Number of CPUs: 2 16.11.2009 17:20:14 1732 floating point MIPS (Whetstone) per CPU 16.11.2009 17:20:14 3817 integer MIPS (Dhrystone) per CPU 16.11.2009 17:20:15 y...@home Restarting task ecm_xy_1258083397_C170_107_98_1190_0 using ecm version 3 16.11.2009 17:22:38 Re-reading cc_config.xml 16.11.2009 17:22:38 16.11.2009 17:22:38 16.11.2009 17:22:38 16.11.2009 17:22:38 Re-read config file 16.11.2009 17:22:38 log flags: file_xfer, sched_ops, task, proxy_debug -------- Original-Nachricht -------- > Datum: Fri, 13 Nov 2009 13:18:44 -0500 > Von: "Rom Walton" <[email protected]> > An: "yoyo" <[email protected]>, "BOINC Developers Mailing List" <[email protected]> > Betreff: RE: [boinc_dev] Boinc client proxy settings > Yoyo, > > I just verified that in both trunk and the 6.10 client branch that the > settings prefer user defined settings over the automatic proxy > detection. > > Preferences go as follows: > 1. HTTP proxy settings > 2. SOCKS proxy settings > 3. Automatic proxy detection settings > 4. No proxy. > > This is specified in http_curl.cpp in the client directory. Lines > 753-819. > > Are you using the latest 6.10 client? > > ----- Rom > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of yoyo > Sent: Friday, November 13, 2009 12:19 PM > To: BOINC Developers Mailing List > Subject: Re: [boinc_dev] Boinc client proxy settings > > Hello, > it seems there is a problem with the automatic proxy determination in > Boinc 6.10.*. > > I installed Boinc from scratch and specified the Proxy in Options - > Proxy. Everything works fine. > But after Boinc is restarted there is a different Proxy set in Options - > Proxy, which does not work. > > It seems that the proxy settings are determined automatic and my > settings are overwritten. This should be changed. If I set the Proxy it > shouldn't be overwritten by any automatism. > > yoyo > > yoyo wrote: > > Hello, > > a colleague of mine has a problem to store the proxy settings in the > > Boinc client. > > > > Version: 6.10.7 > > OS: Windows XP professional 32bit > > > > Boinc was installed as user, but the user has full admin rights. > > He told me, that there was no selection how to install Boinc (as > > service, for all users, for him only). So he just installed it without > > changing some settings. The project and slot directories are in the > > folder for All Users. > > > > In the Boinc client options he specified the proxy and everything > > works fine. > > But if he shutdowns and restart Boinc the proxy settings are lost and > > some different proxy is set in his options. So from which location > > does Boinc take it? > > > > Than we tried to set the proxy in cc_config.xml: > > > > <cc_config> > > <options> > > <proxy_info> > > <use_http_proxy>1</use_http_proxy> > > <http_server_name>10.159.32.155</http_server_name> > > <http_server_port>8080</http_server_port> > > </proxy_info> > > </options> > > </cc_config> > > > > But Boinc doesn't know about the proxy_info tag: > > 05.11.2009 11:47:17 Unrecognized tag in cc_config.xml: > > <proxy_info> > > 05.11.2009 11:47:17 Missing end tag in cc_config.xml > > 05.11.2009 11:47:17 Starting BOINC client version 6.10.17 > > for windows_intelx86 > > 05.11.2009 11:47:17 log flags: file_xfer, sched_ops, task > > 05.11.2009 11:47:17 Libraries: libcurl/7.19.4 > > OpenSSL/0.9.8k zlib/1.2.3 > > 05.11.2009 11:47:17 Data directory: C:\Documents and > > Settings\All Users\Application Data\BOINC > > > > Any Idea how we can inject our proxy settings? > > > > kind regards, > > yoyo > > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
