Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Multihost - Master in Synology Docker, Slave RPI - jsonl?

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Multihost - Master in Synology Docker, Slave RPI - jsonl?

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

      @thomas-braun said in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

      @sebhoff

      Auf dem Raspberry:

      sudo ss -lp | grep 9001
      

      Da kommt gar nichts...

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

        @sebhoff

        Hast du auf nodejs@18 umgestellt?

        S 2 Replies Last reply Reply Quote 0
        • S
          sebhoff @Glasfaser last edited by

          @glasfaser said in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

          @sebhoff sagte in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

          *** ioBroker-Installation ***

          ioBroker Status

          In der Raspberry Einstellung stimmt da was nicht

          Warum? Was genau? Die Raspberry-Sache ist nun ja als Slave konfiguriert, und versucht entsprechend, Objects/States DBs auf dem Master zu erreichen (was nicht klappt)?

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

            @thomas-braun Noch nicht - google gerade... Mache sowas nicht alle Tage...

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

              @sebhoff

              Google durch meine Signatur...

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

                @sebhoff sagte in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

                google gerade

                wofür?

                wozu hat @Thomas-Braun seine Signatur?

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

                  @sebhoff

                  Kennt der Mainhost denn

                  sudo ss -lp | grep 9001
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S
                    sebhoff @Thomas Braun last edited by

                    @thomas-braun said in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

                    sudo ss -lp | grep 9001

                    Sowohl die Docker shell als auch die Synology shell können mit ss nichts anfangen.

                    Glasfaser 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @sebhoff last edited by

                      @sebhoff sagte in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

                      nichts anfangen.

                      sudo netstat -ntlp | grep LISTEN
                      
                      S 1 Reply Last reply Reply Quote 0
                      • S
                        sebhoff @Glasfaser last edited by

                        @glasfaser said in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

                        sudo netstat -ntlp | grep LISTEN
                        
                        root@buanet-iobroker1:/opt/iobroker# sudo netstat -ntlp | grep LISTEN
                        tcp        0      0 0.0.0.0:1889            0.0.0.0:*               LISTEN      -                   
                        tcp        0      0 0.0.0.0:6052            0.0.0.0:*               LISTEN      -                   
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      -                   
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      -                   
                        tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      -                   
                        tcp6       0      0 :::8081                 :::*                    LISTEN      -                   
                        tcp6       0      0 :::8087                 :::*                    LISTEN      -
                        
                        Glasfaser 1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @sebhoff last edited by

                          @sebhoff

                          Da fehlt was

                          zeige mal

                          sudo netstat -ltp
                          
                          S 1 Reply Last reply Reply Quote 0
                          • S
                            sebhoff @Glasfaser last edited by

                            @glasfaser said in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

                            sudo netstat -ltp

                            root@buanet-iobroker1:/opt/iobroker# sudo netstat -ltp
                            Active Internet connections (only servers)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
                            tcp        0      0 0.0.0.0:1889            0.0.0.0:*               LISTEN      -                   
                            tcp        0      0 0.0.0.0:6052            0.0.0.0:*               LISTEN      -                   
                            tcp        0      0 localhost:9000          0.0.0.0:*               LISTEN      -                   
                            tcp        0      0 localhost:9001          0.0.0.0:*               LISTEN      -                   
                            tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      -                   
                            tcp6       0      0 [::]:8081               [::]:*                  LISTEN      -                   
                            tcp6       0      0 [::]:8087               [::]:*                  LISTEN      -
                            
                            Glasfaser 1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @sebhoff last edited by Glasfaser

                              @sebhoff

                              Lüppt überhaupt etwas auf deinem iobroker !?

                              So bei mir

                              root@iobroker:/opt/iobroker# sudo netstat -ntlp
                              
                              Active Internet connections (only servers)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      204/iobroker.js-con
                              
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      204/iobroker.js-con
                              
                              

                              Edit ...
                              Log gekürzt

                              S 1 Reply Last reply Reply Quote 0
                              • S
                                sebhoff @Glasfaser last edited by

                                @glasfaser said in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

                                Lüppt überhaupt etwas auf deinem iobroker !?

                                Screenshot 2023-06-12 at 21.49.13.png

                                Glasfaser 2 Replies Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @sebhoff last edited by Glasfaser

                                  @sebhoff

                                  Kann mir gerade kein Reim daraus machen ... auch in der Ausgabe iob diag
                                  wird kein Pid angezeigt
                                  Mhh...

                                  EDIT :

                                  bei der Raspberry schon !!

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

                                    @thomas-braun said in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

                                    Hast du auf nodejs@18 umgestellt?

                                    Besser?

                                    pi@raspberrypi:/opt/iobroker $ uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                    aarch64
                                    /usr/bin/nodejs
                                    /usr/bin/node
                                    /usr/bin/npm
                                    /usr/bin/npx
                                    v18.16.0
                                    v18.16.0
                                    9.5.1
                                    9.5.1
                                    4.0.24
                                    pi
                                    pi adm dialout cdrom sudo audio www-data video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                                    tty
                                    /opt/iobroker
                                    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                    Hit:3 https://repos.influxdata.com/debian stable InRelease                                         
                                    Hit:4 https://deb.nodesource.com/node_18.x bullseye InRelease                                      
                                    Hit:5 https://repos.influxdata.com/debian bullseye InRelease
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    All packages are up to date.
                                    nodejs:
                                      Installed: 18.16.0-deb-1nodesource1
                                      Candidate: 18.16.0-deb-1nodesource1
                                      Version table:
                                     *** 18.16.0-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                            100 /var/lib/dpkg/status
                                         12.22.12~dfsg-1~deb11u4 500
                                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Glasfaser
                                      Glasfaser @sebhoff last edited by

                                      @sebhoff

                                      Vorschlag ... Teste mal :

                                      Erstelle einen neuen ioBroker Docker Container , aber so :

                                      75812402-2cf3-4f29-8d14-2c68896f024b-grafik.png

                                      S 1 Reply Last reply Reply Quote 0
                                      • S
                                        sebhoff @Glasfaser last edited by

                                        @glasfaser
                                        Danke für den Tipp. Das muss ich dann auf morgen verschieben...

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          sebhoff @sebhoff last edited by

                                          So - es ist morgen, aber nachdem ich nun schon viele Stunden erfolglos verschwendet habe, werde ich wohl erst mal eine Pause einlegen. Ich bereue inzwischen ein wenig den Umstieg auf die Synology - das bringt eine ganze Reihe an Komplikationen, die ich nicht erwartet hatte. Ich will doch eigentlich nur den ESPhome-Adapter benutzen und entweder einen bereits geflashten ESP8266 "adoptieren" oder diesen direkt vom ESPhome Adapter aus flashen. USB an Docker durchreichen habe ich bald aufgegeben, adoptieren funktioniert nicht, weil das Ding in einem anderen Subnetz ist und anscheinend nicht gefunden wird und Multihost ist wie man sieht auch eine Herausforderung. <seufz> 😧
                                          Am Wochenende treffe ich wahrscheinlich einen Kollegen, der in der Thematik weitaus besser bewandert ist als ich und dann versuchen wir es hoffentlich zusammen nochmals. Vielleicht melde ich mich dann noch mit weiteren Fragen. Auf jeden Fall schon mal vielen Dank für die Unterstützung, die ich hier bekommen habe!

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

                                            @sebhoff sagte in Multihost - Master in Synology Docker, Slave RPI - jsonl?:

                                            Ich bereue inzwischen ein wenig den Umstieg auf die Synology - das bringt eine ganze Reihe an Komplikationen, die ich nicht erwartet hatte.

                                            Und aus diesem Grund setze ich sowas auch nicht ein. Ist mir durch die 'Andersartigkeit' von Docker-Containern zu komplex.

                                            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

                                            777
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            57
                                            1813
                                            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