<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 03/26/2010 09:24 AM, Héberson Sette de Almeida wrote:
<blockquote
 cite="mid:!&!AAAAAAAAAAAYAAAAAAAAALyqC1MWY8REqpbmqOuFOGbCgAAAEAAAAOCFf0oPIJVHsGv%2FZxuoiqoBAAAAAA==@gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=iso-8859-1">
  <div>
  <p><span>Ubuntu
9.10 Server 32 Bit MySQL 5.1.37 Apache 2.2.12 </span></p>
  <p><span>   </span></p>
  <p><span>Every
time I try to start a Zabbix Server the following messages appears in
the  /tmp/zabbix_server.log.
file </span></p>
  <p><span>   </span></p>
  <p><span>./zabbix_server
[1471]: ERROR: Can't recreate Zabbix semaphores for IPC key 0x7a00fdb4
Semaphore ID 65537. Operation not permitted. </span></p>
  <p><span>./zabbix_server
[1478]: ERROR: Can't recreate Zabbix semaphores for IPC key 0x7a00fdb4
Semaphore ID 65537. Operation not permitted. </span></p>
  <p><span>   </span></p>
  <p><span>What
can be the root cause for this? </span></p>
  <p><span>   </span></p>
  <p><span>Any
help would be appreciated </span></p>
  <p><span>   </span></p>
  <p><span>   </span></p>
  <p>Héberson Sette de Almeida </p>
  </div>
  <br>
  <br>
  <table>
    <p><a moz-do-not-send="true" href="http://www.avast.com">avast!
Antivirus</a>: Outbound message clean.
    </p>
    <p>Virus Database (VPS): 25/03/2010<br>
Tested on: 26/03/2010 10:24:45<br>
avast! - copyright (c) 1988-2010 ALWIL Software. </p>
  </table>
  <br>
</blockquote>
I am not familiar with Zabbix but it appears to be a permissions
issue.  Figure out where Zabbix is trying to create this semaphores. 
ls -l the that location to see it's permissions.  One of two things may
be the cause, 1) if Zabbix is creating as it's own user and that user
does not have permission to function in the location then it needs
permission (which could be done one of several ways), 2) If Zabbix is
creating the semaphores as your user then the same as 1 just give
yourself permission to function at the location.  A quick, albeit
unsecure, test is to:<br>
<br>
     chmod 777 [semaphore_directory]<br>
<br>
If this works, then you have your answer and can return the dir to it's
original state and implement a more secure method of permissions.<br>
<br>
This is just an educated guess, so hope it helps.<br>
<br>
<pre class="moz-signature" cols="72">-- 
Fred
<a class="moz-txt-link-abbreviated" href="http://www.fwrgallery.com">www.fwrgallery.com</a>

"Life is like linux, simple.  If you are fighting it you are doing something wrong."
</pre>
</body>
</html>