Advertisement
celtic762

Untitled

Oct 23rd, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. root@Ubuntu-1804-bionic-64-minimal /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. 16:36:53.262Z INFO wings: + ------------------------------------ +
  7. 16:36:53.263Z INFO wings: | Running Pterodactyl Daemon v0.6.12 |
  8. 16:36:53.263Z INFO wings: | https://pterodactyl.io |
  9. 16:36:53.263Z INFO wings: | Copyright 2015 - 2019 Dane Everitt |
  10. 16:36:53.263Z INFO wings: + ------------------------------------ +
  11. 16:36:53.263Z INFO wings: Loading modules, this could take a few seconds.
  12. 16:36:53.445Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
  13. 16:36:53.472Z INFO wings: Configuring user pterodactyl (id: 999) as the owner of all server files.
  14. 16:36:53.518Z INFO wings: Configuring timezone file location...
  15. 16:36:53.518Z INFO wings: Checking container networking environment...
  16. 16:36:53.522Z INFO wings: Found network interface for daemon: pterodactyl_nw
  17. 16:36:53.522Z INFO wings: Ensuring correct network interface for containers...
  18. 16:36:53.527Z INFO wings: Networking gateway detected as 172.18.0.1 for interface: pterodactyl0.
  19. 16:36:53.529Z INFO wings: Contacting panel to retrieve a list of currrent Eggs available to the node.
  20. 16:36:53.552Z 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 Request.emit (events.js:198:13)
  25. at Request.EventEmitter.emit (domain.js:448:20)
  26. at Request.<anonymous> (/srv/daemon/node_modules/request/request.js:1157:10)
  27. at Request.emit (events.js:198:13)
  28. at Request.EventEmitter.emit (domain.js:448:20)
  29. at IncomingMessage.<anonymous> (/srv/daemon/node_modules/request/request.js:1079:12)
  30. at Object.onceWrapper (events.js:286:20)
  31. at IncomingMessage.emit (events.js:203:15)
  32. --
  33. additional: {
  34. "responseCode": 401,
  35. "requestURL": "http://95.216.68.22/api/remote/eggs"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement