Author: jfclere
Date: Thu Apr 21 01:41:31 2005
New Revision: 164012

URL: http://svn.apache.org/viewcvs?rev=164012&view=rev
Log:
add information about capability for 2.6.x

Modified:
    jakarta/commons/proper/daemon/trunk/xdocs/faq.xml

Modified: jakarta/commons/proper/daemon/trunk/xdocs/faq.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/xdocs/faq.xml?rev=164012&r1=164011&r2=164012&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/xdocs/faq.xml (original)
+++ jakarta/commons/proper/daemon/trunk/xdocs/faq.xml Thu Apr 21 01:41:31 2005
@@ -45,6 +45,28 @@
 the group "wheel" cannot be set on the moved files.
 </p>
 </section>
+<section name="Runtime problems">
+<p>
+On linux 2.6.x jsvc does not start and write the following error:
+<source>
+jsvc.exec error: syscall failed in set_caps
+jsvc.exec error: Service exit with a return value of 4
+</source>
+CONFIG_SECURITY_CAPABILITIES in missing in your kernel try the following in 
the kernel sources:
+<ul>
+<li>
+Configure the kernel with "Default Linux Capabilities" and reboot
+  (by make gconfig or make xconfig under "security options" and "Enable 
different security models")
+</li>
+<li>
+Insert the module "capability":
+<source>
+modprobe capability
+</source>
+</li>
+</ul>
+</p>
+</section>
 
 </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to