pelican-eggs / eggs

Service eggs for the pterodactyl panel
MIT License
2.88k stars 2.32k forks source link

FiveM #1193

Closed The-MG closed 3 years ago

The-MG commented 3 years ago

Panel Version: 1.4.2 Daemon Version: 1.4.3 Service: FiveM Modified: no

Expected Behavior: Install FiveM and play it Actual Behavior: Install FiveM and get the following error: /home/container/alpine/opt/cfx-server/ld-musl-x86_64.so.1: fork: retry: Resource temporarily unavailable

Steps to Reproduce: Install FiveM and try to start server.

iamkubi commented 3 years ago

This is probably caused by the pid limits added in wings 1.4.4. You can increase the limits in the Wings config file by defining the container_pid_limit setting.

The-MG commented 3 years ago

This is probably caused by the pid limits added in wings 1.4.4. You can increase the limits in the Wings config file by defining the container_pid_limit setting.

How exactly can I do that?

trenutoo commented 3 years ago

This is probably caused by the pid limits added in wings 1.4.4. You can increase the limits in the Wings config file by defining the container_pid_limit setting.

This was only added in 1.4.4

Panel Version: 1.4.2 Daemon Version: 1.4.3 Service: FiveM Modified: no

Expected Behavior: Install FiveM and play it Actual Behavior: Install FiveM and get the following error: /home/container/alpine/opt/cfx-server/ld-musl-x86_64.so.1: fork: retry: Resource temporarily unavailable

Steps to Reproduce: Install FiveM and try to start server.

It looks like you have set the version to latest, right now the latest version fetching is not supported and it's something that is being discussed with the fivem team. Check your Wings version with wings version command to double-check that it's indeed not the PID limit.

parkervcp commented 3 years ago

This is related to the issue with the fivem team blocking my install script and not the wings pid limit. I am closing this out as a duplicate of #1187