EarnApp-Docker icon indicating copy to clipboard operation
EarnApp-Docker copied to clipboard

Exit Code 255

Open kevin-soutar opened this issue 3 years ago • 5 comments

I am working at deploying this at scale, but after installing 29 docker containers it will not start anymore.

I have tried:

  • Increasing ram
  • New install of Ubuntu 20.04

Is there anything else I should be trying, or looking at diagnostics for?

kevin-soutar avatar Nov 19 '22 23:11 kevin-soutar

Update: Also tried installing on Fedora 37, immediate 255 Error

kevin-soutar avatar Nov 20 '22 04:11 kevin-soutar

Getting the same error here.

Yamanipanuchi avatar Jan 17 '23 17:01 Yamanipanuchi

Hi @Yamanipanuchi Here is what I ended up finding out. this is an fs.inotify.max_user_instances issue.

On Ubuntu, I fixed this by changing the number within:

sudo nano /etc/sysctl.d/99-sysctl.conf sudo systemctl restart systemd-sysctl sudo systemctl status systemd-sysctl sudo sysctl fs.inotify.max_user_instances

then it should work.

kevin-soutar avatar Jan 17 '23 21:01 kevin-soutar

Hi @ArchemedIan which OS are you using? I am not running EarnApp anymore, due to the profitability not currently making sense, but maybe I need to look at it again...

kevin-soutar avatar Feb 22 '24 00:02 kevin-soutar