Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. dj-cd-schubser

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 0
    • Groups 1

    dj-cd-schubser

    @dj-cd-schubser

    Starter

    0
    Reputation
    5
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dj-cd-schubser Follow
    Starter

    Latest posts made by dj-cd-schubser

    • RE: Installationsprobleme Raspberry pi

      @Jan1
      Ich kann dir grade null folgen.

      posted in Error/Bug
      D
      dj-cd-schubser
    • RE: Installationsprobleme Raspberry pi

      @Homoran

      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"

      posted in Error/Bug
      D
      dj-cd-schubser
    • RE: Installationsprobleme Raspberry pi

      @Jan1

      ~~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?

      posted in Error/Bug
      D
      dj-cd-schubser
    • 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.

      posted in Error/Bug
      D
      dj-cd-schubser
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo