Advertisement
Guest User

Pterodactyl daemon error

a guest
Jan 17th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. > pterodactyl-daemon@0.3.7 start /srv/daemon
  2. > node src/index.js | node_modules/bunyan/bin/bunyan -o short
  3.  
  4. 23:25:21.026Z INFO wings: + ------------------------------------ +
  5. 23:25:21.033Z INFO wings: | Running Pterodactyl Daemon v0.3.7 |
  6. 23:25:21.034Z INFO wings: | https://pterodactyl.io |
  7. 23:25:21.034Z INFO wings: | Copyright 2015 - 2016 Dane Everitt |
  8. 23:25:21.034Z INFO wings: + ------------------------------------ +
  9. 23:25:21.034Z INFO wings: Loading modules, this could take a few seconds.
  10. 23:25:21.320Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
  11. 23:25:21.328Z INFO wings: Checking container networking environment...
  12. 23:25:21.335Z INFO wings: Attempting to start SFTP service container...
  13. 23:25:21.378Z INFO wings: Found network interface for daemon: pterodactyl_nw
  14. 23:25:21.381Z INFO wings: Checking pterodactyl0 interface and setting configuration values.
  15. 23:25:21.381Z INFO wings: Checking gateway for pterodactyl0
  16. 23:25:21.385Z WARN wings: Unable to locate a suitable SFTP container in the configuration, creating one now.
  17. 23:25:21.386Z INFO wings: Checking if we need to update the SFTP container image quay.io/pterodactyl/scrappy:latest, if so it will happen now.
  18. 23:25:21.400Z INFO wings: Gateway detected as 172.18.0.1 for pterodactyl0.
  19. 23:25:21.404Z INFO wings: Attempting to load servers and initialize daemon...
  20. 23:25:21.407Z INFO wings: Configuring websocket for daemon stats...
  21. 23:25:22.712Z INFO wings: Pterodactyl Daemon is up-to-date!
  22. 23:25:24.687Z FATAL wings: A fatal error caused the daemon to stop abruptly.
  23. Error: (HTTP code 500) server error - driver failed programming external connectivity on endpoint stupefied_ride (cc6996898e279f6c21d8c4fb220bf2fb77eb4e9610a9ffda279a116fcd82b31a): Bind for 0.0.0.0:2022 failed: port is already allocated
  24. at /srv/daemon/node_modules/docker-modem/lib/modem.js:229:17
  25. at getCause (/srv/daemon/node_modules/docker-modem/lib/modem.js:259:7)
  26. at Modem.buildPayload (/srv/daemon/node_modules/docker-modem/lib/modem.js:228:5)
  27. at IncomingMessage.<anonymous> (/srv/daemon/node_modules/docker-modem/lib/modem.js:204:14)
  28. at emitNone (events.js:91:20)
  29. at IncomingMessage.emit (events.js:185:7)
  30. at endReadableNT (_stream_readable.js:974:12)
  31. at _combinedTickCallback (internal/process/next_tick.js:74:11)
  32. at process._tickDomainCallback (internal/process/next_tick.js:122:9)
  33. --
  34. additional: {
  35. "reason": "server error",
  36. "statusCode": 500,
  37. "json": {
  38. "message": "driver failed programming external connectivity on endpoint stupefied_ride (cc6996898e279f6c21d8c4fb220bf2fb77eb4e9610a9ffda279a116fcd82b31a): Bind for 0.0.0.0:2022 failed: port is already allocated"
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement