NEWS
Pi3 Stretch, ioBroker macht keinen Autostart
-
Hy wurde wieder was geändert ??
muste das Sys nochmal neu aufsetzen und wie zu erwarten kein neustart
habe dann
root@raspberrypi:~# ls -l /etc/init.d/iobroker.sh -rwxrwxrwx 1 root root 1138 Dez 31 23:41 /etc/init.d/iobroker.sh root@raspberrypi:~# sudo iobroker status iobroker is not running root@raspberrypi:~# cd /etc/init.d root@raspberrypi:/etc/init.d# mv iobroker.sh iobroker.dos root@raspberrypi:/etc/init.d# tr -d '\r' < iobroker.dos > iobroker.sh root@raspberrypi:/etc/init.d# ls -l iob* -rwxrwxrwx 1 root root 1138 Dez 31 23:41 iobroker.dos -rw-r--r-- 1 root root 1138 Dez 31 23:47 iobroker.sh root@raspberrypi:/etc/init.d# chmod +x iobroker.sh root@raspberrypi:/etc/init.d#1138 denke ich mal da ich folgende Änderungen gemacht habe
### END INIT INFO (( EUID )) && echo .You need to have root privileges.. && exit 1 PIDF=/opt/iobroker/node_modules/iobroker.js-controller/lib/iobroker.pid # NODECMD=@@node NODECMD=/usr/bin/node IOBROKERCMD=/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js RETVAL=0 # IOBROKERUSER=@@user IOBROKERUSER=root start() {root@raspberrypi:~# ls -l /etc/init.d/iobroker.sh -rwxr-xr-x 1 root root 1138 Dez 31 23:47 /etc/init.d/iobroker.shroot@raspberrypi:~# sudo systemctl status iobroker ● iobroker.service - LSB: starts ioBroker Loaded: loaded (/etc/init.d/iobroker.sh; generated; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-sysv-generator(8)root@raspberrypi:/etc/init.d# ./iobroker.sh Usage: iobroker {start|stop|restart}da auch über Root installiert
mit der standart iobroker.sh erst 1145 danach wieder angepasst auf 1098 aber auch kein Autostart.
habe die 2017-09-07-raspbian-stretch-lite mit Update Upgrade
root@raspberrypi:/etc/init.d# sudo iobroker start Starting iobroker controller daemon... iobroker controller daemon started. PID: 558 -
mit der standart iobroker.sh erst 1145 danach wieder angepasst auf 1098 aber auch kein Autostart. `
Ist die Datei /etc/init.d/iobroker.sh ausführbar ? -
Wenn ich start anhänge startet alles `
Trotzdem kein Autostart von iobroker beim boot ?Dann versuche mal
update-rc.d iobroker.sh defaults reboot -
Bei mir macht er auch keinen Restart.
hab das mit dem Update probiert, aber das klappt trotzdem nicht:
` > root@orangepiplus2e:/etc/init.d# ./iobroker.sh start
Starting ioBrokeriobroker controller daemon already running. PID: 966 `
Die Adminoberfläche ist trotzdem nicht erreichbar.
Mache ich dann ein
` > root@orangepiplus2e:/opt/iobroker# ./iobroker start
Starting iobroker controller daemon…
iobroker controller daemon started. PID: 988 `
geht alles.
Was könnte das sein?
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