Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. docker@docker:~$ docker logs -f CTFPad_2
  2. initializing ctfpad database
  3. symlinking ctfpad.sqlite to ctfpad directory
  4. creating uploads directory
  5. Generating SSL certificate
  6. Generating RSA private key, 2048 bit long modulus
  7. .......+++++
  8. ............................................................+++++
  9. e is 65537 (0x10001)
  10. No value provided for Subject Attribute C, skipped
  11. No value provided for Subject Attribute ST, skipped
  12. No value provided for Subject Attribute L, skipped
  13. No value provided for Subject Attribute O, skipped
  14. No value provided for Subject Attribute OU, skipped
  15. No value provided for Subject Attribute CN, skipped
  16. Signature ok
  17. subject=
  18. Getting Private key
  19. configuring etherpad...
  20. configuring ctfpad...
  21. fs.js:646
  22. return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
  23. ^
  24.  
  25. Error: ENOENT: no such file or directory, open 'etherpad-lite/APIKEY.txt'
  26. at Object.fs.openSync (fs.js:646:18)
  27. at Object.fs.readFileSync (fs.js:551:33)
  28. at Object.<anonymous> (/ctfpad/ctfpad/main.coffee:12:13)
  29. at Object.<anonymous> (/ctfpad/ctfpad/main.coffee:1:1)
  30. at Module._compile (module.js:635:30)
  31. at Object.loadFile (/ctfpad/ctfpad/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
  32. at Module.load (/ctfpad/ctfpad/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
  33. at tryModuleLoad (module.js:497:12)
  34. at Function.Module._load (module.js:489:3)
  35. at Module.require (module.js:579:17)
  36. at require (internal/module.js:11:18)
  37. at Object.<anonymous> (/ctfpad/ctfpad/main.js:2:1)
  38. at Module._compile (module.js:635:30)
  39. at Object.Module._extensions..js (module.js:646:10)
  40. at Module.load (module.js:554:32)
  41. at tryModuleLoad (module.js:497:12)
  42. at Function.Module._load (module.js:489:3)
  43. at Function.Module.runMain (module.js:676:10)
  44. at startup (bootstrap_node.js:187:16)
  45. at bootstrap_node.js:608:3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement