Read the statement by Michael Teeuw here.
pm2 dosn`t start mm.sh after reboot
-
@Skorpionbird I want to see the output of the command
pm2 logs
-
@sdetweil oh sry here is it
pm2 logs
[PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2
[PM2] PM2 Successfully daemonized
[TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option)
/home/pi/.pm2/pm2.log last 15 lines:
PM2 | 2019-11-05T19:12:24: PM2 log: ===============================================================================
PM2 | 2019-11-05T19:12:24: PM2 log: — New PM2 Daemon started ----------------------------------------------------
PM2 | 2019-11-05T19:12:24: PM2 log: Time : Tue Nov 05 2019 19:12:24 GMT+0100 (GMT+01:00)
PM2 | 2019-11-05T19:12:24: PM2 log: PM2 version : 4.1.2
PM2 | 2019-11-05T19:12:24: PM2 log: Node.js version : 10.17.0
PM2 | 2019-11-05T19:12:24: PM2 log: Current arch : arm
PM2 | 2019-11-05T19:12:24: PM2 log: PM2 home : /home/pi/.pm2
PM2 | 2019-11-05T19:12:24: PM2 log: PM2 PID file : /home/pi/.pm2/pm2.pid
PM2 | 2019-11-05T19:12:24: PM2 log: RPC socket file : /home/pi/.pm2/rpc.sock
PM2 | 2019-11-05T19:12:24: PM2 log: BUS socket file : /home/pi/.pm2/pub.sock
PM2 | 2019-11-05T19:12:24: PM2 log: Application log path : /home/pi/.pm2/logs
PM2 | 2019-11-05T19:12:24: PM2 log: Process dump file : /home/pi/.pm2/dump.pm2
PM2 | 2019-11-05T19:12:24: PM2 log: Concurrent actions : 2
PM2 | 2019-11-05T19:12:24: PM2 log: SIGTERM timeout : 1600
PM2 | 2019-11-05T19:12:24: PM2 log: =============================================================================== -
any news?
-
@Skorpionbird what system is this? hardware/os?
i have seen a similar problem recently on macOs Catalina…
-
@sdetweil its a Rpi 2 with Noobs Rasbian GNU Linux 10
-
@Skorpionbird in the pm2_setup.log, could you show me the rest of this line
command = sudo env PATH=$PATH:/usr/bin:/bin /usr/lib/node_modules/pm2/bin/pm2 startup sys$
and try this
sudo env PATH=$PATH:/usr/local/bin pm2 startup systemd -u pi --hp /home/pi
then , make sure MagicMirror is not running
cd ~/MagicMirror pm2 start installers/pm2_MagicMirror.json pm2 save
then reboot
-
@sdetweil said in pm2 dosn`t start mm.sh after reboot:
sudo env PATH=$PATH:/usr/local/bin pm2 startup systemd -u pi --hp /home/pi
thx with this it works fine
-
@sdetweil Have you a solution for mac osx catalina? THX
-
@trividar sure, just use the updated install script, which will be in the next release
see
https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer -
@sdetweil how can I execute this script?