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. mal wieder Error 25

NEWS

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

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

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

mal wieder Error 25

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
20 Beiträge 3 Kommentatoren 455 Aufrufe
  • Ä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.
  • B Benni 2

    @apollon77 said in Untersuchung: code 25 fehlerlösung:

    a, jetzt geht nichts mehr, korrekt? Da gibts andere Threads. Suche ma

    Ein Neustart hat die Lösung gebracht.
    Dein Fix hat schon die Lösung gebracht, jedoch musste ich für OpenKNX und auch Node-Red fehlende Module nachinstallieren. Mit

    iob rebuild [module] 
    

    ohne deinen Fix vorher anzuwenden, konnte ich sie nicht installieren, nur mit

    npm install [module]
    

    jedoch NACH deinem Fix. Vielleicht hätte iob rebuild oder neuinstallation des Adapters nach deinem Fix auch funktioniert.

    Jetzt geht wieder alles. @apollon77 Vielen Dank für deine Arbeit rund um ioBroker, bin begeistert.

    I Offline
    I Offline
    Ikarus58
    schrieb am zuletzt editiert von Negalein
    #1

    Hallo ich hoffe ich bin da richtig mit meinen Problem?!

    wollte letzthin zigbee installieren und bekam die Fehlermeldung 25
    danach konnte ich auch einige andere Adapter nicht mehr installieren nach dem ich einiges versucht habe bin ich dann auf den ordner lösch befehl von appollon77 gestoßen ging aber trotzdem nix,

    heute hab ich mal zusätzlich einen neustart gemacht und sie da alle Adapter lassen sich updaten und installieren....leider nur mein zigbee1.7.5 oder auch 1.7.6 adapter nicht. Gerade den brauche ich dringend.

    hier mal die debug:

    iobroker@iobroker:/opt/iobroker$ iobroker install zigbee@1.7.5 --debig
    
    NPM version: 8.18.0
    Installing iobroker.zigbee@1.7.5... (System call)
    
    host.iobroker Cannot install iobroker.zigbee@1.7.5: 1
    iobroker@iobroker:/opt/iobroker$
    iobroker@iobroker:/opt/iobroker$
    iobroker@iobroker:/opt/iobroker$ iobroker install zigbee@1.7.5 --debug
    NPM version: 8.18.0
    Installing iobroker.zigbee@1.7.5... (System call)
    npm ERR! code 1
    npm ERR! path /opt/iobroker/node_modules/@serialport/bindings
    npm ERR! command failed
    npm ERR! command sh -c -- prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
    npm ERR! prebuild-install warn install /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (r                                                                          equired by /opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node)
    npm ERR! gyp info it worked if it ends with ok
    npm ERR! gyp info using node-gyp@9.1.0
    npm ERR! gyp info using node@16.17.0 | linux | x64
    npm ERR! gyp ERR! find Python
    npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration
    npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON
    npm ERR! gyp ERR! find Python checking if "python3" can be used
    npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python3"
    npm ERR! gyp ERR! find Python - version is "3.5.3"
    npm ERR! gyp ERR! find Python - version is 3.5.3 - should be >=3.6.0
    npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
    npm ERR! gyp ERR! find Python checking if "python" can be used
    npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python"
    npm ERR! gyp ERR! find Python - version is "2.7.13"
    npm ERR! gyp ERR! find Python - version is 2.7.13 - should be >=3.6.0
    npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
    npm ERR! gyp ERR! find Python
    npm ERR! gyp ERR! find Python **********************************************************
    npm ERR! gyp ERR! find Python You need to install the latest version of Python.
    npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
    npm ERR! gyp ERR! find Python you can try one of the following options:
    npm ERR! gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
    npm ERR! gyp ERR! find Python   (accepted by both node-gyp and npm)
    npm ERR! gyp ERR! find Python - Set the environment variable PYTHON
    npm ERR! gyp ERR! find Python - Set the npm configuration variable python:
    npm ERR! gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
    npm ERR! gyp ERR! find Python For more information consult the documentation at:
    npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
    npm ERR! gyp ERR! find Python **********************************************************
    npm ERR! gyp ERR! find Python
    npm ERR! gyp ERR! configure error
    npm ERR! gyp ERR! stack Error: Could not find any Python installation to use
    npm ERR! gyp ERR! stack     at PythonFinder.fail (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/fin                                                                          d-python.js:330:47)
    npm ERR! gyp ERR! stack     at PythonFinder.runChecks (/usr/lib/node_modules/npm/node_modules/node-gyp/li                                                                          b/find-python.js:159:21)
    npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/                                                                          lib/find-python.js:266:16)
    npm ERR! gyp ERR! stack     at PythonFinder.execFileCallback (/usr/lib/node_modules/npm/node_modules/node                                                                          -gyp/lib/find-python.js:297:7)
    npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:392:7)
    npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
    npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1093:16)
    npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
    npm ERR! gyp ERR! System Linux 4.9.0-19-amd64
    npm ERR! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.j                                                                          s" "rebuild"
    npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@serialport/bindings
    npm ERR! gyp ERR! node -v v16.17.0
    npm ERR! gyp ERR! node-gyp -v v9.1.0
    npm ERR! gyp ERR! not ok
    

    Mod-Edit: Code in </> Code-Tag gepackt!

    Thomas BraunT apollon77A 2 Antworten Letzte Antwort
    0
    • I Ikarus58

      Hallo ich hoffe ich bin da richtig mit meinen Problem?!

      wollte letzthin zigbee installieren und bekam die Fehlermeldung 25
      danach konnte ich auch einige andere Adapter nicht mehr installieren nach dem ich einiges versucht habe bin ich dann auf den ordner lösch befehl von appollon77 gestoßen ging aber trotzdem nix,

      heute hab ich mal zusätzlich einen neustart gemacht und sie da alle Adapter lassen sich updaten und installieren....leider nur mein zigbee1.7.5 oder auch 1.7.6 adapter nicht. Gerade den brauche ich dringend.

      hier mal die debug:

      iobroker@iobroker:/opt/iobroker$ iobroker install zigbee@1.7.5 --debig
      
      NPM version: 8.18.0
      Installing iobroker.zigbee@1.7.5... (System call)
      
      host.iobroker Cannot install iobroker.zigbee@1.7.5: 1
      iobroker@iobroker:/opt/iobroker$
      iobroker@iobroker:/opt/iobroker$
      iobroker@iobroker:/opt/iobroker$ iobroker install zigbee@1.7.5 --debug
      NPM version: 8.18.0
      Installing iobroker.zigbee@1.7.5... (System call)
      npm ERR! code 1
      npm ERR! path /opt/iobroker/node_modules/@serialport/bindings
      npm ERR! command failed
      npm ERR! command sh -c -- prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
      npm ERR! prebuild-install warn install /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (r                                                                          equired by /opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node)
      npm ERR! gyp info it worked if it ends with ok
      npm ERR! gyp info using node-gyp@9.1.0
      npm ERR! gyp info using node@16.17.0 | linux | x64
      npm ERR! gyp ERR! find Python
      npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration
      npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON
      npm ERR! gyp ERR! find Python checking if "python3" can be used
      npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python3"
      npm ERR! gyp ERR! find Python - version is "3.5.3"
      npm ERR! gyp ERR! find Python - version is 3.5.3 - should be >=3.6.0
      npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
      npm ERR! gyp ERR! find Python checking if "python" can be used
      npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python"
      npm ERR! gyp ERR! find Python - version is "2.7.13"
      npm ERR! gyp ERR! find Python - version is 2.7.13 - should be >=3.6.0
      npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
      npm ERR! gyp ERR! find Python
      npm ERR! gyp ERR! find Python **********************************************************
      npm ERR! gyp ERR! find Python You need to install the latest version of Python.
      npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
      npm ERR! gyp ERR! find Python you can try one of the following options:
      npm ERR! gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
      npm ERR! gyp ERR! find Python   (accepted by both node-gyp and npm)
      npm ERR! gyp ERR! find Python - Set the environment variable PYTHON
      npm ERR! gyp ERR! find Python - Set the npm configuration variable python:
      npm ERR! gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
      npm ERR! gyp ERR! find Python For more information consult the documentation at:
      npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
      npm ERR! gyp ERR! find Python **********************************************************
      npm ERR! gyp ERR! find Python
      npm ERR! gyp ERR! configure error
      npm ERR! gyp ERR! stack Error: Could not find any Python installation to use
      npm ERR! gyp ERR! stack     at PythonFinder.fail (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/fin                                                                          d-python.js:330:47)
      npm ERR! gyp ERR! stack     at PythonFinder.runChecks (/usr/lib/node_modules/npm/node_modules/node-gyp/li                                                                          b/find-python.js:159:21)
      npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/                                                                          lib/find-python.js:266:16)
      npm ERR! gyp ERR! stack     at PythonFinder.execFileCallback (/usr/lib/node_modules/npm/node_modules/node                                                                          -gyp/lib/find-python.js:297:7)
      npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:392:7)
      npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
      npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1093:16)
      npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
      npm ERR! gyp ERR! System Linux 4.9.0-19-amd64
      npm ERR! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.j                                                                          s" "rebuild"
      npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@serialport/bindings
      npm ERR! gyp ERR! node -v v16.17.0
      npm ERR! gyp ERR! node-gyp -v v9.1.0
      npm ERR! gyp ERR! not ok
      

      Mod-Edit: Code in </> Code-Tag gepackt!

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von Thomas Braun
      #2

      @ikarus58

      Erstmal nodejs sauber installieren, nodejs 16.17.0 kommt nicht mit npm 8.18.0 daher sondern mit 8.15.0.

      Dann würde ich da eine aktuellere Distribution verwenden, die auch ein aktuelles python3 und eine aktuelle glibc mitbringt.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Antwort Letzte Antwort
      0
      • I Ikarus58

        Hallo ich hoffe ich bin da richtig mit meinen Problem?!

        wollte letzthin zigbee installieren und bekam die Fehlermeldung 25
        danach konnte ich auch einige andere Adapter nicht mehr installieren nach dem ich einiges versucht habe bin ich dann auf den ordner lösch befehl von appollon77 gestoßen ging aber trotzdem nix,

        heute hab ich mal zusätzlich einen neustart gemacht und sie da alle Adapter lassen sich updaten und installieren....leider nur mein zigbee1.7.5 oder auch 1.7.6 adapter nicht. Gerade den brauche ich dringend.

        hier mal die debug:

        iobroker@iobroker:/opt/iobroker$ iobroker install zigbee@1.7.5 --debig
        
        NPM version: 8.18.0
        Installing iobroker.zigbee@1.7.5... (System call)
        
        host.iobroker Cannot install iobroker.zigbee@1.7.5: 1
        iobroker@iobroker:/opt/iobroker$
        iobroker@iobroker:/opt/iobroker$
        iobroker@iobroker:/opt/iobroker$ iobroker install zigbee@1.7.5 --debug
        NPM version: 8.18.0
        Installing iobroker.zigbee@1.7.5... (System call)
        npm ERR! code 1
        npm ERR! path /opt/iobroker/node_modules/@serialport/bindings
        npm ERR! command failed
        npm ERR! command sh -c -- prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
        npm ERR! prebuild-install warn install /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (r                                                                          equired by /opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node)
        npm ERR! gyp info it worked if it ends with ok
        npm ERR! gyp info using node-gyp@9.1.0
        npm ERR! gyp info using node@16.17.0 | linux | x64
        npm ERR! gyp ERR! find Python
        npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration
        npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON
        npm ERR! gyp ERR! find Python checking if "python3" can be used
        npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python3"
        npm ERR! gyp ERR! find Python - version is "3.5.3"
        npm ERR! gyp ERR! find Python - version is 3.5.3 - should be >=3.6.0
        npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
        npm ERR! gyp ERR! find Python checking if "python" can be used
        npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python"
        npm ERR! gyp ERR! find Python - version is "2.7.13"
        npm ERR! gyp ERR! find Python - version is 2.7.13 - should be >=3.6.0
        npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
        npm ERR! gyp ERR! find Python
        npm ERR! gyp ERR! find Python **********************************************************
        npm ERR! gyp ERR! find Python You need to install the latest version of Python.
        npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
        npm ERR! gyp ERR! find Python you can try one of the following options:
        npm ERR! gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
        npm ERR! gyp ERR! find Python   (accepted by both node-gyp and npm)
        npm ERR! gyp ERR! find Python - Set the environment variable PYTHON
        npm ERR! gyp ERR! find Python - Set the npm configuration variable python:
        npm ERR! gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
        npm ERR! gyp ERR! find Python For more information consult the documentation at:
        npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
        npm ERR! gyp ERR! find Python **********************************************************
        npm ERR! gyp ERR! find Python
        npm ERR! gyp ERR! configure error
        npm ERR! gyp ERR! stack Error: Could not find any Python installation to use
        npm ERR! gyp ERR! stack     at PythonFinder.fail (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/fin                                                                          d-python.js:330:47)
        npm ERR! gyp ERR! stack     at PythonFinder.runChecks (/usr/lib/node_modules/npm/node_modules/node-gyp/li                                                                          b/find-python.js:159:21)
        npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/                                                                          lib/find-python.js:266:16)
        npm ERR! gyp ERR! stack     at PythonFinder.execFileCallback (/usr/lib/node_modules/npm/node_modules/node                                                                          -gyp/lib/find-python.js:297:7)
        npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:392:7)
        npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
        npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1093:16)
        npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
        npm ERR! gyp ERR! System Linux 4.9.0-19-amd64
        npm ERR! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.j                                                                          s" "rebuild"
        npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@serialport/bindings
        npm ERR! gyp ERR! node -v v16.17.0
        npm ERR! gyp ERR! node-gyp -v v9.1.0
        npm ERR! gyp ERR! not ok
        

        Mod-Edit: Code in </> Code-Tag gepackt!

        apollon77A Online
        apollon77A Online
        apollon77
        schrieb am zuletzt editiert von
        #3

        @ikarus58 „iob fix“ versucht?

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        I 1 Antwort Letzte Antwort
        0
        • apollon77A apollon77

          @ikarus58 „iob fix“ versucht?

          I Offline
          I Offline
          Ikarus58
          schrieb am zuletzt editiert von
          #4

          @apollon77 said in Untersuchung: code 25 fehlerlösung:

          @ikarus58 „iob fix“ versucht?

          Hallo Thomas Hallo Apollom77 erstmal vielen Dank für die schnellen Antworten.

          Habe erstmal stretch auf buster upgeradet nach reboot und erneutem upgrade geht plötzlich auch mein Zigbeeadapter vielen Dank.

          apollon77 --> fix allein ging leider nicht.

          Thomas --> soll ich jetzt nodejs nochmal installieren um npm 8.15.0 zu bekommen oder lieber so lassen so lassen.

          Viele Grüße Jürgen

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • I Ikarus58

            @apollon77 said in Untersuchung: code 25 fehlerlösung:

            @ikarus58 „iob fix“ versucht?

            Hallo Thomas Hallo Apollom77 erstmal vielen Dank für die schnellen Antworten.

            Habe erstmal stretch auf buster upgeradet nach reboot und erneutem upgrade geht plötzlich auch mein Zigbeeadapter vielen Dank.

            apollon77 --> fix allein ging leider nicht.

            Thomas --> soll ich jetzt nodejs nochmal installieren um npm 8.15.0 zu bekommen oder lieber so lassen so lassen.

            Viele Grüße Jürgen

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von Thomas Braun
            #5

            @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

            auf buster

            Ich hoffe auf bullseye...
            Buster wird in den nächsten Tagen, maximal Wochen das Ende Of Life erreichen.

            soll ich jetzt nodejs nochmal installieren um npm 8.15.0 zu bekommen

            Du solltest eine konsistente Installation fahren. Node 16.17.0 kommt halt mit npm 8.15 daher. Alles andere ist rumgefrickel.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            I 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

              auf buster

              Ich hoffe auf bullseye...
              Buster wird in den nächsten Tagen, maximal Wochen das Ende Of Life erreichen.

              soll ich jetzt nodejs nochmal installieren um npm 8.15.0 zu bekommen

              Du solltest eine konsistente Installation fahren. Node 16.17.0 kommt halt mit npm 8.15 daher. Alles andere ist rumgefrickel.

              I Offline
              I Offline
              Ikarus58
              schrieb am zuletzt editiert von
              #6

              @thomas-braun said in Untersuchung: code 25 fehlerlösung:

              @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

              auf buster

              Ich hoffe auf bullseye...
              Buster wird in den nächsten Tagen, maximal Wochen das Ende Of Life erreichen.

              soll ich jetzt nodejs nochmal installieren um npm 8.15.0 zu bekommen

              Du solltest eine konsistente Installation fahren. Node 16.17.0 kommt halt mit npm 8.15 daher. Alles andere ist rumgefrickel.

              Hallo Thomas jetzt habe ich auf bullseye upgeradet war dann nicht mehr erreichbar per putty ip hatte sich geändert!

              mit neuer ip kann ich mich jetzt wieder verbinden iobroker start liefert keine fehlermeldung zurück .... iobroker fix
              durchgeführt success jedoch ip ohne port apache2 erreichbar jedoch mit :8081 nicht .

              jetzt weiss ich leider nicht mehr weiter ??

              Gruß Jürgen

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • I Ikarus58

                @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                auf buster

                Ich hoffe auf bullseye...
                Buster wird in den nächsten Tagen, maximal Wochen das Ende Of Life erreichen.

                soll ich jetzt nodejs nochmal installieren um npm 8.15.0 zu bekommen

                Du solltest eine konsistente Installation fahren. Node 16.17.0 kommt halt mit npm 8.15 daher. Alles andere ist rumgefrickel.

                Hallo Thomas jetzt habe ich auf bullseye upgeradet war dann nicht mehr erreichbar per putty ip hatte sich geändert!

                mit neuer ip kann ich mich jetzt wieder verbinden iobroker start liefert keine fehlermeldung zurück .... iobroker fix
                durchgeführt success jedoch ip ohne port apache2 erreichbar jedoch mit :8081 nicht .

                jetzt weiss ich leider nicht mehr weiter ??

                Gruß Jürgen

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #7

                @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                durchgeführt success jedoch ip ohne port apache2 erreichbar jedoch mit :8081 nicht .

                Was?

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                I 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                  durchgeführt success jedoch ip ohne port apache2 erreichbar jedoch mit :8081 nicht .

                  Was?

                  I Offline
                  I Offline
                  Ikarus58
                  schrieb am zuletzt editiert von
                  #8

                  @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                  @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                  durchgeführt success jedoch ip ohne port apache2 erreichbar jedoch mit :8081 nicht .

                  Was?

                  iobroker@iobroker:/opt/iobroker$ sudo iobroker list instances
                  [sudo] Passwort für iobroker:
                  /usr/bin/iobroker: Zeile 7: node: Kommando nicht gefunden.
                  iobroker@iobroker:/opt/iobroker$ iobroker start
                  iobroker@iobroker:/opt/iobroker$ iobroker start
                  ^[[Aiobroker@iobroker:/opt/iobroker$
                  iobroker@iobroker:/opt/iobroker$
                  iobroker@iobroker:/opt/iobroker$
                  iobroker@iobroker:/opt/iobroker$ sudo iobroker list instances
                  /usr/bin/iobroker: Zeile 7: node: Kommando nicht gefunden.
                  iobroker@iobroker:/opt/iobroker$ ps -ef |grep io
                  root          14       2  0 12:06 ?        00:00:00 [migration/0]
                  root          18       2  0 12:06 ?        00:00:00 [migration/1]
                  root          23       2  0 12:06 ?        00:00:00 [migration/2]
                  root          28       2  0 12:06 ?        00:00:00 [migration/3]
                  root          66       2  0 12:06 ?        00:00:00 [blkcg_punt_bio]
                  root         286       2  0 12:06 ?        00:00:00 [rpciod]
                  root         287       2  0 12:06 ?        00:00:00 [xprtiod]
                  avahi        531       1  0 12:06 ?        00:00:00 avahi-daemon: running [iobroker.local]
                  message+     534       1  0 12:06 ?        00:00:01 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                  root         651     640  0 12:06 ?        00:00:00 gdm-session-worker [pam/gdm-autologin]
                  rocksto+     751     722  0 12:06 ?        00:00:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
                  rocksto+     761     651  0 12:06 tty2     00:00:00 /usr/libexec/gdm-wayland-session /usr/bin/gnome-session
                  rocksto+     763     722  0 12:06 ?        00:00:01 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                  rocksto+     768     761  0 12:06 tty2     00:00:00 /usr/libexec/gnome-session-binary --systemd
                  rocksto+     778     750  0 12:06 ?        00:00:00 /usr/bin/pipewire-media-session
                  rocksto+     846     722  0 12:06 ?        00:00:00 /usr/libexec/gnome-session-ctl --monitor
                  rocksto+     851     722  0 12:06 ?        00:00:00 /usr/libexec/gnome-session-binary --systemd-service --session=gnome
                  rocksto+     986     722  0 12:06 ?        00:00:00 /usr/libexec/xdg-permission-store
                  rocksto+     997     722  0 12:06 ?        00:00:00 /usr/libexec/evolution-source-registry
                  rocksto+    1004     722  0 12:06 ?        00:00:00 /usr/libexec/evolution-calendar-factory
                  rocksto+    1015     722  0 12:06 ?        00:00:00 /usr/lib/telepathy/mission-control-5
                  rocksto+    1028     722  0 12:06 ?        00:00:00 /usr/libexec/evolution-addressbook-factory
                  rocksto+    1049     722  0 12:06 ?        00:00:00 /usr/bin/gjs /usr/share/gnome-shell/org.gnome.Shell.Notifications
                  rocksto+    1050     722  0 12:06 ?        00:00:00 /usr/libexec/at-spi2-registryd --use-gnome-session
                  rocksto+    1069     722  0 12:06 ?        00:00:00 /usr/libexec/gsd-print-notifications
                  rocksto+    1077     851  0 12:06 ?        00:00:00 /usr/libexec/evolution-data-server/evolution-alarm-notify
                  rocksto+    1086     722  0 12:06 ?        00:00:00 /usr/libexec/gsd-usb-protection
                  rocksto+    1095     851  0 12:06 ?        00:00:03 /usr/bin/gnome-software --gapplication-service
                  rocksto+    1255    1245  0 12:06 ?        00:00:02 /usr/libexec/ibus-extension-gtk3
                  root        2255     641  0 12:10 ?        00:00:00 sshd: iobroker [priv]
                  iobroker    2293       1  0 12:10 ?        00:00:00 /lib/systemd/systemd --user
                  iobroker    2294    2293  0 12:10 ?        00:00:00 (sd-pam)
                  iobroker    2308    2293  0 12:10 ?        00:00:00 /usr/bin/pipewire
                  iobroker    2309    2293  0 12:10 ?        00:00:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
                  iobroker    2311    2293  0 12:10 ?        00:00:00 /usr/libexec/tracker-miner-fs
                  iobroker    2315    2293  0 12:10 ?        00:00:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                  iobroker    2334    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfsd
                  iobroker    2343    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-udisks2-volume-monitor
                  iobroker    2344    2255  0 12:10 ?        00:00:00 sshd: iobroker@pts/0
                  iobroker    2349    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
                  iobroker    2350    2344  0 12:10 pts/0    00:00:00 -bash
                  iobroker    2353    2308  0 12:10 ?        00:00:00 /usr/bin/pipewire-media-session
                  iobroker    2356    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-mtp-volume-monitor
                  iobroker    2363    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-goa-volume-monitor
                  iobroker    2367    2293  0 12:10 ?        00:00:00 /usr/libexec/goa-daemon
                  iobroker    2375    2293  0 12:10 ?        00:00:00 /usr/libexec/goa-identity-service
                  iobroker    2380    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-afc-volume-monitor
                  iobroker    2395    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfsd-metadata
                  iobroker    3290    2350  0 12:15 pts/0    00:00:00 ps -ef
                  iobroker    3291    2350  0 12:15 pts/0    00:00:00 grep io
                  
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • I Ikarus58

                    @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                    @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                    durchgeführt success jedoch ip ohne port apache2 erreichbar jedoch mit :8081 nicht .

                    Was?

                    iobroker@iobroker:/opt/iobroker$ sudo iobroker list instances
                    [sudo] Passwort für iobroker:
                    /usr/bin/iobroker: Zeile 7: node: Kommando nicht gefunden.
                    iobroker@iobroker:/opt/iobroker$ iobroker start
                    iobroker@iobroker:/opt/iobroker$ iobroker start
                    ^[[Aiobroker@iobroker:/opt/iobroker$
                    iobroker@iobroker:/opt/iobroker$
                    iobroker@iobroker:/opt/iobroker$
                    iobroker@iobroker:/opt/iobroker$ sudo iobroker list instances
                    /usr/bin/iobroker: Zeile 7: node: Kommando nicht gefunden.
                    iobroker@iobroker:/opt/iobroker$ ps -ef |grep io
                    root          14       2  0 12:06 ?        00:00:00 [migration/0]
                    root          18       2  0 12:06 ?        00:00:00 [migration/1]
                    root          23       2  0 12:06 ?        00:00:00 [migration/2]
                    root          28       2  0 12:06 ?        00:00:00 [migration/3]
                    root          66       2  0 12:06 ?        00:00:00 [blkcg_punt_bio]
                    root         286       2  0 12:06 ?        00:00:00 [rpciod]
                    root         287       2  0 12:06 ?        00:00:00 [xprtiod]
                    avahi        531       1  0 12:06 ?        00:00:00 avahi-daemon: running [iobroker.local]
                    message+     534       1  0 12:06 ?        00:00:01 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                    root         651     640  0 12:06 ?        00:00:00 gdm-session-worker [pam/gdm-autologin]
                    rocksto+     751     722  0 12:06 ?        00:00:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
                    rocksto+     761     651  0 12:06 tty2     00:00:00 /usr/libexec/gdm-wayland-session /usr/bin/gnome-session
                    rocksto+     763     722  0 12:06 ?        00:00:01 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                    rocksto+     768     761  0 12:06 tty2     00:00:00 /usr/libexec/gnome-session-binary --systemd
                    rocksto+     778     750  0 12:06 ?        00:00:00 /usr/bin/pipewire-media-session
                    rocksto+     846     722  0 12:06 ?        00:00:00 /usr/libexec/gnome-session-ctl --monitor
                    rocksto+     851     722  0 12:06 ?        00:00:00 /usr/libexec/gnome-session-binary --systemd-service --session=gnome
                    rocksto+     986     722  0 12:06 ?        00:00:00 /usr/libexec/xdg-permission-store
                    rocksto+     997     722  0 12:06 ?        00:00:00 /usr/libexec/evolution-source-registry
                    rocksto+    1004     722  0 12:06 ?        00:00:00 /usr/libexec/evolution-calendar-factory
                    rocksto+    1015     722  0 12:06 ?        00:00:00 /usr/lib/telepathy/mission-control-5
                    rocksto+    1028     722  0 12:06 ?        00:00:00 /usr/libexec/evolution-addressbook-factory
                    rocksto+    1049     722  0 12:06 ?        00:00:00 /usr/bin/gjs /usr/share/gnome-shell/org.gnome.Shell.Notifications
                    rocksto+    1050     722  0 12:06 ?        00:00:00 /usr/libexec/at-spi2-registryd --use-gnome-session
                    rocksto+    1069     722  0 12:06 ?        00:00:00 /usr/libexec/gsd-print-notifications
                    rocksto+    1077     851  0 12:06 ?        00:00:00 /usr/libexec/evolution-data-server/evolution-alarm-notify
                    rocksto+    1086     722  0 12:06 ?        00:00:00 /usr/libexec/gsd-usb-protection
                    rocksto+    1095     851  0 12:06 ?        00:00:03 /usr/bin/gnome-software --gapplication-service
                    rocksto+    1255    1245  0 12:06 ?        00:00:02 /usr/libexec/ibus-extension-gtk3
                    root        2255     641  0 12:10 ?        00:00:00 sshd: iobroker [priv]
                    iobroker    2293       1  0 12:10 ?        00:00:00 /lib/systemd/systemd --user
                    iobroker    2294    2293  0 12:10 ?        00:00:00 (sd-pam)
                    iobroker    2308    2293  0 12:10 ?        00:00:00 /usr/bin/pipewire
                    iobroker    2309    2293  0 12:10 ?        00:00:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
                    iobroker    2311    2293  0 12:10 ?        00:00:00 /usr/libexec/tracker-miner-fs
                    iobroker    2315    2293  0 12:10 ?        00:00:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                    iobroker    2334    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfsd
                    iobroker    2343    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-udisks2-volume-monitor
                    iobroker    2344    2255  0 12:10 ?        00:00:00 sshd: iobroker@pts/0
                    iobroker    2349    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
                    iobroker    2350    2344  0 12:10 pts/0    00:00:00 -bash
                    iobroker    2353    2308  0 12:10 ?        00:00:00 /usr/bin/pipewire-media-session
                    iobroker    2356    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-mtp-volume-monitor
                    iobroker    2363    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-goa-volume-monitor
                    iobroker    2367    2293  0 12:10 ?        00:00:00 /usr/libexec/goa-daemon
                    iobroker    2375    2293  0 12:10 ?        00:00:00 /usr/libexec/goa-identity-service
                    iobroker    2380    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfs-afc-volume-monitor
                    iobroker    2395    2293  0 12:10 ?        00:00:00 /usr/libexec/gvfsd-metadata
                    iobroker    3290    2350  0 12:15 pts/0    00:00:00 ps -ef
                    iobroker    3291    2350  0 12:15 pts/0    00:00:00 grep io
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von Thomas Braun
                    #9

                    @ikarus58

                    iobroker NICHT mit sudo anpacken....
                    Wo holt ihr eigentlich den Schwachsinn immer her?
                    Und Server immer OHNE Desktop.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    I 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @ikarus58

                      iobroker NICHT mit sudo anpacken....
                      Wo holt ihr eigentlich den Schwachsinn immer her?
                      Und Server immer OHNE Desktop.

                      I Offline
                      I Offline
                      Ikarus58
                      schrieb am zuletzt editiert von
                      #10

                      @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                      @ikarus58

                      iobroker NICHT mit sudo anpacken....
                      Wo holt ihr eigentlich den Schwachsinn immer her?
                      Und Server immer OHNE Desktop.

                      Mit Buster hat jetzt alles gut funktioniert,
                      nach Bullseye ging nix mehr
                      kann ich jetzt irgendwie noch was versuchen..??

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • I Ikarus58

                        @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                        @ikarus58

                        iobroker NICHT mit sudo anpacken....
                        Wo holt ihr eigentlich den Schwachsinn immer her?
                        Und Server immer OHNE Desktop.

                        Mit Buster hat jetzt alles gut funktioniert,
                        nach Bullseye ging nix mehr
                        kann ich jetzt irgendwie noch was versuchen..??

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von Thomas Braun
                        #11

                        @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                        nach Bullseye ging nix mehr

                        Das hat aber mit Bullseye nix zu tun sondern mit der blödsinnigen Installation die da 'irgendwie' vorgenommen wurde.
                        Installier Bullseye neu, OHNE Desktop; installier iobroker per Einzeiler, spiel dein iobroker/Backitup-Backup ein.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        I 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                          nach Bullseye ging nix mehr

                          Das hat aber mit Bullseye nix zu tun sondern mit der blödsinnigen Installation die da 'irgendwie' vorgenommen wurde.
                          Installier Bullseye neu, OHNE Desktop; installier iobroker per Einzeiler, spiel dein iobroker/Backitup-Backup ein.

                          I Offline
                          I Offline
                          Ikarus58
                          schrieb am zuletzt editiert von
                          #12

                          @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                          @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                          nach Bullseye ging nix mehr

                          Das hat aber mit Bullseye nix zu tun sondern mit der blödsinnigen Installation die da 'irgendwie' vorgenommen wurde.
                          Installier Bullseye neu, OHNE Desktop; installier iobroker per Einzeiler, spiel dein Backup ein.

                          JA das werde ich natürlich so machen wollte eh auf einen raspberry wechseln.

                          Aber nur mal zum Verständnis , ich habe iobroker nicht angefasst nur wie bei buster bullsey aufgespielt sonst nix

                          bei buster lief der iobroker sehr gut aber bullseye muss ja dann irgend welche dinge geändert haben. oder ?

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • I Ikarus58

                            @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                            @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                            nach Bullseye ging nix mehr

                            Das hat aber mit Bullseye nix zu tun sondern mit der blödsinnigen Installation die da 'irgendwie' vorgenommen wurde.
                            Installier Bullseye neu, OHNE Desktop; installier iobroker per Einzeiler, spiel dein Backup ein.

                            JA das werde ich natürlich so machen wollte eh auf einen raspberry wechseln.

                            Aber nur mal zum Verständnis , ich habe iobroker nicht angefasst nur wie bei buster bullsey aufgespielt sonst nix

                            bei buster lief der iobroker sehr gut aber bullseye muss ja dann irgend welche dinge geändert haben. oder ?

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #13

                            @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                            bei buster lief der iobroker sehr gut aber bullseye muss ja dann irgend welche dinge geändert haben. oder ?

                            Da ich nicht nachvollziehen kann was du da jetzt genau wie gemacht hast:

                            Natürlich hat sich von Stretch über Buster zu Bullseye was verändert. Es sind ja wegen der Änderungen jeweils eigenene Releases. Im Bezug auf ioBroker hat sich aber im Grunde nichts verändert, weil der ioBroker wie in allen Releases und sogar in Windows in einer Laufzeitumgebung namens nodejs läuft.

                            Die Gleichung ist so:
                            Ordentliche Installation vom Betriebssystem + Ordentliche Installation von nodejs = Ordentlich laufender ioBroker

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            1
                            • I Offline
                              I Offline
                              Ikarus58
                              schrieb am zuletzt editiert von
                              #14

                              @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                              @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                              bei buster lief der iobroker sehr gut aber bullseye muss ja dann irgend welche dinge geändert haben. oder ?

                              Da ich nicht nachvollziehen kann was du da jetzt genau wie gemacht hast:

                              Natürlich hat sich von Stretch über Buster zu Bullseye was verändert. Es sind ja wegen der Änderungen jeweils eigenene Releases. Im Bezug auf ioBroker hat sich aber im Grunde nichts verändert, weil der ioBroker wie in allen Releases und sogar in Windows in einer Laufzeitumgebung namens nodejs läuft.

                              Die Gleichung ist so:
                              Ordentliche Installation vom Betriebssystem + Ordentliche Installation von nodejs = Ordentlich laufender ioBroker

                              Ja ok vielen Dank für die Info
                              Aktuell läuft alles wieder keine node keine npm war installiert --> node source war noch auf stretch
                              nochmal installiert und jetzt ist auch npm auf 8.15.

                              Danke noch mal und schönes Wochenede
                              Jürgen

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • I Ikarus58

                                @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                                @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                                bei buster lief der iobroker sehr gut aber bullseye muss ja dann irgend welche dinge geändert haben. oder ?

                                Da ich nicht nachvollziehen kann was du da jetzt genau wie gemacht hast:

                                Natürlich hat sich von Stretch über Buster zu Bullseye was verändert. Es sind ja wegen der Änderungen jeweils eigenene Releases. Im Bezug auf ioBroker hat sich aber im Grunde nichts verändert, weil der ioBroker wie in allen Releases und sogar in Windows in einer Laufzeitumgebung namens nodejs läuft.

                                Die Gleichung ist so:
                                Ordentliche Installation vom Betriebssystem + Ordentliche Installation von nodejs = Ordentlich laufender ioBroker

                                Ja ok vielen Dank für die Info
                                Aktuell läuft alles wieder keine node keine npm war installiert --> node source war noch auf stretch
                                nochmal installiert und jetzt ist auch npm auf 8.15.

                                Danke noch mal und schönes Wochenede
                                Jürgen

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #15

                                @ikarus58

                                Zeig mal wie du da jetzt unterwegs bist...

                                sudo ln -s /usr/bin/node /usr/bin/nodejs
                                uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                1 Antwort Letzte Antwort
                                0
                                • I Offline
                                  I Offline
                                  Ikarus58
                                  schrieb am zuletzt editiert von
                                  #16

                                  @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                                  @ikarus58

                                  Zeig mal wie du da jetzt unterwegs bist...

                                  sudo ln -s /usr/bin/node /usr/bin/nodejs
                                  uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                  
                                  iobroker@iobroker:~$ sudo ln -s /usr/bin/node /usr/bin/nodejs
                                  [sudo] Passwort für iobroker:
                                  iobroker@iobroker:~$ uname -m && type -P nodejs node npm && nodejs -v && node -v                                                    && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update &                                                   & apt policy nodej
                                  x86_64
                                  /usr/bin/nodejs
                                  /usr/bin/node
                                  /usr/bin/npm
                                  v16.17.0
                                  v16.17.0
                                  8.15.0
                                  iobroker
                                  /home/iobroker
                                  OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                                  OK:2 http://deb.debian.org/debian bullseye InRelease
                                  OK:3 http://deb.debian.org/debian bullseye-updates InRelease
                                  OK:4 http://deb.debian.org/debian bullseye-backports InRelease
                                  OK:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                                  Paketlisten werden gelesen… Fertig
                                  Abhängigkeitsbaum wird aufgebaut… Fertig
                                  Statusinformationen werden eingelesen… Fertig
                                  Aktualisierung für 102 Pakete verfügbar. Führen Sie »apt list --upgradable« aus,                                                    um sie anzuzeigen.
                                  N: Paket nodej kann nicht gefunden werden.
                                  
                                  

                                  Soll ich »apt list --upgradable« noch ausführen ?

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • I Ikarus58

                                    @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                                    @ikarus58

                                    Zeig mal wie du da jetzt unterwegs bist...

                                    sudo ln -s /usr/bin/node /usr/bin/nodejs
                                    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                    
                                    iobroker@iobroker:~$ sudo ln -s /usr/bin/node /usr/bin/nodejs
                                    [sudo] Passwort für iobroker:
                                    iobroker@iobroker:~$ uname -m && type -P nodejs node npm && nodejs -v && node -v                                                    && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update &                                                   & apt policy nodej
                                    x86_64
                                    /usr/bin/nodejs
                                    /usr/bin/node
                                    /usr/bin/npm
                                    v16.17.0
                                    v16.17.0
                                    8.15.0
                                    iobroker
                                    /home/iobroker
                                    OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                                    OK:2 http://deb.debian.org/debian bullseye InRelease
                                    OK:3 http://deb.debian.org/debian bullseye-updates InRelease
                                    OK:4 http://deb.debian.org/debian bullseye-backports InRelease
                                    OK:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                                    Paketlisten werden gelesen… Fertig
                                    Abhängigkeitsbaum wird aufgebaut… Fertig
                                    Statusinformationen werden eingelesen… Fertig
                                    Aktualisierung für 102 Pakete verfügbar. Führen Sie »apt list --upgradable« aus,                                                    um sie anzuzeigen.
                                    N: Paket nodej kann nicht gefunden werden.
                                    
                                    

                                    Soll ich »apt list --upgradable« noch ausführen ?

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #17

                                    @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                                    Soll ich »apt list --upgradable« noch ausführen ?

                                    Das ist nur anschauen.

                                    Updates werden (regelmäßig!!!!) per

                                    iobroker stop
                                    sudo apt update
                                    sudo apt full-upgrade
                                    sudo reboot
                                    

                                    ausgeführt. Notier dir die Befehle.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    I 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                                      Soll ich »apt list --upgradable« noch ausführen ?

                                      Das ist nur anschauen.

                                      Updates werden (regelmäßig!!!!) per

                                      iobroker stop
                                      sudo apt update
                                      sudo apt full-upgrade
                                      sudo reboot
                                      

                                      ausgeführt. Notier dir die Befehle.

                                      I Offline
                                      I Offline
                                      Ikarus58
                                      schrieb am zuletzt editiert von
                                      #18

                                      @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                                      @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                                      Soll ich »apt list --upgradable« noch ausführen ?

                                      Das ist nur anschauen.

                                      Updates werden (regelmäßig!!!!) per

                                      iobroker stop
                                      sudo apt update
                                      sudo apt full-upgrade
                                      sudo reboot
                                      

                                      ausgeführt. Notier dir die Befehle.

                                      Ok mach ich und passt alles ??

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • I Ikarus58

                                        @thomas-braun said in Untersuchung: code 25 fehlerlösung:

                                        @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                                        Soll ich »apt list --upgradable« noch ausführen ?

                                        Das ist nur anschauen.

                                        Updates werden (regelmäßig!!!!) per

                                        iobroker stop
                                        sudo apt update
                                        sudo apt full-upgrade
                                        sudo reboot
                                        

                                        ausgeführt. Notier dir die Befehle.

                                        Ok mach ich und passt alles ??

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #19

                                        @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                                        Ok mach ich und passt alles ??

                                        Was ich so sehe passt das.
                                        Wenn das jetzt auch ohne Desktop installiert ist jedenfalls.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        apollon77A 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @ikarus58 sagte in Untersuchung: code 25 fehlerlösung:

                                          Ok mach ich und passt alles ??

                                          Was ich so sehe passt das.
                                          Wenn das jetzt auch ohne Desktop installiert ist jedenfalls.

                                          apollon77A Online
                                          apollon77A Online
                                          apollon77
                                          schrieb am zuletzt editiert von
                                          #20

                                          @thomas-braun Damit sind wie in dem Thead aber ziemlich off topic @Homoran Bitte mal wegsplitten

                                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          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

                                          457

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          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