Advertisement
celtic762

Untitled

Oct 23rd, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 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. 17:15:20.063Z INFO wings: + ------------------------------------ +
  7. 17:15:20.064Z INFO wings: | Running Pterodactyl Daemon v0.6.12 |
  8. 17:15:20.064Z INFO wings: | https://pterodactyl.io |
  9. 17:15:20.064Z INFO wings: | Copyright 2015 - 2019 Dane Everitt |
  10. 17:15:20.064Z INFO wings: + ------------------------------------ +
  11. 17:15:20.064Z INFO wings: Loading modules, this could take a few seconds.
  12. 17:15:20.246Z INFO wings: Modules loaded, starting Pterodactyl Daemon...
  13. 17:15:20.274Z INFO wings: Configuring user pterodactyl (id: 999) as the owner of all server files.
  14. 17:15:20.275Z INFO wings: Configuring timezone file location...
  15. 17:15:20.275Z INFO wings: Checking container networking environment...
  16. 17:15:20.279Z INFO wings: Found network interface for daemon: pterodactyl_nw
  17. 17:15:20.279Z INFO wings: Ensuring correct network interface for containers...
  18. 17:15:20.283Z INFO wings: Networking gateway detected as 172.18.0.1 for interface: pterodactyl0.
  19. 17:15:20.969Z INFO wings: Contacting panel to retrieve a list of currrent Eggs available to the node.
  20. 17:15:20.989Z INFO wings: Checking existing eggs against Panel response...
  21. 17:15:20.990Z INFO wings: Beginning server initialization process.
  22. 17:15:21.009Z INFO wings: Server status has been changed to ON (server=50d0577a-decc-4960-9207-e86de2ff1c35)
  23. 17:15:21.011Z INFO wings: Server status has been changed to ON (server=53f5e21d-23ea-4719-9001-5ec47f738f1f)
  24. 17:15:21.012Z INFO wings: Server status has been changed to ON (server=c866ad69-1447-43c4-993f-ad1e09a1fe16)
  25. 17:15:21.013Z INFO wings: Server status has been changed to ON (server=e833eb44-5979-4cee-8c3f-1641b3eb43f3)
  26. 17:15:21.017Z INFO wings: Server status has been changed to ON (server=e1971b41-4c77-4d08-9c11-6b571a1e4224)
  27. 17:15:21.026Z INFO wings: Daemon detected that the server container is currently running, re-attaching to it now! (server=53f5e21d-23ea-4719-9001-5ec47f738f1f)
  28. 17:15:21.030Z INFO wings: Daemon detected that the server container is currently running, re-attaching to it now! (server=c866ad69-1447-43c4-993f-ad1e09a1fe16)
  29. 17:15:21.033Z INFO wings: Daemon detected that the server container is currently running, re-attaching to it now! (server=50d0577a-decc-4960-9207-e86de2ff1c35)
  30. 17:15:21.036Z INFO wings: Daemon detected that the server container is currently running, re-attaching to it now! (server=e833eb44-5979-4cee-8c3f-1641b3eb43f3)
  31. 17:15:21.039Z INFO wings: Daemon detected that the server container is currently running, re-attaching to it now! (server=e1971b41-4c77-4d08-9c11-6b571a1e4224)
  32. 17:15:21.086Z INFO wings: Configuring websocket for daemon stats...
  33. 17:15:21.086Z INFO wings: Configuring internal SFTP server...
  34. 17:15:21.091Z FATAL wings: A fatal error occured during an operation. (err.code=EADDRINUSE)
  35. Error: listen EADDRINUSE: address already in use 0.0.0.0:2022
  36. at Server.setupListenHandle [as _listen2] (net.js:1279:14)
  37. at listenInCluster (net.js:1327:12)
  38. at doListen (net.js:1460:7)
  39. at process._tickCallback (internal/process/next_tick.js:63:19)
  40. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement