Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Probleme bei Adapter Updates

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.8k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    727

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

Probleme bei Adapter Updates

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
updatesadapter
50 Beiträge 3 Kommentatoren 5.0k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • A aski71

    @aski71 said in Probleme bei Adapter Updates:

    @thomas-braun said in Probleme bei Adapter Updates:

    @aski71

    Was soll denn das für ein Frankenstein-Zoo an Paketquellen sein?
    Da geht ja ALLES kreuz und quer...

    Keine Ahnung. Ich habe nie was anderes gemacht, als die üblichen Upgrades über das iobroker Kommando.
    Respektive Systemupgrades via apt.

    Und wie entfrankensteine ich das nun am besten?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #18

    @aski71

    Schau dir die /etc/apt/sources.list.d/mosquitto.list (oder so ähnlich) an.
    Da dürfte der Hauptquark drin stehen. Davon abgesehen ist mosquitto in den main Repos von 'bionic', soweit ich das sehe.

    Ist aber OT für das Thema hier.

    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

    A 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @aski71

      Schau dir die /etc/apt/sources.list.d/mosquitto.list (oder so ähnlich) an.
      Da dürfte der Hauptquark drin stehen. Davon abgesehen ist mosquitto in den main Repos von 'bionic', soweit ich das sehe.

      Ist aber OT für das Thema hier.

      A Offline
      A Offline
      aski71
      schrieb am zuletzt editiert von
      #19

      @thomas-braun said in Probleme bei Adapter Updates:

      @aski71

      Schau dir die /etc/apt/sources.list.d/mosquitto.list (oder so ähnlich) an.
      Da dürfte der Hauptquark drin stehen. Davon abgesehen ist mosquitto in den main Repos von 'bionic', soweit ich das sehe.

      Ist aber OT für das Thema hier.

      Wenn ich mir das oder so ähnlich anschaue, stehe ich garantiert davor, wie der Ochse vor'm Berg, wenn mir keiner sagt, wie das richtig aussehen muss.
      Vor allem frage ich mich aber, warum das überhaupt falsch ist.

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • A aski71

        @thomas-braun said in Probleme bei Adapter Updates:

        @aski71

        Schau dir die /etc/apt/sources.list.d/mosquitto.list (oder so ähnlich) an.
        Da dürfte der Hauptquark drin stehen. Davon abgesehen ist mosquitto in den main Repos von 'bionic', soweit ich das sehe.

        Ist aber OT für das Thema hier.

        Wenn ich mir das oder so ähnlich anschaue, stehe ich garantiert davor, wie der Ochse vor'm Berg, wenn mir keiner sagt, wie das richtig aussehen muss.
        Vor allem frage ich mich aber, warum das überhaupt falsch ist.

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #20

        @aski71 sagte in Probleme bei Adapter Updates:

        Vor allem frage ich mich aber, warum das überhaupt falsch ist.

        Vermutlich, weil du die Anleitung von hier:
        https://mosquitto.org/blog/2013/01/mosquitto-debian-repository/
        falsch verstanden hast.
        Da steht:

        Then one of the following, depending on which version of debian you are using:

        sudo wget http://repo.mosquitto.org/debian/mosquitto-jessie.list
        sudo wget http://repo.mosquitto.org/debian/mosquitto-stretch.list
        sudo wget http://repo.mosquitto.org/debian/mosquitto-buster.list

        Du hast aber keine der drei Debian-Versionen, du hast ein Ubuntu 'Bionic' laufen.

        sudo rm /etc/apt/sources.list.d/mosquitto-*
        sudo apt update
        apt policy mosquitto
        

        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

        A 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @aski71 sagte in Probleme bei Adapter Updates:

          Vor allem frage ich mich aber, warum das überhaupt falsch ist.

          Vermutlich, weil du die Anleitung von hier:
          https://mosquitto.org/blog/2013/01/mosquitto-debian-repository/
          falsch verstanden hast.
          Da steht:

          Then one of the following, depending on which version of debian you are using:

          sudo wget http://repo.mosquitto.org/debian/mosquitto-jessie.list
          sudo wget http://repo.mosquitto.org/debian/mosquitto-stretch.list
          sudo wget http://repo.mosquitto.org/debian/mosquitto-buster.list

          Du hast aber keine der drei Debian-Versionen, du hast ein Ubuntu 'Bionic' laufen.

          sudo rm /etc/apt/sources.list.d/mosquitto-*
          sudo apt update
          apt policy mosquitto
          
          A Offline
          A Offline
          aski71
          schrieb am zuletzt editiert von
          #21

          @thomas-braun said in Probleme bei Adapter Updates:

          @aski71 sagte in Probleme bei Adapter Updates:

          Vor allem frage ich mich aber, warum das überhaupt falsch ist.

          Vermutlich, weil du die Anleitung von hier:
          https://mosquitto.org/blog/2013/01/mosquitto-debian-repository/
          falsch verstanden hast.
          Da steht:

          Then one of the following, depending on which version of debian you are using:

          sudo wget http://repo.mosquitto.org/debian/mosquitto-jessie.list
          sudo wget http://repo.mosquitto.org/debian/mosquitto-stretch.list
          sudo wget http://repo.mosquitto.org/debian/mosquitto-buster.list

          Du hast aber keine der drei Debian-Versionen, du hast ein Ubuntu 'Bionic' laufen.

          sudo rm /etc/apt/sources.list.d/mosquitto-*
          sudo apt update
          apt policy mosquitto
          

          Ich sehe diese Dateien tatsächlich zum allererstenmal und hab da noch nie was drin gebastelt.

          ak@homie:/etc/apt/sources.list.d$ ls -l
          total 38
          -rw-r--r-- 1 root root  62 Feb 22  2022 100-ubnt-unifi.list
          -rw-r--r-- 1 root root  70 Dec 27  2018 certbot-ubuntu-certbot-bionic.list
          -rw-r--r-- 1 root root 177 Dec 27  2018 certbot-ubuntu-certbot-xenial.list
          -rw-r--r-- 1 root root 134 Dec 20  2018 certbot-ubuntu-certbot-xenial.list.distUpgrade
          -rw-r--r-- 1 root root 179 Dec 27  2018 certbot-ubuntu-certbot-xenial.list.save
          -rw-r--r-- 1 root root  94 Jan 25  2019 mongodb-org-3.4.list
          -rw-r--r-- 1 root root  50 Jun 25  2019 mosquitto-buster.list
          -rw-r--r-- 1 root root  50 Aug  8  2018 mosquitto-jessie.list
          -rw-r--r-- 1 root root  51 Aug  8  2018 mosquitto-stretch.list
          -rw-r--r-- 1 root root 204 Feb  9  2022 nodesource.list
          -rw-r--r-- 1 root root 108 Dec 20  2018 nodesource.list.distUpgrade
          -rw-r--r-- 1 root root 198 Dec 27  2018 nodesource.list.save
          

          Das sind die Dateien, die ich vorfinde. Die Mücken also alle löschen?

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • A aski71

            @thomas-braun said in Probleme bei Adapter Updates:

            @aski71 sagte in Probleme bei Adapter Updates:

            Vor allem frage ich mich aber, warum das überhaupt falsch ist.

            Vermutlich, weil du die Anleitung von hier:
            https://mosquitto.org/blog/2013/01/mosquitto-debian-repository/
            falsch verstanden hast.
            Da steht:

            Then one of the following, depending on which version of debian you are using:

            sudo wget http://repo.mosquitto.org/debian/mosquitto-jessie.list
            sudo wget http://repo.mosquitto.org/debian/mosquitto-stretch.list
            sudo wget http://repo.mosquitto.org/debian/mosquitto-buster.list

            Du hast aber keine der drei Debian-Versionen, du hast ein Ubuntu 'Bionic' laufen.

            sudo rm /etc/apt/sources.list.d/mosquitto-*
            sudo apt update
            apt policy mosquitto
            

            Ich sehe diese Dateien tatsächlich zum allererstenmal und hab da noch nie was drin gebastelt.

            ak@homie:/etc/apt/sources.list.d$ ls -l
            total 38
            -rw-r--r-- 1 root root  62 Feb 22  2022 100-ubnt-unifi.list
            -rw-r--r-- 1 root root  70 Dec 27  2018 certbot-ubuntu-certbot-bionic.list
            -rw-r--r-- 1 root root 177 Dec 27  2018 certbot-ubuntu-certbot-xenial.list
            -rw-r--r-- 1 root root 134 Dec 20  2018 certbot-ubuntu-certbot-xenial.list.distUpgrade
            -rw-r--r-- 1 root root 179 Dec 27  2018 certbot-ubuntu-certbot-xenial.list.save
            -rw-r--r-- 1 root root  94 Jan 25  2019 mongodb-org-3.4.list
            -rw-r--r-- 1 root root  50 Jun 25  2019 mosquitto-buster.list
            -rw-r--r-- 1 root root  50 Aug  8  2018 mosquitto-jessie.list
            -rw-r--r-- 1 root root  51 Aug  8  2018 mosquitto-stretch.list
            -rw-r--r-- 1 root root 204 Feb  9  2022 nodesource.list
            -rw-r--r-- 1 root root 108 Dec 20  2018 nodesource.list.distUpgrade
            -rw-r--r-- 1 root root 198 Dec 27  2018 nodesource.list.save
            

            Das sind die Dateien, die ich vorfinde. Die Mücken also alle löschen?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von Thomas Braun
            #22

            @aski71 sagte in Probleme bei Adapter Updates:

            Alles überflüssig/falsch.
            Löschen:

            sudo rm /etc/apt/sources.list.d/certbot-ubuntu-certbot-xenial*
            sudo rm /etc/apt/sources.list.d/mosquitto*
            sudo rm /etc/apt/sources.list.d/nodesource.list.*
            sudo rm /etc/apt/sources.list.d/mongodb*
            sudo apt update
            apt policy mosquitto mongodb
            

            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

            A 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @aski71 sagte in Probleme bei Adapter Updates:

              Alles überflüssig/falsch.
              Löschen:

              sudo rm /etc/apt/sources.list.d/certbot-ubuntu-certbot-xenial*
              sudo rm /etc/apt/sources.list.d/mosquitto*
              sudo rm /etc/apt/sources.list.d/nodesource.list.*
              sudo rm /etc/apt/sources.list.d/mongodb*
              sudo apt update
              apt policy mosquitto mongodb
              
              A Offline
              A Offline
              aski71
              schrieb am zuletzt editiert von
              #23

              @thomas-braun said in Probleme bei Adapter Updates:

              @aski71 sagte in Probleme bei Adapter Updates:

              Alles überflüssig/falsch.
              Löschen:

              sudo rm /etc/apt/sources.list.d/certbot-ubuntu-certbot-xenial*
              sudo rm /etc/apt/sources.list.d/mosquitto*
              sudo rm /etc/apt/sources.list.d/nodesource.list.*
              sudo rm /etc/apt/sources.list.d/mongodb*
              sudo apt update
              apt policy mosquitto mongodb
              

              In den cerbot files war ohnehin alles auskommentiert.
              In der nodesource.list nicht.
              Ich hab das jetzt mal gemacht. Es lief nun durch, aber nun bekomme ich folgende INFO: Directory not found.

              ak@homie:/opt/iobroker$ sudo apt policy mosquitto mongodb
              mosquitto:
                Installed: 2.0.12-0mosquitto1~stretch1
                Candidate: 2.0.12-0mosquitto1~stretch1
                Version table:
               *** 2.0.12-0mosquitto1~stretch1 100
                      100 /var/lib/dpkg/status
                   1.4.15-2ubuntu0.18.04.3 500
                      500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                      500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                   1.4.15-2 500
                      500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
              mongodb:
                Installed: (none)
                Candidate: 1:3.6.3-0ubuntu1.4
                Version table:
                   1:3.6.3-0ubuntu1.4 500
                      500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                      500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                   1:3.6.3-0ubuntu1 500
                      500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
              ak@homie:/opt/iobroker$ sudo iob upgrade vis-canvas-gauges
              
              This upgrade of "vis-canvas-gauges" will introduce the following changes:
              ==========================================================================
              -> 1.0.1:
              Added workaround for firefox canvas problem
              ==========================================================================
              
              BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
              Would you like to upgrade vis-canvas-gauges from @0.1.5 to @1.0.1 now? [(y)es, (n)o]: y
              Update vis-canvas-gauges from @0.1.5 to @1.0.1
              NPM version: 8.15.0
              Installing iobroker.vis-canvas-gauges@1.0.1... (System call)
              
              added 2 packages, removed 650 packages, and changed 886 packages in 2m
              
              70 packages are looking for funding
                run `npm fund` for details
              INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-canvas-gauges/www" was not found! Nothing was uploaded or deleted.
              Adapter "system.adapter.vis.0" restarted.
              Update "system.adapter.vis-canvas-gauges.0"
              upload [0] vis-canvas-gauges.admin /opt/iobroker/node_modules/iobroker.vis-canvas-gauges/admin/vis-canvas-gauges.png vis-canvas-gauges.png image/png
              
              Thomas BraunT A 2 Antworten Letzte Antwort
              0
              • A aski71

                @thomas-braun said in Probleme bei Adapter Updates:

                @aski71 sagte in Probleme bei Adapter Updates:

                Alles überflüssig/falsch.
                Löschen:

                sudo rm /etc/apt/sources.list.d/certbot-ubuntu-certbot-xenial*
                sudo rm /etc/apt/sources.list.d/mosquitto*
                sudo rm /etc/apt/sources.list.d/nodesource.list.*
                sudo rm /etc/apt/sources.list.d/mongodb*
                sudo apt update
                apt policy mosquitto mongodb
                

                In den cerbot files war ohnehin alles auskommentiert.
                In der nodesource.list nicht.
                Ich hab das jetzt mal gemacht. Es lief nun durch, aber nun bekomme ich folgende INFO: Directory not found.

                ak@homie:/opt/iobroker$ sudo apt policy mosquitto mongodb
                mosquitto:
                  Installed: 2.0.12-0mosquitto1~stretch1
                  Candidate: 2.0.12-0mosquitto1~stretch1
                  Version table:
                 *** 2.0.12-0mosquitto1~stretch1 100
                        100 /var/lib/dpkg/status
                     1.4.15-2ubuntu0.18.04.3 500
                        500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                        500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                     1.4.15-2 500
                        500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                mongodb:
                  Installed: (none)
                  Candidate: 1:3.6.3-0ubuntu1.4
                  Version table:
                     1:3.6.3-0ubuntu1.4 500
                        500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                        500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                     1:3.6.3-0ubuntu1 500
                        500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                ak@homie:/opt/iobroker$ sudo iob upgrade vis-canvas-gauges
                
                This upgrade of "vis-canvas-gauges" will introduce the following changes:
                ==========================================================================
                -> 1.0.1:
                Added workaround for firefox canvas problem
                ==========================================================================
                
                BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                Would you like to upgrade vis-canvas-gauges from @0.1.5 to @1.0.1 now? [(y)es, (n)o]: y
                Update vis-canvas-gauges from @0.1.5 to @1.0.1
                NPM version: 8.15.0
                Installing iobroker.vis-canvas-gauges@1.0.1... (System call)
                
                added 2 packages, removed 650 packages, and changed 886 packages in 2m
                
                70 packages are looking for funding
                  run `npm fund` for details
                INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-canvas-gauges/www" was not found! Nothing was uploaded or deleted.
                Adapter "system.adapter.vis.0" restarted.
                Update "system.adapter.vis-canvas-gauges.0"
                upload [0] vis-canvas-gauges.admin /opt/iobroker/node_modules/iobroker.vis-canvas-gauges/admin/vis-canvas-gauges.png vis-canvas-gauges.png image/png
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #24

                @aski71 sagte in Probleme bei Adapter Updates:

                sudo apt policy mosquitto mongodb
                sudo iob upgrade vis-canvas-gauges

                Lass den Mist mit sudo an Stellen, wo es nicht hingehört...

                iobroker stop
                iobroker fix
                iobroker start
                

                Wenn der iobroker wieder läuft:

                iobroker update
                

                Btw: Der mosquitto ist in der Version für Debian Stretch installiert. Kann u. U. ungünstig werden.

                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 Antwort Letzte Antwort
                0
                • A aski71

                  @thomas-braun said in Probleme bei Adapter Updates:

                  @aski71 sagte in Probleme bei Adapter Updates:

                  Alles überflüssig/falsch.
                  Löschen:

                  sudo rm /etc/apt/sources.list.d/certbot-ubuntu-certbot-xenial*
                  sudo rm /etc/apt/sources.list.d/mosquitto*
                  sudo rm /etc/apt/sources.list.d/nodesource.list.*
                  sudo rm /etc/apt/sources.list.d/mongodb*
                  sudo apt update
                  apt policy mosquitto mongodb
                  

                  In den cerbot files war ohnehin alles auskommentiert.
                  In der nodesource.list nicht.
                  Ich hab das jetzt mal gemacht. Es lief nun durch, aber nun bekomme ich folgende INFO: Directory not found.

                  ak@homie:/opt/iobroker$ sudo apt policy mosquitto mongodb
                  mosquitto:
                    Installed: 2.0.12-0mosquitto1~stretch1
                    Candidate: 2.0.12-0mosquitto1~stretch1
                    Version table:
                   *** 2.0.12-0mosquitto1~stretch1 100
                          100 /var/lib/dpkg/status
                       1.4.15-2ubuntu0.18.04.3 500
                          500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                          500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                       1.4.15-2 500
                          500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                  mongodb:
                    Installed: (none)
                    Candidate: 1:3.6.3-0ubuntu1.4
                    Version table:
                       1:3.6.3-0ubuntu1.4 500
                          500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                          500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                       1:3.6.3-0ubuntu1 500
                          500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                  ak@homie:/opt/iobroker$ sudo iob upgrade vis-canvas-gauges
                  
                  This upgrade of "vis-canvas-gauges" will introduce the following changes:
                  ==========================================================================
                  -> 1.0.1:
                  Added workaround for firefox canvas problem
                  ==========================================================================
                  
                  BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                  Would you like to upgrade vis-canvas-gauges from @0.1.5 to @1.0.1 now? [(y)es, (n)o]: y
                  Update vis-canvas-gauges from @0.1.5 to @1.0.1
                  NPM version: 8.15.0
                  Installing iobroker.vis-canvas-gauges@1.0.1... (System call)
                  
                  added 2 packages, removed 650 packages, and changed 886 packages in 2m
                  
                  70 packages are looking for funding
                    run `npm fund` for details
                  INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-canvas-gauges/www" was not found! Nothing was uploaded or deleted.
                  Adapter "system.adapter.vis.0" restarted.
                  Update "system.adapter.vis-canvas-gauges.0"
                  upload [0] vis-canvas-gauges.admin /opt/iobroker/node_modules/iobroker.vis-canvas-gauges/admin/vis-canvas-gauges.png vis-canvas-gauges.png image/png
                  
                  A Offline
                  A Offline
                  aski71
                  schrieb am zuletzt editiert von
                  #25

                  @aski71 Die anderen Adapter Updates scheinen jetzt aber durchzulaufen. Vielen Dank für Deine Hilfe @thomas-braun !

                  Thomas BraunT 2 Antworten Letzte Antwort
                  0
                  • A aski71

                    @aski71 Die anderen Adapter Updates scheinen jetzt aber durchzulaufen. Vielen Dank für Deine Hilfe @thomas-braun !

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #26

                    @aski71

                    Hast du den iobroker fix ausgeführt?
                    Wo ist die Ausgabe zu iobroker update?

                    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 Antwort Letzte Antwort
                    0
                    • A aski71

                      @aski71 Die anderen Adapter Updates scheinen jetzt aber durchzulaufen. Vielen Dank für Deine Hilfe @thomas-braun !

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #27

                      @aski71

                      Zu mosquitto:

                      sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
                      sudo apt update
                      apt policy mosquitto
                      

                      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

                      A 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @aski71

                        Zu mosquitto:

                        sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
                        sudo apt update
                        apt policy mosquitto
                        
                        A Offline
                        A Offline
                        aski71
                        schrieb am zuletzt editiert von
                        #28

                        @thomas-braun said in Probleme bei Adapter Updates:

                        @aski71

                        Zu mosquitto:

                        sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
                        sudo apt update
                        apt policy mosquitto
                        

                        Benötige ich das? Hatte oben verstanden, dass nein.

                        Thomas BraunT 2 Antworten Letzte Antwort
                        0
                        • A aski71

                          @thomas-braun said in Probleme bei Adapter Updates:

                          @aski71

                          Zu mosquitto:

                          sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
                          sudo apt update
                          apt policy mosquitto
                          

                          Benötige ich das? Hatte oben verstanden, dass nein.

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #29

                          @aski71

                          Das sollte deinen mosquitto wieder auf ein Repo setzen.
                          Im Moment hängt der in der falschen Version in der Luft.

                          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

                          A 1 Antwort Letzte Antwort
                          0
                          • A aski71

                            @thomas-braun said in Probleme bei Adapter Updates:

                            @aski71

                            Zu mosquitto:

                            sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
                            sudo apt update
                            apt policy mosquitto
                            

                            Benötige ich das? Hatte oben verstanden, dass nein.

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #30

                            @aski71

                            Hast du den iobroker fix ausgeführt?
                            Wo ist die Ausgabe zu iobroker update?

                            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 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @aski71

                              Das sollte deinen mosquitto wieder auf ein Repo setzen.
                              Im Moment hängt der in der falschen Version in der Luft.

                              A Offline
                              A Offline
                              aski71
                              schrieb am zuletzt editiert von
                              #31

                              @thomas-braun said in Probleme bei Adapter Updates:

                              @aski71

                              Das sollte deinen mosquitto wieder auf ein Repo setzen.
                              Im Moment hängt der in der falschen Version in der Luft.

                              Danke. Alles wieder gerade. Auch der "iob fix" und "iob upgrade". Läuft alles durch.

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • A aski71

                                @thomas-braun said in Probleme bei Adapter Updates:

                                @aski71

                                Das sollte deinen mosquitto wieder auf ein Repo setzen.
                                Im Moment hängt der in der falschen Version in der Luft.

                                Danke. Alles wieder gerade. Auch der "iob fix" und "iob upgrade". Läuft alles durch.

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von Thomas Braun
                                #32

                                @aski71

                                Zeigen:

                                uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                iobroker update
                                apt policy mosquitto
                                

                                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

                                A 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @aski71

                                  Zeigen:

                                  uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                  iobroker update
                                  apt policy mosquitto
                                  
                                  A Offline
                                  A Offline
                                  aski71
                                  schrieb am zuletzt editiert von
                                  #33

                                  @thomas-braun said in Probleme bei Adapter Updates:

                                  @aski71

                                  Zeigen:

                                  uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                  iobroker update
                                  apt policy mosquitto
                                  
                                  ak@homie:/opt/iobroker/log$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                  x86_64
                                  /usr/bin/nodejs
                                  /usr/bin/node
                                  /usr/bin/npm
                                  v16.17.0
                                  v16.17.0
                                  8.15.0
                                  4.0.23
                                  ak
                                  ak adm cdrom sudo dip plugdev lxd sambashare lpadmin iobroker
                                  /opt/iobroker/log
                                  Ign:1 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 InRelease
                                  Hit:2 http://ppa.launchpad.net/mosquitto-dev/mosquitto-ppa/ubuntu bionic InRelease                                                                                         
                                  Hit:3 http://de.archive.ubuntu.com/ubuntu bionic InRelease                                                                                                                 
                                  Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease                         
                                  Get:5 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]                   
                                  Hit:6 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 Release                                  
                                  Hit:7 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease                                     
                                  Hit:8 https://dl.ubnt.com/unifi/debian stable InRelease
                                  Fetched 88.7 kB in 1s (67.6 kB/s)
                                  Reading package lists... Done
                                  Building dependency tree       
                                  Reading state information... Done
                                  All packages are up to date.
                                  nodejs:
                                    Installed: 16.17.0-1nodesource1
                                    Candidate: 16.17.0-1nodesource1
                                    Version table:
                                   *** 16.17.0-1nodesource1 100
                                          100 /var/lib/dpkg/status
                                       8.10.0~dfsg-2ubuntu0.4 500
                                          500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                       8.10.0~dfsg-2ubuntu0.2 500
                                          500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                       8.10.0~dfsg-2 500
                                          500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                                  ak@homie:/opt/iobroker/log$ iobroker update
                                  Used repository: beta
                                  Adapter    "admin"        : 6.2.22   , installed 6.2.14 [Updatable]
                                  Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                  Adapter    "fhem"         : 1.6.3    , installed 1.6.3
                                  Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                  Adapter    "geofency"     : 1.2.2    , installed 1.2.1  [Updatable]
                                  Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                  Adapter    "hm-rega"      : 3.0.43   , installed 3.0.43
                                  Adapter    "hm-rpc"       : 1.15.15  , installed 1.15.12 [Updatable]
                                  Adapter    "hue"          : 3.7.1    , installed 3.7.1
                                  Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                  Adapter    "info"         : 1.9.21   , installed 1.9.21
                                  Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                                  Controller "js-controller": 4.0.23   , installed 4.0.23
                                  Adapter    "mielecloudservice": 6.4.0, installed 6.3.4  [Updatable]
                                  Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                  Adapter    "netatmo"      : 2.0.5    , installed 1.7.1  [Updatable]
                                  Adapter    "nuki-extended": 2.6.5    , installed 2.6.5
                                  Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                                  Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                                  Adapter    "simple-api"   : 2.7.1    , installed 2.7.0  [Updatable]
                                  Adapter    "socketio"     : 6.1.10   , installed 6.1.10
                                  Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                                  Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                  Adapter    "tesla-motors" : 1.3.1    , installed 1.3.1
                                  Adapter    "unifi"        : 0.6.1    , installed 0.6.1
                                  Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                  Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                  Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                                  Adapter    "vis-google-fonts": 1.0.3 , installed 1.0.3
                                  Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                                  Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                  Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                  Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                  Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                  Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                  Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                  Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                  Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                  Adapter    "vr200"        : 1.0.0    , installed 1.0.0
                                  Adapter    "web"          : 5.2.5    , installed 5.2.4  [Updatable]
                                  Adapter    "ws"           : 2.1.5    , installed 2.1.3  [Updatable]
                                  ak@homie:/opt/iobroker/log$ apt policy mosquitto
                                  mosquitto:
                                    Installed: 2.0.15a-0mosquitto1~bionic1
                                    Candidate: 2.0.15a-0mosquitto1~bionic1
                                    Version table:
                                   *** 2.0.15a-0mosquitto1~bionic1 500
                                          500 http://ppa.launchpad.net/mosquitto-dev/mosquitto-ppa/ubuntu bionic/main amd64 Packages
                                          100 /var/lib/dpkg/status
                                       1.4.15-2ubuntu0.18.04.3 500
                                          500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                          500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                       1.4.15-2 500
                                          500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                                  
                                  
                                  Thomas BraunT 2 Antworten Letzte Antwort
                                  0
                                  • A aski71

                                    @thomas-braun said in Probleme bei Adapter Updates:

                                    @aski71

                                    Zeigen:

                                    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                    iobroker update
                                    apt policy mosquitto
                                    
                                    ak@homie:/opt/iobroker/log$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                    x86_64
                                    /usr/bin/nodejs
                                    /usr/bin/node
                                    /usr/bin/npm
                                    v16.17.0
                                    v16.17.0
                                    8.15.0
                                    4.0.23
                                    ak
                                    ak adm cdrom sudo dip plugdev lxd sambashare lpadmin iobroker
                                    /opt/iobroker/log
                                    Ign:1 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 InRelease
                                    Hit:2 http://ppa.launchpad.net/mosquitto-dev/mosquitto-ppa/ubuntu bionic InRelease                                                                                         
                                    Hit:3 http://de.archive.ubuntu.com/ubuntu bionic InRelease                                                                                                                 
                                    Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease                         
                                    Get:5 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]                   
                                    Hit:6 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 Release                                  
                                    Hit:7 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease                                     
                                    Hit:8 https://dl.ubnt.com/unifi/debian stable InRelease
                                    Fetched 88.7 kB in 1s (67.6 kB/s)
                                    Reading package lists... Done
                                    Building dependency tree       
                                    Reading state information... Done
                                    All packages are up to date.
                                    nodejs:
                                      Installed: 16.17.0-1nodesource1
                                      Candidate: 16.17.0-1nodesource1
                                      Version table:
                                     *** 16.17.0-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         8.10.0~dfsg-2ubuntu0.4 500
                                            500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                         8.10.0~dfsg-2ubuntu0.2 500
                                            500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                         8.10.0~dfsg-2 500
                                            500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                                    ak@homie:/opt/iobroker/log$ iobroker update
                                    Used repository: beta
                                    Adapter    "admin"        : 6.2.22   , installed 6.2.14 [Updatable]
                                    Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                    Adapter    "fhem"         : 1.6.3    , installed 1.6.3
                                    Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                    Adapter    "geofency"     : 1.2.2    , installed 1.2.1  [Updatable]
                                    Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                    Adapter    "hm-rega"      : 3.0.43   , installed 3.0.43
                                    Adapter    "hm-rpc"       : 1.15.15  , installed 1.15.12 [Updatable]
                                    Adapter    "hue"          : 3.7.1    , installed 3.7.1
                                    Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                    Adapter    "info"         : 1.9.21   , installed 1.9.21
                                    Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                                    Controller "js-controller": 4.0.23   , installed 4.0.23
                                    Adapter    "mielecloudservice": 6.4.0, installed 6.3.4  [Updatable]
                                    Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                    Adapter    "netatmo"      : 2.0.5    , installed 1.7.1  [Updatable]
                                    Adapter    "nuki-extended": 2.6.5    , installed 2.6.5
                                    Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                                    Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                                    Adapter    "simple-api"   : 2.7.1    , installed 2.7.0  [Updatable]
                                    Adapter    "socketio"     : 6.1.10   , installed 6.1.10
                                    Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                                    Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                    Adapter    "tesla-motors" : 1.3.1    , installed 1.3.1
                                    Adapter    "unifi"        : 0.6.1    , installed 0.6.1
                                    Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                    Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                    Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                                    Adapter    "vis-google-fonts": 1.0.3 , installed 1.0.3
                                    Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                                    Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                    Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                    Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                    Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                    Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                    Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                    Adapter    "vr200"        : 1.0.0    , installed 1.0.0
                                    Adapter    "web"          : 5.2.5    , installed 5.2.4  [Updatable]
                                    Adapter    "ws"           : 2.1.5    , installed 2.1.3  [Updatable]
                                    ak@homie:/opt/iobroker/log$ apt policy mosquitto
                                    mosquitto:
                                      Installed: 2.0.15a-0mosquitto1~bionic1
                                      Candidate: 2.0.15a-0mosquitto1~bionic1
                                      Version table:
                                     *** 2.0.15a-0mosquitto1~bionic1 500
                                            500 http://ppa.launchpad.net/mosquitto-dev/mosquitto-ppa/ubuntu bionic/main amd64 Packages
                                            100 /var/lib/dpkg/status
                                         1.4.15-2ubuntu0.18.04.3 500
                                            500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                            500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                         1.4.15-2 500
                                            500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #34

                                    @aski71

                                    sudo rm /etc/apt/sources.list.d/mongodb*
                                    sudo rm /etc/apt/sources.list.d/node*
                                    curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash
                                    sudo apt update
                                    iobroker stop
                                    sudo apt full-upgrade
                                    iobroker start
                                    

                                    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

                                    A 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @aski71

                                      sudo rm /etc/apt/sources.list.d/mongodb*
                                      sudo rm /etc/apt/sources.list.d/node*
                                      curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash
                                      sudo apt update
                                      iobroker stop
                                      sudo apt full-upgrade
                                      iobroker start
                                      
                                      A Offline
                                      A Offline
                                      aski71
                                      schrieb am zuletzt editiert von
                                      #35

                                      @thomas-braun said in Probleme bei Adapter Updates:

                                      @aski71

                                      sudo rm /etc/apt/sources.list.d/mongodb*
                                      sudo rm /etc/apt/sources.list.d/node*
                                      curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash
                                      sudo apt update
                                      iobroker stop
                                      sudo apt full-upgrade
                                      iobroker start
                                      

                                      Jetzt werde ich etwas vorsichtiger. Ich habe auch noch homebridge am Start. Nicht dass mir die Neuinstallation von node 16 jetzt homebridge killt.
                                      Die Sources List von node habe ich vorhin schon abgeräumt. Nicht gelöscht, aber weg kopiert.

                                      Bevor ich node 16 nochmal neu setuppe. Der Inhalt der Dateien war:

                                      ::::::::::::::
                                      nodesource.list
                                      ::::::::::::::
                                      deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x bionic main
                                      deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x bionic main
                                      ::::::::::::::
                                      nodesource.list.distUpgrade
                                      ::::::::::::::
                                      deb https://deb.nodesource.com/node_6.x xenial main
                                      deb-src https://deb.nodesource.com/node_6.x xenial main
                                      ::::::::::::::
                                      nodesource.list.save
                                      ::::::::::::::
                                      # deb https://deb.nodesource.com/node_6.x bionic main # Bei Aktualisierung zu bionic deaktiviert
                                      # deb-src https://deb.nodesource.com/node_6.x bionic main # Bei Aktualisierung zu bionic deaktiviert
                                      
                                      

                                      Was passiert beim Löschen von mongodb? Wo kommt das dann her?

                                      Thomas BraunT 2 Antworten Letzte Antwort
                                      0
                                      • A aski71

                                        @thomas-braun said in Probleme bei Adapter Updates:

                                        @aski71

                                        Zeigen:

                                        uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                        iobroker update
                                        apt policy mosquitto
                                        
                                        ak@homie:/opt/iobroker/log$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                        x86_64
                                        /usr/bin/nodejs
                                        /usr/bin/node
                                        /usr/bin/npm
                                        v16.17.0
                                        v16.17.0
                                        8.15.0
                                        4.0.23
                                        ak
                                        ak adm cdrom sudo dip plugdev lxd sambashare lpadmin iobroker
                                        /opt/iobroker/log
                                        Ign:1 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 InRelease
                                        Hit:2 http://ppa.launchpad.net/mosquitto-dev/mosquitto-ppa/ubuntu bionic InRelease                                                                                         
                                        Hit:3 http://de.archive.ubuntu.com/ubuntu bionic InRelease                                                                                                                 
                                        Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease                         
                                        Get:5 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]                   
                                        Hit:6 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 Release                                  
                                        Hit:7 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease                                     
                                        Hit:8 https://dl.ubnt.com/unifi/debian stable InRelease
                                        Fetched 88.7 kB in 1s (67.6 kB/s)
                                        Reading package lists... Done
                                        Building dependency tree       
                                        Reading state information... Done
                                        All packages are up to date.
                                        nodejs:
                                          Installed: 16.17.0-1nodesource1
                                          Candidate: 16.17.0-1nodesource1
                                          Version table:
                                         *** 16.17.0-1nodesource1 100
                                                100 /var/lib/dpkg/status
                                             8.10.0~dfsg-2ubuntu0.4 500
                                                500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                             8.10.0~dfsg-2ubuntu0.2 500
                                                500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                             8.10.0~dfsg-2 500
                                                500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                                        ak@homie:/opt/iobroker/log$ iobroker update
                                        Used repository: beta
                                        Adapter    "admin"        : 6.2.22   , installed 6.2.14 [Updatable]
                                        Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                        Adapter    "fhem"         : 1.6.3    , installed 1.6.3
                                        Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                        Adapter    "geofency"     : 1.2.2    , installed 1.2.1  [Updatable]
                                        Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                        Adapter    "hm-rega"      : 3.0.43   , installed 3.0.43
                                        Adapter    "hm-rpc"       : 1.15.15  , installed 1.15.12 [Updatable]
                                        Adapter    "hue"          : 3.7.1    , installed 3.7.1
                                        Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                        Adapter    "info"         : 1.9.21   , installed 1.9.21
                                        Adapter    "javascript"   : 6.0.3    , installed 6.0.0  [Updatable]
                                        Controller "js-controller": 4.0.23   , installed 4.0.23
                                        Adapter    "mielecloudservice": 6.4.0, installed 6.3.4  [Updatable]
                                        Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                                        Adapter    "netatmo"      : 2.0.5    , installed 1.7.1  [Updatable]
                                        Adapter    "nuki-extended": 2.6.5    , installed 2.6.5
                                        Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                                        Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                                        Adapter    "simple-api"   : 2.7.1    , installed 2.7.0  [Updatable]
                                        Adapter    "socketio"     : 6.1.10   , installed 6.1.10
                                        Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                                        Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                        Adapter    "tesla-motors" : 1.3.1    , installed 1.3.1
                                        Adapter    "unifi"        : 0.6.1    , installed 0.6.1
                                        Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                        Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                                        Adapter    "vis-google-fonts": 1.0.3 , installed 1.0.3
                                        Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                                        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                        Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                        Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                        Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                        Adapter    "vr200"        : 1.0.0    , installed 1.0.0
                                        Adapter    "web"          : 5.2.5    , installed 5.2.4  [Updatable]
                                        Adapter    "ws"           : 2.1.5    , installed 2.1.3  [Updatable]
                                        ak@homie:/opt/iobroker/log$ apt policy mosquitto
                                        mosquitto:
                                          Installed: 2.0.15a-0mosquitto1~bionic1
                                          Candidate: 2.0.15a-0mosquitto1~bionic1
                                          Version table:
                                         *** 2.0.15a-0mosquitto1~bionic1 500
                                                500 http://ppa.launchpad.net/mosquitto-dev/mosquitto-ppa/ubuntu bionic/main amd64 Packages
                                                100 /var/lib/dpkg/status
                                             1.4.15-2ubuntu0.18.04.3 500
                                                500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                                500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                             1.4.15-2 500
                                                500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #36

                                        @aski71

                                        egrep -r mongodb /etc/apt/*
                                        

                                        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

                                        A 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @aski71

                                          egrep -r mongodb /etc/apt/*
                                          
                                          A Offline
                                          A Offline
                                          aski71
                                          schrieb am zuletzt editiert von
                                          #37

                                          @thomas-braun said in Probleme bei Adapter Updates:

                                          egrep -r mongodb /etc/apt/*

                                          ak@homie:/etc/apt/sources.list.d/sav$ egrep -r mongodb /etc/apt/*
                                          /etc/apt/sources.list.d/mongodb-org-3.4.list:deb [arch=amd64,arm64] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse
                                          /etc/apt/sources.list.d/mongodb-org-3.4.list.save:deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse
                                          Binary file /etc/apt/trusted.gpg matches
                                          Binary file /etc/apt/trusted.gpg~ matches

                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          565

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe