Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Aktives Repository ist "default" - Was bedeutet die Meldung?

    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

    Aktives Repository ist "default" - Was bedeutet die Meldung?

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

      @thomas-braun sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

      iobroker repo list

      Alle Adapter sind jetzt aktuell.
      
       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)
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @klausiob last edited by

        @klausiob

        Dann los.

        K 1 Reply Last reply Reply Quote 0
        • Feuersturm
          Feuersturm last edited by

          Ich hab mal ein Update von der Doku für den Abschnitt "Auswahl des Repositorys vorbereitet"
          https://github.com/Feuer-sturm/ioBroker.docs/blob/doc-repo-update/docs/de/basics/repositories.md#auswahl-des-repository

          Schaut doch mal drüber ob noch was fehlt, dann kann ich es als Pullrequest zur Verfügung stellen.

          Homoran 1 Reply Last reply Reply Quote 0
          • K
            klausiob @Thomas Braun last edited by

            @thomas-braun sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

            @klausiob

            Dann los.

            mit upload? läuft und dauert wegen den icon-libraries ewig

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

              @klausiob

              Mit

              iobroker update
              iobroker upgrade all
              iobroker upload all
              
              K 1 Reply Last reply Reply Quote 0
              • K
                klausiob @Thomas Braun last edited by klausiob

                @thomas-braun sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

                @klausiob

                Mit

                iobroker update
                iobroker upgrade all
                iobroker upload all
                

                ja ja ist noch beim letzten Befehl, dauerte schon gestern >10 min

                Gib mal ein Link zu einem sicheren js-controller Update auf 4.xx
                Hatte im Januar erst auf 3.2.22 upgedatet.

                Ist dies noch die empfohlene Variante zur Aktualisierung des js-controller, wenn ioBroker mittels "curl shell installation script" installiert wurde?

                Bitte in einer SSH-Shell (Konsole) folgende Befehle ausführen:

                iobroker stop
                iobroker update
                iobroker fix oder wenn das nicht funktioniert: curl -sL https://iobroker.net/fix.sh | bash -
                iobroker upgrade self
                iobroker start oder Server rebooten, danach sollte ioBroker neu starten und man kann sicher sein das alle alten Prozesse beendet waren.
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @klausiob last edited by Thomas Braun

                  @klausiob

                  js-controller:

                  iob stop
                  iob update 
                  iob upgrade self
                  iob start
                  

                  Wie sieht es auf der nodejs-Seite aus?

                  sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                  uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  
                  K 2 Replies Last reply Reply Quote 0
                  • K
                    klausiob @Thomas Braun last edited by

                    @thomas-braun
                    so jetzt erst fertig

                    node und nodejs v14.18.1, kein Docker

                    ich habe ein Master-Slave-System. Welchen sollte ich zuerst updaten?

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

                      @klausiob Ich würd zuerst nodejs auf Stand bringen.

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

                        @klausiob sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

                        ich habe ein Master-Slave-System. Welchen sollte ich zuerst updaten?

                        Achtung: MASTER-Systeme Reihenfolgen beachten!

                        Bei einem Multi-Host-System, welches auf js-controller 2.2 oder 3.x läuft, ist es beim Update auf Version 4.0 empfohlen, zuerst das Master-System zu aktualisieren. Der Master muss dann wieder gestartet werden. Die Slaves werden danach aktualisiert!

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

                          @feuersturm sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

                          Schaut doch mal drüber ob noch was fehlt,

                          gefällt mir ziemlich gut, aber.... 🙂

                          Zwei Dinge, die ich nicht wirklich weiß!

                          1.)
                          ist das Repo wirklich der Lagerort für Programme?
                          nicht eher eine Liste der Versionen?

                          2.)
                          ist die Installation per Experte und npm wirklich (immer) die beta Version und nicht doch die github Version?

                          wenn ja, bitte hier trotzdem noch die 3. Ebene erwähnen, dass github = Alpha sein kann.

                          Feuersturm 1 Reply Last reply Reply Quote 0
                          • K
                            klausiob @Thomas Braun last edited by

                            @thomas-braun sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

                            @klausiob

                            js-controller:

                            iob stop
                            iob update 
                            iob upgrade self
                            iob start
                            
                            iob upgrade self
                            Update js-controller from @3.3.22 to @4.0.23
                            NPM version: 6.14.15
                            npm install iobroker.js-controller@4.0.23 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                            In file included from ../node_modules/nan/nan.h:60,
                                             from ../src/unix_dgram.cc:5:
                            /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:787:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
                                   (node::addon_register_func) (regfunc),                          \
                                                                       ^
                            /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
                               NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                               ^~~~~~~~~~~~~
                            ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                             NODE_MODULE(unix_dgram, Initialize)
                             ^~~~~~~~~~~
                            Server Objects 127.0.0.1:60770 Error from InMemDB: Error: GET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.features.useSets"]
                            Server Objects 127.0.0.1:60770 Error from InMemDB: Error: GET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.protocolVersion"]
                            Server States 127.0.0.1:41382 Error from InMemDB: Error: GET-UNSUPPORTED for namespace meta.: Data=["meta.states.protocolVersion"]
                            Server States 127.0.0.1:41384 Error from InMemDB: Error: PSUBSCRIBE-UNSUPPORTED for namespace meta.: Data=["meta.*"]
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @klausiob last edited by

                              @klausiob

                              Kein Problem.

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

                                @thomas-braun sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

                                @klausiob

                                Kein Problem.

                                Herzinfarkt 😌 Der Master hat jetzt die Version, aber die Checkboxen fehlen immer noch bei den Repositories.

                                Jetzt hat er noch den Slave gemacht.

                                a4da844c-82e6-4eba-9c1e-1621e11f2438-grafik.png

                                Was nun? Bestätigen? Gibt ja keine andere Wahl.

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

                                  @klausiob

                                  Kannst du halt nur zur Kenntnis nehmen.

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

                                    @klausiob

                                    iob update
                                    

                                    auf beiden Systemen sagt?

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

                                      @thomas-braun

                                      iob update
                                      Used repository: Stable (default)
                                      Adapter    "admin"        : 6.2.23   , installed 6.2.23
                                      Adapter    "alexa2"       : 3.21.0   , installed 3.21.0
                                      Adapter    "awattar"      : 1.0.6    , installed 1.0.6
                                      Adapter    "backitup"     : 2.5.4    , installed 2.5.4
                                      Adapter    "bluelink"     : 2.2.3    , installed 2.2.3
                                      Adapter    "daswetter"    : 3.1.4    , installed 3.1.4
                                      Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                      Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                      Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                      Adapter    "fritzdect"    : 2.2.6    , installed 2.2.6
                                      Adapter    "history"      : 2.2.0    , installed 2.2.0
                                      Adapter    "hs100"        : 2.1.2    , installed 2.1.2
                                      Adapter    "ical"         : 1.13.1   , installed 1.13.1
                                      Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                      Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                                      Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                      Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                                      Adapter    "info"         : 1.9.19   , installed 1.9.19
                                      Adapter    "iot"          : 1.11.9   , installed 1.11.9
                                      Adapter    "javascript"   : 6.0.3    , installed 6.0.3
                                      Controller "js-controller": 4.0.23   , installed 4.0.23
                                      Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                      Adapter    "proxy"        : 1.3.1    , installed 1.3.1
                                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                      Adapter    "sayit"        : 1.12.3   , installed 1.12.3
                                      Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                                      Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                                      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                      Adapter    "tahoma"       : 0.7.1    , installed 0.7.1
                                      Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                                      Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                                      Adapter    "tvspielfilm"  : 2.0.4    , installed 2.0.4
                                      Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                      Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.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    "weatherunderground": 3.4.2, installed 3.4.2
                                      Adapter    "web"          : 4.3.0    , installed 4.3.0
                                      Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                      Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                                      

                                      Der slave ist aber noch alt, aber die Checkboxen sind jetzt da 🙂

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

                                        @klausiob sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

                                        Der slave ist aber noch alt,

                                        Warum?

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

                                          @thomas-braun sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

                                          @klausiob sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

                                          Der slave ist aber noch alt,

                                          Warum?

                                          Achso, ich dachte geht automatisch. Also gleiche Tortur auf dem Slave. Muß vorher erstmal meine Herzmedikamente nehmen. 🤕

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

                                            @klausiob sagte in Aktives Repository ist "default" - Was bedeutet die Meldung?:

                                            Also gleiche Tortur auf dem Slave.

                                            Ja. Danach noch nodejs und die Betriebssysteme. Dein Buster ist tot.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            557
                                            Online

                                            31.9k
                                            Users

                                            80.3k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            80
                                            3182
                                            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