Pages: [1]
hp197
BAM!ID: 17624
Joined: 2007-01-21
Posts: 4
Credits: 1,043,252
World-rank: 210,323

2008-04-28 22:30:48
last modified: 2008-04-28 22:31:23

Build my own optimized linux binaries for boinc. But now i want to add boincstats to the account manager, i get a nice apache error.

acct_mgr_request.xml:
<acct_mgr_request>
<name>hp197</name>
<password_hash>XXXXXXXXXXXXXXXXXXX</password_hash>
<host_cpid>8773a0fbb8b86a8ce1083ae2926e069e</host_cpid>
<domain_name>server2.truedots.com</domain_name>
<client_version>6.1.17</client_version>
<run_mode>auto</run_mode>
</acct_mgr_request>

acct_mgr_reply.xml:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>413 Request Entity Too Large</title>
</head><body>
<h1>Request Entity Too Large</h1>
The requested resource<br />/rpc.php<br />
does not allow request data with POST requests, or the amount of data provided in
the request exceeds the capacity limit.
<hr>
<address>Apache/2.2.3 (Debian) PHP/5.2.0-8+etch10 Server at bam.boincstats.com Port 80</address>
</body></html>


Could a server admin please fix this for me?

Thankx
hp197
BAM!ID: 17624
Joined: 2007-01-21
Posts: 4
Credits: 1,043,252
World-rank: 210,323

2008-04-28 22:32:25

Sorry, wrong subforum.....

Please move me
[BOINCstats] Willy
 
Forum moderator - Administrator - Developer - Tester - Translator
BAM!ID: 1
Joined: 2006-01-09
Posts: 9455
Credits: 353,172,950
World-rank: 4,961

2008-05-01 12:53:42

Not sure what to fix. It may be a problem on your end.

First of all: I checked all the hosts I have running (and which I can get to: 5 hosts), none of them show this problem.

Secondly: No other reports have been made on this issue.

So, I need more info. Who else has this problem?
Please do not PM, IM or email me for support (they will go unread/ignored). Use the forum for support.
hp197
BAM!ID: 17624
Joined: 2007-01-21
Posts: 4
Credits: 1,043,252
World-rank: 210,323

2008-05-01 13:54:16
last modified: 2008-05-01 13:56:28

Im a admin myself, and know how to solve this problem.

Change the setting: 'post_max_size' in your php.ini a bit higher, or add it to the .htaccess. default is 2M. So i suggest it to 4M

I dont know if there are much more clients having the same issue, because i compiled boinc myself. I guess not so much peeps recomile their boinc client (altrough it helps a lot in performance)

B.T.W. See you are on debian, php.ini located @ /etc/php5/
[BOINCstats] Willy
 
Forum moderator - Administrator - Developer - Tester - Translator
BAM!ID: 1
Joined: 2006-01-09
Posts: 9455
Credits: 353,172,950
World-rank: 4,961

2008-05-01 13:55:56

That won't fix it. My acct_mgr_request.xml is way bigger than yours, and it's all send by POST.
Please do not PM, IM or email me for support (they will go unread/ignored). Use the forum for support.
hp197
BAM!ID: 17624
Joined: 2007-01-21
Posts: 4
Credits: 1,043,252
World-rank: 210,323

2008-05-01 13:57:19
last modified: 2008-05-01 14:05:00

Maybe you have zlib support enabled, so all your requests are compressed

EDIT: i dont have zlib support on my i486 gcc compiler

To give you an idea:
./configure --prefix=/usr/local/boinc --disable-server --enable-static --disable-dependency-tracking --enable-bitness=32 CFLAGS='-O3 -fomit-frame-pointer -march=i486 -ffast-math -msse -mfpmath=sse -m32 -malign-double' CXXFLAGS='-O3 -fomit-frame-pointer -march=i486 -ffast-math -msse -mfpmath=sse -m32 -malign-double' --target=i486 --host=i486 --build=i486

Stock client:
Number of CPUs: 2
925 floating point MIPS (whetstone) per CPU
1709 integer MIPS (drystone) per CPU

Optimized client:
Number of CPUs: 2
1306 floating point MIPS (whetstone) per CPU
1918 integer MIPS (drystone) per CPU
Pages: [1]

Index :: BAM! Bug Report :: Cant add computer due apache error (HTTP 413)
Reason: