· 7 years ago · Mar 13, 2019, 04:52 PM
1root@shinobi:/home/Shinobi# pm2 logs --lines 100
2[TAILING] Tailing last 100 lines for [all] processes (change the value with --lines option)
3/root/.pm2/pm2.log last 100 lines:
4PM2 | 2019-03-13T17:46:24: PM2 log: PM2 PID file : /root/.pm2/pm2.pid
5PM2 | 2019-03-13T17:46:24: PM2 log: RPC socket file : /root/.pm2/rpc.sock
6PM2 | 2019-03-13T17:46:24: PM2 log: BUS socket file : /root/.pm2/pub.sock
7PM2 | 2019-03-13T17:46:24: PM2 log: Application log path : /root/.pm2/logs
8PM2 | 2019-03-13T17:46:24: PM2 log: Process dump file : /root/.pm2/dump.pm2
9PM2 | 2019-03-13T17:46:24: PM2 log: Concurrent actions : 2
10PM2 | 2019-03-13T17:46:24: PM2 log: SIGTERM timeout : 1600
11PM2 | 2019-03-13T17:46:24: PM2 log: ===============================================================================
12PM2 | 2019-03-13T17:46:24: PM2 log: App [camera:0] starting in -fork mode-
13PM2 | 2019-03-13T17:46:24: PM2 log: App [cron:1] starting in -fork mode-
14PM2 | 2019-03-13T17:46:24: PM2 log: App [camera:0] online
15PM2 | 2019-03-13T17:46:24: PM2 log: App [cron:1] online
16PM2 | 2019-03-13T18:01:15: PM2 log: Stopping app:camera id:0
17PM2 | 2019-03-13T18:01:15: PM2 log: Stopping app:cron id:1
18PM2 | 2019-03-13T18:01:15: PM2 log: App [cron:1] exited with code [0] via signal [SIGINT]
19PM2 | 2019-03-13T18:01:15: PM2 log: App [camera:0] exited with code [0] via signal [SIGINT]
20PM2 | 2019-03-13T18:01:15: PM2 log: pid=400 msg=process killed
21PM2 | 2019-03-13T18:01:15: PM2 log: pid=407 msg=process killed
22PM2 | 2019-03-13T18:01:15: PM2 log: PM2 successfully stopped
23PM2 | 2019-03-13T18:01:16: PM2 log: ===============================================================================
24PM2 | 2019-03-13T18:01:16: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
25PM2 | 2019-03-13T18:01:16: PM2 log: Time : Wed Mar 13 2019 18:01:16 GMT+0200 (Eastern European Standard Time)
26PM2 | 2019-03-13T18:01:16: PM2 log: PM2 version : 3.2.2
27PM2 | 2019-03-13T18:01:16: PM2 log: Node.js version : 11.11.0
28PM2 | 2019-03-13T18:01:16: PM2 log: Current arch : x64
29PM2 | 2019-03-13T18:01:16: PM2 log: PM2 home : /root/.pm2
30PM2 | 2019-03-13T18:01:16: PM2 log: PM2 PID file : /root/.pm2/pm2.pid
31PM2 | 2019-03-13T18:01:16: PM2 log: RPC socket file : /root/.pm2/rpc.sock
32PM2 | 2019-03-13T18:01:16: PM2 log: BUS socket file : /root/.pm2/pub.sock
33PM2 | 2019-03-13T18:01:16: PM2 log: Application log path : /root/.pm2/logs
34PM2 | 2019-03-13T18:01:16: PM2 log: Process dump file : /root/.pm2/dump.pm2
35PM2 | 2019-03-13T18:01:16: PM2 log: Concurrent actions : 2
36PM2 | 2019-03-13T18:01:16: PM2 log: SIGTERM timeout : 1600
37PM2 | 2019-03-13T18:01:16: PM2 log: ===============================================================================
38PM2 | 2019-03-13T18:01:16: PM2 log: PM2 successfully stopped
39PM2 | 2019-03-13T18:01:19: PM2 log: ===============================================================================
40PM2 | 2019-03-13T18:01:19: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
41PM2 | 2019-03-13T18:01:19: PM2 log: Time : Wed Mar 13 2019 18:01:19 GMT+0200 (Eastern European Standard Time)
42PM2 | 2019-03-13T18:01:19: PM2 log: PM2 version : 3.2.2
43PM2 | 2019-03-13T18:01:19: PM2 log: Node.js version : 11.11.0
44PM2 | 2019-03-13T18:01:19: PM2 log: Current arch : x64
45PM2 | 2019-03-13T18:01:19: PM2 log: PM2 home : /root/.pm2
46PM2 | 2019-03-13T18:01:19: PM2 log: PM2 PID file : /root/.pm2/pm2.pid
47PM2 | 2019-03-13T18:01:19: PM2 log: RPC socket file : /root/.pm2/rpc.sock
48PM2 | 2019-03-13T18:01:19: PM2 log: BUS socket file : /root/.pm2/pub.sock
49PM2 | 2019-03-13T18:01:19: PM2 log: Application log path : /root/.pm2/logs
50PM2 | 2019-03-13T18:01:19: PM2 log: Process dump file : /root/.pm2/dump.pm2
51PM2 | 2019-03-13T18:01:19: PM2 log: Concurrent actions : 2
52PM2 | 2019-03-13T18:01:19: PM2 log: SIGTERM timeout : 1600
53PM2 | 2019-03-13T18:01:19: PM2 log: ===============================================================================
54PM2 | 2019-03-13T18:01:19: PM2 log: App [camera:0] starting in -fork mode-
55PM2 | 2019-03-13T18:01:19: PM2 log: App [camera:0] online
56PM2 | 2019-03-13T18:24:45: PM2 log: Stopping app:camera id:0
57PM2 | 2019-03-13T18:24:46: PM2 log: App [camera:0] exited with code [0] via signal [SIGINT]
58PM2 | 2019-03-13T18:24:46: PM2 log: pid=3892 msg=process killed
59PM2 | 2019-03-13T18:24:46: PM2 log: App [camera:0] starting in -fork mode-
60PM2 | 2019-03-13T18:24:46: PM2 log: App [camera:0] online
61PM2 | 2019-03-13T18:25:05: PM2 log: App [cron:1] starting in -fork mode-
62PM2 | 2019-03-13T18:25:05: PM2 log: App [cron:1] online
63PM2 | 2019-03-13T18:27:44: PM2 log: Stopping app:cron id:1
64PM2 | 2019-03-13T18:27:44: PM2 log: App [cron:1] exited with code [0] via signal [SIGINT]
65PM2 | 2019-03-13T18:27:44: PM2 log: pid=5681 msg=process killed
66PM2 | 2019-03-13T18:27:44: PM2 log: App [cron:1] starting in -fork mode-
67PM2 | 2019-03-13T18:27:44: PM2 log: App [cron:1] online
68PM2 | 2019-03-13T18:32:25: PM2 log: Stopping app:camera id:0
69PM2 | 2019-03-13T18:32:25: PM2 log: Stopping app:cron id:1
70PM2 | 2019-03-13T18:32:25: PM2 log: App [cron:1] exited with code [0] via signal [SIGINT]
71PM2 | 2019-03-13T18:32:25: PM2 log: App [camera:0] exited with code [0] via signal [SIGINT]
72PM2 | 2019-03-13T18:32:25: PM2 log: pid=5881 msg=process killed
73PM2 | 2019-03-13T18:32:25: PM2 log: App [cron:1] starting in -fork mode-
74PM2 | 2019-03-13T18:32:25: PM2 log: App [cron:1] online
75PM2 | 2019-03-13T18:32:25: PM2 log: pid=5599 msg=process killed
76PM2 | 2019-03-13T18:32:25: PM2 log: App [camera:0] starting in -fork mode-
77PM2 | 2019-03-13T18:32:25: PM2 log: App [camera:0] online
78PM2 | 2019-03-13T18:33:36: PM2 log: Stopping app:camera id:0
79PM2 | 2019-03-13T18:33:36: PM2 log: Stopping app:cron id:1
80PM2 | 2019-03-13T18:33:36: PM2 log: App [cron:1] exited with code [0] via signal [SIGINT]
81PM2 | 2019-03-13T18:33:36: PM2 log: App [camera:0] exited with code [0] via signal [SIGINT]
82PM2 | 2019-03-13T18:33:37: PM2 log: pid=6181 msg=process killed
83PM2 | 2019-03-13T18:33:37: PM2 log: pid=6187 msg=process killed
84PM2 | 2019-03-13T18:33:37: PM2 log: PM2 successfully stopped
85PM2 | 2019-03-13T18:34:27: PM2 log: ===============================================================================
86PM2 | 2019-03-13T18:34:27: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
87PM2 | 2019-03-13T18:34:27: PM2 log: Time : Wed Mar 13 2019 18:34:27 GMT+0200 (Eastern European Standard Time)
88PM2 | 2019-03-13T18:34:27: PM2 log: PM2 version : 3.2.2
89PM2 | 2019-03-13T18:34:27: PM2 log: Node.js version : 11.11.0
90PM2 | 2019-03-13T18:34:27: PM2 log: Current arch : x64
91PM2 | 2019-03-13T18:34:27: PM2 log: PM2 home : /root/.pm2
92PM2 | 2019-03-13T18:34:27: PM2 log: PM2 PID file : /root/.pm2/pm2.pid
93PM2 | 2019-03-13T18:34:27: PM2 log: RPC socket file : /root/.pm2/rpc.sock
94PM2 | 2019-03-13T18:34:27: PM2 log: BUS socket file : /root/.pm2/pub.sock
95PM2 | 2019-03-13T18:34:27: PM2 log: Application log path : /root/.pm2/logs
96PM2 | 2019-03-13T18:34:27: PM2 log: Process dump file : /root/.pm2/dump.pm2
97PM2 | 2019-03-13T18:34:27: PM2 log: Concurrent actions : 2
98PM2 | 2019-03-13T18:34:27: PM2 log: SIGTERM timeout : 1600
99PM2 | 2019-03-13T18:34:27: PM2 log: ===============================================================================
100PM2 | 2019-03-13T18:34:38: PM2 log: App [camera:0] starting in -fork mode-
101PM2 | 2019-03-13T18:34:38: PM2 log: App [camera:0] online
102PM2 | 2019-03-13T18:34:43: PM2 log: App [cron:1] starting in -fork mode-
103PM2 | 2019-03-13T18:34:43: PM2 log: App [cron:1] online
104
105/root/.pm2/logs/camera-error.log last 100 lines:
106/root/.pm2/logs/camera-out.log last 100 lines:
1070|camera | No "ffbinaries". Continuing.
1080|camera | Run "npm install ffbinaries" to get this static FFmpeg downloader.
1090|camera | No "ffmpeg-static".
1100|camera | Available Hardware Acceleration Methods : vdpau, vaapi
1110|camera | FFmpeg version : 3.2.12-1~deb9u1
1120|camera | Node.js version : v11.11.0
1130|camera |
1140|camera | Shinobi : Web Server Listening on 80
1150|camera | 2019-03-13T18:34:40+02:00 ***@gmail.com : Checking Disk Used..
1160|camera | 2019-03-13T18:34:40+02:00 ***@gmail.com : Checking Disk Used..
1170|camera | 2019-03-13T18:34:40+02:00 ***@gmail.com : Completed Checking Disk Used. : 4 30854140
1180|camera | 2019-03-13T18:34:40+02:00 ***@gmail.com : Completed Checking Disk Used. : 4 30854140
1190|camera | 2019-03-13T18:34:40+02:00 Starting Monitors... Please Wait...
1200|camera | 2019-03-13T18:34:40+02:00 Orphaned Videos Found and Inserted : {"z0GfsMx6qQ":{"sdjkfhkjsdh":1}}
1210|camera | 2019-03-13T18:34:40+02:00 Shinobi is ready.
122
123/root/.pm2/logs/cron-error.log last 100 lines:
124/root/.pm2/logs/cron-out.log last 100 lines:
1251|cron | Shinobi : cron.js started