Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. nach Absturz des admin-update - nichts geht mehr

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    nach Absturz des admin-update - nichts geht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      SCHNittER last edited by SCHNittER

      Hallo,

      ich hatte fälschlicher Weise node 21 installiert.

      Nachdem ich mittels "n" auf 18.16.0 downgegraded habe, und nun endlich alle updates ausführen wollte, stürzte das Admin-Update ab und nun geht nichts mehr:

      im Browser: http://192.168.178.11:8081/#tab-adapters --> Verbindung fehlgeschlagen

      auf der Konsole:

       npm list isstream
      iobroker.inst@3.0.0 /opt/iobroker
      ├─┬ iobroker.backitup@2.9.8
      │ └─┬ request@2.88.2
      │   └── isstream@0.1.2
      └─┬ iobroker.js-controller@5.0.17
        └─┬ prompt@1.3.0
          └─┬ winston@2.4.6
            └── isstream@0.1.2 deduped
      
      node -v
      -bash: /usr/local/bin/node: Datei oder Verzeichnis nicht gefunden
      
      nodejs -v
      -bash: nodejs: Kommando nicht gefunden.
      

      Kann mir jemand helfen, ich möcht enicht schonwieder alles neu installieren und einrichten. 😢

      Danke, Jens

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @SCHNittER last edited by Thomas Braun

        @schnitter sagte in nach Absturz des admin-update - nichts geht mehr:

        Nachdem ich mittels "n" auf 18.16.0 downgegraded habe

        Und warum verwendet man sowas wie n?

        Fix das:

        iob stop 
        iob fix
        iob nodejs-update 18
        

        Kann mir jemand helfen, ich möcht enicht schonwieder alles neu installieren und einrichten.

        Dann lass die Finger von so tollen Tools...
        Software wird ausschließlich über einen Paketmanager installiert.

        S 1 Reply Last reply Reply Quote 0
        • S
          SCHNittER @Thomas Braun last edited by

          @thomas-braun said in nach Absturz des admin-update - nichts geht mehr:

          Und warum verwendet man sowas wie n?

          weil man zu wenig Zeit hat sich tiefgründig damit zu beschäftigen aber die Annähmlichkeiten nutzen möchte 😖

          Hab vielen Dank!!! Du hast meine Woche gerettet!

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @SCHNittER last edited by

            @schnitter

            Dann zeig mal per

            iob diag
            

            welche "Annehmlichkeiten" da sonst vielleicht noch lauern.

            S 1 Reply Last reply Reply Quote 0
            • S
              SCHNittER @Thomas Braun last edited by

              @thomas-braun

              ======================= SUMMARY =======================
                                      v.2023-10-10
              
              
                 Static hostname: raspberrypi
                       Icon name: computer
                Operating System: Raspbian GNU/Linux 11 (bullseye)
                          Kernel: Linux 6.1.21-v8+
                    Architecture: arm64
              
              Installation:           native
              Kernel:                 aarch64
              Userland:               armhf
              Timezone:               Europe/Berlin (CET, +0100)
              User-ID:                1000
              X-Server:               false
              Boot Target:            graphical.target
              
              Pending OS-Updates:     0
              Pending iob updates:    0
              
              Nodejs-Installation:    /usr/bin/nodejs         v18.19.1
                                      /usr/bin/node           v18.19.1
                                      /usr/bin/npm            10.2.4
                                      /usr/bin/npx            10.2.4
                                      /usr/bin/corepack       0.22.0
              
              Recommended versions are nodejs 18.19.1 and npm Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
              Your nodejs installation is correct
              
              MEMORY:
                             total        used        free      shared  buff/cache   available
              Mem:            1.8G        636M        411M        0.0K        801M        1.1G
              Swap:            99M          0B         99M
              Total:          1.9G        636M        511M
              
              Active iob-Instances:   14
              Active repo(s): stable
              
              ioBroker Core:          js-controller           5.0.19
                                      admin                   6.13.16
              
              ioBroker Status:        iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Status admin and web instance:
              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              Objects:                7403
              States:                 6062
              
              Size of iob-Database:
              
              12M     /opt/iobroker/iobroker-data/objects.jsonl
              5.7M    /opt/iobroker/iobroker-data/objects.json.migrated
              5.7M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
              4.7M    /opt/iobroker/iobroker-data/states.jsonl
              784K    /opt/iobroker/iobroker-data/states.json.migrated
              784K    /opt/iobroker/iobroker-data/states.json.bak.migrated
              0       /opt/iobroker/iobroker-data/states.json.broken
              
              
              
              =================== END OF SUMMARY ====================
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @SCHNittER last edited by

                @schnitter

                sudo systemctl set-default multi-user.target
                

                Und bring das Betriebssystem beizeiten auf Version 12 'Bookworm'. In einer reinen 64Bit-Version.

                1 Reply Last reply Reply Quote 0
                • S
                  SCHNittER last edited by

                  @thomas-braun said in nach Absturz des admin-update - nichts geht mehr:

                  Und bring das Betriebssystem beizeiten auf Version 12 'Bookworm'. In einer reinen 64Bit-Version.

                  Erstmal bin ich von Updates geheilt 😉

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @SCHNittER last edited by

                    @schnitter

                    Du sollst es ja aber auch richtig anfangen. Dann gehen auch 'Updates' easy vonstatten.

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post

                    Support us

                    ioBroker
                    Community Adapters
                    Donate

                    633
                    Online

                    31.9k
                    Users

                    80.1k
                    Topics

                    1.3m
                    Posts

                    2
                    8
                    267
                    Loading More Posts
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes
                    Reply
                    • Reply as topic
                    Log in to reply
                    Community
                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                    The ioBroker Community 2014-2023
                    logo