Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Update VIS 1.1.10 auf 1.2.0 Error 10

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    225

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

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

Update VIS 1.1.10 auf 1.2.0 Error 10

Scheduled Pinned Locked Moved Unsolved Error/Bug
visupdateerror
59 Posts 4 Posters 3.6k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • StabilostickS Stabilostick

    Warte mal. Siehe z.B. https://debianforum.de/forum/viewtopic.php?t=147575

    Kenne mich mit Docker nicht aus, aber die Zeile

    127.0.0.1 ioBroker

    in die /etc/hosts-Datei einfügen?

    NegaleinN Offline
    NegaleinN Offline
    Negalein
    Global Moderator
    wrote on last edited by
    #44

    @Stabilostick sagte in Update VIS 1.1.10 auf 1.2.0 Error 10:

    Warte mal. Siehe z.B. https://debianforum.de/forum/viewtopic.php?t=147575

    Die Hosts schaut bei mir so aus

    # Any manual change will be lost if the host name is changed or system upgrades.                                       
    127.0.0.1       localhost                                                                                              
    ::1             localhost                                                                                              
    127.0.0.1       Synology_Nega_3                                                                                        
    ::1             Synology_Nega_3 
    

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

    1 Reply Last reply
    0
    • StabilostickS Offline
      StabilostickS Offline
      Stabilostick
      wrote on last edited by Stabilostick
      #45

      Mach wie oben geschrieben die zwei Zeilen mit ioBroker.

      Und dann mal einen

      ping ioBroker
      
      NegaleinN 1 Reply Last reply
      0
      • StabilostickS Stabilostick

        Mach wie oben geschrieben die zwei Zeilen mit ioBroker.

        Und dann mal einen

        ping ioBroker
        
        NegaleinN Offline
        NegaleinN Offline
        Negalein
        Global Moderator
        wrote on last edited by Negalein
        #46

        @Stabilostick sagte in Update VIS 1.1.10 auf 1.2.0 Error 10:

        Mach wie oben geschrieben die zwei Zeilen mit ioBroker.

        Also so

        # Any manual change will be lost if the host name is changed or system upgrades.                                       
        127.0.0.1       ioBroker                                                                                             
        ::1             localhost                                                                                              
        127.0.0.1       ioBroker                                                                                      
        ::1             Synology_Nega_3
        

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

        1 Reply Last reply
        0
        • StabilostickS Offline
          StabilostickS Offline
          Stabilostick
          wrote on last edited by Stabilostick
          #47
          # Any manual change will be lost if the host name is changed or system upgrades.                                       
          127.0.0.1       localhost                                                                                             
          ::1             localhost                                                                                              
          127.0.0.1       Synology_Nega_3                                                                                   
          ::1             Synology_Nega_3
          127.0.0.1       ioBroker                                                                                       
          ::1             ioBroker
          

          Oder

          # Any manual change will be lost if the host name is changed or system upgrades.                                       
          127.0.0.1       localhost Synology_Nega_3 ioBroker                                                                                            
          ::1             localhost Synology_Nega_3 ioBroker                                                                               
          
          NegaleinN 1 Reply Last reply
          0
          • StabilostickS Stabilostick
            # Any manual change will be lost if the host name is changed or system upgrades.                                       
            127.0.0.1       localhost                                                                                             
            ::1             localhost                                                                                              
            127.0.0.1       Synology_Nega_3                                                                                   
            ::1             Synology_Nega_3
            127.0.0.1       ioBroker                                                                                       
            ::1             ioBroker
            

            Oder

            # Any manual change will be lost if the host name is changed or system upgrades.                                       
            127.0.0.1       localhost Synology_Nega_3 ioBroker                                                                                            
            ::1             localhost Synology_Nega_3 ioBroker                                                                               
            
            NegaleinN Offline
            NegaleinN Offline
            Negalein
            Global Moderator
            wrote on last edited by
            #48

            @Stabilostick sagte in Update VIS 1.1.10 auf 1.2.0 Error 10:

            # Any manual change will be lost if the host name is changed or system upgrades.                                       
            127.0.0.1       localhost                                                                                             
            ::1             localhost                                                                                              
            127.0.0.1       Synology_Nega_3                                                                                   
            ::1             Synology_Nega_3
            127.0.0.1       ioBroker                                                                                       
            ::1             ioBroker
            

            Ok, habs so gespeichert

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

            1 Reply Last reply
            0
            • StabilostickS Offline
              StabilostickS Offline
              Stabilostick
              wrote on last edited by Stabilostick
              #49

              Jetzt den Ping, wenn ok dann zum Test nochmal den vis-Upload über die Konsole. Fehler noch da?

              NegaleinN 1 Reply Last reply
              0
              • StabilostickS Stabilostick

                Jetzt den Ping, wenn ok dann zum Test nochmal den vis-Upload über die Konsole. Fehler noch da?

                NegaleinN Offline
                NegaleinN Offline
                Negalein
                Global Moderator
                wrote on last edited by
                #50

                @Stabilostick sagte in Update VIS 1.1.10 auf 1.2.0 Error 10:

                Jetzt den Ping, wenn ok dann zum Test nochmal den vis-Upload. Fehler noch da?

                Ping geht nicht.

                Ich werde ioBroker mal neu starten und dann nochmal testen.

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

                1 Reply Last reply
                0
                • StabilostickS Offline
                  StabilostickS Offline
                  Stabilostick
                  wrote on last edited by
                  #51

                  Du machst es spannend... 😎

                  NegaleinN 1 Reply Last reply
                  0
                  • StabilostickS Stabilostick

                    Du machst es spannend... 😎

                    NegaleinN Offline
                    NegaleinN Offline
                    Negalein
                    Global Moderator
                    wrote on last edited by
                    #52

                    @Stabilostick sagte in Update VIS 1.1.10 auf 1.2.0 Error 10:

                    Du machst es spannend... 😎

                    C:\WINDOWS\system32>ping iobroker
                    Ping-Anforderung konnte Host "iobroker" nicht finden. Überprüfen Sie den Namen, und versuchen Sie es erneut.
                    

                    :cry:

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

                    1 Reply Last reply
                    0
                    • StabilostickS Offline
                      StabilostickS Offline
                      Stabilostick
                      wrote on last edited by
                      #53

                      Du hast das B kleingeschrieben.

                      NegaleinN 1 Reply Last reply
                      0
                      • StabilostickS Stabilostick

                        Du hast das B kleingeschrieben.

                        NegaleinN Offline
                        NegaleinN Offline
                        Negalein
                        Global Moderator
                        wrote on last edited by
                        #54

                        @Stabilostick sagte in Update VIS 1.1.10 auf 1.2.0 Error 10:

                        Du hast das B kleingeschrieben.

                        bringt auch keine Änderung

                        C:\WINDOWS\system32>ping ioBroker
                        Ping-Anforderung konnte Host "ioBroker" nicht finden. Überprüfen Sie den Namen, und versuchen Sie es erneut.
                        

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

                        1 Reply Last reply
                        0
                        • StabilostickS Offline
                          StabilostickS Offline
                          Stabilostick
                          wrote on last edited by
                          #55

                          Hmm, geht der Ping auf Synology_Nega_3?

                          NegaleinN 1 Reply Last reply
                          0
                          • StabilostickS Stabilostick

                            Hmm, geht der Ping auf Synology_Nega_3?

                            NegaleinN Offline
                            NegaleinN Offline
                            Negalein
                            Global Moderator
                            wrote on last edited by
                            #56

                            @Stabilostick sagte in Update VIS 1.1.10 auf 1.2.0 Error 10:

                            Hmm, geht der Ping auf Synology_Nega_3?

                            Nein, geht auch nicht.

                            Mit IP aber schon

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

                            1 Reply Last reply
                            0
                            • StabilostickS Offline
                              StabilostickS Offline
                              Stabilostick
                              wrote on last edited by Stabilostick
                              #57

                              Ändere versuchsweise die hosts-Datei auf die zweite Schreibweise (alles in einer Zeile)

                              Wobei, kann sein, dass Docker die hosts-Datei selbst verwaltet...

                              NegaleinN 1 Reply Last reply
                              0
                              • StabilostickS Stabilostick

                                Ändere versuchsweise die hosts-Datei auf die zweite Schreibweise (alles in einer Zeile)

                                Wobei, kann sein, dass Docker die hosts-Datei selbst verwaltet...

                                NegaleinN Offline
                                NegaleinN Offline
                                Negalein
                                Global Moderator
                                wrote on last edited by
                                #58

                                @Stabilostick sagte in Update VIS 1.1.10 auf 1.2.0 Error 10:

                                Ändere versuchsweise die hosts-Datei auf die zweite Schreibweise (alles in einer Zeile)

                                Ja, teste ich morgen.
                                Brauch jetzt ein Bett :grin:

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

                                1 Reply Last reply
                                0
                                • StabilostickS Offline
                                  StabilostickS Offline
                                  Stabilostick
                                  wrote on last edited by
                                  #59

                                  Eventuell ist das eine Lösung, wie gesagt, kenne Docker nicht:

                                  docker run [OPTIONS] <your-image-name>:<your tag> --add-host ioBroker:127.0.0.1

                                  1 Reply Last reply
                                  0
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  337

                                  Online

                                  32.7k

                                  Users

                                  82.5k

                                  Topics

                                  1.3m

                                  Posts
                                  Community
                                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                  ioBroker Community 2014-2025
                                  logo
                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Home
                                  • Recent
                                  • Tags
                                  • Unread 0
                                  • Categories
                                  • Unreplied
                                  • Popular
                                  • GitHub
                                  • Docu
                                  • Hilfe