@Jan1
Ich kann dir grade null folgen.
NEWS
Latest posts made by dj-cd-schubser
-
RE: Installationsprobleme Raspberry pi
Zitat:
"Als letzte Überprüfung bitte noch die Version von npm mittels npm -v überprüfen.Ergibt dies eine Version < 6, bitte noch mit sudo -H npm install -g npm@6 ein npm-Update durchführen"
-
RE: Installationsprobleme Raspberry pi
~~pi@raspberrypi:~ $ sudo systemctl status iobroker ● iobroker.service - ioBroker Server Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2020-05-25 14:19:42 CEST; 2h 32min ago Docs: http://iobroker.net Process: 5576 ExecStart=/bin/bash -c ${NODE} /opt/iobroker/node_modules/iobroker.js-controller/contro Main PID: 5576 (code=exited, status=1/FAILURE) Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Service RestartSec=100ms expired, scheduling Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at Mai 25 14:19:42 raspberrypi systemd[1]: Stopped ioBroker Server. Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Start request repeated too quickly. Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'. Mai 25 14:19:42 raspberrypi systemd[1]: Failed to start ioBroker Server. ...skipping... ● iobroker.service - ioBroker Server Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2020-05-25 14:19:42 CEST; 2h 32min ago Docs: http://iobroker.net Process: 5576 ExecStart=/bin/bash -c ${NODE} /opt/iobroker/node_modules/iobroker.js-controller/contro Main PID: 5576 (code=exited, status=1/FAILURE) Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Service RestartSec=100ms expired, scheduling Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Scheduled restart job, restart counter is at Mai 25 14:19:42 raspberrypi systemd[1]: Stopped ioBroker Server. Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Start request repeated too quickly. Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'. Mai 25 14:19:42 raspberrypi systemd[1]: Failed to start ioBroker Server. ~~
Mod-Edit: Code in code-tags gesetzt!
Meinst du das hier mit abgeschnitten??
Ich habe mich an die Anleitung gehalten. Was meinst du mit der Punkt ist deutlich beschrieben? Was habe ich übersehen?
-
RE: Installationsprobleme Raspberry pi
Servus,
ich stoße bei der recherche zu meinem Problem immer wieder auf diesen Foreneintrag desswegen stell ich meine Frage mal direkt hier:pi@raspberrypi:~ $ sudo systemctl status iobroker ● iobroker.service - ioBroker Server Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor Active: failed (Result: exit-code) since Mon 2020-05-25 14:19:42 CEST; Docs: http://iobroker.net Process: 5576 ExecStart=/bin/bash -c ${NODE} /opt/iobroker/node_modules Main PID: 5576 (code=exited, status=1/FAILURE) Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Service Restart Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Scheduled resta Mai 25 14:19:42 raspberrypi systemd[1]: Stopped ioBroker Server. Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Start request r Mai 25 14:19:42 raspberrypi systemd[1]: iobroker.service: Failed with res Mai 25 14:19:42 raspberrypi systemd[1]: Failed to start ioBroker Server.
Ich bekomm diese Fehler und mutmaße dass es daran lieg dass unter "/opt/iobroker/node_modules" quasi nix drin liegt. Ich weiß aber nicht wirklich ob der Fehler beim Installieren passiert ist oder wie oder was.
pi@raspberrypi:~ $ sudo -H npm install -g npm@6 npm WARN npm npm does not support Node.js v10.19.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9. npm WARN npm You can find the latest version at https://nodejs.org/ /usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npx -> /usr/local/lib/node_modules/npm/bin/npx-cli.js + npm@6.14.5 added 435 packages from 873 contributors in 25.283s
Dann hab ich noch dieses Problem beim NPM was auch weiter oben schon malbeschrieben, aber nicht weiter behandelt wurde.
Ich bin für sachdienliche Hinweise dankbar.