Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 90071 invoked from network); 12 May 2007 22:57:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2007 22:57:17 -0000 Received: (qmail 56303 invoked by uid 500); 12 May 2007 22:57:11 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56044 invoked by uid 500); 12 May 2007 22:57:11 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 56033 invoked by uid 99); 12 May 2007 22:57:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2007 15:57:11 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2007 15:57:01 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Hn0W0-0002Pc-UM for users@tomcat.apache.org; Sat, 12 May 2007 15:56:40 -0700 Message-ID: <10450545.post@talk.nabble.com> Date: Sat, 12 May 2007 15:56:40 -0700 (PDT) From: ewsinc To: users@tomcat.apache.org Subject: Re: Help with mod_jk.so errno=13 In-Reply-To: <4E0BCE4B9153CC4CA84883F6B7B883449B6D2A@TUNA.mgn-us.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ewsinc@gmail.com References: <4E0BCE4B9153CC4CA84883F6B7B883449B6D2A@TUNA.mgn-us.local> X-Virus-Checked: Checked by ClamAV on apache.org I had this same problem ... see recent post about tracing down errors in the ajp-8009 part of the manager/status page... well... it was SELinux... after checking below, and googling around, I come to suspect SELinux... I did a setenforce 0, then restarted HTTPD, and sure enough, the debug level log of mod_jk shows correct access to the jk-runtime-status. Though httpd is running as user apache, the file keeps getting created as root. --tony Mukarram Syed-2 wrote: > > > Hi All, > I know this has been asked before in the users group, but there are no > solutions to this problem. > > I am getting the following error in my mod_jk.log file: > > Tue Apr 11 00:46:08 2006] [18962:20800] [error] jk_child_init::mod_jk.c > (2312): Attachning shm:/var/log/jk-run > time-status errno=13 > > this seems to me from my research as a permission denied error. It > looks like a shared memory error. > Any help would be appreciated in this regard. > > I have been working on this all day researching without any progress. > > Thanks in Advance. > > > -Mukarram Syed. > > -- View this message in context: http://www.nabble.com/Help-with-mod_jk.so-errno%3D13-tf1429628.html#a10450545 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org