Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

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

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

neu installierter ioBroker über Browser nicht erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
browserjs controller update
62 Beiträge 4 Kommentatoren 5.0k Aufrufe 4 Watching
  • Ä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.
  • Thomas BraunT Thomas Braun

    @C3PO
    Keine Screenshots!
    Und kein root login!
    Als user anmelden...

    lsb_release -a
    
    C Offline
    C Offline
    C3PO
    schrieb am zuletzt editiert von
    #13

    @Thomas-Braun said in neu installierter ioBroker über Browser nicht erreichbar:

    lsb_release -a

    bin als root drauf weil sudo auf dem image gesperrt ist

    C Thomas BraunT 2 Antworten Letzte Antwort
    0
    • C C3PO

      @Thomas-Braun said in neu installierter ioBroker über Browser nicht erreichbar:

      lsb_release -a

      bin als root drauf weil sudo auf dem image gesperrt ist

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

      @C3PO

      loxberry@loxberry:~ $ lsb_release -a
      No LSB modules are available.
      Distributor ID: Raspbian
      Description:    Raspbian GNU/Linux 10 (buster)
      Release:        10
      Codename:       buster
      
      1 Antwort Letzte Antwort
      0
      • C C3PO

        @Thomas-Braun said in neu installierter ioBroker über Browser nicht erreichbar:

        lsb_release -a

        bin als root drauf weil sudo auf dem image gesperrt ist

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

        @C3PO

        bin als root drauf weil sudo auf dem image gesperrt ist

        Warum das? Dann mach dir den sudo wieder zugängig. Bist ja root, also darfst du das auch.

        Und deine Ausgaben noch in hübsche </> Code-Tags, dann könnte das was werden. Der ioBroker verwendet übrigens 'sudo'. Ich weiß ja nicht wie (und warum) die bei loxberry den sudo auf Eis gelegt haben, aber das könnte knallen in dem Setup.

        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
        1
        • Thomas BraunT Thomas Braun

          @C3PO

          bin als root drauf weil sudo auf dem image gesperrt ist

          Warum das? Dann mach dir den sudo wieder zugängig. Bist ja root, also darfst du das auch.

          Und deine Ausgaben noch in hübsche </> Code-Tags, dann könnte das was werden. Der ioBroker verwendet übrigens 'sudo'. Ich weiß ja nicht wie (und warum) die bei loxberry den sudo auf Eis gelegt haben, aber das könnte knallen in dem Setup.

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

          @Thomas-Braun
          aber du denkst auch das es an der js-controller version liegt?

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • C C3PO

            @Thomas-Braun
            aber du denkst auch das es an der js-controller version liegt?

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

            @C3PO
            Ich denke, das es a) an nicht sauberer Installation liegt und b) an dem anderen 'Konzept' bzgl. root/sudo.
            Wobei vermutlich a) eine direkte Folge von b) ist.

            apt update
            apt dist-upgrade
            

            Wobei, wenn ich mir den Thread bei loxberry anschaue....

            https://github.com/mschlenstedt/Loxberry/issues/188

            Die haben aber mal genau Null Ahnung von Debian, scheint mir.

            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
              Ich denke, das es a) an nicht sauberer Installation liegt und b) an dem anderen 'Konzept' bzgl. root/sudo.
              Wobei vermutlich a) eine direkte Folge von b) ist.

              apt update
              apt dist-upgrade
              

              Wobei, wenn ich mir den Thread bei loxberry anschaue....

              https://github.com/mschlenstedt/Loxberry/issues/188

              Die haben aber mal genau Null Ahnung von Debian, scheint mir.

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

              @Thomas-Braun
              Ich hab zumindest null Ahnung davon :-(. Wobie ich auch nicht verstehe was mit SUDO gehen soll was mit root nicht geht.

              hab jetzt mal

              apt update
              apt dist-upgrade
              

              ausgeführt, leider gleiches Problem

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • C C3PO

                @Thomas-Braun
                Ich hab zumindest null Ahnung davon :-(. Wobie ich auch nicht verstehe was mit SUDO gehen soll was mit root nicht geht.

                hab jetzt mal

                apt update
                apt dist-upgrade
                

                ausgeführt, leider gleiches Problem

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

                @C3PO Ich will/muss die Ausgaben sehen. Meine Glaskugel ist kaputt.

                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 Ich will/muss die Ausgaben sehen. Meine Glaskugel ist kaputt.

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

                  @Thomas-Braun

                   apt update
                  Hit:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease
                  Hit:2 https://deb.nodesource.com/node_12.x buster InRelease
                  Get:3 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                  Err:3 https://dl.yarnpkg.com/debian stable InRelease
                    The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  All packages are up to date.
                  W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                  W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                  W: Some index files failed to download. They have been ignored, or old ones used instead.
                  
                  

                  Rest kommt gleich, muss ich nochmal ausführen, hatte Putty aus versehen geschlossen.

                  C 1 Antwort Letzte Antwort
                  0
                  • C C3PO

                    @Thomas-Braun

                     apt update
                    Hit:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease
                    Hit:2 https://deb.nodesource.com/node_12.x buster InRelease
                    Get:3 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                    Err:3 https://dl.yarnpkg.com/debian stable InRelease
                      The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    All packages are up to date.
                    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                    W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                    W: Some index files failed to download. They have been ignored, or old ones used instead.
                    
                    

                    Rest kommt gleich, muss ich nochmal ausführen, hatte Putty aus versehen geschlossen.

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

                    @C3PO

                    apt dist-upgrade
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    Calculating upgrade... Done
                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • C C3PO

                      @C3PO

                      apt dist-upgrade
                      Reading package lists... Done
                      Building dependency tree
                      Reading state information... Done
                      Calculating upgrade... Done
                      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von Thomas Braun
                      #22

                      @C3PO

                      cd /opt/iobroker
                      ls -la 
                      

                      LoxBerry nutzt offenbar yarn als JS-Paketmanager, iobroker setzt auf node.
                      Kann auch von der Seite her zu Problemen kommen. So wie die drauf sind installieren die Module global.

                      Ich würde fast beahupten, es wäre klüger beide Systeme auf getrennten Maschinenen zu fahren.

                      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

                        cd /opt/iobroker
                        ls -la 
                        

                        LoxBerry nutzt offenbar yarn als JS-Paketmanager, iobroker setzt auf node.
                        Kann auch von der Seite her zu Problemen kommen. So wie die drauf sind installieren die Module global.

                        Ich würde fast beahupten, es wäre klüger beide Systeme auf getrennten Maschinenen zu fahren.

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

                        @Thomas-Braun

                        ls -la
                        total 156
                        drwx------  10 root root  4096 May 15 22:22 .
                        drwxr-xr-x  21 root root  4096 May 15 22:35 ..
                        -rw-------   1 root root  1311 May 15 22:35 .bash_history
                        -rw-r--r--   1 root root   684 May 15 21:22 .bashrc
                        drwxr-xr-x   3 root root  4096 May 15 20:40 .cache
                        drwx------   3 root root  4096 May 15 20:26 .config
                        drwx------   3 root root  4096 May 15 15:47 .gnupg
                        -rwxr-xr--   1 root root    93 May 15 22:22 iob
                        drwxr-xr-x   2 root root  4096 May 15 20:41 .iobroker
                        -rwxr-xr--   1 root root    93 May 15 22:22 iobroker
                        drwxr-xr-x   3 root root  4096 May 15 22:22 iobroker-data
                        drwxr-xr-x   2 root root  4096 May 15 22:22 log
                        drwxr-xr-x 243 root root 12288 May 15 22:22 node_modules
                        drwxr-xr-x   5 root root  4096 May 15 22:22 .npm
                        -rw-------   1 root root    36 May 15 20:37 .npmrc
                        -rw-r--r--   1 root root 74419 May 15 22:22 package-lock.json
                        -rw-r--r--   1 root root   148 Jul 28  2017 .profile
                        -rw-r--r--   1 root root  5738 May 15 22:22 reinstall.js
                        
                        
                        C 1 Antwort Letzte Antwort
                        0
                        • C C3PO

                          @Thomas-Braun

                          ls -la
                          total 156
                          drwx------  10 root root  4096 May 15 22:22 .
                          drwxr-xr-x  21 root root  4096 May 15 22:35 ..
                          -rw-------   1 root root  1311 May 15 22:35 .bash_history
                          -rw-r--r--   1 root root   684 May 15 21:22 .bashrc
                          drwxr-xr-x   3 root root  4096 May 15 20:40 .cache
                          drwx------   3 root root  4096 May 15 20:26 .config
                          drwx------   3 root root  4096 May 15 15:47 .gnupg
                          -rwxr-xr--   1 root root    93 May 15 22:22 iob
                          drwxr-xr-x   2 root root  4096 May 15 20:41 .iobroker
                          -rwxr-xr--   1 root root    93 May 15 22:22 iobroker
                          drwxr-xr-x   3 root root  4096 May 15 22:22 iobroker-data
                          drwxr-xr-x   2 root root  4096 May 15 22:22 log
                          drwxr-xr-x 243 root root 12288 May 15 22:22 node_modules
                          drwxr-xr-x   5 root root  4096 May 15 22:22 .npm
                          -rw-------   1 root root    36 May 15 20:37 .npmrc
                          -rw-r--r--   1 root root 74419 May 15 22:22 package-lock.json
                          -rw-r--r--   1 root root   148 Jul 28  2017 .profile
                          -rw-r--r--   1 root root  5738 May 15 22:22 reinstall.js
                          
                          
                          C Offline
                          C Offline
                          C3PO
                          schrieb am zuletzt editiert von
                          #24

                          @C3PO
                          und Danke schon mal für deine Zeit

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • C C3PO

                            @C3PO
                            und Danke schon mal für deine Zeit

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

                            @C3PO

                            curl -sL https://iobroker.net/fix.sh | bash -
                            

                            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

                              curl -sL https://iobroker.net/fix.sh | bash -
                              
                              C Offline
                              C Offline
                              C3PO
                              schrieb am zuletzt editiert von C3PO
                              #26

                              @Thomas-Braun

                              curl -sL https://iobroker.net/fix.sh | bash
                              library: loaded
                              Library version=2020-04-12
                              
                              ==========================================================================
                              
                                  Welcome to the ioBroker installation fixer!
                                  Script version: 2020-04-12
                              
                              ==========================================================================
                              
                              
                              ==========================================================================
                                  Installing prerequisites (1/3)
                              ==========================================================================
                              
                              Hit:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease
                              Hit:2 https://deb.nodesource.com/node_12.x buster InRelease
                              Get:3 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                              Err:3 https://dl.yarnpkg.com/debian stable InRelease
                                The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                              Reading package lists... Done
                              W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                              W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                              W: Some index files failed to download. They have been ignored, or old ones used instead.
                              Installed gcc-c++
                              
                              ==========================================================================
                                  Checking ioBroker user and directory permissions (2/3)
                              ==========================================================================
                              
                              Created /etc/sudoers.d/iobroker
                              Fixing directory permissions...
                              
                              ==========================================================================
                                  Checking autostart (3/3)
                              ==========================================================================
                              
                              Enabling autostart...
                              Autostart enabled!
                              
                              ==========================================================================
                              
                                  Your installation was fixed successfully
                                  Run iobroker start to start ioBroker again!
                              
                              ==========================================================================
                              
                              

                              same :-(

                              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

                                curl -sL https://iobroker.net/fix.sh | bash
                                library: loaded
                                Library version=2020-04-12
                                
                                ==========================================================================
                                
                                    Welcome to the ioBroker installation fixer!
                                    Script version: 2020-04-12
                                
                                ==========================================================================
                                
                                
                                ==========================================================================
                                    Installing prerequisites (1/3)
                                ==========================================================================
                                
                                Hit:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease
                                Hit:2 https://deb.nodesource.com/node_12.x buster InRelease
                                Get:3 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                                Err:3 https://dl.yarnpkg.com/debian stable InRelease
                                  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                Reading package lists... Done
                                W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                W: Some index files failed to download. They have been ignored, or old ones used instead.
                                Installed gcc-c++
                                
                                ==========================================================================
                                    Checking ioBroker user and directory permissions (2/3)
                                ==========================================================================
                                
                                Created /etc/sudoers.d/iobroker
                                Fixing directory permissions...
                                
                                ==========================================================================
                                    Checking autostart (3/3)
                                ==========================================================================
                                
                                Enabling autostart...
                                Autostart enabled!
                                
                                ==========================================================================
                                
                                    Your installation was fixed successfully
                                    Run iobroker start to start ioBroker again!
                                
                                ==========================================================================
                                
                                

                                same :-(

                                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
                                #27

                                @C3PO

                                curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                

                                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

                                  curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                  
                                  C Offline
                                  C Offline
                                  C3PO
                                  schrieb am zuletzt editiert von
                                  #28

                                  @Thomas-Braun

                                  curl -sS https://dl-yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                  curl: (6) Could not resolve host: dl-yarnpkg.com
                                  gpg: no valid OpenPGP data found.
                                  
                                  
                                  Thomas BraunT 2 Antworten Letzte Antwort
                                  0
                                  • C C3PO

                                    @Thomas-Braun

                                    curl -sS https://dl-yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                    curl: (6) Could not resolve host: dl-yarnpkg.com
                                    gpg: no valid OpenPGP data found.
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #29

                                    @C3PO

                                    Okay, dann ist der key für yarnpkg halt nicht signiert... Ist auch eigentlich die Baustelle von LoxBerry...

                                    curl -sL https://iobroker.net/install.sh | bash -
                                    

                                    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

                                      curl -sS https://dl-yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                      curl: (6) Could not resolve host: dl-yarnpkg.com
                                      gpg: no valid OpenPGP data found.
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #30

                                      @C3PO

                                      curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                      

                                      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

                                        Okay, dann ist der key für yarnpkg halt nicht signiert... Ist auch eigentlich die Baustelle von LoxBerry...

                                        curl -sL https://iobroker.net/install.sh | bash -
                                        
                                        C Offline
                                        C Offline
                                        C3PO
                                        schrieb am zuletzt editiert von
                                        #31

                                        @Thomas-Braun

                                        curl -sL https://iobroker.net/install.sh | bash -
                                        library: loaded
                                        Library version=2020-04-12
                                        
                                        ==========================================================================
                                        
                                            Welcome to the ioBroker installer!
                                            Installer version: 2020-04-12
                                        
                                        ==========================================================================
                                        
                                        
                                        ==========================================================================
                                            Installing prerequisites (1/4)
                                        ==========================================================================
                                        
                                        Hit:1 https://deb.nodesource.com/node_12.x buster InRelease
                                        Get:2 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                                        Hit:3 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease
                                        Err:2 https://dl.yarnpkg.com/debian stable InRelease
                                          The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                        Reading package lists... Done
                                        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                        W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                        W: Some index files failed to download. They have been ignored, or old ones used instead.
                                        Changing npm registry to https://registry.npmjs.org
                                        Installed gcc-c++
                                        
                                        ==========================================================================
                                            Creating ioBroker user and directory (2/4)
                                        ==========================================================================
                                        
                                        Created /etc/sudoers.d/iobroker
                                        Directory /opt/iobroker created
                                        
                                        ==========================================================================
                                            Installing ioBroker (3/4)
                                        ==========================================================================
                                        
                                        
                                        ==========================================================================
                                            Finalizing installation (4/4)
                                        ==========================================================================
                                        
                                        Enabling autostart...
                                        Autostart enabled!
                                        Fixing directory permissions...
                                        
                                        ==========================================================================
                                        
                                            ioBroker was installed successfully
                                            Open http://xxx.xxx.xxx.xxx:8081 in a browser and start configuring!
                                        
                                        ==========================================================================
                                        
                                        
                                        1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @C3PO

                                          curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                          
                                          C Offline
                                          C Offline
                                          C3PO
                                          schrieb am zuletzt editiert von C3PO
                                          #32

                                          @Thomas-Braun

                                          curl -sS https://dl.yarnpkg.com/debia/pubkey.gpg | sudo apt-key add -
                                          gpg: no valid OpenPGP data found.
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          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

                                          716

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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