Error Every Time I try to initialize an application on UBUNTU
Fred Roller
fred at fwrgallery.com
Fri Mar 26 14:04:36 UTC 2010
On 03/26/2010 09:24 AM, Héberson Sette de Almeida wrote:
>
> Ubuntu 9.10 Server 32 Bit MySQL 5.1.37 Apache 2.2.12
>
> Every time I try to start a Zabbix Server the following messages
> appears in the /tmp/zabbix_server.log. file
>
> ./zabbix_server [1471]: ERROR: Can't recreate Zabbix semaphores for
> IPC key 0x7a00fdb4 Semaphore ID 65537. Operation not permitted.
>
> ./zabbix_server [1478]: ERROR: Can't recreate Zabbix semaphores for
> IPC key 0x7a00fdb4 Semaphore ID 65537. Operation not permitted.
>
> What can be the root cause for this?
>
> Any help would be appreciated
>
> Héberson Sette de Almeida
>
>
>
> avast! Antivirus <http://www.avast.com>: Outbound message clean.
>
> Virus Database (VPS): 25/03/2010
> Tested on: 26/03/2010 10:24:45
> avast! - copyright (c) 1988-2010 ALWIL Software.
>
>
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:
chmod 777 [semaphore_directory]
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.
This is just an educated guess, so hope it helps.
--
Fred
www.fwrgallery.com
"Life is like linux, simple. If you are fighting it you are doing something wrong."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20100326/aa790a31/attachment.html>
More information about the ubuntu-users
mailing list