Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. root@Panel:/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. 07:15:01.428Z INFO wings: + ------------------------------------ +
  7. 07:15:01.436Z INFO wings: | Running Pterodactyl Daemon v0.6.12 |
  8. 07:15:01.436Z INFO wings: | https://pterodactyl.io |
  9. 07:15:01.436Z INFO wings: | Copyright 2015 - 2019 Dane Everitt |
  10. 07:15:01.436Z INFO wings: + ------------------------------------ +
  11. 07:15:01.436Z INFO wings: Loading modules, this could take a few seconds.
  12. 07:15:02.616Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
  13. 07:15:02.731Z INFO wings: Configuring user pterodactyl (id: 999) as the owner of all server files.
  14. 07:15:02.735Z INFO wings: Configuring timezone file location...
  15. 07:15:02.736Z INFO wings: Checking container networking environment...
  16. 07:15:02.750Z INFO wings: Found network interface for daemon: pterodactyl_nw
  17. 07:15:02.751Z INFO wings: Ensuring correct network interface for containers...
  18. 07:15:02.762Z INFO wings: Networking gateway detected as 172.18.0.1 for interface: pterodactyl0.
  19. 07:15:02.764Z INFO wings: Contacting panel to retrieve a list of currrent Eggs available to the node.
  20. 07:15:12.263Z FATAL wings: A fatal error caused the daemon to abort the startup.
  21. Error: Error while attempting to fetch list of Eggs from the panel.
  22. at Request [as _callback] (/srv/daemon/src/controllers/service.js:95:31)
  23. at Request.self.callback (/srv/daemon/node_modules/request/request.js:185:22)
  24. at emitTwo (events.js:126:13)
  25. at Request.emit (events.js:214:7)
  26. at Request.<anonymous> (/srv/daemon/node_modules/request/request.js:1157:10)
  27. at emitOne (events.js:116:13)
  28. at Request.emit (events.js:211:7)
  29. at IncomingMessage.<anonymous> (/srv/daemon/node_modules/request/request.js:1079:12)
  30. at Object.onceWrapper (events.js:313:30)
  31. at emitNone (events.js:111:20)
  32. --
  33. additional: {
  34. "responseCode": 500,
  35. "requestURL": "https://panel.backspin-hosting.com/api/remote/eggs"
  36. }
  37. 07:15:12.267Z ERROR wings: You should forcibly quit this process (CTRL+C) and attempt to fix the issue.
  38. root@Panel:/srv/daemon# ^C
  39. root@Panel:/srv/daemon#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement