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. Probleme beim der installation

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    314

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

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    784

Probleme beim der installation

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
61 Beiträge 5 Kommentatoren 2.7k Aufrufe 3 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.
  • Chris SchneidergruberC Chris Schneidergruber

    Hallo Community,

    Versuch jetzt schon länger Iobroker zu installieren, nach anderen fehlern im System bekomm ich beim ausführen des curl -sLf https://iobroker.net/install.sh | bash - immer wieder folgenden fehler:

    Mein System ist Ubuntu Server 20.04

    Vielen Dank für eure Hilfe schon mal

    npm ERR! code 22
    npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
    npm ERR! command failed
    npm ERR! command sh -c node iobroker.js setup first
    npm ERR! creating conf/iobroker.json
    npm ERR!  Could not connect to states database at 127.0.0.1:9000 (invalid protocol). Please make sure the configured IP and port points to a host running JS-Controller >= 2.0. and that the port is not occupied by other software!
    npm ERR!  Could not connect to states database at 127.0.0.1:9000 (invalid protocol). Please make sure the configured IP and port points to a host running JS-Controller >= 2.0. and that the port is not occupied by other software!
    npm ERR!  Cannot read system.config: null (OK when migrating or restoring)
    npm ERR! No connection to databases possible ...
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/chris/.npm/_logs/2022-02-28T09_50_35_462Z-debug-0.log
    

    MOD EDIT: Log in Code Tags gesetzt

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

    @chris-schneidergruber sagte in Probleme beim der installation:

    Please make sure the configured IP and port points to a host running JS-Controller >= 2.0. and that the port is not occupied by other software!

    Könnte auch sein, dass auf dem Port 9000 schon was anderes läuft.
    Schau mit

    sudo ss -tulpn | grep LISTEN
    

    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

    Chris SchneidergruberC 2 Antworten Letzte Antwort
    1
    • Thomas BraunT Thomas Braun

      @chris-schneidergruber sagte in Probleme beim der installation:

      nach anderen fehlern im System

      Das soll konkret was bedeuten?

      Chris SchneidergruberC Offline
      Chris SchneidergruberC Offline
      Chris Schneidergruber
      schrieb am zuletzt editiert von
      #5

      @thomas-braun

      hatte zu erst probleme g++ instaliert zu bekommen da es anscheinend eine bug in der benötigten libc6 gab die auf meinem System neuer war und ich eine ältere version installieren musste das ich g++ installiert bekomme.

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @chris-schneidergruber sagte in Probleme beim der installation:

        Please make sure the configured IP and port points to a host running JS-Controller >= 2.0. and that the port is not occupied by other software!

        Könnte auch sein, dass auf dem Port 9000 schon was anderes läuft.
        Schau mit

        sudo ss -tulpn | grep LISTEN
        
        Chris SchneidergruberC Offline
        Chris SchneidergruberC Offline
        Chris Schneidergruber
        schrieb am zuletzt editiert von
        #6

        @thomas-braun

        Danke ja der Squeezbox server rennt anscheinend auf 9000 mal schauen das ich den auf einen anderen lege

        1 Antwort Letzte Antwort
        1
        • Chris SchneidergruberC Chris Schneidergruber

          @thomas-braun

          hatte zu erst probleme g++ instaliert zu bekommen da es anscheinend eine bug in der benötigten libc6 gab die auf meinem System neuer war und ich eine ältere version installieren musste das ich g++ installiert bekomme.

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

          @chris-schneidergruber sagte in Probleme beim der installation:

          hatte zu erst probleme g++ instaliert zu bekommen da es anscheinend eine bug in der benötigten libc6 gab die auf meinem System neuer war und ich eine ältere version installieren musste das ich g++ installiert bekomme.

          Das hört sich komplett schräg an. An glibc und Konsorten schraubt man tunlichst nicht herum.

          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

          Chris SchneidergruberC 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @chris-schneidergruber sagte in Probleme beim der installation:

            hatte zu erst probleme g++ instaliert zu bekommen da es anscheinend eine bug in der benötigten libc6 gab die auf meinem System neuer war und ich eine ältere version installieren musste das ich g++ installiert bekomme.

            Das hört sich komplett schräg an. An glibc und Konsorten schraubt man tunlichst nicht herum.

            Chris SchneidergruberC Offline
            Chris SchneidergruberC Offline
            Chris Schneidergruber
            schrieb am zuletzt editiert von
            #8

            @thomas-braun

            ja das ist mir auch bewusst

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • Chris SchneidergruberC Chris Schneidergruber

              @thomas-braun

              ja das ist mir auch bewusst

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

              @chris-schneidergruber

              Und warum tust du es dann?
              gcc beinhaltet g++.

              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

                @chris-schneidergruber sagte in Probleme beim der installation:

                Please make sure the configured IP and port points to a host running JS-Controller >= 2.0. and that the port is not occupied by other software!

                Könnte auch sein, dass auf dem Port 9000 schon was anderes läuft.
                Schau mit

                sudo ss -tulpn | grep LISTEN
                
                Chris SchneidergruberC Offline
                Chris SchneidergruberC Offline
                Chris Schneidergruber
                schrieb am zuletzt editiert von
                #10

                @thomas-braun

                danke läuft jetzt danke

                Chris SchneidergruberC 1 Antwort Letzte Antwort
                0
                • Chris SchneidergruberC Chris Schneidergruber

                  @thomas-braun

                  danke läuft jetzt danke

                  Chris SchneidergruberC Offline
                  Chris SchneidergruberC Offline
                  Chris Schneidergruber
                  schrieb am zuletzt editiert von wendy2702
                  #11

                  Guten Morgen

                  nach der Erfolgreichen Installation bekoomm ich jetzt folgenden fehler:

                  $ iobroker add deconz --host homeserver
                  
                  NPM version: 8.5.2
                  
                  Installing iobroker.deconz@1.3.19... (System call)
                  
                  host.homeserver Cannot install iobroker.deconz@1.3.19: 1
                  
                  ERROR: Process exited with code 25
                  

                  was bedeutet der error code 25?
                  Hab versucht den Adapter über dem Browser zu installieren.

                  Mod EDIT: Log in Code Tags gesetzt

                  CodeTags.gif

                  wendy2702W 1 Antwort Letzte Antwort
                  0
                  • Chris SchneidergruberC Chris Schneidergruber

                    Guten Morgen

                    nach der Erfolgreichen Installation bekoomm ich jetzt folgenden fehler:

                    $ iobroker add deconz --host homeserver
                    
                    NPM version: 8.5.2
                    
                    Installing iobroker.deconz@1.3.19... (System call)
                    
                    host.homeserver Cannot install iobroker.deconz@1.3.19: 1
                    
                    ERROR: Process exited with code 25
                    

                    was bedeutet der error code 25?
                    Hab versucht den Adapter über dem Browser zu installieren.

                    Mod EDIT: Log in Code Tags gesetzt

                    CodeTags.gif

                    wendy2702W Offline
                    wendy2702W Offline
                    wendy2702
                    schrieb am zuletzt editiert von
                    #12

                    @chris-schneidergruber sagte in Probleme beim der installation:

                    NPM version: 8.5.2

                    Wieso diese Version?

                    Welche Node JS Version nutzt du?

                    Aktuell empfohlen ist Node 14 und NPM 6

                    Bitte keine Fragen per PN, die gehören ins Forum!

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    Chris SchneidergruberC 1 Antwort Letzte Antwort
                    0
                    • wendy2702W wendy2702

                      @chris-schneidergruber sagte in Probleme beim der installation:

                      NPM version: 8.5.2

                      Wieso diese Version?

                      Welche Node JS Version nutzt du?

                      Aktuell empfohlen ist Node 14 und NPM 6

                      Chris SchneidergruberC Offline
                      Chris SchneidergruberC Offline
                      Chris Schneidergruber
                      schrieb am zuletzt editiert von
                      #13

                      @wendy2702

                      Hallo Wendy.

                      Node ist v14.19.0.

                      Wieso die höhere version Installiert ist weis ich nicht, vlt bei nem update passiert.

                      Muss es zwingend die npm 6 sein?

                      wendy2702W 1 Antwort Letzte Antwort
                      0
                      • Chris SchneidergruberC Chris Schneidergruber

                        @wendy2702

                        Hallo Wendy.

                        Node ist v14.19.0.

                        Wieso die höhere version Installiert ist weis ich nicht, vlt bei nem update passiert.

                        Muss es zwingend die npm 6 sein?

                        wendy2702W Offline
                        wendy2702W Offline
                        wendy2702
                        schrieb am zuletzt editiert von
                        #14

                        @chris-schneidergruber NPM6 ist aktuell die empfohlene und kommt eigentlich auch passend zusammen mit deiner Node Version.

                        Vielleicht in einem ersten Schritt mal die Installation Node/NPM korrigieren:

                        https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                        Bitte keine Fragen per PN, die gehören ins Forum!

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        Chris SchneidergruberC 1 Antwort Letzte Antwort
                        0
                        • wendy2702W wendy2702

                          @chris-schneidergruber NPM6 ist aktuell die empfohlene und kommt eigentlich auch passend zusammen mit deiner Node Version.

                          Vielleicht in einem ersten Schritt mal die Installation Node/NPM korrigieren:

                          https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                          Chris SchneidergruberC Offline
                          Chris SchneidergruberC Offline
                          Chris Schneidergruber
                          schrieb am zuletzt editiert von
                          #15

                          @wendy2702

                          $ iobroker add homeconnect --host homeserver
                          
                          NPM version: 6.14.16
                          
                          Installing iobroker.homeconnect@0.0.37... (System call)
                          
                          host.homeserver Cannot install iobroker.homeconnect@0.0.37: 243
                          
                          ERROR: Process exited with code 25
                          

                          also mit npm 6 kommt der selbe Fehler

                          1 Antwort Letzte Antwort
                          0
                          • wendy2702W Offline
                            wendy2702W Offline
                            wendy2702
                            schrieb am zuletzt editiert von
                            #16

                            @chris-schneidergruber

                            Was kommt denn jetzt bei

                            which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs 
                            
                            iob stop
                            iob fix
                            iob start
                            

                            Bitte keine Fragen per PN, die gehören ins Forum!

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            Chris SchneidergruberC 1 Antwort Letzte Antwort
                            0
                            • wendy2702W wendy2702

                              @chris-schneidergruber

                              Was kommt denn jetzt bei

                              which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs 
                              
                              iob stop
                              iob fix
                              iob start
                              
                              Chris SchneidergruberC Offline
                              Chris SchneidergruberC Offline
                              Chris Schneidergruber
                              schrieb am zuletzt editiert von
                              #17

                              @wendy2702

                              chris@homeserver:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                              /usr/bin/nodejs
                              /usr/bin/node
                              /usr/bin/npm
                              v14.19.0
                              v14.19.0
                              6.14.16
                              chris
                              /home/chris
                              [sudo] password for chris:
                              Hit:1 http://at.archive.ubuntu.com/ubuntu focal InRelease
                              Hit:2 http://phoscon.de/apt/deconz focal InRelease
                              Hit:3 http://at.archive.ubuntu.com/ubuntu focal-updates InRelease
                              Hit:4 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease
                              Hit:5 http://archive.canonical.com/ubuntu focal InRelease
                              Hit:6 http://at.archive.ubuntu.com/ubuntu focal-backports InRelease
                              Hit:7 http://at.archive.ubuntu.com/ubuntu focal-security InRelease
                              Hit:8 https://deb.nodesource.com/node_14.x focal InRelease
                              Ign:9 http://downloads.linux.hpe.com/SDR/repo/mcp focal/current InRelease
                              Hit:10 http://downloads.linux.hpe.com/SDR/repo/mcp focal/current Release
                              Reading package lists... Done
                              Building dependency tree
                              Reading state information... Done
                              All packages are up to date.
                              nodejs:
                                Installed: 14.19.0-deb-1nodesource1
                                Candidate: 14.19.0-deb-1nodesource1
                                Version table:
                               *** 14.19.0-deb-1nodesource1 500
                                      500 https://deb.nodesource.com/node_14.x focal/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   10.19.0~dfsg-3ubuntu1 500
                                      500 http://at.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                              
                              
                              
                              wendy2702W 1 Antwort Letzte Antwort
                              0
                              • Chris SchneidergruberC Chris Schneidergruber

                                @wendy2702

                                chris@homeserver:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                /usr/bin/nodejs
                                /usr/bin/node
                                /usr/bin/npm
                                v14.19.0
                                v14.19.0
                                6.14.16
                                chris
                                /home/chris
                                [sudo] password for chris:
                                Hit:1 http://at.archive.ubuntu.com/ubuntu focal InRelease
                                Hit:2 http://phoscon.de/apt/deconz focal InRelease
                                Hit:3 http://at.archive.ubuntu.com/ubuntu focal-updates InRelease
                                Hit:4 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease
                                Hit:5 http://archive.canonical.com/ubuntu focal InRelease
                                Hit:6 http://at.archive.ubuntu.com/ubuntu focal-backports InRelease
                                Hit:7 http://at.archive.ubuntu.com/ubuntu focal-security InRelease
                                Hit:8 https://deb.nodesource.com/node_14.x focal InRelease
                                Ign:9 http://downloads.linux.hpe.com/SDR/repo/mcp focal/current InRelease
                                Hit:10 http://downloads.linux.hpe.com/SDR/repo/mcp focal/current Release
                                Reading package lists... Done
                                Building dependency tree
                                Reading state information... Done
                                All packages are up to date.
                                nodejs:
                                  Installed: 14.19.0-deb-1nodesource1
                                  Candidate: 14.19.0-deb-1nodesource1
                                  Version table:
                                 *** 14.19.0-deb-1nodesource1 500
                                        500 https://deb.nodesource.com/node_14.x focal/main amd64 Packages
                                        100 /var/lib/dpkg/status
                                     10.19.0~dfsg-3ubuntu1 500
                                        500 http://at.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                                
                                
                                
                                wendy2702W Offline
                                wendy2702W Offline
                                wendy2702
                                schrieb am zuletzt editiert von
                                #18

                                @chris-schneidergruber Das sieht erstmal gut aus.

                                Was sagt der Fixer?

                                Bitte keine Fragen per PN, die gehören ins Forum!

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                Chris SchneidergruberC 1 Antwort Letzte Antwort
                                0
                                • wendy2702W wendy2702

                                  @chris-schneidergruber Das sieht erstmal gut aus.

                                  Was sagt der Fixer?

                                  Chris SchneidergruberC Offline
                                  Chris SchneidergruberC Offline
                                  Chris Schneidergruber
                                  schrieb am zuletzt editiert von
                                  #19

                                  @wendy2702

                                  chris@homeserver:~$ iob fix
                                  library: loaded
                                  Library version=2022-02-10
                                  
                                  ==========================================================================
                                  
                                      Welcome to the ioBroker installation fixer!
                                      Script version: 2022-02-13
                                  
                                      You might need to enter your password a couple of times.
                                  
                                  ==========================================================================
                                  
                                  
                                  ==========================================================================
                                      Installing prerequisites (1/3)
                                  ==========================================================================
                                  
                                  Hit:1 http://phoscon.de/apt/deconz focal InRelease
                                  Hit:2 http://at.archive.ubuntu.com/ubuntu focal InRelease
                                  Hit:3 http://at.archive.ubuntu.com/ubuntu focal-updates InRelease
                                  Hit:4 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease
                                  Hit:5 http://at.archive.ubuntu.com/ubuntu focal-backports InRelease
                                  Hit:6 https://deb.nodesource.com/node_14.x focal InRelease
                                  Hit:7 http://at.archive.ubuntu.com/ubuntu focal-security InRelease
                                  Hit:8 http://archive.canonical.com/ubuntu focal InRelease
                                  Ign:9 http://downloads.linux.hpe.com/SDR/repo/mcp focal/current InRelease
                                  Hit:10 http://downloads.linux.hpe.com/SDR/repo/mcp focal/current Release
                                  Reading package lists... Done
                                  Installed gcc-c++
                                  Installed python-dev
                                  
                                  ==========================================================================
                                      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!
                                  
                                  ==========================================================================
                                  
                                  schaut in Ordnung aus
                                  
                                  
                                  wendy2702W 1 Antwort Letzte Antwort
                                  0
                                  • Chris SchneidergruberC Chris Schneidergruber

                                    @wendy2702

                                    chris@homeserver:~$ iob fix
                                    library: loaded
                                    Library version=2022-02-10
                                    
                                    ==========================================================================
                                    
                                        Welcome to the ioBroker installation fixer!
                                        Script version: 2022-02-13
                                    
                                        You might need to enter your password a couple of times.
                                    
                                    ==========================================================================
                                    
                                    
                                    ==========================================================================
                                        Installing prerequisites (1/3)
                                    ==========================================================================
                                    
                                    Hit:1 http://phoscon.de/apt/deconz focal InRelease
                                    Hit:2 http://at.archive.ubuntu.com/ubuntu focal InRelease
                                    Hit:3 http://at.archive.ubuntu.com/ubuntu focal-updates InRelease
                                    Hit:4 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease
                                    Hit:5 http://at.archive.ubuntu.com/ubuntu focal-backports InRelease
                                    Hit:6 https://deb.nodesource.com/node_14.x focal InRelease
                                    Hit:7 http://at.archive.ubuntu.com/ubuntu focal-security InRelease
                                    Hit:8 http://archive.canonical.com/ubuntu focal InRelease
                                    Ign:9 http://downloads.linux.hpe.com/SDR/repo/mcp focal/current InRelease
                                    Hit:10 http://downloads.linux.hpe.com/SDR/repo/mcp focal/current Release
                                    Reading package lists... Done
                                    Installed gcc-c++
                                    Installed python-dev
                                    
                                    ==========================================================================
                                        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!
                                    
                                    ==========================================================================
                                    
                                    schaut in Ordnung aus
                                    
                                    
                                    wendy2702W Offline
                                    wendy2702W Offline
                                    wendy2702
                                    schrieb am zuletzt editiert von
                                    #20

                                    @chris-schneidergruber

                                    dann iob start

                                    und mit

                                    tail -f /opt/iobroker/logs/iobroker.current.log
                                    

                                    mal das logfile beobachten

                                    Bitte keine Fragen per PN, die gehören ins Forum!

                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    Chris SchneidergruberC 1 Antwort Letzte Antwort
                                    0
                                    • wendy2702W wendy2702

                                      @chris-schneidergruber

                                      dann iob start

                                      und mit

                                      tail -f /opt/iobroker/logs/iobroker.current.log
                                      

                                      mal das logfile beobachten

                                      Chris SchneidergruberC Offline
                                      Chris SchneidergruberC Offline
                                      Chris Schneidergruber
                                      schrieb am zuletzt editiert von
                                      #21

                                      @wendy2702

                                      chris@homeserver:~$ tail -f /opt/iobroker/log/iobroker.current.log
                                      2022-03-01 13:42:30.711  - info: admin.0 (809034) Request actual repository...
                                      2022-03-01 13:42:30.722  - info: admin.0 (809034) http server listening on port 8081
                                      2022-03-01 13:42:30.722  - info: admin.0 (809034) Use link "http://localhost:8081" to configure.
                                      2022-03-01 13:42:30.856  - info: host.homeserver Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                                      2022-03-01 13:42:32.773  - info: admin.0 (809034) Repository received successfully.
                                      2022-03-01 13:42:33.722  - info: host.homeserver instance system.adapter.discovery.0 started with pid 809139
                                      2022-03-01 13:42:34.409  - info: discovery.0 (809139) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4.0.15
                                      2022-03-01 13:42:37.718  - info: host.homeserver instance system.adapter.backitup.0 started with pid 809274
                                      2022-03-01 13:42:38.436  - info: backitup.0 (809274) starting. Version 2.3.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.15
                                      2022-03-01 13:42:38.508  - info: backitup.0 (809274) [iobroker] backup was activated at 02:40 every 1 day(s)
                                      chris@homeserver:~$ tail -f /opt/iobroker/log/iobroker.current.log
                                      2022-03-01 13:42:30.711  - info: admin.0 (809034) Request actual repository...
                                      2022-03-01 13:42:30.722  - info: admin.0 (809034) http server listening on port 8081
                                      2022-03-01 13:42:30.722  - info: admin.0 (809034) Use link "http://localhost:8081" to configure.
                                      2022-03-01 13:42:30.856  - info: host.homeserver Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                                      2022-03-01 13:42:32.773  - info: admin.0 (809034) Repository received successfully.
                                      2022-03-01 13:42:33.722  - info: host.homeserver instance system.adapter.discovery.0 started with pid 809139
                                      2022-03-01 13:42:34.409  - info: discovery.0 (809139) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4.0.15
                                      2022-03-01 13:42:37.718  - info: host.homeserver instance system.adapter.backitup.0 started with pid 809274
                                      2022-03-01 13:42:38.436  - info: backitup.0 (809274) starting. Version 2.3.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.15
                                      2022-03-01 13:42:38.508  - info: backitup.0 (809274) [iobroker] backup was activated at 02:40 every 1 day(s)
                                      
                                      
                                      

                                      bitte schön

                                      Chris SchneidergruberC 1 Antwort Letzte Antwort
                                      0
                                      • Chris SchneidergruberC Chris Schneidergruber

                                        @wendy2702

                                        chris@homeserver:~$ tail -f /opt/iobroker/log/iobroker.current.log
                                        2022-03-01 13:42:30.711  - info: admin.0 (809034) Request actual repository...
                                        2022-03-01 13:42:30.722  - info: admin.0 (809034) http server listening on port 8081
                                        2022-03-01 13:42:30.722  - info: admin.0 (809034) Use link "http://localhost:8081" to configure.
                                        2022-03-01 13:42:30.856  - info: host.homeserver Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                                        2022-03-01 13:42:32.773  - info: admin.0 (809034) Repository received successfully.
                                        2022-03-01 13:42:33.722  - info: host.homeserver instance system.adapter.discovery.0 started with pid 809139
                                        2022-03-01 13:42:34.409  - info: discovery.0 (809139) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4.0.15
                                        2022-03-01 13:42:37.718  - info: host.homeserver instance system.adapter.backitup.0 started with pid 809274
                                        2022-03-01 13:42:38.436  - info: backitup.0 (809274) starting. Version 2.3.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.15
                                        2022-03-01 13:42:38.508  - info: backitup.0 (809274) [iobroker] backup was activated at 02:40 every 1 day(s)
                                        chris@homeserver:~$ tail -f /opt/iobroker/log/iobroker.current.log
                                        2022-03-01 13:42:30.711  - info: admin.0 (809034) Request actual repository...
                                        2022-03-01 13:42:30.722  - info: admin.0 (809034) http server listening on port 8081
                                        2022-03-01 13:42:30.722  - info: admin.0 (809034) Use link "http://localhost:8081" to configure.
                                        2022-03-01 13:42:30.856  - info: host.homeserver Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                                        2022-03-01 13:42:32.773  - info: admin.0 (809034) Repository received successfully.
                                        2022-03-01 13:42:33.722  - info: host.homeserver instance system.adapter.discovery.0 started with pid 809139
                                        2022-03-01 13:42:34.409  - info: discovery.0 (809139) starting. Version 2.7.5 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4.0.15
                                        2022-03-01 13:42:37.718  - info: host.homeserver instance system.adapter.backitup.0 started with pid 809274
                                        2022-03-01 13:42:38.436  - info: backitup.0 (809274) starting. Version 2.3.3 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.15
                                        2022-03-01 13:42:38.508  - info: backitup.0 (809274) [iobroker] backup was activated at 02:40 every 1 day(s)
                                        
                                        
                                        

                                        bitte schön

                                        Chris SchneidergruberC Offline
                                        Chris SchneidergruberC Offline
                                        Chris Schneidergruber
                                        schrieb am zuletzt editiert von Chris Schneidergruber
                                        #22

                                        @chris-schneidergruber ```

                                        
                                        
                                        chris@homeserver:~$ tail -f /opt/iobroker/log/iobroker.current.log
                                        2022-03-01 13:48:08.419  - info: host.homeserver ip addresses: 192.168.1.133 fe8                                                      0::42a8:f0ff:fe26:83a0
                                        2022-03-01 13:48:08.759  - info: host.homeserver connected to Objects and States
                                        2022-03-01 13:48:08.771  - info: host.homeserver added notifications configurati                                                      on of host
                                        2022-03-01 13:48:08.944  - info: host.homeserver 3 instances found
                                        2022-03-01 13:48:08.948  - info: host.homeserver starting 3 instances
                                        2022-03-01 13:48:08.974  - info: host.homeserver instance system.adapter.admin.0                                                       started with pid 820320
                                        2022-03-01 13:48:09.726  - info: admin.0 (820320) starting. Version 5.3.1 in /op                                                      t/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.15
                                        2022-03-01 13:48:09.749  - info: admin.0 (820320) requesting all states
                                        2022-03-01 13:48:09.749  - info: admin.0 (820320) requesting all objects
                                        2022-03-01 13:48:09.927  - info: admin.0 (820320) received all objects
                                        2022-03-01 13:48:09.996  - info: admin.0 (820320) Request actual repository...
                                        2022-03-01 13:48:10.003  - info: admin.0 (820320) http server listening on port                                                       8081
                                        2022-03-01 13:48:10.004  - info: admin.0 (820320) Use link "http://localhost:808                                                      1" to configure.
                                        2022-03-01 13:48:10.144  - info: host.homeserver Updating repository "stable" un                                                      der "http://download.iobroker.net/sources-dist.json"
                                        2022-03-01 13:48:11.295  - info: admin.0 (820320) Repository received successful                                                      ly.
                                        2022-03-01 13:48:12.964  - info: host.homeserver instance system.adapter.discove                                                      ry.0 started with pid 820463
                                        2022-03-01 13:48:13.621  - info: discovery.0 (820463) starting. Version 2.7.5 in                                                       /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4                                                      .0.15
                                        2022-03-01 13:48:16.968  - info: host.homeserver instance system.adapter.backitu                                                      p.0 started with pid 820567
                                        2022-03-01 13:48:17.673  - info: backitup.0 (820567) starting. Version 2.3.3 in                                                       /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0                                                      .15
                                        2022-03-01 13:48:17.702  - info: backitup.0 (820567) [iobroker] backup was activ                                                      ated at 02:40 every 1 day(s)
                                        
                                        wendy2702W 1 Antwort Letzte Antwort
                                        0
                                        • Chris SchneidergruberC Chris Schneidergruber

                                          @chris-schneidergruber ```

                                          
                                          
                                          chris@homeserver:~$ tail -f /opt/iobroker/log/iobroker.current.log
                                          2022-03-01 13:48:08.419  - info: host.homeserver ip addresses: 192.168.1.133 fe8                                                      0::42a8:f0ff:fe26:83a0
                                          2022-03-01 13:48:08.759  - info: host.homeserver connected to Objects and States
                                          2022-03-01 13:48:08.771  - info: host.homeserver added notifications configurati                                                      on of host
                                          2022-03-01 13:48:08.944  - info: host.homeserver 3 instances found
                                          2022-03-01 13:48:08.948  - info: host.homeserver starting 3 instances
                                          2022-03-01 13:48:08.974  - info: host.homeserver instance system.adapter.admin.0                                                       started with pid 820320
                                          2022-03-01 13:48:09.726  - info: admin.0 (820320) starting. Version 5.3.1 in /op                                                      t/iobroker/node_modules/iobroker.admin, node: v14.19.0, js-controller: 4.0.15
                                          2022-03-01 13:48:09.749  - info: admin.0 (820320) requesting all states
                                          2022-03-01 13:48:09.749  - info: admin.0 (820320) requesting all objects
                                          2022-03-01 13:48:09.927  - info: admin.0 (820320) received all objects
                                          2022-03-01 13:48:09.996  - info: admin.0 (820320) Request actual repository...
                                          2022-03-01 13:48:10.003  - info: admin.0 (820320) http server listening on port                                                       8081
                                          2022-03-01 13:48:10.004  - info: admin.0 (820320) Use link "http://localhost:808                                                      1" to configure.
                                          2022-03-01 13:48:10.144  - info: host.homeserver Updating repository "stable" un                                                      der "http://download.iobroker.net/sources-dist.json"
                                          2022-03-01 13:48:11.295  - info: admin.0 (820320) Repository received successful                                                      ly.
                                          2022-03-01 13:48:12.964  - info: host.homeserver instance system.adapter.discove                                                      ry.0 started with pid 820463
                                          2022-03-01 13:48:13.621  - info: discovery.0 (820463) starting. Version 2.7.5 in                                                       /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.0, js-controller: 4                                                      .0.15
                                          2022-03-01 13:48:16.968  - info: host.homeserver instance system.adapter.backitu                                                      p.0 started with pid 820567
                                          2022-03-01 13:48:17.673  - info: backitup.0 (820567) starting. Version 2.3.3 in                                                       /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0                                                      .15
                                          2022-03-01 13:48:17.702  - info: backitup.0 (820567) [iobroker] backup was activ                                                      ated at 02:40 every 1 day(s)
                                          
                                          wendy2702W Offline
                                          wendy2702W Offline
                                          wendy2702
                                          schrieb am zuletzt editiert von
                                          #23

                                          @chris-schneidergruber Sieht gut aus.

                                          jetzt mit Browser und

                                          http://<IOBroker_IP-Adresse>:8081
                                          

                                          den Admin öffnen

                                          Bitte keine Fragen per PN, die gehören ins Forum!

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          Chris SchneidergruberC 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

                                          273

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          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