Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. root@instance-4:/srv/daemon# sudo npm start
  2.  
  3. > pteronode@0.6.12 start /srv/daemon
  4. > node src/index.js | node_modules/bunyan/bin/bunyan -o short
  5.  
  6. 18:05:51.960Z INFO wings: + ------------------------------------ +
  7. 18:05:51.965Z INFO wings: | Running Pterodactyl Daemon v0.6.12 |
  8. 18:05:51.965Z INFO wings: | https://pterodactyl.io |
  9. 18:05:51.965Z INFO wings: | Copyright 2015 - 2019 Dane Everitt |
  10. 18:05:51.965Z INFO wings: + ------------------------------------ +
  11. 18:05:51.965Z INFO wings: Loading modules, this could take a few seconds.
  12. 18:05:52.389Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
  13. 18:13:39.821Z INFO wings: | Copyright 2015 - 2019 Dane Everitt |
  14. 18:13:39.821Z INFO wings: + ------------------------------------ +
  15. 18:13:39.821Z INFO wings: Loading modules, this could take a few seconds.
  16. 18:13:40.252Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
  17. 18:13:40.349Z INFO wings: Configuring user pterodactyl (id: 999) as the owner of all server files.
  18. 18:13:40.354Z INFO wings: Configuring timezone file location...
  19. 18:13:40.355Z INFO wings: Checking container networking environment...
  20. 18:13:40.364Z INFO wings: Found network interface for daemon: pterodactyl_nw
  21. 18:13:40.366Z INFO wings: Ensuring correct network interface for containers...
  22. 18:13:40.375Z INFO wings: Networking gateway detected as 172.18.0.1 for interface: pterodactyl0.
  23. 18:13:40.378Z INFO wings: Contacting panel to retrieve a list of currrent Eggs available to the node.
  24. 18:13:40.412Z INFO wings: Checking existing eggs against Panel response...
  25. 18:13:40.415Z INFO wings: Beginning server initialization process.
  26. 18:13:40.441Z INFO wings: Configuring websocket for daemon stats...
  27. 18:13:40.443Z INFO wings: Configuring internal SFTP server...
  28. 18:13:40.467Z INFO wings: Pterodactyl Daemon is up-to-date!
  29. 18:13:40.468Z INFO wings: Pterodactyl Daemon is now listening for insecure connections on 0.0.0.0:8080
  30. ^[OA^[OA^[OB18:13:49.413Z INFO wings: Server status has been changed to STARTING (server=b3074f4c-041f-4ea2-a7a9-57e30b3303c5)
  31. 18:13:49.538Z INFO wings: Server status has been changed to OFF (server=b3074f4c-041f-4ea2-a7a9-57e30b3303c5)
  32. 18:13:49.540Z ERROR wings: (HTTP code 500) server error - driver failed programming external connectivity on endpoint b3074f4c-041f-4ea2-a7a9-57e30b3303c5 (b669746631cf4e3472244472d37035840e511697d3d96bb1fcf9526d9701701a): Error starting userland proxy: listen tcp 35.194.21.138:25565: bind: cannot assign requested address (server=b3074f4c-041f-4ea2-a7a9-57e30b3303c5)
  33. Error: (HTTP code 500) server error - driver failed programming external connectivity on endpoint b3074f4c-041f-4ea2-a7a9-57e30b3303c5 (b669746631cf4e3472244472d37035840e511697d3d96bb1fcf9526d9701701a): Error starting userland proxy: listen tcp 35.194.21.138:25565: bind: cannot assign requested address
  34. at /srv/daemon/node_modules/docker-modem/lib/modem.js:257:17
  35. at getCause (/srv/daemon/node_modules/docker-modem/lib/modem.js:287:7)
  36. at Modem.buildPayload (/srv/daemon/node_modules/docker-modem/lib/modem.js:256:5)
  37. at IncomingMessage.<anonymous> (/srv/daemon/node_modules/docker-modem/lib/modem.js:232:14)
  38. at emitNone (events.js:111:20)
  39. at IncomingMessage.emit (events.js:208:7)
  40. at endReadableNT (_stream_readable.js:1064:12)
  41. at _combinedTickCallback (internal/process/next_tick.js:138:11)
  42. at process._tickDomainCallback (internal/process/next_tick.js:218:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement