Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. neu installierter ioBroker über Browser nicht erreichbar

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    neu installierter ioBroker über Browser nicht erreichbar

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

      @Thomas-Braun

      curl -sS https://dl.yarnpkg.com/debia/pubkey.gpg | sudo apt-key add -
      gpg: no valid OpenPGP data found.
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @C3PO last edited by

        @C3PO
        Da fehlt dir ein 'n'. Kopier die Befehle doch rein.

        curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
        
        C 1 Reply Last reply Reply Quote 0
        • C
          C3PO @Thomas Braun last edited by

          @Thomas-Braun

          curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
          OK
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @C3PO last edited by

            @C3PO Jetzt sollte die Meldung von apt auch weg sein.

            apt update && apt upgrade
            
            C 1 Reply Last reply Reply Quote 0
            • C
              C3PO @Thomas Braun last edited by

              @Thomas-Braun

              done

               apt update && apt upgrade
              Hit:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease
              Hit:2 https://deb.nodesource.com/node_12.x buster InRelease
              Hit:3 https://dl.yarnpkg.com/debian stable InRelease
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              1 package can be upgraded. Run 'apt list --upgradable' to see it.
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              Calculating upgrade... Done
              The following packages will be upgraded:
                yarn
              1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
              Need to get 891 kB of archives.
              After this operation, 8,192 B of additional disk space will be used.
              Do you want to continue? [Y/n] Y
              Get:1 https://dl.yarnpkg.com/debian stable/main armhf yarn all 1.22.4-1 [891 kB]
              Fetched 891 kB in 0s (2,805 kB/s)
              (Reading database ... 83280 files and directories currently installed.)
              Preparing to unpack .../archives/yarn_1.22.4-1_all.deb ...
              Unpacking yarn (1.22.4-1) over (1.19.1-1) ...
              Setting up yarn (1.22.4-1) ...
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @C3PO last edited by Thomas Braun

                @C3PO Siehste, jetzt funktioniert das yarn-Repo auch wieder.

                iobroker version
                iobroker start
                whoami
                sudo -u iobroker whoami
                ls -la /etc/sudoers.d/
                
                C 1 Reply Last reply Reply Quote 0
                • C
                  C3PO @Thomas Braun last edited by

                  @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 Braun C 2 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @C3PO last edited by

                    @C3PO
                    Als root

                    apt install sudo
                    
                    C 1 Reply Last reply Reply Quote 0
                    • C
                      C3PO @C3PO last edited by

                      @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 Braun 1 Reply Last reply Reply Quote 0
                      • C
                        C3PO @Thomas Braun last edited by

                        @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 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @C3PO last edited by

                          @C3PO

                          usermod -aG sudo loxberry
                          
                          C 1 Reply Last reply Reply Quote 0
                          • C
                            C3PO @Thomas Braun last edited by

                            @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 Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @C3PO last edited by

                              @C3PO
                              Als loxberry

                              groups
                              
                              C 1 Reply Last reply Reply Quote 0
                              • C
                                C3PO @Thomas Braun last edited by

                                @Thomas-Braun

                                loxberry@loxberry:~ $ groups
                                loxberry tty dialout sudo audio www-data gpio
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @C3PO last edited by

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

                                  iobroker status
                                  
                                  C 1 Reply Last reply Reply Quote 0
                                  • C
                                    C3PO @Thomas Braun last edited by

                                    @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 Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @C3PO last edited by

                                      @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 1 Reply Last reply Reply Quote 0
                                      • C
                                        C3PO @Thomas Braun last edited by

                                        @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 Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @C3PO last edited by Thomas Braun

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

                                          Als root

                                          netstat -tulpen | grep -v 127.0.0.1
                                          
                                          C 1 Reply Last reply Reply Quote 0
                                          • C
                                            C3PO @Thomas Braun last edited by 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 Braun 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

                                            903
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            browser js controller update
                                            4
                                            62
                                            3471
                                            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