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. Fehlermeldung und langsame Adapter installation

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

Fehlermeldung und langsame Adapter installation

Scheduled Pinned Locked Moved Unsolved Error/Bug
sqlite3 built error
29 Posts 6 Posters 2.0k Views 5 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.
  • dbwebD Offline
    dbwebD Offline
    dbweb
    wrote on last edited by
    #19

    So mal eben gemacht:
    Frisches Image von https://www.iobroker.net/#de/download, minimal image

    pi@ioBroker-RasPi4:~ $ iobroker -v
    1.5.11
    pi@ioBroker-RasPi4:~ $ cat /opt/iobroker/.npmrc
    package-lock=false
    pi@ioBroker-RasPi4:~ $ npm -v
    6.9.0
    pi@ioBroker-RasPi4:~ $ node -v
    v10.16.0
    pi@ioBroker-RasPi4:~ $ nodejs -v
    v10.16.0
    

    Resultat: Im Image ist es noch drin.

    Frisches Raspbian Buster image, mit script installiert:

    curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
    sudo apt-get install -y nodejs
    curl -sL https://iobroker.net/install.sh | bash -
    pi@raspberrypi:~ $ iobroker -v
    2.1.1
    pi@raspberrypi:~ $ cat /opt/iobroker/.npmrc
    
    # disable npm audit warnings
    audit=false
    pi@raspberrypi:~ $ npm -v
    6.11.3
    pi@raspberrypi:~ $ node -v
    v10.17.0
    pi@raspberrypi:~ $ nodejs -v
    v10.17.0
    

    Also Installation per Script ist jetzt sauber auch auf 2.1.1, war bis vor ~3 Wochen aber noch nicht so.

    AlCalzoneA HomoranH 2 Replies Last reply
    0
    • dbwebD dbweb

      So mal eben gemacht:
      Frisches Image von https://www.iobroker.net/#de/download, minimal image

      pi@ioBroker-RasPi4:~ $ iobroker -v
      1.5.11
      pi@ioBroker-RasPi4:~ $ cat /opt/iobroker/.npmrc
      package-lock=false
      pi@ioBroker-RasPi4:~ $ npm -v
      6.9.0
      pi@ioBroker-RasPi4:~ $ node -v
      v10.16.0
      pi@ioBroker-RasPi4:~ $ nodejs -v
      v10.16.0
      

      Resultat: Im Image ist es noch drin.

      Frisches Raspbian Buster image, mit script installiert:

      curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
      sudo apt-get install -y nodejs
      curl -sL https://iobroker.net/install.sh | bash -
      pi@raspberrypi:~ $ iobroker -v
      2.1.1
      pi@raspberrypi:~ $ cat /opt/iobroker/.npmrc
      
      # disable npm audit warnings
      audit=false
      pi@raspberrypi:~ $ npm -v
      6.11.3
      pi@raspberrypi:~ $ node -v
      v10.17.0
      pi@raspberrypi:~ $ nodejs -v
      v10.17.0
      

      Also Installation per Script ist jetzt sauber auch auf 2.1.1, war bis vor ~3 Wochen aber noch nicht so.

      AlCalzoneA Offline
      AlCalzoneA Offline
      AlCalzone
      Developer
      wrote on last edited by
      #20

      @dbweb sagte in Fehlermeldung und langsame Adapter installation:

      Also Installation per Script ist jetzt sauber auch auf 2.1.1, war bis vor ~3 Wochen aber noch nicht so.

      Das liegt daran, dass das Skript die Stable-Version vom js-controller installiert. Die ist seit knapp 1 Woche auf 2.x.

      Aber gut, dass es jetzt richtig läuft.

      Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

      1 Reply Last reply
      0
      • dbwebD dbweb

        So mal eben gemacht:
        Frisches Image von https://www.iobroker.net/#de/download, minimal image

        pi@ioBroker-RasPi4:~ $ iobroker -v
        1.5.11
        pi@ioBroker-RasPi4:~ $ cat /opt/iobroker/.npmrc
        package-lock=false
        pi@ioBroker-RasPi4:~ $ npm -v
        6.9.0
        pi@ioBroker-RasPi4:~ $ node -v
        v10.16.0
        pi@ioBroker-RasPi4:~ $ nodejs -v
        v10.16.0
        

        Resultat: Im Image ist es noch drin.

        Frisches Raspbian Buster image, mit script installiert:

        curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
        sudo apt-get install -y nodejs
        curl -sL https://iobroker.net/install.sh | bash -
        pi@raspberrypi:~ $ iobroker -v
        2.1.1
        pi@raspberrypi:~ $ cat /opt/iobroker/.npmrc
        
        # disable npm audit warnings
        audit=false
        pi@raspberrypi:~ $ npm -v
        6.11.3
        pi@raspberrypi:~ $ node -v
        v10.17.0
        pi@raspberrypi:~ $ nodejs -v
        v10.17.0
        

        Also Installation per Script ist jetzt sauber auch auf 2.1.1, war bis vor ~3 Wochen aber noch nicht so.

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

        @dbweb sagte in Fehlermeldung und langsame Adapter installation:

        Frisches Image von https://www.iobroker.net/#de/download, minimal image

        das müsste das vom Juli sein. Seltsam.

        Ich habe gestern ein neues Image mit controller v2.1.1 gemacht und hochgeladen.
        Beim nächsten Build der Website wird es in der Liste sichtbar sein.

        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 -

        chriscrownC 1 Reply Last reply
        0
        • HomoranH Homoran

          @dbweb sagte in Fehlermeldung und langsame Adapter installation:

          Frisches Image von https://www.iobroker.net/#de/download, minimal image

          das müsste das vom Juli sein. Seltsam.

          Ich habe gestern ein neues Image mit controller v2.1.1 gemacht und hochgeladen.
          Beim nächsten Build der Website wird es in der Liste sichtbar sein.

          chriscrownC Offline
          chriscrownC Offline
          chriscrown
          wrote on last edited by
          #22

          Gibt es denn eine Möglichkeit eine bestehende Installation zu fixxen, so dass dieser Fehler nicht mehr auftaucht, oder geht der Weg immer nur über eine Neuinstallation? Ich habe

          package-lock=false
          

          bereits entfernt, bei mir wird aber immer noch andauernd SQLite neu kompiliert (selbst wenn ich z.B. einen Adapter deininstalliere!). Bitte verzeiht meine Unwissenheit an dieser Stelle, ich habe vor wenigen Wochen mit ioBroker gerade das erste Mal node.js angefasst und habe vom ganzen Packagesystem usw. noch wirklich wenig Ahnung (ich komme eher aus der C#-Ecke...). es wäre großartig, wenn ihr mich hier ein wenig an die Hand nehmen könntet... 😬

          1 Reply Last reply
          0
          • P Offline
            P Offline
            PrinzEisenherz1
            wrote on last edited by PrinzEisenherz1
            #23

            Hi zusammen, habe bei nem Kumpel iobroker auf eine Pi4 installiert und hab da komischerweise jetzt auch den Fehler.
            Für iobroker habe ich diese Image verwendet.

            https://www.iobroker.net/#de/download?ioBroker_Image_RPi_2-3-4_20190723_buster.md
            
            node -v     = v10.17.0
            nodejs -v  = v10.17.0
            npm -v       = 6..11.3
            

            Gibt es da mittlerweile eine Lösung ohne iobroker komplett neu installieren zu müssen?
            Den fixer hab ich schon mehrmals laufen lassen.

            Gruß
            Johnny

            Intel-NUC mit ProxMox: ioBroker,SQL, logging Strom- Gas- u. Wasserzähler;10Zoll Tab im Flur für VIS; weiteres: Homematic CCU2, Homeduino, Kameras, selbstgebaute Wetterstation;

            HomoranH 1 Reply Last reply
            0
            • P PrinzEisenherz1

              Hi zusammen, habe bei nem Kumpel iobroker auf eine Pi4 installiert und hab da komischerweise jetzt auch den Fehler.
              Für iobroker habe ich diese Image verwendet.

              https://www.iobroker.net/#de/download?ioBroker_Image_RPi_2-3-4_20190723_buster.md
              
              node -v     = v10.17.0
              nodejs -v  = v10.17.0
              npm -v       = 6..11.3
              

              Gibt es da mittlerweile eine Lösung ohne iobroker komplett neu installieren zu müssen?
              Den fixer hab ich schon mehrmals laufen lassen.

              Gruß
              Johnny

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

              @PrinzEisenherz1 sagte in Fehlermeldung und langsame Adapter installation:

              https://www.iobroker.net/#de/download?ioBroker_Image_RPi_2-3-4_20190723_buster.md

              Das ist das selbe Image von dem bisher die Rede war.

              Es gibt bereits ein neues - das wartet auf einen neuen Build der Website.

              Ich weiß nicht ob @AlCalzone da noch eine Lösung hatte

              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 -

              AlCalzoneA 1 Reply Last reply
              0
              • HomoranH Homoran

                @PrinzEisenherz1 sagte in Fehlermeldung und langsame Adapter installation:

                https://www.iobroker.net/#de/download?ioBroker_Image_RPi_2-3-4_20190723_buster.md

                Das ist das selbe Image von dem bisher die Rede war.

                Es gibt bereits ein neues - das wartet auf einen neuen Build der Website.

                Ich weiß nicht ob @AlCalzone da noch eine Lösung hatte

                AlCalzoneA Offline
                AlCalzoneA Offline
                AlCalzone
                Developer
                wrote on last edited by
                #25

                @Homoran Was genau meinst du?

                Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                HomoranH 1 Reply Last reply
                0
                • AlCalzoneA AlCalzone

                  @Homoran Was genau meinst du?

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

                  @AlCalzone sagte in Fehlermeldung und langsame Adapter installation:

                  @Homoran Was genau meinst du?

                  Gab es da eine Lösung mit dem package-lock

                  siehe die letzten beiden Posts vor meinem

                  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 -

                  AlCalzoneA 1 Reply Last reply
                  0
                  • HomoranH Homoran

                    @AlCalzone sagte in Fehlermeldung und langsame Adapter installation:

                    @Homoran Was genau meinst du?

                    Gab es da eine Lösung mit dem package-lock

                    siehe die letzten beiden Posts vor meinem

                    AlCalzoneA Offline
                    AlCalzoneA Offline
                    AlCalzone
                    Developer
                    wrote on last edited by
                    #27

                    @Homoran Die Zeile löschen, aber auf eigene Gefahr. Sollte bestenfalls passieren bevor viele Adapter installiert werden.

                    Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      maodch
                      wrote on last edited by
                      #28

                      also bei mir besteht das Problem noch immer.
                      Sobald ich den "sql-adapter" mit V.1.8 installiere, ist alle gut, ab 1.9 nur noch langsam, riesen log und der Adapter startet gar nicht, bleibt mit der Meldung hängen:

                      sql.0	2020-02-26 23:36:58.899	error	(17278) TypeError: Cannot read property 'borrow' of undefined
                      sql.0	2020-02-26 23:36:58.898	error	(17278) Selected SQL DB was not installed properly: "sqlite". SQLite requires build tools on system. See README.md
                      
                      AlCalzoneA 1 Reply Last reply
                      0
                      • M maodch

                        also bei mir besteht das Problem noch immer.
                        Sobald ich den "sql-adapter" mit V.1.8 installiere, ist alle gut, ab 1.9 nur noch langsam, riesen log und der Adapter startet gar nicht, bleibt mit der Meldung hängen:

                        sql.0	2020-02-26 23:36:58.899	error	(17278) TypeError: Cannot read property 'borrow' of undefined
                        sql.0	2020-02-26 23:36:58.898	error	(17278) Selected SQL DB was not installed properly: "sqlite". SQLite requires build tools on system. See README.md
                        
                        AlCalzoneA Offline
                        AlCalzoneA Offline
                        AlCalzone
                        Developer
                        wrote on last edited by
                        #29

                        @maodch sagte in Fehlermeldung und langsame Adapter installation:

                        SQLite requires build tools on system. See README.md

                        Dann schau doch mal in die Readme, was dazu steht.

                        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                        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

                        248

                        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