Read the statement by Michael Teeuw here.
Fresh install but pm2 error
-
No it is only one to see…
pi@raspberrypi:~/MagicMirror $ pm2 status ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐ │ id │ name │ mode │ ↺ │ status │ cpu │ memory │ ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤ │ 0 │ MagicMirror │ fork │ 0 │ online │ 0% │ 2.4mb │ └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘ pi@raspberrypi:~/MagicMirror $ -
@Hubschra01 weird… delete that instance
pm2 delete 0then run my fixup script
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)" -
PM2 | 2020-01-21T11:38:39: PM2 log: Node.js version : 10.18.1 PM2 | 2020-01-21T11:38:39: PM2 log: Current arch : arm PM2 | 2020-01-21T11:38:39: PM2 log: PM2 home : /home/pi/.pm2 PM2 | 2020-01-21T11:38:39: PM2 log: PM2 PID file : /home/pi/.pm2/pm2.pid PM2 | 2020-01-21T11:38:39: PM2 log: RPC socket file : /home/pi/.pm2/rpc.sock PM2 | 2020-01-21T11:38:39: PM2 log: BUS socket file : /home/pi/.pm2/pub.sock PM2 | 2020-01-21T11:38:39: PM2 log: Application log path : /home/pi/.pm2/logs PM2 | 2020-01-21T11:38:39: PM2 log: Worker Interval : 30000 PM2 | 2020-01-21T11:38:39: PM2 log: Process dump file : /home/pi/.pm2/dump.pm2 PM2 | 2020-01-21T11:38:39: PM2 log: Concurrent actions : 2 PM2 | 2020-01-21T11:38:39: PM2 log: SIGTERM timeout : 1600 /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines: 0|MagicMir | + arch=armv7l 0|MagicMir | + false=false 0|MagicMir | ++ grep -i serveronly: 0|MagicMir | ++ awk '{print tolower($2)}' 0|MagicMir | ++ tr -d ',"'\''' 0|MagicMir | ++ grep -v '^\s//' config/config.js 0|MagicMir | + serveronly= 0|MagicMir | + serveronly=false 0|MagicMir | ++ pgrep Xorg 0|MagicMir | + xorg=429 0|MagicMir | ++ uname 0|MagicMir | + mac=Linux 0|MagicMir | + '[' false. '!=' false. -o armv7l == armv6l ']' 0|MagicMir | + '[' 429. == . -a Linux '!=' Darwin ']' 0|MagicMir | + electron js/electron.js /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines: 0|MagicMir | [11:38:49.100] [LOG] Module helper loaded: calendar 0|MagicMir | [11:38:49.101] [LOG] No helper found for module: currentweather. 0|MagicMir | [11:38:49.103] [LOG] No helper found for module: weatherforecast. 0|MagicMir | [11:38:49.191] [LOG] Initializing new module helper ... 0|MagicMir | [11:38:49.192] [LOG] Module helper loaded: newsfeed 0|MagicMir | [11:38:49.193] [LOG] All module helpers loaded. 0|MagicMir | [11:38:49.195] [LOG] Starting server on port 8080 ... 0|MagicMir | [11:38:49.218] [LOG] Server started ... 0|MagicMir | [11:38:49.220] [LOG] Connecting socket for: updatenotification 0|MagicMir | [11:38:49.222] [LOG] Connecting socket for: calendar 0|MagicMir | [11:38:49.223] [LOG] Starting node helper for: calendar 0|MagicMir | [11:38:49.225] [LOG] Connecting socket for: newsfeed 0|MagicMir | [11:38:49.226] [LOG] Starting module: newsfeed 0|MagicMir | [11:38:49.227] [LOG] Sockets connected & modules started ... 0|MagicMir | [11:38:49.889] [LOG] Launching application. 0|MagicMirror | [11:38:53.980] [LOG] 0|MagicMirror | Create new calendar fetcher for url -
@Hubschra01 that looks good now, right?
-
@sdetweil
I think so, if this below is not an Error.
But what caused the error or what was the mistake?/home/pi/.pm2/logs/MagicMirror-error.log last 15 lines: 0|MagicMir | + arch=armv7l 0|MagicMir | + false=false 0|MagicMir | ++ grep -i serveronly: 0|MagicMir | ++ awk '{print tolower($2)}' 0|MagicMir | ++ tr -d ',"'\''' 0|MagicMir | ++ grep -v '^\s//' config/config.js 0|MagicMir | + serveronly= 0|MagicMir | + serveronly=false 0|MagicMir | ++ pgrep Xorg 0|MagicMir | + xorg=429 0|MagicMir | ++ uname 0|MagicMir | + mac=Linux 0|MagicMir | + '[' false. '!=' false. -o armv7l == armv6l ']' 0|MagicMir | + '[' 429. == . -a Linux '!=' Darwin ']' 0|MagicMir | + electron js/electron.js -
@Hubschra01 u can remove the -x from run-start.sh 1st line.
That is just debugging
-
@sdetweil
Strange…
I flushed the log and i remove the -x from the run-start.sh.
after reboot i see this in the log again./home/pi/.pm2/logs/MagicMirror-error.log last 15 lines: 0|MagicMir | npm ERR! code ELIFECYCLE 0|MagicMir | npm ERR! errno 1 0|MagicMir | npm ERR! magicmirror@2.10.1 start: `./run-start.sh` 0|MagicMir | npm ERR! Exit status 1 0|MagicMir | npm ERR! 0|MagicMir | npm ERR! Failed at the magicmirror@2.10.1 start script. 0|MagicMir | npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 0|MagicMir | 0|MagicMir | npm ERR! A complete log of this run can be found in: 0|MagicMir | npm ERR! /home/pi/.npm/_logs/2020-01-21T16_37_02_810Z-debug.log /home/pi/.npm/_logs/2020-01-21T16_37_02_810Z-debug.log 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ] 2 info using npm@6.13.4 3 info using node@v10.18.1 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info lifecycle magicmirror@2.10.1~prestart: magicmirror@2.10.1 6 info lifecycle magicmirror@2.10.1~start: magicmirror@2.10.1 7 verbose lifecycle magicmirror@2.10.1~start: unsafe-perm in lifecycle true 8 verbose lifecycle magicmirror@2.10.1~start: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games 9 verbose lifecycle magicmirror@2.10.1~start: CWD: /home/pi/MagicMirror 10 silly lifecycle magicmirror@2.10.1~start: Args: [ '-c', './run-start.sh' ] 11 silly lifecycle magicmirror@2.10.1~start: Returned: code: 1 signal: null 12 info lifecycle magicmirror@2.10.1~start: Failed to exec start script 13 verbose stack Error: magicmirror@2.10.1 start: `./run-start.sh` 13 verbose stack Exit status 1 13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16) 13 verbose stack at EventEmitter.emit (events.js:198:13) 13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:198:13) 13 verbose stack at maybeClose (internal/child_process.js:982:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5) 14 verbose pkgid magicmirror@2.10.1 15 verbose cwd /home/pi/MagicMirror 16 verbose Linux 4.19.75-v7+ 17 verbose argv "/usr/bin/node" "/usr/bin/npm" "start" 18 verbose node v10.18.1 19 verbose npm v6.13.4 20 error code ELIFECYCLE 21 error errno 1 22 error magicmirror@2.10.1 start: `./run-start.sh` 22 error Exit status 1 23 error Failed at the magicmirror@2.10.1 start script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ]weird:pouting_face:
-
@Hubschra01 and the mirror did not start?
-
@sdetweil
The Mirror start an work fine now. :-) Thanks to you
So i have to consider the error in the log as normal? -
@Hubschra01 i wonder if that is the shutdown log, on the reboot…
but there should be more on restart
-
@sdetweil
if i understand you right your oppinion is that this error meassage is the shutdown message and not a start up error? -
@Hubschra01 yes
dopm2 logs --lines=100 -
@sdetweil
[TAILING] Tailing last 100 lines for [all] processes (change the value with --lines option)/home/pi/.pm2/logs/MagicMirror-error.log last 100 lines:
0|MagicMir | npm ERR! code ELIFECYCLE
0|MagicMir | npm ERR! errno 1
0|MagicMir | npm ERR! magicmirror@2.10.1 start:./run-start.sh
0|MagicMir | npm ERR! Exit status 1
0|MagicMir | npm ERR!
0|MagicMir | npm ERR! Failed at the magicmirror@2.10.1 start script.
0|MagicMir | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
0|MagicMir |
0|MagicMir | npm ERR! A complete log of this run can be found in:
0|MagicMir | npm ERR! /home/pi/.npm/_logs/2020-01-21T16_37_02_810Z-debug.log/home/pi/.pm2/logs/MagicMirror-out.log last 100 lines:
0|MagicMir |
0|MagicMir | > magicmirror@2.10.1 start /home/pi/MagicMirror
0|MagicMir | > ./run-start.sh
0|MagicMir |
0|MagicMir |
0|MagicMir | > magicmirror@2.10.1 start /home/pi/MagicMirror
0|MagicMir | > ./run-start.sh
0|MagicMir |
0|MagicMir | [17:37:28.657] [LOG] Starting MagicMirror: v2.10.1
0|MagicMir | [17:37:28.673] [LOG] Loading config …
0|MagicMir | [17:37:28.686] [LOG] Loading module helpers …
0|MagicMir | [17:37:28.689] [LOG] No helper found for module: alert.
0|MagicMir | [17:37:28.825] [LOG] Initializing new module helper …
0|MagicMir | [17:37:28.827] [LOG] Module helper loaded: updatenotification
0|MagicMir | [17:37:28.829] [LOG] No helper found for module: clock.
0|MagicMir | [17:37:30.081] [LOG] Initializing new module helper …
0|MagicMir | [17:37:30.082] [LOG] Module helper loaded: calendar
0|MagicMir | [17:37:30.083] [LOG] No helper found for module: currentweather.
0|MagicMir | [17:37:30.084] [LOG] No helper found for module: weatherforecast.
0|MagicMir | [17:37:30.172] [LOG] Initializing new module helper …
0|MagicMir | [17:37:30.173] [LOG] Module helper loaded: newsfeed
0|MagicMir | [17:37:30.173] [LOG] All module helpers loaded.
0|MagicMir | [17:37:30.175] [LOG] Starting server on port 8080 …
0|MagicMir | [17:37:30.199] [LOG] Server started …
0|MagicMir | [17:37:30.201] [LOG] Connecting socket for: updatenotification
0|MagicMir | [17:37:30.202] [LOG] Connecting socket for: calendar
0|MagicMir | [17:37:30.204] [LOG] Starting node helper for: calendar
0|MagicMir | [17:37:30.205] [LOG] Connecting socket for: newsfeed
0|MagicMir | [17:37:30.206] [LOG] Starting module: newsfeed
0|MagicMir | [17:37:30.207] [LOG] Sockets connected & modules started …
0|MagicMir | [17:37:30.821] [LOG] Launching application. -
@Hubschra01 said in Fresh install but pm2 error:
yeh,
there are two launches,1 ended at 2020-01-21T16_37_02_810Z
1 still running, -
@sdetweil
I restart the Mirror again an no there are no Errors in the Log. :-)
I can´t post the log because Akismet mark this as span… wierdThanks Sam
-
@Hubschra01 no problem… glad we got it working…
–lines=nnn only shows the last nnn lines, so old errors could be above that
-
I Think the errors come if i reboot the Mirror by
sudo rebootwithout to stop the mirror.
the log showPM2| 2020-01-22T17:48:05: PM2 log: Stop watching MagicMirror PM2| 2020-01-22T17:48:05: PM2 log: Stopping app:MagicMirror id:0 PM2| 2020-01-22T17:48:05: PM2 log: pid=802 msg=failed to kill - retrying in 100ms PM2| 2020-01-22T17:48:05: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT] PM2| 2020-01-22T17:48:05: PM2 log: pid=802 msg=process killed PM2| 2020-01-22T17:48:06: PM2 log: PM2 successfully stoppedIf i do this
pm2 stop MagicMirror sudo rebootafter reboot the log show this
PM2| 2020-01-22T17:51:13: PM2 log: pm2 has been killed by signal, dumping process list before exit... PM2| 2020-01-22T17:51:13: PM2 log: Exited peacefullyI can´t post the log because Akismet mark this as spam… wierd
-
@Hubschra01 yes, askimet is a pain…
thanks for your information…
I suspect the other bad failure info is reboot after just npm start
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login