Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. (solved) Warnungen im Log nach Systemumzug

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    (solved) Warnungen im Log nach Systemumzug

    This topic has been deleted. Only users with topic management privileges can see it.
    • Glasfaser
      Glasfaser last edited by Glasfaser

      @miwi sagte in Warnungen im Log nach Systemumzug:

      Die Frage ist was richtig ist. Die Anzeige der Versionsnummer im WebUI oder die im Command.

      Denn Fall von dir habe ich auch noch nicht gesehen , das alte Adapter angezeigt werden

      zeige mal :

      cd /opt/iobroker
      npm cache clean --force
      which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs 
      iobroker list adapters
      

      Bzw. danach mal ein Neustart von deinem System

      EDIT :

      npm cache clean --force Editiert:

      Homoran Glasfaser 2 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Glasfaser last edited by

        @glasfaser sagte in Warnungen im Log nach Systemumzug:

        npm clear cache --force

        oder besser npm cache clean --force 😉

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

          @miwi

          iobroker update
          

          mal anschauen. Wie auch immer die Ausgabe dazu bei deinem Versionschaos da überhaupt aussieht.

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

            @thomas-braun

            @miwi sagte in Warnungen im Log nach Systemumzug:

            @homoran
            Laut iobroker update befinde mich in stable(default)

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

              @homoran
              Ja, aber die Versionsnummern der Adapter wären ggf. interessant.

              [Edit:] Gab es oben ja schon...

              Ich würds trotzdem nochmal gerne aktuell sehen. Komplett, inkl. Login Prompt.

              iobroker repo list
              

              vielleicht auch mal.

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

                Hier die Ausgabe der angefragten Daten:

                pi@raspberrypi:/opt/iobroker $ npm cache clean --force
                npm WARN using --force I sure hope you know what you are doing.
                pi@raspberrypi:/opt/iobroker $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                /usr/bin/nodejs
                v12.22.1
                /usr/bin/node
                v12.22.1
                /usr/bin/npm
                6.14.12
                nodejs:
                  Installiert:           12.22.1-1nodesource1
                  Installationskandidat: 12.22.1-1nodesource1
                  Versionstabelle:
                *** 12.22.1-1nodesource1 500
                        500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                        100 /var/lib/dpkg/status
                     10.24.0~dfsg-1~deb10u1 500
                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                pi@raspberrypi:/opt/iobroker $ iobroker list adapters
                system.adapter.admin                   : admin          - v3.5.10
                system.adapter.backitup                : backitup       - v2.1.6
                system.adapter.cloud                   : cloud          - v3.0.2
                system.adapter.daswetter               : daswetter      - v2.8.1
                system.adapter.flot                    : flot           - v1.9.2
                system.adapter.history                 : history        - v1.9.12
                system.adapter.hm-rega                 : hm-rega        - v1.7.1
                system.adapter.hm-rpc                  : hm-rpc         - v1.7.6
                system.adapter.ical                    : ical           - v1.6.4
                system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.0.2
                system.adapter.iot                     : iot            - v1.2.1
                system.adapter.javascript              : javascript     - v3.6.4
                system.adapter.netatmo                 : netatmo        - v1.3.3
                system.adapter.vis                     : vis            - v1.1.7
                system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
                system.adapter.vis-weather             : vis-weather    - v2.5.2
                system.adapter.web                     : web            - v2.4.1
                system.adapter.yr                      : yr             - v2.0.3
                pi@raspberrypi:/opt/iobroker $ iobroker repo list
                Stable (default): http://download.iobroker.net/sources-dist.json
                Beta (latest): http://download.iobroker.net/sources-dist-latest.json
                Active repo: Stable (default)
                pi@raspberrypi:/opt/iobroker $
                
                
                1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @Glasfaser last edited by Glasfaser

                  @miwi

                  @glasfaser sagte in Warnungen im Log nach Systemumzug:
                  Bzw. danach mal ein Neustart von deinem System

                  Was ist hiermit
                  oder hast du schon ein Systemneustart danach durchgeführt und es erfolgt die gleiche Adapteranzeige !?

                  miwi 1 Reply Last reply Reply Quote 0
                  • miwi
                    miwi @Glasfaser last edited by

                    @glasfaser said in Warnungen im Log nach Systemumzug:

                    @miwi

                    @glasfaser sagte in Warnungen im Log nach Systemumzug:
                    Bzw. danach mal ein Neustart von deinem System

                    Was ist hiermit
                    oder hast du schon ein Systemneustart danach durchgeführt und es erfolgt die gleiche Adapteranzeige !?

                    Gerade einen Neustart gemacht. Adapterliste (iobroker list adapters) zeigt immer noch die gleichen alten Versionen.

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

                      @miwi

                      Ausgabe von

                      iobroker repo list 
                      iobroker update
                      

                      bitte.

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

                        @thomas-braun

                        Kann das sein das in der Datei ... was schief ist .

                        /opt/iobroker/package-lock.json
                        

                        Vielleicht die Datei mal umbenennen und ein upload all mal machen , damit die json neu erstellt wird !?

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

                          @glasfaser Möglich.
                          Kann auch mit einer anderen Version von npm zusammenhängen.
                          Wenn das auf dem cubie eine von 'anno Tobak' war könnte es sein, dass sich die Syntax geändert hat. Ist soweit ich weiß auch beim aktuellen npm@7 der Fall.

                          1 Reply Last reply Reply Quote 0
                          • miwi
                            miwi @Glasfaser last edited by

                            @glasfaser said in Warnungen im Log nach Systemumzug:

                            @thomas-braun

                            Kann das sein das in der Datei ... was schief ist .

                            /opt/iobroker/package-lock.json
                            

                            Vielleicht die Datei mal umbenennen und ein upload all mal machen , damit die json neu erstellt wird !?

                            Das ist die Lösung. Nun werden die Adapter sowohl via Command als auch im WebUi mit den aktuellen Versionen angezeigt.

                            Log sieht im Augenblick auch ruhig aus. Melde mich später falls die Warnmeldungen wieder kommen sollten.

                            Vielen Dank für die Hilfe !!!

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

                              System läuft jetzt seit einem Tag ohne Fehlermekdungen im Log.

                              Vielen Dank an alle die geholfen haben!!!

                              Gruß

                              miwi

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

                              Support us

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

                              871
                              Online

                              31.9k
                              Users

                              80.1k
                              Topics

                              1.3m
                              Posts

                              5
                              32
                              1307
                              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