Navigation

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

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Terminal Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @Atticus last edited by

      @atticus bin ich blind, da läuft doch nichts, ich hatte vermutet, da läuft noch influx und grafana mit drauf, das wäre der Grund gewesen ,warum der Port beim terminal schon belegt ist.

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

        @crunchip da läuft nur apache auf 80.
        und wenn ich das richtig erkenne war der Terminal vorher auf 80.

        ggf. hängt es da noch, zeigt aber die neue 8080 an


        Allerdings frage ich mich bei dem Hostnamen, ob das der richtige host ist.

        crunchip A 2 Replies Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @Homoran last edited by

          @homoran hab den terminal nicht in Verwendung, daher kann ich nichts zu sagen. Müsst ich mal nachsehen, installiert isser ja noch.
          Gut möglich, das es nicht der iobroker ist

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


            Allerdings frage ich mich bei dem Hostnamen, ob das der richtige host ist.

            pi@ioBroker482:~ $ sudo netstat -tulpe
            Aktive Internetverbindungen (Nur Server)
            Proto Recv-Q Send-Q Local Address           Foreign Address         State       Benutzer   Inode      PID/Program name
            tcp        0      0 ioBroker482.fritz.:2001 0.0.0.0:*               LISTEN      iobroker   189038     9074/io.hm-rpc.0
            tcp        0      0 127.0.0.53:domain       0.0.0.0:*               LISTEN      systemd-resolve 13897      335/systemd-resolve
            tcp        0      0 0.0.0.0:ssh             0.0.0.0:*               LISTEN      root       18547      483/sshd
            tcp        0      0 localhost:ipp           0.0.0.0:*               LISTEN      root       15788      382/cupsd
            tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      iobroker   1024133    6816/node-red
            tcp        0      0 ioBroker482:pipe-server 0.0.0.0:*               LISTEN      iobroker   187847     9081/io.hm-rpc.1
            tcp        0      0 ioBroker482.fritz.:8701 0.0.0.0:*               LISTEN      iobroker   187867     9100/io.hm-rpc.2
            tcp        0      0 ioBroker482.fritz.:8702 0.0.0.0:*               LISTEN      iobroker   189569     9115/io.hm-rpc.3
            tcp        0      0 localhost:9000          0.0.0.0:*               LISTEN      iobroker   186010     8952/iobroker.js-co
            tcp        0      0 localhost:9001          0.0.0.0:*               LISTEN      iobroker   187676     8952/iobroker.js-co
            tcp        0      0 0.0.0.0:hostmon         0.0.0.0:*               LISTEN      systemd-resolve 13891      335/systemd-resolve
            tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      root       17144      477/vncserver-x11-c
            tcp        0      0 ioBroker482.fritz:18701 0.0.0.0:*               LISTEN      iobroker   189592     9138/io.hm-rpc.4
            tcp6       0      0 [::]:tproxy             [::]:*                  LISTEN      iobroker   186063     8978/io.admin.0
            tcp6       0      0 [::]:8082               [::]:*                  LISTEN      iobroker   195709     10015/io.web.0
            tcp6       0      0 [::]:8084               [::]:*                  LISTEN      iobroker   190463     9489/io.socketio.0
            tcp6       0      0 [::]:ssh                [::]:*                  LISTEN      root       18549      483/sshd
            tcp6       0      0 [::]:8087               [::]:*                  LISTEN      iobroker   191779     9457/io.simple-api.
            tcp6       0      0 localhost:ipp           [::]:*                  LISTEN      root       15787      382/cupsd
            tcp6       0      0 [::]:hostmon            [::]:*                  LISTEN      systemd-resolve 13894      335/systemd-resolve
            tcp6       0      0 [::]:5900               [::]:*                  LISTEN      root       17143      477/vncserver-x11-c
            udp        0      0 0.0.0.0:5683            0.0.0.0:*                           iobroker   189895     9287/io.shelly.0
            udp        0      0 127.0.0.53:domain       0.0.0.0:*                           systemd-resolve 13896      335/systemd-resolve
            udp        0      0 0.0.0.0:ipp             0.0.0.0:*                           root       17047      468/cups-browsed
            udp        0      0 0.0.0.0:53421           0.0.0.0:*                           iobroker   187910     9172/io.mihome-vacu
            udp        0      0 0.0.0.0:53980           0.0.0.0:*                           avahi      15781      410/avahi-daemon: r
            udp        0      0 224.0.0.251:mdns        0.0.0.0:*                           pi         21929      682/index.html?l%5B
            udp        0      0 0.0.0.0:mdns            0.0.0.0:*                           avahi      15779      410/avahi-daemon: r
            udp        0      0 0.0.0.0:hostmon         0.0.0.0:*                           systemd-resolve 13890      335/systemd-resolve
            udp6       0      0 [::]:mdns               [::]:*                              avahi      15780      410/avahi-daemon: r
            udp6       0      0 [::]:hostmon            [::]:*                              systemd-resolve 13893      335/systemd-resolve
            udp6       0      0 [::]:36231              [::]:*                              avahi      15782      410/avahi-daemon: r
            pi@ioBroker482:~ $
            
            
            
            
            
            Noch mal Sorry, da hatte ich wohl die falsche Brille auf
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Atticus last edited by Thomas Braun

              @atticus

              cups...
              VNC...
              Kompletter Desktop aufgezimmert.

              A 2 Replies Last reply Reply Quote 0
              • A
                Atticus @Thomas Braun last edited by

                @thomas-braun ja, ich brauch den Desktop auf diesem Rechner

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

                  @atticus vnc braucht kein Mensch auf einem Server.

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

                    @thomas-braun Das sollte das Terminal doch aber nicht behindern, oder?

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

                      @thomas-braun ok, vnc kann runter, ändert aber nichts an der Sache

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        Atticus @Atticus last edited by

                        Hab den VNC deaktiviert

                        pi@ioBroker482:~ $ sudo netstat -tulpe
                        Aktive Internetverbindungen (Nur Server)
                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       Benutzer   Inode      PID/Program name
                        tcp        0      0 ioBroker482.fritz.:2001 0.0.0.0:*               LISTEN      iobroker   22855      1313/io.hm-rpc.0
                        tcp        0      0 127.0.0.53:domain       0.0.0.0:*               LISTEN      systemd-resolve 17517      321/systemd-resolve
                        tcp        0      0 0.0.0.0:ssh             0.0.0.0:*               LISTEN      root       16107      480/sshd
                        tcp        0      0 localhost:ipp           0.0.0.0:*               LISTEN      root       15809      358/cupsd
                        tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      iobroker   23722      1233/node-red
                        tcp        0      0 ioBroker482:pipe-server 0.0.0.0:*               LISTEN      iobroker   23919      1321/io.hm-rpc.1
                        tcp        0      0 ioBroker482.fritz.:8701 0.0.0.0:*               LISTEN      iobroker   20419      1332/io.hm-rpc.2
                        tcp        0      0 ioBroker482.fritz.:8702 0.0.0.0:*               LISTEN      iobroker   20464      1365/io.hm-rpc.3
                        tcp        0      0 localhost:9000          0.0.0.0:*               LISTEN      iobroker   19947      456/iobroker.js-con
                        tcp        0      0 localhost:9001          0.0.0.0:*               LISTEN      iobroker   21868      456/iobroker.js-con
                        tcp        0      0 0.0.0.0:hostmon         0.0.0.0:*               LISTEN      systemd-resolve 17511      321/systemd-resolve
                        tcp        0      0 ioBroker482.fritz:18701 0.0.0.0:*               LISTEN      iobroker   22973      1377/io.hm-rpc.4
                        tcp6       0      0 [::]:tproxy             [::]:*                  LISTEN      iobroker   22274      1034/io.admin.0
                        tcp6       0      0 [::]:8084               [::]:*                  LISTEN      iobroker   27936      1816/io.socketio.0
                        tcp6       0      0 [::]:ssh                [::]:*                  LISTEN      root       16109      480/sshd
                        tcp6       0      0 [::]:8087               [::]:*                  LISTEN      iobroker   26886      1801/io.simple-api.
                        tcp6       0      0 localhost:ipp           [::]:*                  LISTEN      root       15808      358/cupsd
                        tcp6       0      0 [::]:hostmon            [::]:*                  LISTEN      systemd-resolve 17514      321/systemd-resolve
                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           iobroker   23123      1510/io.shelly.0
                        udp        0      0 127.0.0.53:domain       0.0.0.0:*                           systemd-resolve 17516      321/systemd-resolve
                        udp        0      0 0.0.0.0:44141           0.0.0.0:*                           avahi      15797      371/avahi-daemon: r
                        udp        0      0 0.0.0.0:ipp             0.0.0.0:*                           root       16167      453/cups-browsed
                        udp        0      0 0.0.0.0:53421           0.0.0.0:*                           iobroker   24719      1434/io.mihome-vacu
                        udp        0      0 224.0.0.251:mdns        0.0.0.0:*                           pi         19431      669/index.html?l%5B
                        udp        0      0 0.0.0.0:mdns            0.0.0.0:*                           avahi      15795      371/avahi-daemon: r
                        udp        0      0 0.0.0.0:hostmon         0.0.0.0:*                           systemd-resolve 17510      321/systemd-resolve
                        udp        0      0 ioBroker482.fritz:45815 0.0.0.0:*                           pi         27111      669/index.html?l%5B
                        udp6       0      0 [::]:mdns               [::]:*                              avahi      15796      371/avahi-daemon: r
                        udp6       0      0 [::]:hostmon            [::]:*                              systemd-resolve 17513      321/systemd-resolve
                        udp6       0      0 [::]:44848              [::]:*                              avahi      15798      371/avahi-daemon: r
                        pi@ioBroker482:~ $
                        
                        
                        Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Atticus last edited by

                          @atticus

                          sudo netstat -tulpen
                          

                          Das n am Ende ist wichtig!

                          1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Atticus last edited by

                            @atticus geb den Befehl nichmal richtig ein, ansonsten stell den Adapter auf 8089, dann sollte es funktionieren

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              Atticus @crunchip last edited by

                              @crunchip ich hab den Port auf 8089 geändert, geht auch nicht.

                              pi@ioBroker482:~ $ sudo netstat -tulpen
                              Aktive Internetverbindungen (Nur Server)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       Benutzer   Inode      PID/Program name
                              tcp        0      0 192.168.2.238:2001      0.0.0.0:*               LISTEN      1001       22855      1313/io.hm-rpc.0
                              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      102        17517      321/systemd-resolve
                              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          16107      480/sshd
                              tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          15809      358/cupsd
                              tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      1001       23722      1233/node-red
                              tcp        0      0 192.168.2.238:2010      0.0.0.0:*               LISTEN      1001       23919      1321/io.hm-rpc.1
                              tcp        0      0 192.168.2.238:8701      0.0.0.0:*               LISTEN      1001       20419      1332/io.hm-rpc.2
                              tcp        0      0 192.168.2.238:8702      0.0.0.0:*               LISTEN      1001       20464      1365/io.hm-rpc.3
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       19947      456/iobroker.js-con
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       21868      456/iobroker.js-con
                              tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN      102        17511      321/systemd-resolve
                              tcp        0      0 192.168.2.238:18701     0.0.0.0:*               LISTEN      1001       22973      1377/io.hm-rpc.4
                              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       22274      1034/io.admin.0
                              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       34095      2294/io.web.0
                              tcp6       0      0 :::8084                 :::*                    LISTEN      1001       27936      1816/io.socketio.0
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          16109      480/sshd
                              tcp6       0      0 :::8087                 :::*                    LISTEN      1001       26886      1801/io.simple-api.
                              tcp6       0      0 ::1:631                 :::*                    LISTEN      0          15808      358/cupsd
                              tcp6       0      0 :::5355                 :::*                    LISTEN      102        17514      321/systemd-resolve
                              udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       23123      1510/io.shelly.0
                              udp        0      0 127.0.0.53:53           0.0.0.0:*                           102        17516      321/systemd-resolve
                              udp        0      0 0.0.0.0:44141           0.0.0.0:*                           108        15797      371/avahi-daemon: r
                              udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          16167      453/cups-browsed
                              udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       24719      1434/io.mihome-vacu
                              udp        0      0 224.0.0.251:5353        0.0.0.0:*                           1000       19431      669/index.html?l%5B
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        15795      371/avahi-daemon: r
                              udp        0      0 0.0.0.0:5355            0.0.0.0:*                           102        17510      321/systemd-resolve
                              udp6       0      0 :::5353                 :::*                                108        15796      371/avahi-daemon: r
                              udp6       0      0 :::5355                 :::*                                102        17513      321/systemd-resolve
                              udp6       0      0 :::44848                :::*                                108        15798      371/avahi-daemon: r
                              pi@ioBroker482:~ $
                              
                              
                              Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Atticus last edited by

                                @atticus

                                Neben der (sich eigentlich nicht stellenden) Sinnfrage des Desktops, wozu braucht es den Terminal-Adapter eigentlich? Der sorgt auch anderen Stellen gerne für Probleme. Würde ich (neben dem Desktop) eh rauswerfen.

                                A 1 Reply Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @Atticus last edited by crunchip

                                  @atticus sagte in Terminal Adapter:

                                  geht auch nicht

                                  Mit welcher Meldung?
                                  Starte den Pi mal neu und probier nochmal.
                                  Ich sehe da nichts was weder den default Port noch den anderen belegen sollte.
                                  Oder mal so probieren

                                  sudo netstat -lntup | grep ":8088"
                                  
                                  A 1 Reply Last reply Reply Quote 0
                                  • A
                                    Atticus @crunchip last edited by

                                    @crunchip sagte in Terminal Adapter:

                                    sudo netstat -lntup | grep ":8088"

                                    pi@ioBroker482:~ $ sudo netstat -lntup | grep ":8088"
                                    pi@ioBroker482:~ $
                                    
                                    
                                    

                                    Terminal009.JPG

                                    crunchip 1 Reply Last reply Reply Quote 0
                                    • A
                                      Atticus @Thomas Braun last edited by

                                      @thomas-braun ich hab an dem Raspberry ein Display angeschlossen, das die Weboberfläche des iobrokers anzeigt.
                                      Zum zweiten hatte ich schon mal den Fall, da hast du auch geantwortet, das der Raspberry durch einen Stromausfall nicht mehr richtig funktioniert, ich konnte mich am Raspberry nicht mehr anmelden, der iobroker lief aber noch, da konnte ich durch das Terminal im iobroker versuchen, den Raspbery zu retten.

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

                                        @atticus sagte in Terminal Adapter:

                                        da konnte ich durch das Terminal im iobroker versuchen, den Raspbery zu retten.

                                        das geht such über ein SSH Terminal am PC (puTTY oder Powershell)

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

                                          @homoran ja, im normalfall, schon. Glaub mir, es war so, ich konnte mich an dem Raspberry mit keiner Anmeldung verbinden, der iobroker lief jedoch beim Starten des Raspberrys an, und über das Terminal im iobroker konnte man versuchen, den Raspberry zu retten. Eine Anmeldung über putty etc. war nicht möglich.

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

                                            @atticus sagte in Terminal Adapter:

                                            und über das Terminal im iobroker konnte man versuchen, den Raspberry zu retten.

                                            Dann läuft da auch eine bash/Terminal

                                            liv-in-sky 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

                                            823
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            31
                                            1366
                                            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