Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. > pteronode@0.6.12 start /srv/daemon
  2. > node src/index.js | node_modules/bunyan/bin/bunyan -o short
  3.  
  4. 08:27:38.309Z INFO wings: + ------------------------------------ +
  5. 08:27:38.311Z INFO wings: | Running Pterodactyl Daemon v0.6.12 |
  6. 08:27:38.312Z INFO wings: | https://pterodactyl.io |
  7. 08:27:38.312Z INFO wings: | Copyright 2015 - 2019 Dane Everitt |
  8. 08:27:38.312Z INFO wings: + ------------------------------------ +
  9. 08:27:38.312Z INFO wings: Loading modules, this could take a few seconds.
  10. 08:27:39.192Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
  11. 08:27:39.283Z INFO wings: Configuring user pterodactyl (id: 999) as the owner o f all server files.
  12. 08:27:39.287Z INFO wings: Configuring timezone file location...
  13. 08:27:39.287Z INFO wings: Checking container networking environment...
  14. 08:27:39.302Z INFO wings: Found network interface for daemon: pterodactyl_nw
  15. 08:27:39.303Z INFO wings: Ensuring correct network interface for containers...
  16. 08:27:39.316Z INFO wings: Networking gateway detected as 172.18.0.1 for interfa ce: pterodactyl0.
  17. 08:27:39.321Z INFO wings: Contacting panel to retrieve a list of currrent Eggs available to the node.
  18. 08:27:59.348Z FATAL wings: A fatal error caused the daemon to abort the startup. (err.code=EAI_AGAIN)
  19. Error: getaddrinfo EAI_AGAIN cloud.newskool.live cloud.newskool.live:443
  20. at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26)
  21. --
  22. additional: {
  23. "errno": "EAI_AGAIN",
  24. "code": "EAI_AGAIN",
  25. "syscall": "getaddrinfo",
  26. "hostname": "cloud.newskool.live",
  27. "host": "cloud.newskool.live",
  28. "port": 443
  29. }
  30. 08:27:59.349Z ERROR wings: You should forcibly quit this process (CTRL+C) and at tempt to fix the issue.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement