-bash: fork: retry: Resource temporarily unavailable

Every thing i do it shows this…

[minecraft@webserver ~]$ sh start.sh
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
start.sh: fork: retry: Resource temporarily unavailable
fork: Resource temporarily unavailable
fork: Resource temporarily unavailable
[minecraft@webserver ~]$ cd ./bg/
[minecraft@webserver bg]$ ls
BungeeCord.jar  locations.yml  modules.yml  proxy.log.0      screenstart.sh     start.sh
config.yml      modules        plugins      proxy.log.0.lck  server.properties
[minecraft@webserver bg]$ sh screenstart.sh
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
fork: Resource temporarily unavailable
[minecraft@webserver bg]$ nano screenstart.sh
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: Resource temporarily unavailable
[minecraft@webserver bg]$

I can’t even nano a file with out getting this message whats up with that??

[minecraft@webserver bg]$ ls
-bash: fork: retry: Resource temporarily unavailable
cd-bash: fork: retry: Resource temporarily unavailable
 -bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
BungeeCord.jar  locations.yml  modules.yml  proxy.log.0      screenstart.sh     start.sh
config.yml      modules        plugins      proxy.log.0.lck  server.properties
[minecraft@webserver bg]$ cd

You can search on the error message. I did and found this: https://access.redhat.com/solutions/543503 and https://access.redhat.com/solutions/543503
It should give you some clues on how to solve it.

1 Like

Slowly thinking Minecraft was running away with its self…

Thinking it was these commands i wrote…

[minecraft@webserver creative]$ cat screenstart.sh
#!/bin/sh
screen -S minecraft -d -m bash ./start.sh

This one is the main server…

[minecraft@webserver main]$ cat screenstart.sh
#!/bin/sh
screen -S minecraft -d -m bash ./start.sh

Any thoughts would this have caused things to kinda lagg out a little I did notice several processes running not sure why…

Take a look at this: http://minecraft.gamepedia.com/Tutorials/Server_startup_script

I got it working again but now having crazy errors I will post more details in a few hours after I try some experiments…

I keep getting this random error it has really been confusing me alot lately what is it… For some reason it only shows when i am logged in as a user…

Message from syslogd@webserver at Jul 31 02:31:05 ...
 pulledpork[117697]: FATAL: 500 error occured

An example

[minecraft@webserver newworld]$
Message from syslogd@webserver at Jul 31 02:31:05 ...
 pulledpork[117697]: FATAL: 500 error occured
[minecraft@webserver newworld]$ htop
[minecraft@webserver newworld]$ ls

Hi , Are you using Snort?

I don’t think i am using Snort…

If you have installed Intrusion Prevention System you have installed snort .
I ask because , searching on google , the results for the error reported seem related to pullpork.pl script ( snort )

1 Like

Yes, you have installed pullepork which suffers from this uptream bug: http://dev.nethserver.org/issues/3412

If you don’t use it, just remove it :slight_smile:

1 Like

4 posts were split to a new topic: Improving Software Center module names rule

Removing it solved this issue!