Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. > pteronode@0.6.13 start /home/pterodactyl
  2. > node src/index.js | node_modules/bunyan/bin/bunyan -o short
  3.  
  4. 22:14:56.549Z INFO wings: + ------------------------------------ +
  5. 22:14:56.551Z INFO wings: | Running Pterodactyl Daemon v0.6.13 |
  6. 22:14:56.551Z INFO wings: | https://pterodactyl.io |
  7. 22:14:56.551Z INFO wings: | |
  8. 22:14:56.551Z INFO wings: | Copyright 2015 - 2020 Dane Everitt |
  9. 22:14:56.552Z INFO wings: | and contributors |
  10. 22:14:56.552Z INFO wings: + ------------------------------------ +
  11. 22:14:56.552Z INFO wings: Loading modules, this could take a few seconds.
  12. 22:14:56.863Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
  13. 22:14:56.920Z INFO wings: Configuring user pterodactyl (id: 990) as the owner of all server files.
  14. 22:14:56.928Z INFO wings: Configuring timezone file location...
  15. 22:14:56.933Z INFO wings: Checking container networking environment...
  16. 22:14:56.943Z WARN wings: No isolated network interface for containers was detected, creating one now.
  17. 22:14:56.953Z FATAL wings: A fatal error caused the daemon to abort the startup.
  18. Error: (HTTP code 403) unexpected - Pool overlaps with other one on this address space
  19. at /home/pterodactyl/node_modules/docker-modem/lib/modem.js:257:17
  20. at getCause (/home/pterodactyl/node_modules/docker-modem/lib/modem.js:287:7)
  21. at Modem.buildPayload (/home/pterodactyl/node_modules/docker-modem/lib/modem.js:256:5)
  22. at IncomingMessage.<anonymous> (/home/pterodactyl/node_modules/docker-modem/lib/modem.js:232:14)
  23. at IncomingMessage.emit (events.js:203:15)
  24. at IncomingMessage.EventEmitter.emit (domain.js:448:20)
  25. at endReadableNT (_stream_readable.js:1145:12)
  26. at process._tickCallback (internal/process/next_tick.js:63:19)
  27. --
  28. additional: {
  29. "statusCode": 403,
  30. "json": {
  31. "message": "Pool overlaps with other one on this address space"
  32. }
  33. }
  34. 22:14:56.953Z ERROR wings: You should forcibly quit this process (CTRL+C) and attempt to fix the issue.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement