Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Update auf 1.2.3 funktioniert nicht

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Update auf 1.2.3 funktioniert nicht

Scheduled Pinned Locked Moved Error/Bug
25 Posts 7 Posters 3.8k Views
  • 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.
  • HomoranH Offline
    HomoranH Offline
    Homoran
    Global Moderator Administrators
    wrote on last edited by
    #16

    @RappiRN:

    Ich würde mal sagen, davor fehlt ein:

    CODE: ALLES AUSWÄHLEN

    cd /opt/iobroker `

    Das ist ja was ich meinte mit:
    @Homoran:

    hast du ggf. statt drüberzuinstallieren eine zweite Instanz angelegt? `

    Jetzt hat der TE zwei Installationen.

    Da sind die Ports natürlich doppelt vergeben.

    Gruß

    Rainer

    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Tiger015
      wrote on last edited by
      #17

      @RappiRN:

      Ich würde mal sagen, davor fehlt ein:

      cd /opt/iobroker
      

      Oder?

      Enrico `

      Gleiches ergebniss:

      root@raspberrypi3:~# cd /opt/iobroker
      root@raspberrypi3:/opt/iobroker# iobroker stop admin.0
      events.js:160
            throw er; // Unhandled 'error' event
            ^
      
      Error: listen EADDRINUSE 0.0.0.0:9001
          at Object.exports._errnoException (util.js:1020:11)
          at exports._exceptionWithHostPort (util.js:1043:20)
          at Server._listen2 (net.js:1262:14)
          at listen (net.js:1298:10)
          at net.js:1408:9
          at _combinedTickCallback (internal/process/next_tick.js:83:11)
          at process._tickCallback (internal/process/next_tick.js:104:9)
      root@raspberrypi3:/opt/iobroker#
      
      
      1 Reply Last reply
      0
      • R Offline
        R Offline
        RappiRN
        Most Active
        wrote on last edited by
        #18

        @Homoran:

        Jetzt hat der TE zwei Installationen.

        Da sind die Ports natürlich doppelt vergeben. `

        Dann brauchen wir jetzt ne Anleitung, wie einfach zu prüfen wäre, ob denn wirklich zwei Installationen da sind. Ich selbst würde über z.B. winSCP nachsehen, ob noch weitere ioBroker-Ordner angelegt wurden, aber das geht bestimmt auch eleganter! 😉

        Enrico

        1 Reply Last reply
        0
        • DutchmanD Offline
          DutchmanD Offline
          Dutchman
          Developer Most Active Administrators
          wrote on last edited by
          #19

          @RappiRN:

          , ob noch weitere ioBroker-Ordner angelegt wurden, aber das geht bestimmt auch eleganter! 😉

          Enrico `

          Auf Linux gibt es dafür dass"find" Commando.

          Komme gerade nicht an meine Installation aber wenn du nach einer Datei/Ordner suchst die es nur im ioBroker Verzeichnis gibt solltest du fündig werden:

           Finding a directory
          
          To find a directory called apt in / (root) file system, enter:
          
          Alert: When searching / (root) file system, you need to run the find command as root user.
          
          find / -type d -name "apt" 
          Sample outputs:
          
          /var/log/apt
          /var/lib/apt
          /var/cache/apt
          /etc/apt
          /etc/logrotate.d/apt
          /etc/cron.daily/apt
          

          https://www.google.nl/amp/s/www.cyberci … mmand/amp/


          Send from mobile device

          1 Reply Last reply
          0
          • J Offline
            J Offline
            jensus11
            wrote on last edited by
            #20

            Bei mir hat das zur Lösung geführt.

            cd /opt/iobroker
            sudo chmod 777 * -R
            sudo npm install iobroker.js-controller --production
            
            1 Reply Last reply
            0
            • lobomauL Offline
              lobomauL Offline
              lobomau
              wrote on last edited by
              #21

              Inzwischen habe ich mich auch an Master getraut und hatte die gleichen Fehler logs wie Knopers. Installieren von "winston" war die Lösung. Nun laufen 1.2.3 auf Master und Slave 🙂
              @RappiRN:

              @knopers1:

              Error: Error: Cannot find module 'winston/lib/winston/common'
              ```` `  
              

              Bei dir könnte helfen:

              npm install winston
              

              Das musste ich bei mir, allerdings auf 1.2.2 auch machen, diesen Fehler hatte ich auch drin!

              Enrico `

              Host: NUC8i3 mit Proxmox:

              • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
              • Slave: Pi4
              1 Reply Last reply
              0
              • K Offline
                K Offline
                knopers1
                wrote on last edited by
                #22

                ja, bei mir auch brachte winston Paket die Abhilfe…

                Das Update des Controllers ist immer wieder aufregend :mrgreen:

                HP Microserver Gen8, RPI-4, IoBroker,

                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  RappiRN
                  Most Active
                  wrote on last edited by
                  #23

                  @Homoran:

                  Ich würde aber eher diese Methode wählen:

                  sudo iobroker stop
                  sudo iobroker update
                  npm cache clean
                  npm install iobroker.js-controller
                  sudo iobroker start
                  ```` `  
                  

                  Edit: Nicht vergessen, vorher noch:

                  cd /opt/iobroker
                  

                  Das hat bei mir jetzt auch geholfen, vorher hatte ich noch ein:

                  cd /opt/iobroker
                  sudo chmod 777 * -R
                  sudo npm install iobroker.js-controller --production
                  

                  probiert, ging aber leider nicht.

                  Enrico

                  1 Reply Last reply
                  0
                  • R Offline
                    R Offline
                    RappiRN
                    Most Active
                    wrote on last edited by
                    #24

                    @Homoran:

                    Ich würde aber eher diese Methode wählen:

                    sudo iobroker stop
                    sudo iobroker update
                    npm cache clean
                    npm install iobroker.js-controller
                    sudo iobroker start
                    ```` `  
                    

                    Natürlich mit````
                    cd /opt/iobroker

                    
                    Sollte das dann nicht, als Info, in die Admin-Oberfläche übernommen werden ? Da steht ja noch:
                    
                    

                    cd/opt/iobroker
                    iobroker stop
                    iobroker upgrade self
                    iobroker start

                    
                    oder so ähnlich!?
                    
                    Enrico
                    1 Reply Last reply
                    0
                    • HomoranH Offline
                      HomoranH Offline
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #25

                      Iobroker upgrade self ist der korrekte Befehl für das Upgrade.

                      Sollte dabei etwas schiefgegangen sein, z.B. der download korrupt, greift jeder weitere Versuch auf die Daten im cache zurück.

                      Mein vorschlag leert den cache und installiert nochmal komplett drüber. Istvalso eigentlich kein upgrade sondern eine Neuinstallation

                      Gruß Rainer

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Reply 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

                      513

                      Online

                      32.4k

                      Users

                      81.4k

                      Topics

                      1.3m

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

                      • Don't have an account? Register

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