Announcement

Collapse
No announcement yet.

proxyexec socket stay on

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • proxyexec socket stay on

    even after stoppinng proxyexecd service

  • #2
    Hi,

    Ive found that on one of our server after upgrading PHP to 5.3.15 CageFS cause problem for suphp and all php scripts show 500 error (suphp softapplication error to be more clean). That usually solved by using cagefctl --update. But on this server that was enough. When i did look into this problem i found that proxyexecd could not start because all bind,socket, port in use and service is fail. That happen because /var/run/proxyexec/cagefs.sock/socket exist and do not disappear when i did service proxyexecd stop. Deletion of socket does help and service run now but now i could see two /var/run/proxyexec/cagefs.sock/socket in ps aux output. Everything work fine but i doubt that two sockets could run simultaneously and want find some way to stop this from happening.

    Comment


    • #3
      So, proxyexec just stopped working, yet was continuing to hold sockets?

      Comment


      • #4
        Correct. Stopping proxyexec daemon does not affect to second socket and its still run. I could remove only by rm -f command.

        Comment

        Working...
        X