Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. [gelöst] Update von Debian 10 auf 11?

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    487

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

[gelöst] Update von Debian 10 auf 11?

Scheduled Pinned Locked Moved Installation
90 Posts 4 Posters 5.0k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Alero

    @homoran
    kann ich von 10 auch direkt auf 12 gehen?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #18

    @alero sagte in Update von Debian 10 auf 11?:

    kann ich von 10 auch direkt auf 12 gehen?

    Nein.

    Vermutlich geht es schneller, ein Debian 12 aus dem Hut zu zaubern und flugs ein Backup über den ioBroker zu ziehen.

    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

    A 1 Reply Last reply
    1
    • Thomas BraunT Thomas Braun

      @alero sagte in Update von Debian 10 auf 11?:

      kann ich von 10 auch direkt auf 12 gehen?

      Nein.

      Vermutlich geht es schneller, ein Debian 12 aus dem Hut zu zaubern und flugs ein Backup über den ioBroker zu ziehen.

      A Offline
      A Offline
      Alero
      wrote on last edited by Alero
      #19

      Hi,
      habe jetzt einen neue Maschine aufgesetzt mit debian 12.
      zusätzlich habe ich noch einen user angelegt und die Net-tools, curl und apt update und apt upgrade ausgeführt. Danach den Iobroker installiert mit

      curl -sLf https://iobroker.net/install.sh | bash -
      

      Hier kam eine FM. hier sollte ich auf Github nachschauen was ich auch getan habe.
      dann habe ich folgendes gemacht.

      apt-get update
      apt-get install -y ca-certificates curl gnupg
      mkdir -p /etc/apt/keyrings
      curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key |  gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
      
      NODE_MAJOR=18
      echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
      
      apt-get update
      apt-get install nodejs -y
      

      Dann habe ich auf chrome den iobroker aufgerufen und eingerichtet. liz usw.
      Dann habe ich von meinem Alten noch laufenden Iobroker die Konfig des Backup adapter gesichert und auf dem neunen System importiert.
      Der Backup Adatpter lässt sich nicht starten bzw. baut keine Verbindung auf.
      (Keine Verbindung zum host rot und lebenszechen rot
      und
      Dann habe ich mal folgendes aufgerufen

      root@iobroker-prod-12:/opt/iobroker# sudo ln -s /usr/bin/node /usr/bin/nodejs
      uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      ln: failed to create symbolic link '/usr/bin/nodejs': File exists
      x86_64
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v18.18.0
      v18.18.0
      9.8.1
      root
      /opt/iobroker
      Hit:1 http://security.debian.org bookworm-security InRelease
      Hit:2 http://deb.debian.org/debian bookworm InRelease                               
      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                       
      Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease                      
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      All packages are up to date.
      nodejs:
        Installed: 18.18.0-1nodesource1
        Candidate: 18.18.0-1nodesource1
        Version table:
       *** 18.18.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
              100 /var/lib/dpkg/status
           18.17.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.17.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.16.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.16.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.15.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.14.2-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.14.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.14.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.13.0+dfsg1-1 500
              500 http://deb.debian.org/debian bookworm/main amd64 Packages
           18.13.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.12.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.11.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.10.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.9.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.9.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.8.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.7.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.6.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.5.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.4.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.3.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.2.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.1.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.0.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
      

      js controller auch auf 5.012 gebracht
      was mache ich falsch?

      crunchipC 1 Reply Last reply
      0
      • A Alero

        Hi,
        habe jetzt einen neue Maschine aufgesetzt mit debian 12.
        zusätzlich habe ich noch einen user angelegt und die Net-tools, curl und apt update und apt upgrade ausgeführt. Danach den Iobroker installiert mit

        curl -sLf https://iobroker.net/install.sh | bash -
        

        Hier kam eine FM. hier sollte ich auf Github nachschauen was ich auch getan habe.
        dann habe ich folgendes gemacht.

        apt-get update
        apt-get install -y ca-certificates curl gnupg
        mkdir -p /etc/apt/keyrings
        curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key |  gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
        
        NODE_MAJOR=18
        echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
        
        apt-get update
        apt-get install nodejs -y
        

        Dann habe ich auf chrome den iobroker aufgerufen und eingerichtet. liz usw.
        Dann habe ich von meinem Alten noch laufenden Iobroker die Konfig des Backup adapter gesichert und auf dem neunen System importiert.
        Der Backup Adatpter lässt sich nicht starten bzw. baut keine Verbindung auf.
        (Keine Verbindung zum host rot und lebenszechen rot
        und
        Dann habe ich mal folgendes aufgerufen

        root@iobroker-prod-12:/opt/iobroker# sudo ln -s /usr/bin/node /usr/bin/nodejs
        uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        ln: failed to create symbolic link '/usr/bin/nodejs': File exists
        x86_64
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        v18.18.0
        v18.18.0
        9.8.1
        root
        /opt/iobroker
        Hit:1 http://security.debian.org bookworm-security InRelease
        Hit:2 http://deb.debian.org/debian bookworm InRelease                               
        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                       
        Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease                      
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        All packages are up to date.
        nodejs:
          Installed: 18.18.0-1nodesource1
          Candidate: 18.18.0-1nodesource1
          Version table:
         *** 18.18.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                100 /var/lib/dpkg/status
             18.17.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.17.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.16.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.16.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.15.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.14.2-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.14.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.14.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.13.0+dfsg1-1 500
                500 http://deb.debian.org/debian bookworm/main amd64 Packages
             18.13.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.12.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.11.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.10.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.9.1-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.9.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.8.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.7.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.6.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.5.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.4.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.3.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.2.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.1.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.0.0-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
        

        js controller auch auf 5.012 gebracht
        was mache ich falsch?

        crunchipC Away
        crunchipC Away
        crunchip
        Forum Testing Most Active
        wrote on last edited by
        #20

        @alero sagte in Update von Debian 10 auf 11?:

        habe ich noch einen user angelegt

        @alero sagte in Update von Debian 10 auf 11?:

        root

        ??

        @alero sagte in Update von Debian 10 auf 11?:

        Der Backup Adatpter lässt sich nicht starten bzw. baut keine Verbindung auf.

        wohin soll er eine Verbindung aufbauen, bzw wo liegen die backups?

        umgestiegen von Proxmox auf Unraid

        A 1 Reply Last reply
        0
        • crunchipC crunchip

          @alero sagte in Update von Debian 10 auf 11?:

          habe ich noch einen user angelegt

          @alero sagte in Update von Debian 10 auf 11?:

          root

          ??

          @alero sagte in Update von Debian 10 auf 11?:

          Der Backup Adatpter lässt sich nicht starten bzw. baut keine Verbindung auf.

          wohin soll er eine Verbindung aufbauen, bzw wo liegen die backups?

          A Offline
          A Offline
          Alero
          wrote on last edited by
          #21

          @crunchip

          eigentlich auf mein nas. ich habe aber auch schon das letzte Backup lokal auf dem server unter opt/backups abgelegt.

          crunchipC 1 Reply Last reply
          0
          • A Alero

            @crunchip

            eigentlich auf mein nas. ich habe aber auch schon das letzte Backup lokal auf dem server unter opt/backups abgelegt.

            crunchipC Away
            crunchipC Away
            crunchip
            Forum Testing Most Active
            wrote on last edited by
            #22

            @alero sagte in Update von Debian 10 auf 11?:

            habe aber auch schon das letzte Backup lokal auf dem server unter opt/backups abgelegt.

            und was bringt der backitup Adapter für eine Fehlermeldung?

            umgestiegen von Proxmox auf Unraid

            A 1 Reply Last reply
            0
            • crunchipC crunchip

              @alero sagte in Update von Debian 10 auf 11?:

              habe aber auch schon das letzte Backup lokal auf dem server unter opt/backups abgelegt.

              und was bringt der backitup Adapter für eine Fehlermeldung?

              A Offline
              A Offline
              Alero
              wrote on last edited by
              #23

              @crunchip
              backup adapter mittlerweile grün.
              egal ob ich local oder nas aufrufe kommt nur das :


              eebd9528-4348-4906-8360-42b00f659549-image.png

              HomoranH A crunchipC 3 Replies Last reply
              0
              • A Alero

                @crunchip
                backup adapter mittlerweile grün.
                egal ob ich local oder nas aufrufe kommt nur das :


                eebd9528-4348-4906-8360-42b00f659549-image.png

                HomoranH Do not disturb
                HomoranH Do not disturb
                Homoran
                Global Moderator Administrators
                wrote on last edited by
                #24

                @alero und wo liegt dein Backup in der neuen Installation?

                BTW. Wenn du vis nutzst musst du sie vor dem Restore einmal manuell installieren.

                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 im Header. Danke!
                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                1 Reply Last reply
                0
                • A Alero

                  @crunchip
                  backup adapter mittlerweile grün.
                  egal ob ich local oder nas aufrufe kommt nur das :


                  eebd9528-4348-4906-8360-42b00f659549-image.png

                  A Offline
                  A Offline
                  Alero
                  wrote on last edited by
                  #25

                  hi,
                  bin jetzt einen schritt weiter. sehe jetzt unter local 2 Sicherungen die ich dort hin kopiert habe. Werde eine davon jetzt mal ausführen.

                  1 Reply Last reply
                  0
                  • A Alero

                    @crunchip
                    backup adapter mittlerweile grün.
                    egal ob ich local oder nas aufrufe kommt nur das :


                    eebd9528-4348-4906-8360-42b00f659549-image.png

                    crunchipC Away
                    crunchipC Away
                    crunchip
                    Forum Testing Most Active
                    wrote on last edited by
                    #26

                    @alero sagte in Update von Debian 10 auf 11?:

                    oder nas

                    cifs, nfs oder was auch immer installiert?

                    @alero sagte in Update von Debian 10 auf 11?:

                    egal ob ich local

                    passen die Rechte!?

                    umgestiegen von Proxmox auf Unraid

                    A 1 Reply Last reply
                    0
                    • crunchipC crunchip

                      @alero sagte in Update von Debian 10 auf 11?:

                      oder nas

                      cifs, nfs oder was auch immer installiert?

                      @alero sagte in Update von Debian 10 auf 11?:

                      egal ob ich local

                      passen die Rechte!?

                      A Offline
                      A Offline
                      Alero
                      wrote on last edited by Alero
                      #27

                      cifs
                      so,

                      habe jetzt en restore ausgeführt.


                      a0a93e52-3cee-4bad-ae42-b597a436374f-image.png

                      hat auch soweit geklappt

                      e1870aba-0221-442a-b44c-5f8b3d2b8e17-image.png

                      Muss ich jetzt iobroker von hand starten oder einfach mal was warten?

                      crunchipC 1 Reply Last reply
                      0
                      • A Alero

                        cifs
                        so,

                        habe jetzt en restore ausgeführt.


                        a0a93e52-3cee-4bad-ae42-b597a436374f-image.png

                        hat auch soweit geklappt

                        e1870aba-0221-442a-b44c-5f8b3d2b8e17-image.png

                        Muss ich jetzt iobroker von hand starten oder einfach mal was warten?

                        crunchipC Away
                        crunchipC Away
                        crunchip
                        Forum Testing Most Active
                        wrote on last edited by crunchip
                        #28

                        @alero sagte in Update von Debian 10 auf 11?:

                        oder einfach mal was warten?

                        ja, das dauert ne ganze Weile
                        kannst du nebenbei per shell beobachten

                        iob logs --watch
                        
                        

                        umgestiegen von Proxmox auf Unraid

                        A 1 Reply Last reply
                        0
                        • crunchipC crunchip

                          @alero sagte in Update von Debian 10 auf 11?:

                          oder einfach mal was warten?

                          ja, das dauert ne ganze Weile
                          kannst du nebenbei per shell beobachten

                          iob logs --watch
                          
                          
                          A Offline
                          A Offline
                          Alero
                          wrote on last edited by
                          #29

                          @crunchip sagte in Update von Debian 10 auf 11?:

                          iob logs --watch

                          danke.

                          ich denke sonst habe ich es doch soweit in der richtigen Reihenfolge installiert, oder?

                          crunchipC 1 Reply Last reply
                          0
                          • A Alero

                            @crunchip sagte in Update von Debian 10 auf 11?:

                            iob logs --watch

                            danke.

                            ich denke sonst habe ich es doch soweit in der richtigen Reihenfolge installiert, oder?

                            crunchipC Away
                            crunchipC Away
                            crunchip
                            Forum Testing Most Active
                            wrote on last edited by
                            #30

                            @alero sollte passen, ausser wie oben schon erwähnt, falls vis genutzt wird, muss dies Aufgrund eines bugs, vor dem restore manuell installiert werden

                            umgestiegen von Proxmox auf Unraid

                            A 1 Reply Last reply
                            0
                            • crunchipC crunchip

                              @alero sollte passen, ausser wie oben schon erwähnt, falls vis genutzt wird, muss dies Aufgrund eines bugs, vor dem restore manuell installiert werden

                              A Offline
                              A Offline
                              Alero
                              wrote on last edited by Alero
                              #31

                              @crunchip
                              jo sieht so aus als müsste ich das noch einmal machen

                              ch block, or by rejecting a promise which was not handled with .catch().
                              2023-09-25 12:33:25.584  - error: vis.0 (20936) unhandled promise rejection: Not exists
                              2023-09-25 12:33:25.584  - error: vis.0 (20936) Error: Not exists
                                  at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                  at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                  at process.processImmediate (node:internal/timers:478:21)
                              2023-09-25 12:33:25.584  - error: vis.0 (20936) Not exists
                              2023-09-25 12:33:26.087  - info: vis.0 (20936) terminating
                              2023-09-25 12:33:26.088  - warn: vis.0 (20936) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2023-09-25 12:33:25.226  - info: vis.0 (20936) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                              2023-09-25 12:33:25.403  - info: vis.0 (20936) vis license is OK.
                              2023-09-25 12:33:25.583  - error: vis.0 (20936) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              2023-09-25 12:33:25.584  - error: vis.0 (20936) unhandled promise rejection: Not exists
                              2023-09-25 12:33:25.584  - error: vis.0 (20936) Error: Not exists
                                  at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                  at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                  at process.processImmediate (node:internal/timers:478:21)
                              2023-09-25 12:33:25.584  - error: vis.0 (20936) Not exists
                              2023-09-25 12:33:26.087  - info: vis.0 (20936) terminating
                              2023-09-25 12:33:26.088  - warn: vis.0 (20936) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2023-09-25 12:33:26.698  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_20_977Z-debug-0.log
                              2023-09-25 12:33:26.698  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                              2023-09-25 12:33:26.698  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_20_977Z-debug-0.log
                              2023-09-25 12:33:26.698  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                              2023-09-25 12:33:27.715  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                              2023-09-25 12:33:27.715  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                              2023-09-25 12:33:28.716  - warn: host.iobroker-prod-12 startInstance cannot find adapter "vis@1.4.16". Try to install it... 3 attempt
                              2023-09-25 12:33:28.716  - info: host.iobroker-prod-12 iobroker install vis@1.4.16 using installedVersion
                              2023-09-25 12:33:28.716  - warn: host.iobroker-prod-12 startInstance cannot find adapter "vis@1.4.16". Try to install it... 3 attempt
                              2023-09-25 12:33:28.716  - info: host.iobroker-prod-12 iobroker install vis@1.4.16 using installedVersion
                              2023-09-25 12:33:29.977  - info: host.iobroker-prod-12 iobroker npm-install: NPM version: 9.8.1
                              2023-09-25 12:33:29.979  - info: host.iobroker-prod-12 iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                              2023-09-25 12:33:29.977  - info: host.iobroker-prod-12 iobroker npm-install: NPM version: 9.8.1
                              2023-09-25 12:33:29.979  - info: host.iobroker-prod-12 iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                              2023-09-25 12:33:34.448  - info: vis.0 (21173) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                              2023-09-25 12:33:34.597  - info: vis.0 (21173) vis license is OK.
                              2023-09-25 12:33:34.759  - error: vis.0 (21173) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              2023-09-25 12:33:34.759  - error: vis.0 (21173) unhandled promise rejection: Not exists
                              2023-09-25 12:33:34.760  - error: vis.0 (21173) Error: Not exists
                                  at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                  at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                  at process.processImmediate (node:internal/timers:478:21)
                              2023-09-25 12:33:34.760  - error: vis.0 (21173) Not exists
                              2023-09-25 12:33:35.275  - info: vis.0 (21173) terminating
                              2023-09-25 12:33:35.276  - warn: vis.0 (21173) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2023-09-25 12:33:34.448  - info: vis.0 (21173) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                              2023-09-25 12:33:34.597  - info: vis.0 (21173) vis license is OK.
                              2023-09-25 12:33:34.759  - error: vis.0 (21173) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              2023-09-25 12:33:34.759  - error: vis.0 (21173) unhandled promise rejection: Not exists
                              2023-09-25 12:33:34.760  - error: vis.0 (21173) Error: Not exists
                                  at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                  at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                  at process.processImmediate (node:internal/timers:478:21)
                              2023-09-25 12:33:34.760  - error: vis.0 (21173) Not exists
                              2023-09-25 12:33:35.275  - info: vis.0 (21173) terminating
                              2023-09-25 12:33:35.276  - warn: vis.0 (21173) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2023-09-25 12:33:35.890  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_30_247Z-debug-0.log
                              2023-09-25 12:33:35.891  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                              2023-09-25 12:33:35.890  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_30_247Z-debug-0.log
                              2023-09-25 12:33:35.891  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                              2023-09-25 12:33:36.906  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                              2023-09-25 12:33:36.906  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                              2023-09-25 12:33:37.906  - warn: host.iobroker-prod-12 startInstance cannot find adapter "vis@1.4.16". Try to install it... 4 attempt
                              2023-09-25 12:33:37.907  - info: host.iobroker-prod-12 iobroker install vis@1.4.16 using installedVersion
                              2023-09-25 12:33:37.906  - warn: host.iobroker-prod-12 startInstance cannot find adapter "vis@1.4.16". Try to install it... 4 attempt
                              2023-09-25 12:33:37.907  - info: host.iobroker-prod-12 iobroker install vis@1.4.16 using installedVersion
                              2023-09-25 12:33:39.151  - info: host.iobroker-prod-12 iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis@1.4.16... (System call)
                              2023-09-25 12:33:39.151  - info: host.iobroker-prod-12 iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis@1.4.16... (System call)
                              2023-09-25 12:33:43.691  - info: vis.0 (21411) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                              2023-09-25 12:33:43.848  - info: vis.0 (21411) vis license is OK.
                              2023-09-25 12:33:44.005  - error: vis.0 (21411) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              2023-09-25 12:33:44.005  - error: vis.0 (21411) unhandled promise rejection: Not exists
                              2023-09-25 12:33:44.006  - error: vis.0 (21411) Error: Not exists
                                  at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                  at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                  at process.processImmediate (node:internal/timers:478:21)
                              2023-09-25 12:33:44.006  - error: vis.0 (21411) Not exists
                              2023-09-25 12:33:43.691  - info: vis.0 (21411) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                              2023-09-25 12:33:43.848  - info: vis.0 (21411) vis license is OK.
                              2023-09-25 12:33:44.005  - error: vis.0 (21411) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              2023-09-25 12:33:44.005  - error: vis.0 (21411) unhandled promise rejection: Not exists
                              2023-09-25 12:33:44.006  - error: vis.0 (21411) Error: Not exists
                                  at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                  at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                  at process.processImmediate (node:internal/timers:478:21)
                              2023-09-25 12:33:44.006  - error: vis.0 (21411) Not exists
                              2023-09-25 12:33:44.511  - info: vis.0 (21411) terminating
                              2023-09-25 12:33:44.512  - warn: vis.0 (21411) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2023-09-25 12:33:44.511  - info: vis.0 (21411) terminating
                              2023-09-25 12:33:44.512  - warn: vis.0 (21411) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              2023-09-25 12:33:45.131  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_39_422Z-debug-0.log
                              2023-09-25 12:33:45.132  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                              2023-09-25 12:33:45.131  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_39_422Z-debug-0.log
                              2023-09-25 12:33:45.132  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                              2023-09-25 12:33:46.157  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                              2023-09-25 12:33:46.157  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                              2023-09-25 12:33:47.157  - error: host.iobroker-prod-12 Cannot download and install adapter "vis@1.4.16". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                              2023-09-25 12:33:47.157  - error: host.iobroker-prod-12 Cannot download and install adapter "vis@1.4.16". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                              
                              HomoranH 1 Reply Last reply
                              0
                              • A Alero

                                @crunchip
                                jo sieht so aus als müsste ich das noch einmal machen

                                ch block, or by rejecting a promise which was not handled with .catch().
                                2023-09-25 12:33:25.584  - error: vis.0 (20936) unhandled promise rejection: Not exists
                                2023-09-25 12:33:25.584  - error: vis.0 (20936) Error: Not exists
                                    at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                    at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                    at process.processImmediate (node:internal/timers:478:21)
                                2023-09-25 12:33:25.584  - error: vis.0 (20936) Not exists
                                2023-09-25 12:33:26.087  - info: vis.0 (20936) terminating
                                2023-09-25 12:33:26.088  - warn: vis.0 (20936) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                2023-09-25 12:33:25.226  - info: vis.0 (20936) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                                2023-09-25 12:33:25.403  - info: vis.0 (20936) vis license is OK.
                                2023-09-25 12:33:25.583  - error: vis.0 (20936) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                2023-09-25 12:33:25.584  - error: vis.0 (20936) unhandled promise rejection: Not exists
                                2023-09-25 12:33:25.584  - error: vis.0 (20936) Error: Not exists
                                    at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                    at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                    at process.processImmediate (node:internal/timers:478:21)
                                2023-09-25 12:33:25.584  - error: vis.0 (20936) Not exists
                                2023-09-25 12:33:26.087  - info: vis.0 (20936) terminating
                                2023-09-25 12:33:26.088  - warn: vis.0 (20936) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                2023-09-25 12:33:26.698  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_20_977Z-debug-0.log
                                2023-09-25 12:33:26.698  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                                2023-09-25 12:33:26.698  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_20_977Z-debug-0.log
                                2023-09-25 12:33:26.698  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                                2023-09-25 12:33:27.715  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                                2023-09-25 12:33:27.715  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                                2023-09-25 12:33:28.716  - warn: host.iobroker-prod-12 startInstance cannot find adapter "vis@1.4.16". Try to install it... 3 attempt
                                2023-09-25 12:33:28.716  - info: host.iobroker-prod-12 iobroker install vis@1.4.16 using installedVersion
                                2023-09-25 12:33:28.716  - warn: host.iobroker-prod-12 startInstance cannot find adapter "vis@1.4.16". Try to install it... 3 attempt
                                2023-09-25 12:33:28.716  - info: host.iobroker-prod-12 iobroker install vis@1.4.16 using installedVersion
                                2023-09-25 12:33:29.977  - info: host.iobroker-prod-12 iobroker npm-install: NPM version: 9.8.1
                                2023-09-25 12:33:29.979  - info: host.iobroker-prod-12 iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                                2023-09-25 12:33:29.977  - info: host.iobroker-prod-12 iobroker npm-install: NPM version: 9.8.1
                                2023-09-25 12:33:29.979  - info: host.iobroker-prod-12 iobroker npm-install: Installing iobroker.vis@1.4.16... (System call)
                                2023-09-25 12:33:34.448  - info: vis.0 (21173) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                                2023-09-25 12:33:34.597  - info: vis.0 (21173) vis license is OK.
                                2023-09-25 12:33:34.759  - error: vis.0 (21173) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                2023-09-25 12:33:34.759  - error: vis.0 (21173) unhandled promise rejection: Not exists
                                2023-09-25 12:33:34.760  - error: vis.0 (21173) Error: Not exists
                                    at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                    at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                    at process.processImmediate (node:internal/timers:478:21)
                                2023-09-25 12:33:34.760  - error: vis.0 (21173) Not exists
                                2023-09-25 12:33:35.275  - info: vis.0 (21173) terminating
                                2023-09-25 12:33:35.276  - warn: vis.0 (21173) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                2023-09-25 12:33:34.448  - info: vis.0 (21173) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                                2023-09-25 12:33:34.597  - info: vis.0 (21173) vis license is OK.
                                2023-09-25 12:33:34.759  - error: vis.0 (21173) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                2023-09-25 12:33:34.759  - error: vis.0 (21173) unhandled promise rejection: Not exists
                                2023-09-25 12:33:34.760  - error: vis.0 (21173) Error: Not exists
                                    at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                    at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                    at process.processImmediate (node:internal/timers:478:21)
                                2023-09-25 12:33:34.760  - error: vis.0 (21173) Not exists
                                2023-09-25 12:33:35.275  - info: vis.0 (21173) terminating
                                2023-09-25 12:33:35.276  - warn: vis.0 (21173) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                2023-09-25 12:33:35.890  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_30_247Z-debug-0.log
                                2023-09-25 12:33:35.891  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                                2023-09-25 12:33:35.890  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_30_247Z-debug-0.log
                                2023-09-25 12:33:35.891  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                                2023-09-25 12:33:36.906  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                                2023-09-25 12:33:36.906  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                                2023-09-25 12:33:37.906  - warn: host.iobroker-prod-12 startInstance cannot find adapter "vis@1.4.16". Try to install it... 4 attempt
                                2023-09-25 12:33:37.907  - info: host.iobroker-prod-12 iobroker install vis@1.4.16 using installedVersion
                                2023-09-25 12:33:37.906  - warn: host.iobroker-prod-12 startInstance cannot find adapter "vis@1.4.16". Try to install it... 4 attempt
                                2023-09-25 12:33:37.907  - info: host.iobroker-prod-12 iobroker install vis@1.4.16 using installedVersion
                                2023-09-25 12:33:39.151  - info: host.iobroker-prod-12 iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis@1.4.16... (System call)
                                2023-09-25 12:33:39.151  - info: host.iobroker-prod-12 iobroker npm-install: NPM version: 9.8.1Installing iobroker.vis@1.4.16... (System call)
                                2023-09-25 12:33:43.691  - info: vis.0 (21411) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                                2023-09-25 12:33:43.848  - info: vis.0 (21411) vis license is OK.
                                2023-09-25 12:33:44.005  - error: vis.0 (21411) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                2023-09-25 12:33:44.005  - error: vis.0 (21411) unhandled promise rejection: Not exists
                                2023-09-25 12:33:44.006  - error: vis.0 (21411) Error: Not exists
                                    at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                    at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                    at process.processImmediate (node:internal/timers:478:21)
                                2023-09-25 12:33:44.006  - error: vis.0 (21411) Not exists
                                2023-09-25 12:33:43.691  - info: vis.0 (21411) starting. Version 1.4.16 in /opt/iobroker/node_modules/iobroker.vis, node: v18.18.0, js-controller: 5.0.12
                                2023-09-25 12:33:43.848  - info: vis.0 (21411) vis license is OK.
                                2023-09-25 12:33:44.005  - error: vis.0 (21411) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                2023-09-25 12:33:44.005  - error: vis.0 (21411) unhandled promise rejection: Not exists
                                2023-09-25 12:33:44.006  - error: vis.0 (21411) Error: Not exists
                                    at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:854:19)
                                    at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:891:59)
                                    at process.processImmediate (node:internal/timers:478:21)
                                2023-09-25 12:33:44.006  - error: vis.0 (21411) Not exists
                                2023-09-25 12:33:44.511  - info: vis.0 (21411) terminating
                                2023-09-25 12:33:44.512  - warn: vis.0 (21411) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                2023-09-25 12:33:44.511  - info: vis.0 (21411) terminating
                                2023-09-25 12:33:44.512  - warn: vis.0 (21411) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                2023-09-25 12:33:45.131  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_39_422Z-debug-0.log
                                2023-09-25 12:33:45.132  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                                2023-09-25 12:33:45.131  - error: host.iobroker-prod-12 iobroker npm-install: npm ERR! code 6npm ERR! path /opt/iobroker/node_modules/iobroker.visnpm ERR! command failednpm ERR! command sh -c node main.js --installnpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-09-25T12_33_39_422Z-debug-0.log
                                2023-09-25 12:33:45.132  - error: host.iobroker-prod-12 iobroker npm-install: host.iobroker-prod-12 Cannot install iobroker.vis@1.4.16: 6
                                2023-09-25 12:33:46.157  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                                2023-09-25 12:33:46.157  - info: host.iobroker-prod-12 iobroker npm-install: exit 25
                                2023-09-25 12:33:47.157  - error: host.iobroker-prod-12 Cannot download and install adapter "vis@1.4.16". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                                2023-09-25 12:33:47.157  - error: host.iobroker-prod-12 Cannot download and install adapter "vis@1.4.16". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                                
                                HomoranH Do not disturb
                                HomoranH Do not disturb
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #32

                                @alero versuch iob install vis@1.4.10 und anschließend wieder update

                                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 im Header. Danke!
                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                A 1 Reply Last reply
                                1
                                • HomoranH Homoran

                                  @alero versuch iob install vis@1.4.10 und anschließend wieder update

                                  A Offline
                                  A Offline
                                  Alero
                                  wrote on last edited by
                                  #33

                                  @homoran

                                  So
                                  habe eben neu installiert.
                                  sieht jetzt so aus.


                                  e49da78c-d61c-4140-abb9-6a2d503c91a1-image.png

                                  jetzt will ich den restore anstoßen. Wenn niemand was dagegen hat ;-)

                                  A 1 Reply Last reply
                                  0
                                  • A Alero

                                    @homoran

                                    So
                                    habe eben neu installiert.
                                    sieht jetzt so aus.


                                    e49da78c-d61c-4140-abb9-6a2d503c91a1-image.png

                                    jetzt will ich den restore anstoßen. Wenn niemand was dagegen hat ;-)

                                    A Offline
                                    A Offline
                                    Alero
                                    wrote on last edited by
                                    #34

                                    Bekomme noch einen Fehler beim zugriff aufs Nas SMB.

                                    	Error: Command failed: sudo mount -t cifs -o username=backup,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.42.100/backup/Iobroker/Standard /opt/iobroker/backupsmount error(1): Operation not permittedRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                    
                                    Thomas BraunT HomoranH 2 Replies Last reply
                                    0
                                    • A Alero

                                      Bekomme noch einen Fehler beim zugriff aufs Nas SMB.

                                      	Error: Command failed: sudo mount -t cifs -o username=backup,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.42.100/backup/Iobroker/Standard /opt/iobroker/backupsmount error(1): Operation not permittedRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #35

                                      @alero sagte in Update von Debian 10 auf 11?:

                                      Operation not permitted

                                      Da fehlen Rechte. Mountest du als 'sudo'/root?

                                      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

                                      A 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @alero sagte in Update von Debian 10 auf 11?:

                                        Operation not permitted

                                        Da fehlen Rechte. Mountest du als 'sudo'/root?

                                        A Offline
                                        A Offline
                                        Alero
                                        wrote on last edited by
                                        #36

                                        @thomas-braun
                                        jep

                                        1 Reply Last reply
                                        0
                                        • A Alero

                                          Bekomme noch einen Fehler beim zugriff aufs Nas SMB.

                                          	Error: Command failed: sudo mount -t cifs -o username=backup,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.42.100/backup/Iobroker/Standard /opt/iobroker/backupsmount error(1): Operation not permittedRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                          
                                          HomoranH Do not disturb
                                          HomoranH Do not disturb
                                          Homoran
                                          Global Moderator Administrators
                                          wrote on last edited by
                                          #37

                                          @alero hast du die cifs-utils (o.ä) installiert?

                                          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 im Header. Danke!
                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          A Thomas BraunT 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          571

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe