Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. > pteronode@0.4.5 start /srv/daemon
  2. > node src/index.js | node_modules/bunyan/bin/bunyan -o short
  3.  
  4. 20:37:36.901Z INFO wings: + ------------------------------------ +
  5. 20:37:36.904Z INFO wings: | Running Pterodactyl Daemon v0.4.5 |
  6. 20:37:36.904Z INFO wings: | https://pterodactyl.io |
  7. 20:37:36.904Z INFO wings: | Copyright 2015 - 2017 Dane Everitt |
  8. 20:37:36.904Z INFO wings: + ------------------------------------ +
  9. 20:37:36.904Z INFO wings: Loading modules, this could take a few seconds.
  10. fs.js:642
  11. return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
  12. ^
  13.  
  14. Error: ENOENT: no such file or directory, open '/etc/letsencrypt/live/Nodeb.carrothost.nl/fullchain.pem'
  15. at Error (native)
  16. at Object.fs.openSync (fs.js:642:18)
  17. at Object.fs.readFileSync (fs.js:510:33)
  18. at Object.<anonymous> (/srv/daemon/src/http/restify.js:50:64)
  19. at Module._compile (module.js:570:32)
  20. at Object.Module._extensions..js (module.js:579:10)
  21. at Module.load (module.js:487:32)
  22. at tryModuleLoad (module.js:446:12)
  23. at Function.Module._load (module.js:438:3)
  24. at Module.require (module.js:497:17)
  25. root@vmi154684:/srv/daemon# ^C
  26. root@vmi154684:/srv/daemon#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement