Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. daemon_1 |
  2. daemon_1 | > pteronode@0.6.12 start /srv/daemon
  3. daemon_1 | > node src/index.js | node_modules/bunyan/bin/bunyan -o short
  4. daemon_1 |
  5. daemon_1 | 18:00:58.756Z INFO wings: + ------------------------------------ +
  6. daemon_1 | 18:00:58.757Z INFO wings: | Running Pterodactyl Daemon v0.6.12 |
  7. daemon_1 | 18:00:58.758Z INFO wings: | https://pterodactyl.io |
  8. daemon_1 | 18:00:58.758Z INFO wings: | Copyright 2015 - 2019 Dane Everitt |
  9. daemon_1 | 18:00:58.758Z INFO wings: + ------------------------------------ +
  10. daemon_1 | 18:00:58.758Z INFO wings: Loading modules, this could take a few seconds.
  11. daemon_1 | 18:00:59.181Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
  12. daemon_1 | 18:00:59.257Z INFO wings: Configuring user pterodactyl (id: 500) as the owner of all server files.
  13. daemon_1 | 18:00:59.260Z INFO wings: Configuring timezone file location...
  14. daemon_1 | 18:00:59.261Z INFO wings: Checking container networking environment...
  15. daemon_1 | 18:00:59.268Z WARN wings: No isolated network interface for containers was detected, creating one now.
  16. daemon_1 | 18:00:59.272Z FATAL wings: A fatal error caused the daemon to abort the startup.
  17. daemon_1 | Error: (HTTP code 403) unexpected - Pool overlaps with other one on this address space
  18. daemon_1 | at /srv/daemon/node_modules/docker-modem/lib/modem.js:254:17
  19. daemon_1 | at getCause (/srv/daemon/node_modules/docker-modem/lib/modem.js:284:7)
  20. daemon_1 | at Modem.buildPayload (/srv/daemon/node_modules/docker-modem/lib/modem.js:253:5)
  21. daemon_1 | at IncomingMessage.<anonymous> (/srv/daemon/node_modules/docker-modem/lib/modem.js:229:14)
  22. daemon_1 | at emitNone (events.js:111:20)
  23. daemon_1 | at IncomingMessage.emit (events.js:208:7)
  24. daemon_1 | at endReadableNT (_stream_readable.js:1064:12)
  25. daemon_1 | at _combinedTickCallback (internal/process/next_tick.js:139:11)
  26. daemon_1 | at process._tickDomainCallback (internal/process/next_tick.js:219:9)
  27. daemon_1 | --
  28. daemon_1 | additional: {
  29. daemon_1 | "statusCode": 403,
  30. daemon_1 | "json": {
  31. daemon_1 | "message": "Pool overlaps with other one on this address space"
  32. daemon_1 | }
  33. daemon_1 | }
  34. daemon_1 | 18:00:59.272Z 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