NEWS
UNSOLVED cannot stop iobroker - some processes are still running
-
Systemdata Hardwaresystem: PI4 Arbeitsspeicher: 4GB Festplattenart: SD-Karte Betriebssystem: Raspberrypi OS Buster Node-Version: 10.x.x Nodejs-Version: 12.18.4 NPM-Version: 6.14.6 Installationsart: Skript/Manuell Image genutzt: Ja/Nein Ort/Name der Imagedatei: buanet:iobroker -- -- |
Hello, I am trying to stop iobroker without success to make a restore but it wont work.using iobroker stop it says it stops but when trying restore it tells me iobroker is running.
Apparently fix.sh tells me io.admin.0 io.discovery.0 etc are running and need to be stopped first.But how?
I tried every command I could find (pkill, pkill-9 etc.)
When I start iobroker it tells me it is running and says the PID.
I can kill the process (I assume its killed because next time I start the PID is different) but still iobroker tells me its running.see also
https://forum.iobroker.net/topic/27271/howto-iobroker-restore-unter-linux-durchführen/168 -
-
@User2313145 sagte in cannot stop iobroker - some processes are still running:
Node-Version:
10.x.xNodejs-Version:
12.18.4you have a Version mismatch. This points to a double (and wrong) install of nodejs and should be fixed immediately
-
@User2313145
And first you have to change to the correct directory by "cd /opt/iobroker".
Mind the gap after "cd"