Skip to main content
Participant
September 20, 2010
Question

Undocumented Error Code

  • September 20, 2010
  • 1 reply
  • 393 views

We just went live with FMS last week and I have had many complaints about folk being disconnected midstream. On checking the master log I see the following message repeating muliple times each second, using up a lot of log space too.

2010-09-20      14:18:07        31770   (e)2581394      Failed to wait for process condition: errno(43).

Someone elsewhere mentioned about lack of available arrays or semaphores. Here is what I get from my server.

------ Semaphore Limits --------
max number of arrays = 1024
max semaphores per array = 250
max semaphores system wide = 32000
max ops per semop call = 32
semaphore max value = 32767

kernel.sem = 250        32000   32      1024

Anyone got any suggestions?

    This topic has been closed for replies.

    1 reply

    Participant
    September 22, 2010

    Figured out the problem - there was an error in the server setup - max semaphores should be 256000 - the product of max arrays and array semaphores. Corrected this and the error messages went away.