Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. BackItUp Update hängt

    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

    BackItUp Update hängt

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

      @thomas-braun

      Habe es gerade überprüft. Ich konnte

      iob nodejs-update
      

      ausführen. Dann wurde mir vorgeschlagen um das System up to Date zu halten

      sudo apt update && sudo apt full-upgrade
      

      auszuführen.

      Dabei kam am Ende die Meldung mit der ich nichts anfangen kann (letzter Satz):

      pi@raspberrypi:~ $ sudo apt update && sudo apt full-upgrade
      Hit:1 http://deb.debian.org/debian bookworm InRelease
      Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
      Get:3 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
      Get:4 http://archive.raspberrypi.com/debian bookworm InRelease [23.6 kB]
      Get:5 https://repos.influxdata.com/debian stable InRelease [6,901 B]
      Get:6 https://packages.grafana.com/oss/deb stable InRelease [5,983 B]
      Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
      Get:8 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [90.9 kB]
      Get:9 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [93.2 kB]
      Get:10 http://deb.debian.org/debian bookworm-updates/main armhf Packages [6,648 B]
      Get:11 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [6,672 B]
      Get:12 http://deb.debian.org/debian bookworm-updates/main Translation-en [5,204 B]
      Get:13 http://archive.raspberrypi.com/debian bookworm/main armhf Packages [346 kB]
      Get:14 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages [338 kB]
      Get:15 https://repos.influxdata.com/debian stable/main arm64 Packages [7,173 B]
      Get:16 https://packages.grafana.com/oss/deb stable/main arm64 Packages [126 kB]
      Fetched 1,157 kB in 3s (427 kB/s)
      Reading package lists... Done
      ^Cilding dependency tree... 50%
      

      Ist

      ^Cilding dependency tree... 50%
      

      was gutes?? 😧

      VG Duffy

      Thomas Braun ? Homoran 3 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Duffy last edited by

        @duffy sagte in BackItUp Update hängt:

        was gutes??

        Was normales.
        Dauert hat gglfs. etwas.

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User @Duffy last edited by A Former User

          @duffy sagte in BackItUp Update hängt:

          ^Cilding dependency tree... 50%

          Moin,

          der war noch nicht fertig!
          Da steht eigentlich Building, Du hast aber irgendwie ein ^C gemacht also Control C == Abbruch der Aktion, die gerade auf der Kommandozeile ausgeführt wurde.

          Also nochmal ausführen und dann nicht immer herumfummeln, halte mal die Finger still und warte!

          VG
          Bernd

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

            @duffy sagte in BackItUp Update hängt:

            Ist
            ^Cilding dependency tree... 50%

            was gutes??

            das ist ein Zeichen dass du zu ungeduldig warst und mitten im Prozess mit ctrl-c abgebrochen hast

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

              @homoran

              Hmm, eigentlich war ich an etwas anderem dran auf einem 2. Bildschirm aber vielleicht bin ich wirklich drauf gekommen.

              Aber sagt mal ist

              sudo apt update && sudo apt full-upgrade
              

              das gleiche wie

              Sudo apt update
              

              und

              Sudo apt upgrade
              

              ?

              Wenn nein wo ist der Unterschied?

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

                @duffy sagte in BackItUp Update hängt:

                Wenn nein wo ist der Unterschied?

                Der Unterschied besteht darin, das ein apt full-upgrade die Abhängigkeiten anders auflöst. Das macht u. U. auch ein Downgrade, was ein simples apt upgrade nicht macht.

                Meist wird allerdings da gleiche gemacht, weil in der Regel kein Downgrade sondern eher ein Upgrade von Paketen vorgesehen ist.

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

                  @thomas-braun

                  Heisst das man sollte lieber immer

                  sudo apt update && sudo apt full-upgrade
                  

                  verwenden?

                  Was ihr alles wisst, ihr seid der Hammer 👍

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

                    @duffy

                    Ja, full-upgrade ist zu bevorzugen.

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

                      @thomas-braun

                      in Verbindung mit

                      sudo apt update && ...
                      

                      ?

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

                        @duffy

                        Natürlich.

                        apt update schaut ja nur, welche Updates in den einzelnen Quellen/Repos bereitstehen. Reingeschmissen werden die immer per upgrade / full-upgrade.

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

                          @thomas-braun

                          Vielen Dank für den Hinweis.
                          Dann werde ich das künftig wohl über

                          sudo apt update && sudo apt full-upgrade
                          

                          machen.

                          Wenn man schon keine Ahnung hat wie ich sollte man doch wenigstens den besseren Weg nehmen 🙂

                          VG Duffy

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

                            @thomas-braun

                            nun habe ich das gleiche Problem beim Updaten von ws bzw. web:

                            22a631db-d137-4e96-809c-814578be4392-grafik.png

                            und er hängt wieder

                            auch an der Console

                            Volker@ioBroker:~$ iob upgrade all --debug
                            
                            This upgrade of "ws" will introduce the following changes:
                            ==========================================================================
                            -> 2.5.8:
                            Corrected adapter termination if the alias has no target
                            
                            -> 2.5.7:
                            upgraded socket-classes to fix vis problems
                            
                            -> 2.5.6:
                            upgraded socket-classes to correct the error by unsubscribing on client disconnect
                            ==========================================================================
                            
                            Would you like to upgrade ws from @2.5.5 to @2.5.8 now? [(y)es, (n)o]: y
                            Update ws from @2.5.5 to @2.5.8
                            NPM version: 9.8.1
                            Installing iobroker.ws@2.5.8... (System call)
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @myssv last edited by

                              @myssv

                              Warten...

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

                                @thomas-braun Wie lange denn?

                                Sind inzwischen 10 Minuten, ohne dass sich etwas getan hat.

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

                                  @myssv

                                  Bis sich was tut.

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

                                    @thomas-braun hat sich was getan:

                                    $ iobroker upgrade ws@2.5.8
                                    
                                    Update ws from @2.5.5 to @2.5.8
                                    
                                    Installing iobroker.ws@2.5.8... (System call)
                                    
                                    Adapter "system.adapter.web.0" restarted.
                                    
                                    upload [11] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    
                                    upload [10] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    
                                    upload [8] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    
                                    upload [2] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    
                                    upload [0] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/ws.png ws.png image/png
                                    
                                    Process exited with code 0
                                    

                                    Der Adapter scheint aber noch der Alte zu sein:

                                    1d3fa8f8-ce72-4902-82db-2a8fa7c60b6a-grafik.png

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

                                      @myssv

                                      iob update
                                      

                                      zeigen. GUIs lügen.

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

                                        @thomas-braun sagte in BackItUp Update hängt:

                                        iob update

                                        Volker@ioBroker:~$ iob update
                                        Used repository: stable
                                        Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                        Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                                        Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                                        Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                                        Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                        Adapter    "ecovacs-deebot": 1.4.13  , installed 1.4.14-alpha.6
                                        Adapter    "email"        : 1.2.0    , installed 1.2.0
                                        Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
                                        Adapter    "fitbit-fitness": 0.4.10  , installed 0.4.10
                                        Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
                                        Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                                        Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                        Adapter    "info"         : 2.0.0    , installed 2.0.0
                                        Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                        Controller "js-controller": 5.0.12   , installed 5.0.12
                                        Adapter    "openligadb"   : 1.2.4    , installed 1.3.3
                                        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                        Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                        Adapter    "signal-cmb"   : 0.3.0    , installed 0.3.0
                                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                        Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                                        Adapter    "tahoma"       : 0.10.2   , installed 0.10.2
                                        Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                        Adapter    "telegram"     : 2.0.1    , installed 2.0.1
                                        Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                        Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                        Adapter    "tvprogram"    : 1.1.2    , installed 1.1.2
                                        Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                        Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                        Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                        Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                        Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                                        Adapter    "web"          : 6.1.10   , installed 6.1.4  [Updatable]
                                        Adapter    "ws"           : 2.5.8    , installed 2.5.5  [Updatable]
                                        Volker@ioBroker:~$ 
                                        
                                        
                                        Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @myssv last edited by

                                          @myssv iob upload ws

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

                                            @homoran sagte in BackItUp Update hängt:

                                            iob upload ws

                                            Volker@ioBroker:~$ iob upload ws
                                            upload [11] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                            upload [10] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                            upload [9] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                            upload [8] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                            upload [7] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                            upload [6] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                            upload [5] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                            upload [4] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                            upload [3] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                            upload [2] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                            upload [1] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/jsonConfig.json jsonConfig.json application/json
                                            upload [0] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/ws.png ws.png image/png
                                            Adapter "system.adapter.web.0" restarted.
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            888
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            118
                                            6665
                                            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