#holding at home

8 messages · Page 1 of 1 (latest)

copper rapids
#

I have an empty server and I was wanting to run folding at home so I can put it to use. has anyone else noticed that the egg doesn't work anymore?

willow oreBOT
#

Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.

copper rapids
#

Please ping me if you have any information on how to fix it

#

/entrypoint.sh: line 13: ./FAHClient: No such file or directory

sinful thicket
#

as I just setup one and it installed correctly and seems to work

copper rapids
#

Just reinstalled it and it still won't start

willow oreBOT
#

It looks like your install has failed.
We need your install logs to see why the install may have failed. Use the command below on your Wings machine SSH terminal.

If you are on 1.x:
tail -n 1000 $(ls -Alrt /var/log/pterodactyl/install/*.log | tail -1 | sed 's/ */ /g' | cut -s -d' ' -f9) | nc pteropaste.com 99
If you are on or upgraded from 0.7:
tail -n 1000 $(ls -Alrt /srv/daemon/config/servers/*/install.log | tail -1 | sed 's/ */ /g' | cut -s -d' ' -f9) | nc pteropaste.com 99