Search results

  1. Tigzy

    Important Repair Kit Extension

    Hey, any ETA on this?
  2. Tigzy

    Resolved php-fpm memory leak?

    We can close the topic, this is solving the issue :) Thanks,
  3. Tigzy

    Resolved php-fpm memory leak?

    It *appears* to be fixing the issue, yay ! :) Giving a few more days before closing the thread. So this means there's some 3rd party lib somewhere having a leak, right ?
  4. Tigzy

    Resolved php-fpm memory leak?

    I'll set max_requests to 500 see if there's a change.
  5. Tigzy

    Resolved php-fpm memory leak?

    Thanks Peter, Currently everything is setup on "ondemand" and the max_children takes the number of domains in account.
  6. Tigzy

    Resolved php-fpm memory leak?

    Hello, I'm having an issue on our prod server. The memory usage for apache is growing until it eats it all. Every week, I have to restart the php-fpm handler to release the memory. I'm running: OS: ‪Ubuntu 16.04.5 LTS‬ Product: Plesk Onyx 17.8.11 Update #24 PHP-FPM 7.2.10 I haven't been...
  7. Tigzy

    Question PHP websockets, how to?

    Hello, I'm trying to deploy a PHP websocket application (w/ Ratchet). It's pretty straightforward on a local env, I just run "php myserver.php" and then I browse to "whateverpage.php" and it works on port 8080 (configurable) I wonder what's the preferred way to achieve this on Plesk, knowing...
  8. Tigzy

    Resolved Unable to login after upgrade to 17.5.3

    Appears to be fixed after I switched off the Cloudflare caching. This may help others.
  9. Tigzy

    Resolved Unable to login after upgrade to 17.5.3

    Hello, After the upgrade impossible to login. When I enter my creds, I see the UI for 1 second then it comes back to the login screen. I have tried this: How to get or reset password for admin account in Plesk The login URL does the same and comes back to login screen, so I'm stuck. The server...
  10. Tigzy

    Resolved Plesk Onyx 17.0.17 to 17.5.3 update problem

    Hello, I have the same problem: After the upgrade impossible to login. When I enter my creds, I see the UI for 1 second then it comes back to the login screen. I have tried this: How to get or reset password for admin account in Plesk The login URL does the same and comes back to login screen...
  11. Tigzy

    Issue php7 fpm doesn't restart after PHP settings updated

    The file error.log is empty. Also, I've double checked and the fix doesn't work. Still not able to restart after PHP settings update, though I have not done this: 2.Restart service Resource Controller (cgroups). How do you do this?
  12. Tigzy

    Issue php7 fpm doesn't restart after PHP settings updated

    Already done, it's not fixing. EDIT: I'll double check, give me a few.
  13. Tigzy

    Issue php7 fpm doesn't restart after PHP settings updated

    Hey, On a prod server, when I update PHP settings (let's say to change memory limit), I have the following error: Error: phpinimng failed: Job for php7.0-fpm.service failed. See "systemctl status php7.0-fpm.service" and "journalctl -xe" for details. Failed to start php7.0-fpm service I have...
  14. Tigzy

    Resolved Docker: failed to register layer: devmapper

    Ok, I fixed it. It's because of shitty modified kernel from OVH, all you need is to follow this guide: https://www.kiloroot.com/switch-to-standard-ubuntu-kernel-on-ovh-or-kimsufi-servers/
  15. Tigzy

    Resolved Docker: failed to register layer: devmapper

    Hello, I've just installed a Plesk Onyx server on Ubuntu 16.04. I'm trying to create my first container, but I'm getting this error: root@domain:/dev/mapper# docker run --name db -p 27017:27017 -d mongo:3.0 --smallfiles Unable to find image 'mongo:3.0' locally 3.0: Pulling from library/mongo...
  16. Tigzy

    Issue Down after plesk update

    Problem is that the issue is gone (wouldn't say fixed though), so I have no idea how to repro. That happened this morning at 6AM after Plesk update. If that happens again I'll try that.
  17. Tigzy

    Issue Down after plesk update

    I have checked that too, no uppercase. And yes php-fpm as handler. Thanks,
  18. Tigzy

    Issue Down after plesk update

    Yes, but the error_log is empty, and the php service was up (other websites running)
  19. Tigzy

    Issue Down after plesk update

    Hello, After this morning's update of Plesk, one of my staging website is down. They're all running PHP 7, without any notable difference between them, and only 1 was dead this morning. This is the error I had: (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain...
Back
Top