Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. neu installierter ioBroker über Browser nicht erreichbar

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    724

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    559

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.1k

neu installierter ioBroker über Browser nicht erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
browserjs controller update
62 Beiträge 4 Kommentatoren 6.5k Aufrufe 4 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • C C3PO

    @Thomas-Braun

    muss ich wohl wieder als root machen

    loxberry@loxberry:~ $ iobroker version
    2.2.9
    loxberry@loxberry:~ $ iobroker start
    loxberry@loxberry:~ $ whoami
    loxberry
    loxberry@loxberry:~ $ sudo -u iobroker whoami
    [sudo] password for loxberry:
    Sorry, user loxberry is not allowed to execute '/usr/bin/whoami' as iobroker on loxberry.
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #39

    @C3PO
    Als root

    apt install sudo
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    C 1 Antwort Letzte Antwort
    0
    • C C3PO

      @Thomas-Braun

      muss ich wohl wieder als root machen

      loxberry@loxberry:~ $ iobroker version
      2.2.9
      loxberry@loxberry:~ $ iobroker start
      loxberry@loxberry:~ $ whoami
      loxberry
      loxberry@loxberry:~ $ sudo -u iobroker whoami
      [sudo] password for loxberry:
      Sorry, user loxberry is not allowed to execute '/usr/bin/whoami' as iobroker on loxberry.
      
      
      C Offline
      C Offline
      C3PO
      schrieb am zuletzt editiert von
      #40

      @C3PO

      root@loxberry:~# whoami
      root
      root@loxberry:~# sudo -u iobroker whoami
      iobroker
      root@loxberry:~# ls -la /etc/sudoers.d/
      total 28
      dr-xr-xr-x  2 root     root     4096 May 15 23:17 .
      drwxr-xr-x 21 loxberry loxberry 4096 Sep 24  2019 ..
      -r--r-----  1 root     root     1145 May 15 23:17 iobroker
      -rw-rw-r--  1 root     root     1684 Oct 25  2019 lbdefaults
      -rw-r--r--  1 root     root      586 May 15 15:54 mqttgateway
      -r--r-----  1 root     root      958 Apr  1  2018 README
      -rw-r--r--  1 root     root      158 May 15 15:59 weather4lox
      
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @C3PO
        Als root

        apt install sudo
        
        C Offline
        C Offline
        C3PO
        schrieb am zuletzt editiert von
        #41

        @Thomas-Braun

        apt install sudo
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        sudo is already the newest version (1.8.27-1+deb10u2).
        0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
        root@loxberry:~#
        
        

        hatte ich schon mal probiert, sudo geht trotzdem nicht

        1 Antwort Letzte Antwort
        0
        • C C3PO

          @C3PO

          root@loxberry:~# whoami
          root
          root@loxberry:~# sudo -u iobroker whoami
          iobroker
          root@loxberry:~# ls -la /etc/sudoers.d/
          total 28
          dr-xr-xr-x  2 root     root     4096 May 15 23:17 .
          drwxr-xr-x 21 loxberry loxberry 4096 Sep 24  2019 ..
          -r--r-----  1 root     root     1145 May 15 23:17 iobroker
          -rw-rw-r--  1 root     root     1684 Oct 25  2019 lbdefaults
          -rw-r--r--  1 root     root      586 May 15 15:54 mqttgateway
          -r--r-----  1 root     root      958 Apr  1  2018 README
          -rw-r--r--  1 root     root      158 May 15 15:59 weather4lox
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #42

          @C3PO

          usermod -aG sudo loxberry
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          C 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @C3PO

            usermod -aG sudo loxberry
            
            C Offline
            C Offline
            C3PO
            schrieb am zuletzt editiert von
            #43

            @Thomas-Braun

            root@loxberry:~# usermod -aG sudo loxberry
            root@loxberry:~# exit
            logout
            loxberry@loxberry:~ $ sudo nodejs -v
            [sudo] password for loxberry:
            Sorry, user loxberry is not allowed to execute '/usr/bin/nodejs -v' as root on loxberry.
            loxberry@loxberry:~ $
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • C C3PO

              @Thomas-Braun

              root@loxberry:~# usermod -aG sudo loxberry
              root@loxberry:~# exit
              logout
              loxberry@loxberry:~ $ sudo nodejs -v
              [sudo] password for loxberry:
              Sorry, user loxberry is not allowed to execute '/usr/bin/nodejs -v' as root on loxberry.
              loxberry@loxberry:~ $
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #44

              @C3PO
              Als loxberry

              groups
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              C 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @C3PO
                Als loxberry

                groups
                
                C Offline
                C Offline
                C3PO
                schrieb am zuletzt editiert von
                #45

                @Thomas-Braun

                loxberry@loxberry:~ $ groups
                loxberry tty dialout sudo audio www-data gpio
                
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • C C3PO

                  @Thomas-Braun

                  loxberry@loxberry:~ $ groups
                  loxberry tty dialout sudo audio www-data gpio
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #46

                  @C3PO Dann klemmen die den user noch irgendwo anders ab.
                  Soll mir jetzt auch egal sein...

                  iobroker status
                  

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  C 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @C3PO Dann klemmen die den user noch irgendwo anders ab.
                    Soll mir jetzt auch egal sein...

                    iobroker status
                    
                    C Offline
                    C Offline
                    C3PO
                    schrieb am zuletzt editiert von
                    #47

                    @Thomas-Braun

                     iobroker status
                    Socket.io Server detected. Please update to js-controller 2.0 or higher!
                    Socket.io Server detected. Please update to js-controller 2.0 or higher!
                    Socket.io Server detected. Please update to js-controller 2.0 or higher!
                    Socket.io Server detected. Please update to js-controller 2.0 or higher!
                    Socket.io Server detected. Please update to js-controller 2.0 or higher!
                    Socket.io Server detected. Please update to js-controller 2.0 or higher!
                    Socket.io Server detected. Please update to js-controller 2.0 or higher!
                    Socket.io Server detected. Please update to js-controller 2.0 or higher!
                    iobroker is running on this host.
                    
                    No iobroker host is running.
                    
                    Objects type: file
                    States  type: file
                    
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • C C3PO

                      @Thomas-Braun

                       iobroker status
                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                      iobroker is running on this host.
                      
                      No iobroker host is running.
                      
                      Objects type: file
                      States  type: file
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #48

                      @C3PO
                      Keine Ahnung wie die 'Kollegen' von LoxBerry da im System rumfuhrwerken.
                      Sieht auf jedenfalls für mich äußerst schräg aus.

                      In /opt/iobroker

                      npm install iobroker.js-controller
                      

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      C 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @C3PO
                        Keine Ahnung wie die 'Kollegen' von LoxBerry da im System rumfuhrwerken.
                        Sieht auf jedenfalls für mich äußerst schräg aus.

                        In /opt/iobroker

                        npm install iobroker.js-controller
                        
                        C Offline
                        C Offline
                        C3PO
                        schrieb am zuletzt editiert von
                        #49

                        @Thomas-Braun

                        root@loxberry:/opt/iobroker# npm install iobroker.js-controller
                        
                        > iobroker.js-controller@2.2.9 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                        > node lib/preinstallCheck.js
                        
                        NPM version: 6.14.4
                        
                        > iobroker.js-controller@2.2.9 install /opt/iobroker/node_modules/iobroker.js-controller
                        > node iobroker.js setup first
                        
                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.5 (node_modules/osx-temperature-sensor):
                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                        
                        + iobroker.js-controller@2.2.9
                        updated 1 package in 32.054s
                        
                        3 packages are looking for funding
                          run `npm fund` for details
                        
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • C C3PO

                          @Thomas-Braun

                          root@loxberry:/opt/iobroker# npm install iobroker.js-controller
                          
                          > iobroker.js-controller@2.2.9 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                          > node lib/preinstallCheck.js
                          
                          NPM version: 6.14.4
                          
                          > iobroker.js-controller@2.2.9 install /opt/iobroker/node_modules/iobroker.js-controller
                          > node iobroker.js setup first
                          
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.5 (node_modules/osx-temperature-sensor):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                          
                          + iobroker.js-controller@2.2.9
                          updated 1 package in 32.054s
                          
                          3 packages are looking for funding
                            run `npm fund` for details
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #50

                          @C3PO Stop mal den LoxBerry Server Kram auf der Kiste.

                          Als root

                          netstat -tulpen | grep -v 127.0.0.1
                          

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          C 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @C3PO Stop mal den LoxBerry Server Kram auf der Kiste.

                            Als root

                            netstat -tulpen | grep -v 127.0.0.1
                            
                            C Offline
                            C Offline
                            C3PO
                            schrieb am zuletzt editiert von C3PO
                            #51

                            @Thomas-Braun

                            root@loxberry:/# netstat -tulpen | grep -v 127.0.0.1
                            Active Internet connections (only servers)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                            tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          18602      1081/java
                            tcp        0      0 0.0.0.0:8883            0.0.0.0:*               LISTEN      0          14524      718/mosquitto
                            tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      0          16342      1174/dnsmasq
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17422      736/sshd
                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      0          14530      718/mosquitto
                            tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          17692      835/smbd
                            tcp        1      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      0          14527      718/mosquitto
                            tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          17693      835/smbd
                            tcp6       0      0 :::81                   :::*                    LISTEN      0          14553      824/apache2
                            tcp6       0      0 :::6066                 :::*                    LISTEN      0          14559      824/apache2
                            tcp6       0      0 :::8883                 :::*                    LISTEN      0          14525      718/mosquitto
                            tcp6       0      0 :::53                   :::*                    LISTEN      0          16344      1174/dnsmasq
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          17424      736/sshd
                            tcp6       0      0 :::1883                 :::*                    LISTEN      0          14531      718/mosquitto
                            tcp6       0      0 :::445                  :::*                    LISTEN      0          17690      835/smbd
                            tcp6       0      0 :::139                  :::*                    LISTEN      0          17691      835/smbd
                            udp        0      0 0.0.0.0:50000           0.0.0.0:*                           0          17971      1081/java
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           0          17976      1081/java
                            udp        0      0 0.0.0.0:53              0.0.0.0:*                           0          16341      1174/dnsmasq
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13093      526/dhclient
                            udp        0      0 0.0.0.0:11884           0.0.0.0:*                           1001       17871      1074/perl
                            udp        0      0 192.168.1.255:137       0.0.0.0:*                           0          15597      712/nmbd
                            udp        0      0 192.168.1.57:137        0.0.0.0:*                           0          15596      712/nmbd
                            udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          15586      712/nmbd
                            udp        0      0 192.168.1.255:138       0.0.0.0:*                           0          15599      712/nmbd
                            udp        0      0 192.168.1.57:138        0.0.0.0:*                           0          15598      712/nmbd
                            udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          15587      712/nmbd
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           0          19641      1081/java
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13472      167/avahi-daemon: r
                            udp        0      0 0.0.0.0:56045           0.0.0.0:*                           108        13474      167/avahi-daemon: r
                            udp6       0      0 :::42310                :::*                                108        13475      167/avahi-daemon: r
                            udp6       0      0 :::53                   :::*                                0          16343      1174/dnsmasq
                            udp6       0      0 :::5353                 :::*                                108        13473      167/avahi-daemon: r
                            
                            

                            Ich glaub ein zweiter raspberry für ioBroker wäre einfacher

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • C C3PO

                              @Thomas-Braun

                              root@loxberry:/# netstat -tulpen | grep -v 127.0.0.1
                              Active Internet connections (only servers)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                              tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          18602      1081/java
                              tcp        0      0 0.0.0.0:8883            0.0.0.0:*               LISTEN      0          14524      718/mosquitto
                              tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      0          16342      1174/dnsmasq
                              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17422      736/sshd
                              tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      0          14530      718/mosquitto
                              tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          17692      835/smbd
                              tcp        1      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      0          14527      718/mosquitto
                              tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          17693      835/smbd
                              tcp6       0      0 :::81                   :::*                    LISTEN      0          14553      824/apache2
                              tcp6       0      0 :::6066                 :::*                    LISTEN      0          14559      824/apache2
                              tcp6       0      0 :::8883                 :::*                    LISTEN      0          14525      718/mosquitto
                              tcp6       0      0 :::53                   :::*                    LISTEN      0          16344      1174/dnsmasq
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          17424      736/sshd
                              tcp6       0      0 :::1883                 :::*                    LISTEN      0          14531      718/mosquitto
                              tcp6       0      0 :::445                  :::*                    LISTEN      0          17690      835/smbd
                              tcp6       0      0 :::139                  :::*                    LISTEN      0          17691      835/smbd
                              udp        0      0 0.0.0.0:50000           0.0.0.0:*                           0          17971      1081/java
                              udp        0      0 0.0.0.0:1900            0.0.0.0:*                           0          17976      1081/java
                              udp        0      0 0.0.0.0:53              0.0.0.0:*                           0          16341      1174/dnsmasq
                              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13093      526/dhclient
                              udp        0      0 0.0.0.0:11884           0.0.0.0:*                           1001       17871      1074/perl
                              udp        0      0 192.168.1.255:137       0.0.0.0:*                           0          15597      712/nmbd
                              udp        0      0 192.168.1.57:137        0.0.0.0:*                           0          15596      712/nmbd
                              udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          15586      712/nmbd
                              udp        0      0 192.168.1.255:138       0.0.0.0:*                           0          15599      712/nmbd
                              udp        0      0 192.168.1.57:138        0.0.0.0:*                           0          15598      712/nmbd
                              udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          15587      712/nmbd
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           0          19641      1081/java
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13472      167/avahi-daemon: r
                              udp        0      0 0.0.0.0:56045           0.0.0.0:*                           108        13474      167/avahi-daemon: r
                              udp6       0      0 :::42310                :::*                                108        13475      167/avahi-daemon: r
                              udp6       0      0 :::53                   :::*                                0          16343      1174/dnsmasq
                              udp6       0      0 :::5353                 :::*                                108        13473      167/avahi-daemon: r
                              
                              

                              Ich glaub ein zweiter raspberry für ioBroker wäre einfacher

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von Thomas Braun
                              #52

                              @C3PO sagte in neu installierter ioBroker über Browser nicht erreichbar:

                              tcp 1 0 0.0.0.0:9001 0.0.0.0:* LISTEN 0 14527 718/mosquitto

                              Der Port 9001 ist bei dir schon von mosquitto blockiert. Da läuft beim iobroker das:

                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       16990      704/iobroker.js-con
                              

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              Thomas BraunT C 2 Antworten Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @C3PO sagte in neu installierter ioBroker über Browser nicht erreichbar:

                                tcp 1 0 0.0.0.0:9001 0.0.0.0:* LISTEN 0 14527 718/mosquitto

                                Der Port 9001 ist bei dir schon von mosquitto blockiert. Da läuft beim iobroker das:

                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       16990      704/iobroker.js-con
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #53

                                @Thomas-Braun

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @C3PO sagte in neu installierter ioBroker über Browser nicht erreichbar:

                                  tcp 1 0 0.0.0.0:9001 0.0.0.0:* LISTEN 0 14527 718/mosquitto

                                  Der Port 9001 ist bei dir schon von mosquitto blockiert. Da läuft beim iobroker das:

                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       16990      704/iobroker.js-con
                                  
                                  C Offline
                                  C Offline
                                  C3PO
                                  schrieb am zuletzt editiert von
                                  #54

                                  @Thomas-Braun

                                  kann man das beim ioBroker über die console ändern?

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • C C3PO

                                    @Thomas-Braun

                                    kann man das beim ioBroker über die console ändern?

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #55

                                    @C3PO Da laufen die db vom broker drauf. Ich vermute, da schauen ziemlich viele Adapter nach. Ob und wie man die Ports umbiegen kann weiß ich nicht. Kann vielleicht @apollon77 was zu sagen. Da sind meine Kenntnisse am Ende.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    C apollon77A 2 Antworten Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @C3PO Da laufen die db vom broker drauf. Ich vermute, da schauen ziemlich viele Adapter nach. Ob und wie man die Ports umbiegen kann weiß ich nicht. Kann vielleicht @apollon77 was zu sagen. Da sind meine Kenntnisse am Ende.

                                      C Offline
                                      C Offline
                                      C3PO
                                      schrieb am zuletzt editiert von
                                      #56

                                      @Thomas-Braun
                                      ok, dann nochmal vielen Dank für dein Mühen.

                                      Thomas BraunT harrymH 2 Antworten Letzte Antwort
                                      0
                                      • C C3PO

                                        @Thomas-Braun
                                        ok, dann nochmal vielen Dank für dein Mühen.

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von Thomas Braun
                                        #57

                                        @C3PO
                                        Du kannst den mosquitto auch mal stoppen

                                        service mosquitto stop
                                        

                                        oder

                                        systemctl stop mosquitto.service
                                        

                                        Dann

                                        iobroker restart
                                        

                                        Mich würde aber doch noch interessieren, wo der sudo kastriert wurde:

                                        ls -la /usr/bin/sudo
                                        

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        C 1 Antwort Letzte Antwort
                                        0
                                        • C C3PO

                                          @Thomas-Braun
                                          ok, dann nochmal vielen Dank für dein Mühen.

                                          harrymH Offline
                                          harrymH Offline
                                          harrym
                                          schrieb am zuletzt editiert von harrym
                                          #58

                                          @C3PO ind der config vom mosquitto kannst du einen beliebigen port vergeben .....

                                          https://mosquitto.org/man/mosquitto-conf-5.html

                                          ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          573

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe