Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. ⁹Iobroker 8081 nicht erreichbar Raspbian Buster

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    459

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    380

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    972

⁹Iobroker 8081 nicht erreichbar Raspbian Buster

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
port 8081erstinstallation
20 Beiträge 6 Kommentatoren 1.5k Aufrufe 4 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • J Offline
    J Offline
    Justus Jonas
    schrieb am zuletzt editiert von Justus Jonas
    #1

    Hallo zusammen.
    Bin neu hier und auch der ioBroker ist neu für mich. Leider ergibt sich schon die erste Hürde.
    Habe mir den ioBroker vor kurzem auf einem Test Pi mit Stretch installiert lief alles fein. Nun wollte ich es auf meinem neuen Pi 3B+ aufspielen. Aber leider ist die Seite Ip:8081 nicht zu erreichen. Auf dem Pi habe ich Raspbian Buster Lite laufen. Und einen Logitech Media Server. Habe die Installation mit diesen : 1. Erst Node.js installieren (wenn noch nicht vorhanden):curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
    sudo apt-get install -y nodejs
    2. Anschließend ioBroker installieren:curl -sL https://iobroker.net/install. Schritten durchgeführt. Bei der Installation von npm und ioBroker kamen folgende Fehlermeldungen:

    =======================================================================
    
        Welcome to the ioBroker installer!
        Installer version: 2019-11-10
        
        You might need to enter your password a couple of times.
    
    ==========================================================================
    
    
    ==========================================================================
        Installing prerequisites (1/4)
    ==========================================================================
    
    Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
    Hit:2 http://archive.raspberrypi.org/debian buster InRelease
    Hit:3 https://deb.nodesource.com/node_8.x buster InRelease
    Reading package lists... Done           
       
    Installed npm
    Unpm WARN npm npm does not support Node.js v10.15.2
    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/
    Changing npm registry to https://registry.npmjs.org
    npm WARN npm npm does not support Node.js v10.15.2
    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/
                                             ==========================================================================
        Creating ioBroker user and directory (2/4)
    ==========================================================================
    
    Created /etc/sudoers.d/iobroker
    Directory /opt/iobroker created
    
    ==========================================================================
        Installing ioBroker (3/4)
    ==========================================================================
    
    ^[[D[..................] - rollbackFailed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    You are using npm 5.8.0, but ioBroker needs at least using 6.0.0.
    Please use "npm install -g npm" to install a supported version!
    You need to make sure to repeat this step after installing an update to NodeJS and/or npm.
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    npm ERR! code ELIFECYCLE                 npm ERR! errno 4
    npm ERR! iobroker@2.0.3 install: `node lib/checkVersions.js`
    npm ERR! Exit status 4
    npm ERR! 
    npm ERR! Failed at the iobroker@2.0.3 install script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/pi/.npm/_logs/2019-11-28T21_13_45_929Z-debug.log
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    You are using npm 5.8.0, but ioBroker needs at least using 6.0.0.
    Please use "npm install -g npm" to install a supported version!
    You need to make sure to repeat this step after installing an update to NodeJS and/or npm.
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    npm ERR! code ELIFECYCLE                 npm ERR! errno 4
    npm ERR! iobroker@2.0.3 install: `node lib/checkVersions.js`
    npm ERR! Exit status 4
    npm ERR! 
    npm ERR! Failed at the iobroker@2.0.3 install script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/pi/.npm/_logs/2019-11-28T21_14_21_727Z-debug.log
    
    ==========================================================================
        Finalizing installation (4/4)
    ==========================================================================
    
    Enabling autostart...
    Autostart enabled!
    Fixing directory permissions...
    main: line 272: return: 192.168.178.43: numeric argument required
    
    ==========================================================================
    
        ioBroker was installed successfully
        Open http://:8081 in a browser and start configuring!
    
    ==========================================================================
    
    
    You need to re-login before doing anything else on the console!
    
    pi@raspberrypi:~ $ 
    pi@raspberrypi:~ $ y
    -bash: y: command not found
    pi@raspberrypi:~ $ npm -vU               npm WARN npm npm does not support Node.js v10.15.2
    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/
    
    Usage: npm <command>
    
    where <command> is one of:
        access, adduser, bin,
        bugs, c, cache, ci,
        completion, config, ddp,
        dedupe, deprecate,
        dist-tag, docs, doctor,
        edit, explore, get, help,
        help-search, i, init,
        install, install-test,
        it, link, list, ln,
        login, logout, ls,
        outdated, owner, pack,
        ping, prefix, profile,
        prune, publish, rb,
        rebuild, repo, restart,
        root, run, run-script, s,
        se, search, set,
        shrinkwrap, star, stars,
        start, stop, t, team,
        test, token, tst, un,
        uninstall, unpublish,
        unstar, up, update, v,
        version, view, whoami
    
    npm <command> -h     quick help on <command>
    npm -l           display full usage info
    npm help <term>  search for help on <term>
    npm help npm     involved overview
    
    Specify configs in the ini-formatted file:
        /home/pi/.npmrc
    or on the command line via: npm <command> --key value
    Config info can be viewed via: npm help config
    
    npm@5.8.0 /usr/share/npm
    pi@raspberrypi:~ $ sudo -H npm install -g npm@6
    npm WARN npm npm does not support Node.js v10.15.2
    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.13.1                             added 430 packages from 849 contributors in 49.768s
    

    Kann mir jemand sagen warum ich den Port nicht bekomme? Bzw. wie es hinbekomme. Ich weiß sehr viel für einen ersten Eintrag. Aber ich weiß mir leider gerade nicht zu helfen. Und nur wer fragt dem kann geholfen werden. Suche hat mir leider auch nicht geholfen. Habe 1-2 Dinge gefunden aber nichts was mir halt.

    Vielen Dank schon mal an die es tatsächlich alles lesen.😊

    sigi234S HomoranH 2 Antworten Letzte Antwort
    0
    • J Justus Jonas

      Hallo zusammen.
      Bin neu hier und auch der ioBroker ist neu für mich. Leider ergibt sich schon die erste Hürde.
      Habe mir den ioBroker vor kurzem auf einem Test Pi mit Stretch installiert lief alles fein. Nun wollte ich es auf meinem neuen Pi 3B+ aufspielen. Aber leider ist die Seite Ip:8081 nicht zu erreichen. Auf dem Pi habe ich Raspbian Buster Lite laufen. Und einen Logitech Media Server. Habe die Installation mit diesen : 1. Erst Node.js installieren (wenn noch nicht vorhanden):curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
      sudo apt-get install -y nodejs
      2. Anschließend ioBroker installieren:curl -sL https://iobroker.net/install. Schritten durchgeführt. Bei der Installation von npm und ioBroker kamen folgende Fehlermeldungen:

      =======================================================================
      
          Welcome to the ioBroker installer!
          Installer version: 2019-11-10
          
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/4)
      ==========================================================================
      
      Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
      Hit:2 http://archive.raspberrypi.org/debian buster InRelease
      Hit:3 https://deb.nodesource.com/node_8.x buster InRelease
      Reading package lists... Done           
         
      Installed npm
      Unpm WARN npm npm does not support Node.js v10.15.2
      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/
      Changing npm registry to https://registry.npmjs.org
      npm WARN npm npm does not support Node.js v10.15.2
      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/
                                               ==========================================================================
          Creating ioBroker user and directory (2/4)
      ==========================================================================
      
      Created /etc/sudoers.d/iobroker
      Directory /opt/iobroker created
      
      ==========================================================================
          Installing ioBroker (3/4)
      ==========================================================================
      
      ^[[D[..................] - rollbackFailed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      You are using npm 5.8.0, but ioBroker needs at least using 6.0.0.
      Please use "npm install -g npm" to install a supported version!
      You need to make sure to repeat this step after installing an update to NodeJS and/or npm.
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      npm ERR! code ELIFECYCLE                 npm ERR! errno 4
      npm ERR! iobroker@2.0.3 install: `node lib/checkVersions.js`
      npm ERR! Exit status 4
      npm ERR! 
      npm ERR! Failed at the iobroker@2.0.3 install script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2019-11-28T21_13_45_929Z-debug.log
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      You are using npm 5.8.0, but ioBroker needs at least using 6.0.0.
      Please use "npm install -g npm" to install a supported version!
      You need to make sure to repeat this step after installing an update to NodeJS and/or npm.
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      npm ERR! code ELIFECYCLE                 npm ERR! errno 4
      npm ERR! iobroker@2.0.3 install: `node lib/checkVersions.js`
      npm ERR! Exit status 4
      npm ERR! 
      npm ERR! Failed at the iobroker@2.0.3 install script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2019-11-28T21_14_21_727Z-debug.log
      
      ==========================================================================
          Finalizing installation (4/4)
      ==========================================================================
      
      Enabling autostart...
      Autostart enabled!
      Fixing directory permissions...
      main: line 272: return: 192.168.178.43: numeric argument required
      
      ==========================================================================
      
          ioBroker was installed successfully
          Open http://:8081 in a browser and start configuring!
      
      ==========================================================================
      
      
      You need to re-login before doing anything else on the console!
      
      pi@raspberrypi:~ $ 
      pi@raspberrypi:~ $ y
      -bash: y: command not found
      pi@raspberrypi:~ $ npm -vU               npm WARN npm npm does not support Node.js v10.15.2
      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/
      
      Usage: npm <command>
      
      where <command> is one of:
          access, adduser, bin,
          bugs, c, cache, ci,
          completion, config, ddp,
          dedupe, deprecate,
          dist-tag, docs, doctor,
          edit, explore, get, help,
          help-search, i, init,
          install, install-test,
          it, link, list, ln,
          login, logout, ls,
          outdated, owner, pack,
          ping, prefix, profile,
          prune, publish, rb,
          rebuild, repo, restart,
          root, run, run-script, s,
          se, search, set,
          shrinkwrap, star, stars,
          start, stop, t, team,
          test, token, tst, un,
          uninstall, unpublish,
          unstar, up, update, v,
          version, view, whoami
      
      npm <command> -h     quick help on <command>
      npm -l           display full usage info
      npm help <term>  search for help on <term>
      npm help npm     involved overview
      
      Specify configs in the ini-formatted file:
          /home/pi/.npmrc
      or on the command line via: npm <command> --key value
      Config info can be viewed via: npm help config
      
      npm@5.8.0 /usr/share/npm
      pi@raspberrypi:~ $ sudo -H npm install -g npm@6
      npm WARN npm npm does not support Node.js v10.15.2
      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.13.1                             added 430 packages from 849 contributors in 49.768s
      

      Kann mir jemand sagen warum ich den Port nicht bekomme? Bzw. wie es hinbekomme. Ich weiß sehr viel für einen ersten Eintrag. Aber ich weiß mir leider gerade nicht zu helfen. Und nur wer fragt dem kann geholfen werden. Suche hat mir leider auch nicht geholfen. Habe 1-2 Dinge gefunden aber nichts was mir halt.

      Vielen Dank schon mal an die es tatsächlich alles lesen.😊

      sigi234S Online
      sigi234S Online
      sigi234
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #2

      @Justus-Jonas

      Hallo, und:

      Bitte benutzt die Code Tags Funktion -> </>
      Hier gehts zur Hilfe.

      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Immer Daten sichern!

      1 Antwort Letzte Antwort
      1
      • OliverIOO Offline
        OliverIOO Offline
        OliverIO
        schrieb am zuletzt editiert von
        #3

        hast du dir das protocol selbst mal durchgelesen?
        Speziell die Abschnitte wo WARN und ERR vorkommen?
        Da steht eigentlich schon die Lösung.
        Dein isntalliertes NPM ist zu alt.

        Der Port ist deswegen nicht erreichbar, weil iobroker gar nicht installiert wurde.

        Meine Adapter und Widgets
        TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
        Links im Profil

        J 1 Antwort Letzte Antwort
        0
        • J Justus Jonas

          Hallo zusammen.
          Bin neu hier und auch der ioBroker ist neu für mich. Leider ergibt sich schon die erste Hürde.
          Habe mir den ioBroker vor kurzem auf einem Test Pi mit Stretch installiert lief alles fein. Nun wollte ich es auf meinem neuen Pi 3B+ aufspielen. Aber leider ist die Seite Ip:8081 nicht zu erreichen. Auf dem Pi habe ich Raspbian Buster Lite laufen. Und einen Logitech Media Server. Habe die Installation mit diesen : 1. Erst Node.js installieren (wenn noch nicht vorhanden):curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
          sudo apt-get install -y nodejs
          2. Anschließend ioBroker installieren:curl -sL https://iobroker.net/install. Schritten durchgeführt. Bei der Installation von npm und ioBroker kamen folgende Fehlermeldungen:

          =======================================================================
          
              Welcome to the ioBroker installer!
              Installer version: 2019-11-10
              
              You might need to enter your password a couple of times.
          
          ==========================================================================
          
          
          ==========================================================================
              Installing prerequisites (1/4)
          ==========================================================================
          
          Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
          Hit:2 http://archive.raspberrypi.org/debian buster InRelease
          Hit:3 https://deb.nodesource.com/node_8.x buster InRelease
          Reading package lists... Done           
             
          Installed npm
          Unpm WARN npm npm does not support Node.js v10.15.2
          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/
          Changing npm registry to https://registry.npmjs.org
          npm WARN npm npm does not support Node.js v10.15.2
          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/
                                                   ==========================================================================
              Creating ioBroker user and directory (2/4)
          ==========================================================================
          
          Created /etc/sudoers.d/iobroker
          Directory /opt/iobroker created
          
          ==========================================================================
              Installing ioBroker (3/4)
          ==========================================================================
          
          ^[[D[..................] - rollbackFailed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
          You are using npm 5.8.0, but ioBroker needs at least using 6.0.0.
          Please use "npm install -g npm" to install a supported version!
          You need to make sure to repeat this step after installing an update to NodeJS and/or npm.
          !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
          npm ERR! code ELIFECYCLE                 npm ERR! errno 4
          npm ERR! iobroker@2.0.3 install: `node lib/checkVersions.js`
          npm ERR! Exit status 4
          npm ERR! 
          npm ERR! Failed at the iobroker@2.0.3 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/pi/.npm/_logs/2019-11-28T21_13_45_929Z-debug.log
          !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
          You are using npm 5.8.0, but ioBroker needs at least using 6.0.0.
          Please use "npm install -g npm" to install a supported version!
          You need to make sure to repeat this step after installing an update to NodeJS and/or npm.
          !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
          npm ERR! code ELIFECYCLE                 npm ERR! errno 4
          npm ERR! iobroker@2.0.3 install: `node lib/checkVersions.js`
          npm ERR! Exit status 4
          npm ERR! 
          npm ERR! Failed at the iobroker@2.0.3 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/pi/.npm/_logs/2019-11-28T21_14_21_727Z-debug.log
          
          ==========================================================================
              Finalizing installation (4/4)
          ==========================================================================
          
          Enabling autostart...
          Autostart enabled!
          Fixing directory permissions...
          main: line 272: return: 192.168.178.43: numeric argument required
          
          ==========================================================================
          
              ioBroker was installed successfully
              Open http://:8081 in a browser and start configuring!
          
          ==========================================================================
          
          
          You need to re-login before doing anything else on the console!
          
          pi@raspberrypi:~ $ 
          pi@raspberrypi:~ $ y
          -bash: y: command not found
          pi@raspberrypi:~ $ npm -vU               npm WARN npm npm does not support Node.js v10.15.2
          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/
          
          Usage: npm <command>
          
          where <command> is one of:
              access, adduser, bin,
              bugs, c, cache, ci,
              completion, config, ddp,
              dedupe, deprecate,
              dist-tag, docs, doctor,
              edit, explore, get, help,
              help-search, i, init,
              install, install-test,
              it, link, list, ln,
              login, logout, ls,
              outdated, owner, pack,
              ping, prefix, profile,
              prune, publish, rb,
              rebuild, repo, restart,
              root, run, run-script, s,
              se, search, set,
              shrinkwrap, star, stars,
              start, stop, t, team,
              test, token, tst, un,
              uninstall, unpublish,
              unstar, up, update, v,
              version, view, whoami
          
          npm <command> -h     quick help on <command>
          npm -l           display full usage info
          npm help <term>  search for help on <term>
          npm help npm     involved overview
          
          Specify configs in the ini-formatted file:
              /home/pi/.npmrc
          or on the command line via: npm <command> --key value
          Config info can be viewed via: npm help config
          
          npm@5.8.0 /usr/share/npm
          pi@raspberrypi:~ $ sudo -H npm install -g npm@6
          npm WARN npm npm does not support Node.js v10.15.2
          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.13.1                             added 430 packages from 849 contributors in 49.768s
          

          Kann mir jemand sagen warum ich den Port nicht bekomme? Bzw. wie es hinbekomme. Ich weiß sehr viel für einen ersten Eintrag. Aber ich weiß mir leider gerade nicht zu helfen. Und nur wer fragt dem kann geholfen werden. Suche hat mir leider auch nicht geholfen. Habe 1-2 Dinge gefunden aber nichts was mir halt.

          Vielen Dank schon mal an die es tatsächlich alles lesen.😊

          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #4

          @Justus-Jonas sagte in ⁹Iobroker 8081 nicht erreichbar Raspbian Buster:

          Hit:3 https://deb.nodesource.com/node_8.x buster InRelease

          Da war wohl noch ne nodejs v8 drauf, die du nicht entfernt hattest.

          kein Support per PN! - Fragen im Forum stellen -
          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          J 1 Antwort Letzte Antwort
          0
          • OliverIOO OliverIO

            hast du dir das protocol selbst mal durchgelesen?
            Speziell die Abschnitte wo WARN und ERR vorkommen?
            Da steht eigentlich schon die Lösung.
            Dein isntalliertes NPM ist zu alt.

            Der Port ist deswegen nicht erreichbar, weil iobroker gar nicht installiert wurde.

            J Offline
            J Offline
            Justus Jonas
            schrieb am zuletzt editiert von Justus Jonas
            #5

            @OliverIO
            Das habe ich gesehen und es geupdatet.

            pi@raspberrypi:~ $ sudo -H npm install -g npm@6
            npm WARN npm npm does not support Node.js v10.15.2
            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.13.1                             added 430 packages from 849 contributors in 49.768s
            pi@raspberrypi:~ $ npm -v
            6.13.1
            
            BBTownB 1 Antwort Letzte Antwort
            0
            • J Justus Jonas

              @OliverIO
              Das habe ich gesehen und es geupdatet.

              pi@raspberrypi:~ $ sudo -H npm install -g npm@6
              npm WARN npm npm does not support Node.js v10.15.2
              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.13.1                             added 430 packages from 849 contributors in 49.768s
              pi@raspberrypi:~ $ npm -v
              6.13.1
              
              BBTownB Offline
              BBTownB Offline
              BBTown
              schrieb am zuletzt editiert von
              #6

              @Justus-Jonas node sollte auf v.10.17.0 upgedatet werden

              ioBroker auf NUC (VM debian v13 (Trixie ), node v22.22.2 npm v10.9.4, js-controller v7.1.1 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

              J 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @Justus-Jonas sagte in ⁹Iobroker 8081 nicht erreichbar Raspbian Buster:

                Hit:3 https://deb.nodesource.com/node_8.x buster InRelease

                Da war wohl noch ne nodejs v8 drauf, die du nicht entfernt hattest.

                J Offline
                J Offline
                Justus Jonas
                schrieb am zuletzt editiert von
                #7

                @Homoran
                Habe ich eigentlich vorher alles gelöscht.
                Und zwar damit
                sudo apt-get --purge remove nodesudo apt-get --purge remove nodejssudo apt-get autoremovesudo reboot

                1 Antwort Letzte Antwort
                0
                • BBTownB BBTown

                  @Justus-Jonas node sollte auf v.10.17.0 upgedatet werden

                  J Offline
                  J Offline
                  Justus Jonas
                  schrieb am zuletzt editiert von
                  #8

                  @BBTown
                  Wie? Apt Update sagt alles up to date

                  BBTownB HomoranH 2 Antworten Letzte Antwort
                  0
                  • J Justus Jonas

                    @BBTown
                    Wie? Apt Update sagt alles up to date

                    BBTownB Offline
                    BBTownB Offline
                    BBTown
                    schrieb am zuletzt editiert von BBTown
                    #9

                    @Justus-Jonas und die Fehlermeldung deines Logs sagt, dass dein node-js für die installierte npm Version nicht aktuell genug ist, und die v10.17 ist die aktuelle 10er Version ... und nun??

                    ioBroker auf NUC (VM debian v13 (Trixie ), node v22.22.2 npm v10.9.4, js-controller v7.1.1 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

                    J 2 Antworten Letzte Antwort
                    0
                    • J Justus Jonas

                      @BBTown
                      Wie? Apt Update sagt alles up to date

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #10

                      @Justus-Jonas
                      Der nodejs curl mit anschließendem nodejs install sollte 10.17 installieren.

                      Du scheinst auf ein falsches Repo zuzugreifen. Evtl. Von einer anderen Installation

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      J 1 Antwort Letzte Antwort
                      0
                      • BBTownB BBTown

                        @Justus-Jonas und die Fehlermeldung deines Logs sagt, dass dein node-js für die installierte npm Version nicht aktuell genug ist, und die v10.17 ist die aktuelle 10er Version ... und nun??

                        J Offline
                        J Offline
                        Justus Jonas
                        schrieb am zuletzt editiert von
                        #11

                        @BBTown
                        Ja habe ich gelesen. Da steht aber das es Version 6,7,8,9 sein soll. 10 wird anscheint überhaupt nicht unterstützt
                        Wie mach ich das Update.
                        Danke

                        1 Antwort Letzte Antwort
                        0
                        • HomoranH Homoran

                          @Justus-Jonas
                          Der nodejs curl mit anschließendem nodejs install sollte 10.17 installieren.

                          Du scheinst auf ein falsches Repo zuzugreifen. Evtl. Von einer anderen Installation

                          J Offline
                          J Offline
                          Justus Jonas
                          schrieb am zuletzt editiert von
                          #12

                          @Homoran
                          Habe den Pi vor 2 Tagen aufgesetzt. Da kann eigentlich keine andere Installation drauf sein. Hmm? Wie verfahren?

                          HomoranH 1 Antwort Letzte Antwort
                          0
                          • J Justus Jonas

                            @Homoran
                            Habe den Pi vor 2 Tagen aufgesetzt. Da kann eigentlich keine andere Installation drauf sein. Hmm? Wie verfahren?

                            HomoranH Nicht stören
                            HomoranH Nicht stören
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #13

                            @Justus-Jonas sagte in ⁹Iobroker 8081 nicht erreichbar Raspbian Buster:

                            Da kann eigentlich keine andere Installation drauf sein

                            @Justus-Jonas sagte in ⁹Iobroker 8081 nicht erreichbar Raspbian Buster:

                            Und einen Logitech Media Server.

                            kein Support per PN! - Fragen im Forum stellen -
                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            J 1 Antwort Letzte Antwort
                            0
                            • HomoranH Homoran

                              @Justus-Jonas sagte in ⁹Iobroker 8081 nicht erreichbar Raspbian Buster:

                              Da kann eigentlich keine andere Installation drauf sein

                              @Justus-Jonas sagte in ⁹Iobroker 8081 nicht erreichbar Raspbian Buster:

                              Und einen Logitech Media Server.

                              J Offline
                              J Offline
                              Justus Jonas
                              schrieb am zuletzt editiert von
                              #14

                              @Homoran
                              Der arbeitet eigentlich mit Pearl. Aber klar möglich ist es. Also nochmal aufsetzen und erst ioBroker und dann Logitech Media Server? Oder vertragen die sich überhaupt nicht?

                              1 Antwort Letzte Antwort
                              0
                              • BBTownB BBTown

                                @Justus-Jonas und die Fehlermeldung deines Logs sagt, dass dein node-js für die installierte npm Version nicht aktuell genug ist, und die v10.17 ist die aktuelle 10er Version ... und nun??

                                J Offline
                                J Offline
                                Justus Jonas
                                schrieb am zuletzt editiert von
                                #15

                                @BBTown
                                Ich habe nun auf verschieden wegen versucht zu update. Aber ich bekomme anschließend 10.15 angezeigt. Hast du evtl. eine Hilfestellung wie ich es auf die 10.17 bekomme?

                                BBTownB 1 Antwort Letzte Antwort
                                0
                                • J Justus Jonas

                                  @BBTown
                                  Ich habe nun auf verschieden wegen versucht zu update. Aber ich bekomme anschließend 10.15 angezeigt. Hast du evtl. eine Hilfestellung wie ich es auf die 10.17 bekomme?

                                  BBTownB Offline
                                  BBTownB Offline
                                  BBTown
                                  schrieb am zuletzt editiert von
                                  #16

                                  @Justus-Jonas hier ist eine Anleitung

                                  ioBroker auf NUC (VM debian v13 (Trixie ), node v22.22.2 npm v10.9.4, js-controller v7.1.1 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

                                  J 1 Antwort Letzte Antwort
                                  0
                                  • BBTownB BBTown

                                    @Justus-Jonas hier ist eine Anleitung

                                    J Offline
                                    J Offline
                                    Justus Jonas
                                    schrieb am zuletzt editiert von
                                    #17

                                    @BBTown
                                    Danke habe es nun hinbekommen. Bekomme nun folgende Versionen zurück:

                                    pi@raspberrypi:/opt/iobroker $ node -v   v12.13.1
                                    pi@raspberrypi:/opt/iobroker $ nodejs -v
                                    v10.17.0
                                    pi@raspberrypi:/opt/iobroker $ npm -v
                                    6.12.1
                                    

                                    Wie bekomme ich nun ioBroker dauber vom System um es sauber neu zu installieren

                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • J Justus Jonas

                                      @BBTown
                                      Danke habe es nun hinbekommen. Bekomme nun folgende Versionen zurück:

                                      pi@raspberrypi:/opt/iobroker $ node -v   v12.13.1
                                      pi@raspberrypi:/opt/iobroker $ nodejs -v
                                      v10.17.0
                                      pi@raspberrypi:/opt/iobroker $ npm -v
                                      6.12.1
                                      

                                      Wie bekomme ich nun ioBroker dauber vom System um es sauber neu zu installieren

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #18

                                      @Justus-Jonas sagte in ⁹Iobroker 8081 nicht erreichbar Raspbian Buster:

                                      habe es nun hinbekommen.

                                      Nein, hast du nicht.

                                      Du hast zwei nodejs Installationen parallel!
                                      Einmal v12 und einmal v10

                                      Das geht schief

                                      kein Support per PN! - Fragen im Forum stellen -
                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      1 Antwort Letzte Antwort
                                      0
                                      • J Offline
                                        J Offline
                                        Justus Jonas
                                        schrieb am zuletzt editiert von
                                        #19

                                        So hat sich erledigt. Habe die SD-Karte neu geflasht und den ioBroker zuerst installiert. Nun klappt es. Muss mich nun wahrscheinlich mit dem Logitech Media Server rum schlagen aber mal schauen.

                                        Vielen Dank. Super Hilfe und vor allem sehr schnell👍

                                        1 Antwort Letzte Antwort
                                        0
                                        • O Offline
                                          O Offline
                                          orlet
                                          schrieb am zuletzt editiert von
                                          #20

                                          (Thread ist Treffer bei Suche nach "main: line 272: return:")

                                          Ich hänge mich mal ran, da es bei mir trotz Neuinstall nicht funzt. Die Install läuft durch, wirft einige Warnings.

                                          Auffällig ist nur diese letzte Zeile:
                                          main: line 272: return: 192.168.137.200: numeric argument required

                                          IMHO geht das Binding an das Netzwerk-Interface schief. Hierzu vielleicht 'ne Info zu meinem Setup:
                                          Raspi2, via LAN an einer Win10-Kiste (ohne Switch), die Win10 hat connectionsharing auf ihrem WLAN und routet für den Pi. Win legt dabei 192.168.137.1 auf eth0, deshalb musste ich die cmdline.txt anpassen:

                                          ... rootwait ip=192.168.137.200::192.168.137.1:255.255.255.0::eth0:off
                                          

                                          Nachfolgend die Console während der Installation. Die Warnings habe ich gekürzt.

                                          pi@raspberrypi:~ $ df -h
                                          Filesystem      Size  Used Avail Use% Mounted on
                                          /dev/root       7.2G  1.5G  5.4G  22% /
                                          devtmpfs        459M     0  459M   0% /dev
                                          tmpfs           464M     0  464M   0% /dev/shm
                                          tmpfs           464M  6.2M  457M   2% /run
                                          tmpfs           5.0M  4.0K  5.0M   1% /run/lock
                                          tmpfs           464M     0  464M   0% /sys/fs/cgroup
                                          /dev/mmcblk0p1  253M   52M  201M  21% /boot
                                          tmpfs            93M     0   93M   0% /run/user/1000
                                          pi@raspberrypi:~ $ node -v
                                          v10.17.0
                                          pi@raspberrypi:~ $ nodejs -v
                                          v10.17.0
                                          pi@raspberrypi:~ $ npm -v
                                          6.11.3
                                          pi@raspberrypi:~ $ curl -sL https://iobroker.net/install.sh | bash -
                                          
                                          ==========================================================================
                                          
                                              Welcome to the ioBroker installer!
                                              Installer version: 2019-11-10
                                          
                                              You might need to enter your password a couple of times.
                                          
                                          ==========================================================================
                                          
                                          
                                          ==========================================================================
                                              Installing prerequisites (1/4)
                                          ==========================================================================
                                          
                                          Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                          Hit:2 http://archive.raspberrypi.org/debian buster InRelease
                                          Hit:3 https://deb.nodesource.com/node_10.x buster InRelease
                                          Reading package lists... Done
                                          Changing npm registry to https://registry.npmjs.org
                                          Installed acl
                                          Installed git
                                          Installed python-dev
                                          
                                          ==========================================================================
                                              Creating ioBroker user and directory (2/4)
                                          ==========================================================================
                                          
                                          User iobroker created
                                          Created /etc/sudoers.d/iobroker
                                          Directory /opt/iobroker created
                                          
                                          ==========================================================================
                                              Installing ioBroker (3/4)
                                          ==========================================================================
                                          
                                          In file included from ../src/main.cpp:3:
                                          ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
                                          ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                               , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                                                        ^
                                          ....snap....
                                          
                                          /home/pi/.cache/node-gyp/10.17.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
                                          ../../nan/nan_object_wrap.h:65:61:   required from here
                                          /home/pi/.cache/node-gyp/10.17.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                                          
                                          ==========================================================================
                                              Finalizing installation (4/4)
                                          ==========================================================================
                                          
                                          Enabling autostart...
                                          Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service.
                                          Autostart enabled!
                                          Fixing directory permissions...
                                          main: line 272: return: 192.168.137.200: numeric argument required
                                          
                                          ==========================================================================
                                          
                                              ioBroker was installed successfully
                                              Open http://:8081 in a browser and start configuring!
                                          
                                          ==========================================================================
                                          
                                          
                                          You need to re-login before doing anything else on the console!
                                          
                                          

                                          Wer kann helfen?

                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          523

                                          Online

                                          32.8k

                                          Benutzer

                                          82.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe