Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 9e41a94a3e659caa5b91706d5c415d34 > files > 961

bugzilla-4.4.11-1.mga5.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>A.5.&#160;cannot chdir(/var/spool/mqueue)</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.11 Release"><link rel="up" href="troubleshooting.html" title="Appendix&#160;A.&#160;Troubleshooting"><link rel="prev" href="trbl-dbdSponge.html" title="A.4.&#160;DBD::Sponge::db prepare failed"><link rel="next" href="trbl-relogin-everyone.html" title="A.6.&#160;Everybody is constantly being forced to relogin"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A.5.&#160;cannot chdir(/var/spool/mqueue)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="trbl-dbdSponge.html">Prev</a>&#160;</td><th width="60%" align="center">Appendix&#160;A.&#160;Troubleshooting</th><td width="20%" align="right">&#160;<a accesskey="n" href="trbl-relogin-everyone.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="paranoid-security"></a>A.5.&#160;cannot chdir(/var/spool/mqueue)</h2></div></div></div><p>If you are installing Bugzilla on SuSE Linux, or some other
    distributions with <span class="quote">&#8220;<span class="quote">paranoid</span>&#8221;</span> security options, it is
    possible that the checksetup.pl script may fail with the error: 
</p><pre class="programlisting">cannot chdir(/var/spool/mqueue): Permission denied
</pre><p>
    </p><p>This is because your <code class="filename">/var/spool/mqueue</code>
    directory has a mode of <code class="computeroutput">drwx------</code>.
    Type <span class="command"><strong>chmod 755 <code class="filename">/var/spool/mqueue</code></strong></span>
    as root to fix this problem. This will allow any process running on your
    machine the ability to <span class="emphasis"><em>read</em></span> the
    <code class="filename">/var/spool/mqueue</code> directory.
    </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="trbl-dbdSponge.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="troubleshooting.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="trbl-relogin-everyone.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">A.4.&#160;DBD::Sponge::db prepare failed&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;A.6.&#160;Everybody is constantly being forced to relogin</td></tr></table></div></body></html>