Read the statement by Michael Teeuw here.
MM2.10 & Pi3b - run-start.sh issue? (Exit status 7, errno 7, error code ELIFECYCLE)
-
@xray2607 said in MM2.10 & Pi3b - run-start.sh issue? (Exit status 7, errno 7, error code ELIFECYCLE):
… and no, I did the manual install.
ok, before changing anything else.
the manual update (git pull & npm install) leaves out a crucial step… if any of the modules need dependencies,then THEY ALSO need an npm install cycle done in their folders…
so, look thru all the module folders, if any contain a package.json file, then run npm install in each folder that does
please do check and update as required
i see both MMM-RTSPStream and MMM-NetworkConnection have that file…
MMM-RTSPStream is the module to put out the message right before the error… so… its likely that is the problem -
@sdetweil, thanks for your swift reply, will do.
-
@sdetweil, you are correct.
I determined that the MMM-RTSPStream module is causing the problem for sure, by cross testing the two modules.Am doing a new install of this as an update install via npm install in the appropriate module folder did not make it work again.
- re removing the screensaver/blank screen, do you know how to fix this as well?
Thank you for your help!
Best XR
-
@xray2607 said in MM2.10 & Pi3b - run-start.sh issue? (Exit status 7, errno 7, error code ELIFECYCLE):
re removing the screensaver/blank screen, do you know how to fix this as well?
u want to turn off screensaver?
if so , run the screensaveroff.sh from here
-
Yup, this is when I ran into the troubles.
Many thanks for the lift, sam.Will close the issue as it is related to a ‘simple’ module install challenge …
XR