Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. /home/ubuntu/.pm2/pm2.log last 15 lines:
  2. PM2 | [2020-01-20T00:48:43.066Z] PM2 log: App [camera] with id [0] and pid [22146], exited with code [0] via signal [SIGINT]
  3. PM2 | [2020-01-20T00:48:43.070Z] PM2 log: Starting execution sequence in -fork mode- for app name:camera id:0
  4. PM2 | [2020-01-20T00:48:43.094Z] PM2 log: App name:camera id:0 online
  5. PM2 | [2020-01-20T00:48:49.697Z] PM2 log: App [camera] with id [0] and pid [22208], exited with code [0] via signal [SIGINT]
  6. PM2 | [2020-01-20T00:48:49.701Z] PM2 log: Starting execution sequence in -fork mode- for app name:camera id:0
  7. PM2 | [2020-01-20T00:48:49.724Z] PM2 log: App name:camera id:0 online
  8. PM2 | [2020-01-20T00:48:56.244Z] PM2 log: App [camera] with id [0] and pid [22286], exited with code [0] via signal [SIGINT]
  9. PM2 | [2020-01-20T00:48:56.251Z] PM2 log: Starting execution sequence in -fork mode- for app name:camera id:0
  10. PM2 | [2020-01-20T00:48:56.277Z] PM2 log: App name:camera id:0 online
  11. PM2 | [2020-01-20T00:49:02.804Z] PM2 log: App [camera] with id [0] and pid [22332], exited with code [0] via signal [SIGINT]
  12. PM2 | [2020-01-20T00:49:02.808Z] PM2 log: Starting execution sequence in -fork mode- for app name:camera id:0
  13. PM2 | [2020-01-20T00:49:02.831Z] PM2 log: App name:camera id:0 online
  14. PM2 | [2020-01-20T00:49:09.637Z] PM2 log: App [camera] with id [0] and pid [22379], exited with code [0] via signal [SIGINT]
  15. PM2 | [2020-01-20T00:49:09.643Z] PM2 log: Starting execution sequence in -fork mode- for app name:camera id:0
  16. PM2 | [2020-01-20T00:49:09.702Z] PM2 log: App name:camera id:0 online
  17.  
  18. /home/ubuntu/.pm2/logs/cron-error.log last 15 lines:
  19. /home/ubuntu/.pm2/logs/cron-out.log last 15 lines:
  20. 1|cron | Shinobi : cron.js started
  21. 1|cron | Shinobi : cron.js started
  22. 1|cron | Shinobi : cron.js started
  23. 1|cron | Shinobi : cron.js started
  24. 1|cron | Shinobi : cron.js started
  25.  
  26. /home/ubuntu/.pm2/logs/camera-error.log last 15 lines:
  27. 0|camera | at Object.ffmpeg.checkVersion (/home/Shinobi/libs/ffmpeg.js:88:9)
  28. 0|camera | at Object.ffmpeg.completeCheck (/home/Shinobi/libs/ffmpeg.js:127:16)
  29. 0|camera | at module.exports (/home/Shinobi/libs/ffmpeg.js:1056:16)
  30. 0|camera | Uncaught Exception occured!
  31. 0|camera | Error: ENOENT: no such file or directory, open '/path/to/key/file'
  32. 0|camera | at Object.openSync (fs.js:439:3)
  33. 0|camera | at Object.readFileSync (fs.js:344:35)
  34. 0|camera | at module.exports (/home/Shinobi/libs/webServer.js:61:27)
  35. 0|camera | at /home/Shinobi/camera.js:41:35
  36. 0|camera | at /home/Shinobi/libs/ffmpeg.js:132:17
  37. 0|camera | at Object.ffmpeg.checkHwAccelMethods (/home/Shinobi/libs/ffmpeg.js:124:9)
  38. 0|camera | at /home/Shinobi/libs/ffmpeg.js:128:20
  39. 0|camera | at Object.ffmpeg.checkVersion (/home/Shinobi/libs/ffmpeg.js:88:9)
  40. 0|camera | at Object.ffmpeg.completeCheck (/home/Shinobi/libs/ffmpeg.js:127:16)
  41. 0|camera | at module.exports (/home/Shinobi/libs/ffmpeg.js:1056:16)
  42.  
  43. /home/ubuntu/.pm2/logs/camera-out.log last 15 lines:
  44. 0|camera | Available Hardware Acceleration Methods : vdpau, vaapi, drm
  45. 0|camera | 2020-01-20T00:48:55+00:00 Current Version : 426ce3a663db12d3fe3f1f3aab3cb48f5763e958
  46. 0|camera |
  47. 0|camera | No "ffbinaries". Continuing.
  48. 0|camera | Run "npm install ffbinaries" to get this static FFmpeg downloader.
  49. 0|camera | No "ffmpeg-static".
  50. 0|camera | Available Hardware Acceleration Methods : vdpau, vaapi, drm
  51. 0|camera | 2020-01-20T00:49:01+00:00 Current Version : 426ce3a663db12d3fe3f1f3aab3cb48f5763e958
  52. 0|camera |
  53. 0|camera | No "ffbinaries". Continuing.
  54. 0|camera | Run "npm install ffbinaries" to get this static FFmpeg downloader.
  55. 0|camera | No "ffmpeg-static".
  56. 0|camera | Available Hardware Acceleration Methods : vdpau, vaapi, drm
  57. 0|camera | 2020-01-20T00:49:08+00:00 Current Version : 426ce3a663db12d3fe3f1f3aab3cb48f5763e958
  58. 0|camera |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement