|
1)
疑难解答 :
Windows :
Stuck on Boinc 4.19
(消息 144079)
发表于:28 Jul 2005 作者: Paul Blew Post: Hi All, I'm using Boinc on WinXPProSP2. I connect through a proxy server (no choice, I'm behind a company firewall) Boinc 4.19 works fine for me. I'm running 5 projects with it and have no problems. I've tried installing later versions, but nothing after 4.19 will connect to any of the servers. In an effort to try and understand what's going on I used log_flag.xml to turn on DEBUG_HTTP. The difference between 4.19 and 4.45 is below: 4.19: 2005-07-28 15:28:47 [Einstein@Home] Sending request to scheduler: http://einstein.phys.uwm.edu/EinsteinAtHome_cgi/cgi 2005-07-28 15:28:47 [DEBUG_HTTP ] HTTP_OP::init_post(): 00953A78 io_done 0 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): wrote HTTP header to socket 604: 228 bytes 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: POST http://einstein.phys.uwm.edu:80/EinsteinAtHome_cgi/cgi HTTP/1.0 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Pragma: no-cache 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Cache-Control: no-cache 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Host: einstein.phys.uwm.edu:80 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Connection: close 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Content-Type: application/octet-stream 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Content-Length: 3213 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: 2005-07-28 15:28:48 [DEBUG_HTTP ] HTTP_OP_SET::poll(): finished sending request body 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_OP_SET::poll(): reading reply header; io_ready 1 io_done 0 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_REPLY_HEADER::read_reply(): header: HTTP/1.0 200 OK 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_REPLY_HEADER::read_reply(): header: Date: Thu, 28 Jul 2005 14:28:48 GMT 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_REPLY_HEADER::read_reply(): header: Server: Apache/2.0.52 (Fedora) 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_REPLY_HEADER::read_reply(): header: Content-Type: text/plain 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_REPLY_HEADER::read_reply(): header: X-Cache: MISS from wwwcache.northgate-is.com 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_REPLY_HEADER::read_reply(): header: Proxy-Connection: close 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_REPLY_HEADER::read_reply(): header: 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_REPLY_HEADER::parse(): status=200 2005-07-28 15:28:49 [DEBUG_HTTP ] HTTP_OP_SET::poll(): got reply body 2005-07-28 15:28:49 [Einstein@Home] Scheduler RPC to http://einstein.phys.uwm.edu/EinsteinAtHome_cgi/cgi succeeded 4.45: 2005-07-28 15:14:00 [Einstein@Home] Sending scheduler request to http://einstein.phys.uwm.edu/EinsteinAtHome_cgi/cgi 2005-07-28 15:14:00 [Einstein@Home] Requesting 0 seconds of work, returning 0 results 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP::init_post(): 003849B0 io_done 0 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): wrote HTTP header to socket 504: 278 bytes 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: POST http://einstein.phys.uwm.edu:80/EinsteinAtHome_cgi/cgi HTTP/1.0 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Pragma: no-cache 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Cache-Control: no-cache 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: User-Agent: BOINC client (windows_intelx86 4.45) 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Host: einstein.phys.uwm.edu:80 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Connection: close 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Content-Type: application/octet-stream 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: Content-Length: 4708 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): request header: 2005-07-28 15:14:00 [DEBUG_HTTP ] HTTP_OP_SET::poll(): finished sending request body 2005-07-28 15:14:01 [DEBUG_HTTP ] HTTP_OP_SET::poll(): reading reply header; io_ready 1 io_done 0 2005-07-28 15:14:01 [DEBUG_HTTP ] HTTP_REPLY_HEADER::read_reply(): recv() on socket 504 returned -1 errno 0 sockerr 0 2005-07-28 15:14:01 [DEBUG_HTTP ] HTTP_REPLY_HEADER::read_reply(): returning error (recv_buf=HTTP/1.0 200 OK ) 2005-07-28 15:14:01 [Einstein@Home] Scheduler request to http://einstein.phys.uwm.edu/EinsteinAtHome_cgi/cgi failed 2005-07-28 15:14:01 [Einstein@Home] No schedulers responded 2005-07-28 15:14:02 [Einstein@Home] Deferring communication with project for 14 minutes and 45 seconds The only difference I can see in the request side of the two logs is that 4.45 has an extra header: User-Agent: BOINC client (windows_intelx86 4.45) Is it possible/likely that this is upsetting the proxy that I'm forced to use? Is there any way to turn it off? TIA Paul |
©2020 University of California
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.