Re: Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-22 Thread Tianyin Xu
Thanks a lot, William!! One amazing thing of Apache is that you developers are really responsible and do care the usability of the software. Best, T On Wed, Mar 21, 2012 at 9:32 PM, William A. Rowe Jr. wr...@rowe-clan.netwrote: Room for improvement? Forwarding as attach to include formatting.

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Martin Hasicek
Hi, search for ScoreBoardFile directive in your configuration. When you will find it, please remove this file from your disk. After removal, apache will recreate this file again. Also please ensure, that apache runtime user has full access to this file. mh On Wed, Mar 21, 2012 at 4:47 PM,

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Tianyin Xu
Hi, Martin, Thanks a lot for the response. But it does not work :-( T On Wed, Mar 21, 2012 at 1:01 AM, Martin Hasicek martin.hasi...@gmail.comwrote: Hi, search for ScoreBoardFile directive in your configuration. When you will find it, please remove this file from your disk. After removal,

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Martin Hasicek
So you delete file, try to start apache and same error? Was this file recreated by apache? Please check again permissions to this file (directory). Best way is to switch to apache user and try to wtrite to this localtion. mh On Wed, Mar 21, 2012 at 5:29 PM, Tianyin Xu t...@cs.ucsd.edu wrote:

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Tianyin Xu
Hi, Martin, Thanks a lot! I found the root cause after diving into code. The error is caused by my wrong settings. I try to create a too big scoreboard file (which is even bigger than my physical memory). The size of the scoreboard file is generated in *ap_calc_scoreboard_size() as follows:*