Skip to content

Instantly share code, notes, and snippets.

@Sapd
Created March 2, 2019 00:00
Show Gist options
  • Save Sapd/4286bbe804ef853c63a9b8118466c272 to your computer and use it in GitHub Desktop.
Save Sapd/4286bbe804ef853c63a9b8118466c272 to your computer and use it in GitHub Desktop.
[root@gameserver daemon]# npm start --trace-warnings
> pteronode@0.6.11 start /srv/daemon
> node src/index.js | node_modules/bunyan/bin/bunyan -o short
23:48:24.334Z INFO wings: + ------------------------------------ +
23:48:24.336Z INFO wings: | Running Pterodactyl Daemon v0.6.11 |
23:48:24.336Z INFO wings: | https://pterodactyl.io |
23:48:24.336Z INFO wings: | Copyright 2015 - 2018 Dane Everitt |
23:48:24.336Z INFO wings: + ------------------------------------ +
23:48:24.336Z INFO wings: Loading modules, this could take a few seconds.
23:48:24.633Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
23:48:24.684Z INFO wings: Configuring user pterodactyl (id: 996) as the owner of all server files.
23:48:24.687Z INFO wings: Configuring timezone file location...
23:48:24.687Z INFO wings: Checking container networking environment...
23:48:24.695Z INFO wings: Found network interface for daemon: pterodactyl_nw
23:48:24.695Z INFO wings: Ensuring correct network interface for containers...
23:48:24.701Z INFO wings: Networking gateway detected as 172.18.0.1 for interface: pterodactyl0.
23:48:24.703Z INFO wings: Contacting panel to retrieve a list of currrent Eggs available to the node.
23:48:24.851Z INFO wings: Checking existing eggs against Panel response...
23:48:24.853Z INFO wings: Beginning server initialization process.
(node:15684) UnhandledPromiseRejectionWarning: Error: Callback was already called.
at /srv/daemon/node_modules/async/dist/async.js:966:32
at /srv/daemon/node_modules/async/dist/async.js:3885:13
at initContainer.err (/srv/daemon/src/controllers/server.js:91:32)
at docker.Docker (/srv/daemon/src/controllers/server.js:131:24)
at processTicksAndRejections (internal/process/next_tick.js:81:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment