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.
    • Glasfaser
      Glasfaser @sebhoff last edited by

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

      /usr/bin/nodejs v20.2.0

      Wo hast du das denn her !?

      Nodejs 18 ist Empfohlen !

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

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

        *** ioBroker-Installation ***

        ioBroker Status

        In der Raspberry Einstellung stimmt da was nicht

        in der Synology hast du

        *** ioBroker-Installation ***

        ioBroker Status

        iobroker is running on this host.

        Objects type: jsonl

        States type: jsonl

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

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

          Wo hast du das denn her !?

          Na von hier:

          https://deb.nodesource.com/node_20.x bullseye/main armhf Packages

          @sebhoff Wirf da nodejs@18 drauf.
          Und schalt den Desktop aus.

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

            @thomas-braun @Glasfaser
            Ok Ok - aber erst mal ne Stunde (oder so) Familie...

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

              @sebhoff

              Auf dem Raspberry:

              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?:

                @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
                                            • First post
                                              Last post

                                            Support us

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

                                            878
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

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