Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Adapter werden nicht mehr geupdated

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Adapter werden nicht mehr geupdated

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Accu last edited by Thomas Braun

      @accu sagte in Adapter werden nicht mehr geupdated:

      Pending iob updates: 32

      Und 1 GB RAM ist zu wenig.

      A 1 Reply Last reply Reply Quote 0
      • A
        Accu @Thomas Braun last edited by

        @thomas-braun wie gesagt die updates macht er nicht bzw. läuft durch bei den updates aber bietet diese dann wieder zum update an

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

          @accu

          Zeigen...

          iob update
          iob upgrade all
          
          A 1 Reply Last reply Reply Quote 0
          • A
            Accu @Thomas Braun last edited by

            @thomas-braun glaube meine sicherungskopie hat es jetzt auch hinter sich:

            Last login: Sun Dec 10 10:20:16 on console
            accu@iMac ~ % ssh pi@192.168.1.13
            pi@192.168.1.13's password: 
            Linux Raspi 6.1.64-v7+ #1702 SMP Wed Nov 29 14:16:46 GMT 2023 armv7l
            
            The programs included with the Debian GNU/Linux system are free software;
            the exact distribution terms for each program are described in the
            individual files in /usr/share/doc/*/copyright.
            
            Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
            permitted by applicable law.
            Last login: Sun Dec 10 08:29:18 2023
            pi@Raspi:~ $ iob status
            node:internal/modules/cjs/loader:1137
              throw err;
              ^
            
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
                at Module._load (node:internal/modules/cjs/loader:975:27)
                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
                at node:internal/main/run_main_module:28:49 {
              code: 'MODULE_NOT_FOUND',
              requireStack: []
            }
            
            Node.js v18.19.0
            pi@Raspi:~ $ iob upgrade all
            node:internal/modules/cjs/loader:1137
              throw err;
              ^
            
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
                at Module._load (node:internal/modules/cjs/loader:975:27)
                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
                at node:internal/main/run_main_module:28:49 {
              code: 'MODULE_NOT_FOUND',
              requireStack: []
            }
            
            Node.js v18.19.0
            pi@Raspi:~ $ 
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • A
              Accu @Thomas Braun last edited by Accu

              @thomas-braun
              ich installiere jetzt mal die Bookworm Version auf ner anderen Speicherkarte und berichte ...

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

                @accu

                cd /opt/iobroker
                sudo -H -u iobroker npm install iobroker.js-controller
                
                A 1 Reply Last reply Reply Quote 0
                • A
                  Accu @Thomas Braun last edited by

                  @thomas-braun ich hoffe er läuft diesmal durch. Musste nach 4h letztens abbrechen, weil er eingeforen ist.

                  pi@Raspi:~ $ cd /opt/iobroker
                  pi@Raspi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                  npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                  npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                  npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                  npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                  npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
                  npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                  npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                  npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                  npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                  npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                  npm WARN deprecated multer@1.4.2: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
                  npm WARN deprecated multer@1.4.2: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
                  npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                  npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                  npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                  npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
                  npm WARN deprecated passport.socketio@3.7.0: Please check the workaround in https://github.com/jfromaniello/passport.socketio/issues/148
                  npm WARN deprecated request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142
                  npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                  npm WARN deprecated bcrypt@3.0.6: versions < v5.0.0 do not handle NUL in passwords properly
                  npm WARN deprecated bcrypt@3.0.8: versions < v5.0.0 do not handle NUL in passwords properly
                  npm WARN deprecated vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.
                  npm WARN deprecated node-pre-gyp@0.12.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
                  npm WARN deprecated node-pre-gyp@0.14.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
                  npm WARN deprecated appium-logger@2.1.0: Moved into appium-support
                  npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
                  npm WARN deprecated core-js@1.2.7: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
                  npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
                  (##################) ⠹ reify:iobroker.admin: http fetch GET 200 https://registry.npmjs.org/iobroker.admin/-/iobroker.admin-5.4.9.tgz 923762ms (cache miss)
                  
                  mikeal created this issue in request/request

                  open Request’s Past, Present and Future #3142

                  mikeal created this issue in request/request

                  open Request’s Past, Present and Future #3142

                  Qix- created this issue in visionmedia/debug

                  closed ReDos Vulnerability Regression Visibility Notice #797

                  Qix- created this issue in visionmedia/debug

                  closed ReDos Vulnerability Regression Visibility Notice #797

                  Qix- created this issue in visionmedia/debug

                  closed ReDos Vulnerability Regression Visibility Notice #797

                  Qix- created this issue in visionmedia/debug

                  closed ReDos Vulnerability Regression Visibility Notice #797

                  sliterok created this issue in jfromaniello/passport.socketio

                  closed For everyone who is struggling with this module #148

                  mikeal created this issue in request/request

                  open Request’s Past, Present and Future #3142

                  mikeal created this issue in request/request

                  open Request’s Past, Present and Future #3142

                  1 Reply Last reply Reply Quote 0
                  • A
                    Accu @Thomas Braun last edited by

                    @thomas-braun installation ist erfolgreich durchgelaufen und der neu ioBroker installiert gerade die Instanzen.
                    Was schmerzt sind, dass ich meine skripte aus dem alten ioB nicht mehr habe.

                    Die speicherkarte mit der geschrotteten iob instanz habe ich noch. Gibts da irgendeine chance die Blockly Skripte rauszuextrahieren?

                    Thomas Braun Codierknecht 2 Replies Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Accu last edited by

                      @accu

                      Hast du kein gescheites Backup extern liegen?

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        Accu @Thomas Braun last edited by

                        @thomas-braun leider nein - ich hatte nur immer backups auf der gleichen Speicherkarte gemacht.
                        andere Frage: es gab doch mal unter Buster einen Befahl wo man den Speicher für die ioBroker optimieren konnte. Wie hieß der gleich nochmal?

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

                          @accu sagte in Adapter werden nicht mehr geupdated:

                          es gab doch mal unter Buster einen Befahl wo man den Speicher für die ioBroker optimieren konnte. Wie hieß der gleich nochmal?

                          Keine Ahnung was du meinst.

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            Accu @Thomas Braun last edited by

                            @thomas-braun ich finde den Post leider nicht mehr. Ich hatte damals schon gepostet, dass ich zu wenig Speicher frei habe.
                            Du hattest mir mal einen Befehl genannt wo man (leihenhafte Wiedergabe) den Speicher für alle Adapter konsolidieren kann mit dem Nachteil, wenn ein Adapter dann abstürzt alle runtergerissen werden.

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

                              @accu

                              Vermutlich meinst du den Kompakt-Modus des iobroker.
                              Ich weiß aber so aus dem Kopf nicht wo der einzustellen ist.

                              Aber ich würde dringend zu einem größeren Rechner raten. Mit 1 GB reißt du nix mehr.

                              A 1 Reply Last reply Reply Quote 0
                              • Codierknecht
                                Codierknecht Developer Most Active @Accu last edited by Codierknecht

                                @accu sagte in Adapter werden nicht mehr geupdated:

                                Gibts da irgendeine chance die Blockly Skripte rauszuextrahieren?

                                Hast Du noch irgendwo das JavaScript davon rumliegen?
                                Dann hilft das hier: https://forum.iobroker.net/topic/70930/backup-von-scripten-wiederherstellen-json-xml/2

                                Edit
                                Es gibt auch ein Script, um Blockly aus Sicherungen wiederherzustellen.
                                Musst Du hier im Forum mal suchen ...

                                1 Reply Last reply Reply Quote 0
                                • A
                                  Accu @Thomas Braun last edited by Accu

                                  @thomas-braun ja genau das war es. Das hatte eigentlich gut funktioniert. Habs gefunden:

                                  pi@raspberrypi:~ $ iob compact enable
                                  
                                  Compact mode for this host is now enabled
                                  
                                  Please restart ioBroker for this change to take effect!
                                  pi@raspberrypi:~ $ 
                                  
                                  
                                  

                                  bzgl. neuen Rechner hatte ich gesehen, dass es jetzt ja schon einen Raspberry 5 gibt. Was würdest du empfehlen? 4er oder 5er? (ich würde eigentlich gerne vermeiden wollen dass ich alles neu kaufen muss und würde mein Gehäuse gerne weiter nutzen wollen. Beim 5er braucht man wohl extra Kühlkörper ..
                                  Ich nutze den Raspi, wie gesagt nur für ein paar Adapter die ganzen features mit schnelleren USB Ports etc. brauche ich eigentlich nicht wirklich.

                                  Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Accu last edited by

                                    @accu sagte in Adapter werden nicht mehr geupdated:

                                    4er oder 5er?

                                    Egal. Ich hab hier einen 4er mit 8GB laufen, der tut es für meine Zwecke noch etwas.

                                    A 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @Accu last edited by

                                      @accu sagte in Adapter werden nicht mehr geupdated:

                                      ich würde eigentlich gerne vermeiden wollen dass ich alles neu kaufen muss und würde mein Gehäuse gerne weiter nutzen wollen. Beim 5er braucht man wohl extra Kühlkörper ..

                                      ??

                                      Das Gehäuse von Pi 2/3 passt weder zu Pi4 noch Pi5
                                      auch Pi1-3 braucht Kühlkörper

                                      ist aber beides kein finanzieller Klimmzug

                                      1 Reply Last reply Reply Quote 0
                                      • da_Woody
                                        da_Woody last edited by

                                        @homoran auf thingiverse gibt's schon Gehäuse für den 5er...

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @da_Woody last edited by

                                          @da_woody sagte in Adapter werden nicht mehr geupdated:

                                          @homoran auf thingiverse gibt's schon Gehäuse für den 5er...

                                          das wird ja noch teurer!
                                          https://www.prusa3d.com/de/produkt/original-prusa-xl-teilmontierter-3d-drucker-3/

                                          da_Woody 1 Reply Last reply Reply Quote 0
                                          • da_Woody
                                            da_Woody @Homoran last edited by

                                            @homoran biglol.gif
                                            nuja, muss ja kein überteuerter prusa sein. vor allem nicht dein gewähltes modell. das ja schon ein nobelhobel.
                                            hab einen creality ender 3v2 und demnächst einen creality K1 zu hause stehn.
                                            hab schon für einige leute was gedruckt, auch da im forum. das teuerste ist eigentlich meist der versand von Ö nach D.
                                            gibt aber sicher auch da im forum jemanden der für nen schmalen taler in D was drucken würde...

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            801
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            74
                                            2562
                                            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