Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Backup einspielen

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    Backup einspielen

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

      @fanny-0 sagte in Backup einspielen:

      Error: listen EADDRINUSE: address already in use 127.0.0.1:9001

      Da läuft noch/schon was auf dem Port.

      sudo ss -tulwn | grep LISTEN
      

      Und setz die Systemzeit/Zeitzone richtig. Offenbar steht die auf London.

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

        @fanny-0 sagte in Backup einspielen:

        Error: listen EADDRINUSE: address already in use 127.0.0.1:9001

        hast du da noch was auf Port 9001 oder zwei Installationen

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

          @homoran nein nur eine

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

            @thomas-braun Was soll mir das denn jetzt sagen??

            broker@iobroker:/opt/iobroker$ sudo ss -tulwn | grep LISTEN
            [sudo] password for broker:
            tcp   LISTEN 0      4096                              0.0.0.0:111       0.0.0.0:*
            tcp   LISTEN 0      4096                        127.0.0.53%lo:53        0.0.0.0:*
            tcp   LISTEN 0      128                               0.0.0.0:22        0.0.0.0:*
            tcp   LISTEN 0      511                             127.0.0.1:9000      0.0.0.0:*
            tcp   LISTEN 0      511                             127.0.0.1:9001      0.0.0.0:*
            tcp   LISTEN 0      4096                                 [::]:111          [::]:*
            tcp   LISTEN 0      128                                  [::]:22           [::]:*
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Fanny 0 last edited by

              @fanny-0

              Da läuft schon was auf Port 9000 und 9001.

              Versuch mal

              sudo ss -tulpn | grep LISTEN
              

              das ist wohl besser.

              1 Reply Last reply Reply Quote 0
              • F
                Fanny 0 last edited by

                Habe Iobroker nun noch einmal komplett neu rauf gespielt. Das steht jetzt in dem Logfile.

                2022-03-01 17:17:34.895  - info: host.iobroker iobroker.js-controller version 4.0.15 js-controller starting
                2022-03-01 17:17:34.902  - info: host.iobroker Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                2022-03-01 17:17:34.903  - info: host.iobroker hostname: iobroker, node: v14.19.0
                2022-03-01 17:17:34.903  - info: host.iobroker ip addresses: 192.168.178.137 2001:9e8:e5fd:7a00:1a56:80ff:fe05:a6cc fe80::1a56:80ff:fe05:a6cc
                2022-03-01 17:17:35.028  - info: host.iobroker Objects protocol version has changed, disconnecting!
                2022-03-01 17:17:35.053  - error: host.iobroker Cannot read system.config: null (OK when migrating or restoring)
                2022-03-01 17:17:35.109  - error: host.iobroker Cannot find view "system" for search "host"
                2022-03-01 17:17:35.201  - info: host.iobroker connected to Objects and States
                2022-03-01 17:17:35.238  - info: host.iobroker Node.js version has changed from unknown to 14.19.0
                2022-03-01 17:17:35.278  - info: host.iobroker Successfully updated capabilities "cap_net_admin, cap_net_bind_service, cap_net_raw" for /usr/bin/node
                2022-03-01 17:17:35.286  - info: host.iobroker added notifications configuration of host
                2022-03-01 17:17:35.298  - error: host.iobroker Cannot find view "system" for search "instance"
                2022-03-01 17:17:35.299  - error: host.iobroker Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
                2022-03-01 17:17:35.319  - info: host.iobroker Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                2022-03-01 17:17:35.369  - error: host.iobroker Cannot find view "system" for search "host"
                2022-03-01 17:17:35.397  - error: host.iobroker Cannot find view "system" for search "state"
                2022-03-01 17:17:35.398  - error: host.iobroker Cannot find view "system" for search "instance"
                2022-03-01 17:17:35.401  - error: host.iobroker Could not collect system.host.iobroker states to check for obsolete states: Error: Cannot find view "system"
                2022-03-01 17:17:35.402  - error: host.iobroker  _design/system missing - call node iobroker.js setup
                2022-03-01 17:17:35.403  - info: host.iobroker  no instances found
                2022-03-01 17:17:35.403  - info: host.iobroker no instances found
                2022-03-01 17:17:35.819  - info: host.iobroker Created UUID: bdbaf7ff-d9fc-9810-ed9a-7aea65009f1a
                
                wendy2702 1 Reply Last reply Reply Quote 0
                • wendy2702
                  wendy2702 @Fanny 0 last edited by

                  @fanny-0 Geht der Admin jetzt?

                  sonst

                  iob list instances
                  
                  F 1 Reply Last reply Reply Quote 0
                  • F
                    Fanny 0 @wendy2702 last edited by

                    @wendy2702 nein es geht gar nichts

                    
                    broker@iobroker:/opt/iobroker$ iobroker list instances
                     Cannot read system.config: null (OK when migrating or restoring)
                    
                    
                    + instance is alive
                    
                    
                    wendy2702 1 Reply Last reply Reply Quote 0
                    • wendy2702
                      wendy2702 @Fanny 0 last edited by

                      @fanny-0 wie hast du installiert?

                      Ist das Docker oder wo läuft iobroker ?

                      Mach mal nach der Anleitung:

                      https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht?_=1646139745215

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        Fanny 0 @wendy2702 last edited by

                        @wendy2702 Ich habe einen Ubuntu Server laufen. Den habe ich ganz frisch auf einen Intel NUC aufgesetzt. Die Installation habe ich über Putty gemacht!!

                        wendy2702 Homoran 2 Replies Last reply Reply Quote 0
                        • wendy2702
                          wendy2702 @Fanny 0 last edited by

                          @fanny-0 Ubuntu Server... mit GUI ?

                          Wie installiert über Putty?

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            Fanny 0 @wendy2702 last edited by

                            @wendy2702 über diesen Befehl über Putty

                            broker@iobroker:/opt/iobroker$ curl -sLf https://iobroker.net/install.sh | bash -
                            
                            Homoran FredF 2 Replies Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @Fanny 0 last edited by

                              @fanny-0 sagte in Backup einspielen:

                              über diesen Befehl über Putty

                              in eine komplett neue Linux-Umgebung?
                              ohne dass vorher etwas drauf war?

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

                                @homoran ja komplett neu

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

                                  @fanny-0 seltsam.
                                  Nicht dass ich wüsste, was das bedeutet, aber mich wundert:

                                  @fanny-0 sagte in Backup einspielen:

                                  host.iobroker Node.js version has changed from unknown to 14.19.0

                                  vielleicht ist ein Hostname iobroker vielleicht auch nicht so toll, wenn der Systemuser schon so heisst

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

                                    @homoran sagte in Backup einspielen:

                                    vielleicht ist ein Hostname iobroker vielleicht auch nicht so toll, wenn der Systemuser schon so heisst

                                    Und es auch noch Kommandos mit gleichem Namen gibt...

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

                                      @thomas-braun ok...wie kann ich das ändern??

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

                                        @fanny-0 sagte in Backup einspielen:

                                        ch habe einen Ubuntu Server laufen. Den habe ich ganz frisch auf einen Intel NUC aufgesetzt

                                        und der Server läuft nicht in einem Container?
                                        Muss es Ubuntu sein?

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

                                          @fanny-0

                                          https://linuxize.com/post/how-to-change-hostname-on-ubuntu-20-04/

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

                                            @thomas-braun
                                            den Hostnamen habe ich geändert

                                            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

                                            886
                                            Online

                                            32.0k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            53
                                            2021
                                            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