#Bedrock Egg

1 messages · Page 1 of 1 (latest)

mint hatch
#

Is anyone else having issues with bedrock eggs? A fresh egg is saying

[Pterodactyl Daemon]: Finished pulling Docker container image
:/home/container$ ./bedrock_server
/entrypoint.sh: line 13: ./bedrock_server: No such file or directory

rm: missing operand
Try 'rm --help' for more information.
restoring backup config files - on first install there will be file not found errors which you can ignore.
cp: cannot stat 'permissions.json.bak': No such file or directory
cp: cannot stat 'allowlist.json.bak': No such file or directory
chmod: cannot access 'bedrock_server': No such file or directory

obsidian elbow
#

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

mint hatch
#

Do you want the log sent here? Its got my ip and whatnot in it

mint hatch
#

i deleted things i didnt want to share

wheat pebble
#

looks outdated

#

please use the egg from here

queen ravineBOT
mint hatch
obsidian elbow
#

Make sure when you use the new egg, on an existing server that ran the old egg, that you update the startup line with the new one.

wheat pebble
#

not even our installer image

obsidian elbow
#

I suggest actually importing our egg, making a new server and install it from there.

mint hatch
#

The game installs but
[Pterodactyl Daemon]: Finished pulling Docker container image
:/home/container$ [ -n "${SERVER_PORT:-}" ] && sed -i "s/^server-port=./server-port=${SERVER_PORT}/" server.properties; [ -n "${SERVER_PORT:-}" ] && sed -i "s/^server-portv6=./server-portv6=${SERVER_PORTV6:-${SERVER_PORT}/" server.properties; LD_LIBRARY_PATH=. ./bedrock_server
/entrypoint.sh: eval: line 13: unexpected EOF while looking for matching `"'

obsidian elbow
#

Again, remove ur current server, and install a new one using the new correct egg.

#

To avoid issues with old startup lines etc

mint hatch
#

Fresh Server Fresh egg
[Pterodactyl Daemon]: Finished pulling Docker container image
:/home/container$ [ -n "${SERVER_PORT:-}" ] && sed -i "s/^server-port=./server-port=${SERVER_PORT}/" server.properties; [ -n "${SERVER_PORT:-}" ] && sed -i "s/^server-portv6=./server-portv6=${SERVER_PORTV6:-${SERVER_PORT}/" server.properties; LD_LIBRARY_PATH=. ./bedrock_server
/entrypoint.sh: eval: line 13: unexpected EOF while looking for matching `"'

obsidian elbow
#

The startup should just look like;

./bedrock_server

Can u send the egg u used here?

mint hatch
obsidian elbow
#

Should be fine. Can u send the install logs again?

mint hatch
obsidian elbow
#

It's missing quite a bit, log seems cut-off/ too long
Ill let danny/someone else handle this, as I'm in a car, can't go into troubleshoot atm.

wheat pebble
#

Try this for logs
cat $(ls -Alrt /var/log/pterodactyl/install/*.log | tail -1 | sed 's/ */ /g' | cut -s -d' ' -f9) | nc pteropaste.com 99

mint hatch
#

Paste may not exceed 131072 bytes

wheat pebble
#

haha of course

#

From what I can see of those logs, it looks like it installed fine

#

Is it still not starting ?

mint hatch
#

yeah it says
[Pterodactyl Daemon]: Finished pulling Docker container image
:/home/container$ [ -n "${SERVER_PORT:-}" ] && sed -i "s/^server-port=./server-port=${SERVER_PORT}/" server.properties; [ -n "${SERVER_PORT:-}" ] && sed -i "s/^server-portv6=./server-portv6=${SERVER_PORTV6:-${SERVER_PORT}/" server.properties; LD_LIBRARY_PATH=. ./bedrock_server

#

its installing perfect its just starting it

wheat pebble
#

Yeah... that's not the startup command from the egg

mint hatch
#

What is it? Im clueless

wheat pebble
#

Some garbage from some other egg

#

Sounds like you're still re-using an existing server that was setup with a different egg, instead of creating a fresh server with the right egg

mint hatch
#

I made a fresh server with the correct egg that you sent

#

I did update the egg and not make a new one could it be that?

wheat pebble
#

No way you end up with that set as the startup command on a fresh install from our egg

mint hatch
#

Let me make a fresh egg install

#

It might be my provisions making this happen as when i make a server in petro it works fine

#

i have a thing in my provisions that picks a different port if one is taken

#

I might have just set it up wrong

wheat pebble
#

If you have some third party code that is creating the server, then yes that could be overriding the startup command

obsidian elbow
#

Instead of updating the egg, add it as a new one.

mint hatch
#

Hmmm okay its my code Thank you guys ❤️

wheat spruce
# mint hatch

Was looking for a working egg. Worked for me. Thanks 😻