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. ioBroker Allgemein
  4. Untersuchung: code 25 fehlerlösung

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Untersuchung: code 25 fehlerlösung

Scheduled Pinned Locked Moved ioBroker Allgemein
255 Posts 34 Posters 56.5k Views 31 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.
  • liv-in-skyL liv-in-sky

    @thomas-braun

    verstehe das dilemma - habe auch noch einen gefunden

    ./csvtojson/.ts-node
    

    vielleicht solltest du erstmal suchen lassen - evtl kann man ein exclude einbauen -

    z.b

    find -type d -iname ".*-*" ! -iname ".ts-node"
    

    gibt es einen besseren thread dafür um das zu diskutieren ? gehört hier eigentlich nicht her

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

    @liv-in-sky

    Versuch mal so:

    for i in $(find -type d -iname "node_modules/.*-*"); do echo ${i%%/}; done
    

    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

    apollon77A liv-in-skyL 2 Replies Last reply
    1
    • Thomas BraunT Thomas Braun

      @liv-in-sky

      Versuch mal so:

      for i in $(find -type d -iname "node_modules/.*-*"); do echo ${i%%/}; done
      
      apollon77A Offline
      apollon77A Offline
      apollon77
      wrote on last edited by
      #8

      @thomas-braun bin gespannt ... wenn das tut müssen wir den neuen Post updaten

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      liv-in-skyL 1 Reply Last reply
      0
      • apollon77A apollon77

        @thomas-braun bin gespannt ... wenn das tut müssen wir den neuen Post updaten

        liv-in-skyL Offline
        liv-in-skyL Offline
        liv-in-sky
        wrote on last edited by
        #9
        This post is deleted!
        1 Reply Last reply
        1
        • NegaleinN Offline
          NegaleinN Offline
          Negalein
          Global Moderator
          wrote on last edited by
          #10

          @liv-in-sky

          habs euch hier zusammengefügt! :)

          ° Node.js & System Update ---> sudo apt update, iob stop, sudo apt full-upgrade
          ° Node.js Fixer ---> iob nodejs-update
          ° Fixer ---> iob fix

          liv-in-skyL 1 Reply Last reply
          0
          • NegaleinN Negalein

            @liv-in-sky

            habs euch hier zusammengefügt! :)

            liv-in-skyL Offline
            liv-in-skyL Offline
            liv-in-sky
            wrote on last edited by
            #11

            @negalein

            danke - war gerade voll verwirrt :-)

            1 Reply Last reply
            1
            • Thomas BraunT Thomas Braun

              @liv-in-sky

              Versuch mal so:

              for i in $(find -type d -iname "node_modules/.*-*"); do echo ${i%%/}; done
              
              liv-in-skyL Offline
              liv-in-skyL Offline
              liv-in-sky
              wrote on last edited by
              #12

              @thomas-braun sagte in Untersuchung: code 25 fehlerlösung:

              @liv-in-sky

              Versuch mal so:

              for i in $(find -type d -iname "node_modules/.*-*"); do echo ${i%%/}; done
              

              kommt dann:

              for i in $(find -type d -iname "node_modules/.*-*"); do echo ${i%%/}; done
              find: warning: ‘-iname’ matches against basenames only, but the given pattern contains a directory separator (‘/’), thus the expression will evaluate to false all the time.  Did you mean ‘-iwholename’?
              
              
              1 Reply Last reply
              0
              • apollon77A apollon77

                @thomas-braun naja am Ende dürfen die zu löschenden nur direkt in einem node_modules liegen ... keine ebene tiefer. Vllt damit was zu bauen?

                arteckA Offline
                arteckA Offline
                arteck
                Developer Most Active
                wrote on last edited by
                #13

                @apollon77 sagte in Untersuchung: code 25 fehlerlösung:

                naja am Ende dürfen die zu löschenden nur direkt in einem node_modules liegen ... keine ebene tiefer. Vllt damit was zu bauen?

                ne es kann auch sein die abhängikeit von der abhängikeit auch zu löschen ist...
                hatte es auch schon ..

                zigbee hab ich, zwave auch, nuc's genauso und HA auch

                liv-in-skyL 1 Reply Last reply
                0
                • arteckA arteck

                  @apollon77 sagte in Untersuchung: code 25 fehlerlösung:

                  naja am Ende dürfen die zu löschenden nur direkt in einem node_modules liegen ... keine ebene tiefer. Vllt damit was zu bauen?

                  ne es kann auch sein die abhängikeit von der abhängikeit auch zu löschen ist...
                  hatte es auch schon ..

                  liv-in-skyL Offline
                  liv-in-skyL Offline
                  liv-in-sky
                  wrote on last edited by
                  #14

                  @arteck ja ich auch

                  1 Reply Last reply
                  0
                  • liv-in-skyL Offline
                    liv-in-skyL Offline
                    liv-in-sky
                    wrote on last edited by
                    #15

                    @Thomas-Braun

                    das geht:

                    for i in $(find -type d -iname ".*-*"); do echo ${i%%/}; done
                    

                    muss im node_modul ordner so aufgerufen werden

                    Thomas BraunT 1 Reply Last reply
                    0
                    • liv-in-skyL liv-in-sky

                      @Thomas-Braun

                      das geht:

                      for i in $(find -type d -iname ".*-*"); do echo ${i%%/}; done
                      

                      muss im node_modul ordner so aufgerufen werden

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

                      @liv-in-sky

                      Und wo ist jetzt der Unterschied? Das ist doch genau der ursprüngliche Befehl von mir.

                      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

                      liv-in-skyL 1 Reply Last reply
                      0
                      • liv-in-skyL Offline
                        liv-in-skyL Offline
                        liv-in-sky
                        wrote on last edited by
                        #17

                        hier noch mal der ganze output - wie gesagt 2te zeile und zeile 35 müßten gefiltert werden - erkennt man sehr gut

                        for i in $(find -type d -iname ".*-*"); do echo ${i%%/}; done
                        ./csvtojson/.ts-node
                        ./.bson-a4WfR2fa
                        ./.node-red-Kvc6EPdV
                        ./meross-cloud/node_modules/.ms-EMl4tJPM
                        ./meross-cloud/node_modules/.safe-buffer-lBhM5oG0
                        ./meross-cloud/node_modules/.mqtt-8zgQhKQg
                        ./meross-cloud/node_modules/.string_decoder-FpFLDLtN
                        ./meross-cloud/node_modules/.readable-stream-TlXxHOtL
                        ./meross-cloud/node_modules/.ws-txwUVoby
                        ./meross-cloud/node_modules/.debug-CaRvIbnq
                        ./.node-red-node-email-1lk8B7Gi
                        ./iobroker.mqtt/node_modules/.safe-buffer-1L9ittQY
                        ./iobroker.mqtt/node_modules/.debug-Fk5FqXGC
                        ./iobroker.mqtt/node_modules/.readable-stream-nz1Xpi3N
                        ./iobroker.mqtt/node_modules/.ms-0d57qAAX
                        ./iobroker.mqtt/node_modules/.mqtt-n2S36XkG
                        ./iobroker.mqtt/node_modules/.string_decoder-lIpqv6es
                        ./.iobroker.node-red-lv0iVi6J
                        ./.mongodb-connection-string-url-iEu3f9Lf
                        ./.mongodb-9LMcV19S
                        ./@babel/.runtime-cSN2FFol
                        ./.uglify-js-UrZ3Klfa
                        ./.socks-Ly3eN6mV
                        ./.got-DFICjTYm
                        ./.node-red-node-feedparser-BvY866YR
                        ./.i18next-VFNyugyK
                        ./@node-red/.runtime-1jQRdxlO
                        ./@node-red/.editor-api-Xk7v1FU7
                        ./@node-red/.nodes-oC2yqxJN
                        ./@node-red/.registry-ccnbcuRd
                        ./@node-red/.editor-client-FpqhSpDH
                        ./@node-red/.util-sbKUIGKV
                        ./.mqtt-uuzoX3iL
                        ./puppeteer/.local-chromium
                        ./.node-red-admin-97cICUzY
                        ./.hpagent-PUXuWBzq
                        
                        

                        lösung wäre dann:

                        for i in $(find -type d -iname ".*-*" ! -iname ".ts-node" ! -iname ".local-chromium"); do echo ${i%%/}; done
                        
                        

                        nur mit dem rm statt dem echo

                        Thomas BraunT 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @liv-in-sky

                          Und wo ist jetzt der Unterschied? Das ist doch genau der ursprüngliche Befehl von mir.

                          liv-in-skyL Offline
                          liv-in-skyL Offline
                          liv-in-sky
                          wrote on last edited by liv-in-sky
                          #18

                          @thomas-braun

                          der pfad !!

                          "node_modules" im befehl

                          for i in $(find -type d -iname "node_modules/.*-*"); do echo ${i%%/}; done
                          for i in $(find -type d -iname ".*-*"); do echo ${i%%/}; done 
                          
                          
                          1 Reply Last reply
                          1
                          • liv-in-skyL liv-in-sky

                            hier noch mal der ganze output - wie gesagt 2te zeile und zeile 35 müßten gefiltert werden - erkennt man sehr gut

                            for i in $(find -type d -iname ".*-*"); do echo ${i%%/}; done
                            ./csvtojson/.ts-node
                            ./.bson-a4WfR2fa
                            ./.node-red-Kvc6EPdV
                            ./meross-cloud/node_modules/.ms-EMl4tJPM
                            ./meross-cloud/node_modules/.safe-buffer-lBhM5oG0
                            ./meross-cloud/node_modules/.mqtt-8zgQhKQg
                            ./meross-cloud/node_modules/.string_decoder-FpFLDLtN
                            ./meross-cloud/node_modules/.readable-stream-TlXxHOtL
                            ./meross-cloud/node_modules/.ws-txwUVoby
                            ./meross-cloud/node_modules/.debug-CaRvIbnq
                            ./.node-red-node-email-1lk8B7Gi
                            ./iobroker.mqtt/node_modules/.safe-buffer-1L9ittQY
                            ./iobroker.mqtt/node_modules/.debug-Fk5FqXGC
                            ./iobroker.mqtt/node_modules/.readable-stream-nz1Xpi3N
                            ./iobroker.mqtt/node_modules/.ms-0d57qAAX
                            ./iobroker.mqtt/node_modules/.mqtt-n2S36XkG
                            ./iobroker.mqtt/node_modules/.string_decoder-lIpqv6es
                            ./.iobroker.node-red-lv0iVi6J
                            ./.mongodb-connection-string-url-iEu3f9Lf
                            ./.mongodb-9LMcV19S
                            ./@babel/.runtime-cSN2FFol
                            ./.uglify-js-UrZ3Klfa
                            ./.socks-Ly3eN6mV
                            ./.got-DFICjTYm
                            ./.node-red-node-feedparser-BvY866YR
                            ./.i18next-VFNyugyK
                            ./@node-red/.runtime-1jQRdxlO
                            ./@node-red/.editor-api-Xk7v1FU7
                            ./@node-red/.nodes-oC2yqxJN
                            ./@node-red/.registry-ccnbcuRd
                            ./@node-red/.editor-client-FpqhSpDH
                            ./@node-red/.util-sbKUIGKV
                            ./.mqtt-uuzoX3iL
                            ./puppeteer/.local-chromium
                            ./.node-red-admin-97cICUzY
                            ./.hpagent-PUXuWBzq
                            
                            

                            lösung wäre dann:

                            for i in $(find -type d -iname ".*-*" ! -iname ".ts-node" ! -iname ".local-chromium"); do echo ${i%%/}; done
                            
                            

                            nur mit dem rm statt dem echo

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

                            @liv-in-sky

                            Bitte vollständige Ein- und Ausgabezeilen. Bei dem Befehl ist es wichtig zu sehen wo du im Pfad stehst.

                            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

                            liv-in-skyL 2 Replies Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @liv-in-sky

                              Bitte vollständige Ein- und Ausgabezeilen. Bei dem Befehl ist es wichtig zu sehen wo du im Pfad stehst.

                              liv-in-skyL Offline
                              liv-in-skyL Offline
                              liv-in-sky
                              wrote on last edited by
                              #20

                              @thomas-braun

                               /opt/iobroker/node_modules
                              
                              Thomas BraunT 1 Reply Last reply
                              0
                              • liv-in-skyL liv-in-sky

                                @thomas-braun

                                 /opt/iobroker/node_modules
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #21

                                @liv-in-sky

                                VOLLSTÄNDIGE EIN- UND AUSGABEZEILE.
                                Nicht nacherzählen, ZEIGEN.

                                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

                                1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @liv-in-sky

                                  Bitte vollständige Ein- und Ausgabezeilen. Bei dem Befehl ist es wichtig zu sehen wo du im Pfad stehst.

                                  liv-in-skyL Offline
                                  liv-in-skyL Offline
                                  liv-in-sky
                                  wrote on last edited by
                                  #22

                                  @thomas-braun

                                  befehl einfach so machen ??

                                  cd /opt/iobroker/node_modules && for i in $(find -type d -iname ".*-*"); do echo ${i%%/}; done
                                  
                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • liv-in-skyL liv-in-sky

                                    @thomas-braun

                                    befehl einfach so machen ??

                                    cd /opt/iobroker/node_modules && for i in $(find -type d -iname ".*-*"); do echo ${i%%/}; done
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by Thomas Braun
                                    #23

                                    @liv-in-sky

                                    Einfach das vollständige LogIn prompt mitkopieren. Das reicht schon.

                                    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

                                    liv-in-skyL 1 Reply Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @liv-in-sky

                                      Einfach das vollständige LogIn prompt mitkopieren. Das reicht schon.

                                      liv-in-skyL Offline
                                      liv-in-skyL Offline
                                      liv-in-sky
                                      wrote on last edited by
                                      #24

                                      @thomas-braun

                                      e@iobroker59:/opt/iobroker/node_modules$ for i in $(find -type d -iname "node_modules/.*-*"); do echo ${i%%/}; done
                                      find: warning: ‘-iname’ matches against basenames only, but the given pattern contains a directory separator (‘/’), thus the expression will evaluate to false all the time.  Did you mean ‘-iwholename’?
                                      e@iobroker59:/opt/iobroker/node_modules$
                                      
                                      
                                      1 Reply Last reply
                                      0
                                      • liv-in-skyL Offline
                                        liv-in-skyL Offline
                                        liv-in-sky
                                        wrote on last edited by
                                        #25

                                        siehe puppeteer fehler - was ein zufall :-)

                                        https://forum.iobroker.net/post/845934

                                        1 Reply Last reply
                                        0
                                        • liv-in-skyL Offline
                                          liv-in-skyL Offline
                                          liv-in-sky
                                          wrote on last edited by
                                          #26

                                          @apollon77

                                          sind schon 2 user mit dem puppeteer problem daher würde ich eine änderung deiner beschreibung - zumindest vorübergehend dahin ändern

                                          zuerst ausführen:

                                          cd /opt/iobroker/node_modules && for i in $(find -type d -iname ".*-*"); do echo ${i%%/}; done 
                                          

                                          dann ausgabedurchsehen, ob das gefundene diese "wirren" namen am ende hat hat z.b.: "./.node-red-admin-97cICUzY"

                                          dann den befehl mit rm ändern mit den ausnahmen (bei mir: ! -iname ".ts-node" ! -iname ".local-chromium" )

                                          cd /opt/iobroker/node_modules && for i in $(find -type d -iname ".*-*" ! -iname ".ts-node" ! -iname ".local-chromium" ); do rm -rf ${i%%/}; done
                                          

                                          weiß nicht, ob dir das gefällt - umständlich - aber sicherer um spätere fehlersuche zu vermeiden - wird wahrsheinlich eh nicht bei allzu vielen usern sein - puppeteer user und evtl noch user mit zusätzlichen npm modulen

                                          oder ihr habt bessere idee

                                          Thomas BraunT J 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          631

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          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