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. Crash - no connection to states 0.0.0.0:6370[redis]

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    13
    1
    577

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

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

Crash - no connection to states 0.0.0.0:6370[redis]

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
59 Beiträge 4 Kommentatoren 5.6k 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.
  • HomoranH Homoran

    @sirfauntleroy sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

    dann kam ein Standbild. und über SSH:

    passt

    aus akademischem Interesse:
    was passiert denn jetzt wenn du über iobroker setup custom auf file/file umstellst

    @thomas-braun sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

    @sirfauntleroy

    Das war das was ich meinte...
    Also redis installieren, müsste dann funktionieren.

    das wäre die andere Möglichkeit

    S Offline
    S Offline
    Sirfauntleroy
    schrieb am zuletzt editiert von
    #27

    @homoran

    pi@raspberrypi:~ $ iobroker setup custom
    Current configuration:
    - Objects database:
      - Type: file
      - Host/Unix Socket: 0.0.0.0
      - Port: 9001
    - States database:
      - Type: redis
      - Host/Unix Socket: 0.0.0.0
      - Port: 6379
    - Data Directory: ../../iobroker-data/
    - Host name: ioBroker
    
    Type of objects DB [(f)ile, (r)edis, ...], default [file]: f
    Host / Unix Socket of objects DB(file), default[0.0.0.0]:
    Port of objects DB(file), default[9001]:
    Type of states DB [(f)file, (r)edis, ...], default [file]: f
    Host / Unix Socket of states DB (file), default[0.0.0.0]:
    Port of states DB (file), default[9000]:
    Data directory (file), default[../../iobroker-data/]:
    Host name of this machine [ioBroker]:
    This host appears to be a Master or a Single host system. Is this correct? [Y/n]                                                   :
    
    Do you want to migrate objects and states from "file/redis" to "file/file" [y/N]                                                   :
    updating conf/iobroker.json
    pi@raspberrypi:~ $ iob status
    iobroker is not running on this host.
    
    
    Objects type: file
    States  type: file
    pi@raspberrypi:~ $ iob start
    pi@raspberrypi:~ $ iob status
    iobroker is not running on this host.
    
    
    Objects type: file
    States  type: file
    
    pi@raspberrypi:~ $ iob fix
    library: loaded
    Library version=2021-08-05
    
    ==========================================================================
    
        Welcome to the ioBroker installation fixer!
        Script version: 2021-04-07
    
        You might need to enter your password a couple of times.
    
    ==========================================================================
    
    
    ==========================================================================
        Installing prerequisites (1/3)
    ==========================================================================
    
    OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
    OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
    Paketlisten werden gelesen… Fertig
    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!
    
    ==========================================================================
    
    pi@raspberrypi:~ $ iob start
    pi@raspberrypi:~ $ iob status
    iobroker is running on this host.
    
    
    Objects type: file
    States  type: file
    pi@raspberrypi:~ $ iob start admin
    
    

    jedoch komm ich nicht auf die admin-oberfläche

    HomoranH 1 Antwort Letzte Antwort
    0
    • S Sirfauntleroy

      @homoran

      pi@raspberrypi:~ $ iobroker setup custom
      Current configuration:
      - Objects database:
        - Type: file
        - Host/Unix Socket: 0.0.0.0
        - Port: 9001
      - States database:
        - Type: redis
        - Host/Unix Socket: 0.0.0.0
        - Port: 6379
      - Data Directory: ../../iobroker-data/
      - Host name: ioBroker
      
      Type of objects DB [(f)ile, (r)edis, ...], default [file]: f
      Host / Unix Socket of objects DB(file), default[0.0.0.0]:
      Port of objects DB(file), default[9001]:
      Type of states DB [(f)file, (r)edis, ...], default [file]: f
      Host / Unix Socket of states DB (file), default[0.0.0.0]:
      Port of states DB (file), default[9000]:
      Data directory (file), default[../../iobroker-data/]:
      Host name of this machine [ioBroker]:
      This host appears to be a Master or a Single host system. Is this correct? [Y/n]                                                   :
      
      Do you want to migrate objects and states from "file/redis" to "file/file" [y/N]                                                   :
      updating conf/iobroker.json
      pi@raspberrypi:~ $ iob status
      iobroker is not running on this host.
      
      
      Objects type: file
      States  type: file
      pi@raspberrypi:~ $ iob start
      pi@raspberrypi:~ $ iob status
      iobroker is not running on this host.
      
      
      Objects type: file
      States  type: file
      
      pi@raspberrypi:~ $ iob fix
      library: loaded
      Library version=2021-08-05
      
      ==========================================================================
      
          Welcome to the ioBroker installation fixer!
          Script version: 2021-04-07
      
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/3)
      ==========================================================================
      
      OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
      OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
      Paketlisten werden gelesen… Fertig
      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!
      
      ==========================================================================
      
      pi@raspberrypi:~ $ iob start
      pi@raspberrypi:~ $ iob status
      iobroker is running on this host.
      
      
      Objects type: file
      States  type: file
      pi@raspberrypi:~ $ iob start admin
      
      

      jedoch komm ich nicht auf die admin-oberfläche

      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #28

      @sirfauntleroy sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

      jedoch komm ich nicht auf die admin-oberfläche

      wenn das alles ist:
      iobroker list instances

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      S 1 Antwort Letzte Antwort
      0
      • HomoranH Homoran

        @sirfauntleroy sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

        jedoch komm ich nicht auf die admin-oberfläche

        wenn das alles ist:
        iobroker list instances

        S Offline
        S Offline
        Sirfauntleroy
        schrieb am zuletzt editiert von
        #29

        @homoran

        iobroker list instances
        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.alarm.0                  : alarm                 : raspberrypi                              - disabled
         system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
        + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
        + system.adapter.botvac.0                 : botvac                : raspberrypi                              - disabled
         system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
         system.adapter.deconz.0                 : deconz                : raspberrypi                              - disabled, port: 80
        + system.adapter.device-reminder.0        : device-reminder       : raspberrypi                              - disabled
         system.adapter.devices.0                : devices               : raspberrypi                              - disabled
         system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
         system.adapter.dwd.0                    : dwd                   : raspberrypi                              - disabled
         system.adapter.feiertage.0              : feiertage             : raspberrypi                              - disabled
         system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
        + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              - disabled
        + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              - disabled
         system.adapter.hue-extended.0           : hue-extended          : raspberrypi                              - disabled
        + system.adapter.hue-extended.1           : hue-extended          : raspberrypi                              - disabled
        + system.adapter.ical.0                   : ical                  : raspberrypi                              - disabled
         system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
         system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
         system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
        + system.adapter.influxdb.0               : influxdb              : raspberrypi                              - disabled, port: 8086
        + system.adapter.info.0                   : info                  : raspberrypi                              - disabled
         system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
        + system.adapter.javascript.0             : javascript            : raspberrypi                              - disabled
         system.adapter.knx.0                    : knx                   : raspberrypi                              - disabled, bind: 192.168.10.11
        + system.adapter.kodi.0                   : kodi                  : raspberrypi                              - disabled, port: 9090
        + system.adapter.kodi.1                   : kodi                  : raspberrypi                              - disabled, port: 9090
        + system.adapter.linkeddevices.0          : linkeddevices         : raspberrypi                              - disabled
        + system.adapter.linkeddevices.1          : linkeddevices         : raspberrypi                              - disabled
         system.adapter.modbus.0                 : modbus                : raspberrypi                              - disabled
         system.adapter.modbus.1                 : modbus                : raspberrypi                              - disabled
        + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
        + system.adapter.node-red.0               : node-red              : raspberrypi                              - disabled, port: 1880, bind: 192.168.10.11
        + system.adapter.nut.0                    : nut                   : raspberrypi                              - disabled
         system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              - disabled
         system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
        + system.adapter.roomba.0                 : roomba                : raspberrypi                              - disabled
        + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              - disabled
        + system.adapter.sayit.0                  : sayit                 : raspberrypi                              - disabled, port: 0
        + system.adapter.scenes.0                 : scenes                : raspberrypi                              - disabled
        + system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1879, bind: 192.168.10.11
        + system.adapter.shuttercontrol.1         : shuttercontrol        : raspberrypi                              - disabled
         system.adapter.simple-api.0             : simple-api            : raspberrypi                              - disabled, port: 8087, bind: 0.0.0.0, run as: simpleapi
        + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              - disabled, port: 1882, bind: 0.0.0.0
         system.adapter.sql.0                    : sql                   : raspberrypi                              - disabled, port: 3307
         system.adapter.squeezebox.0             : squeezebox            : raspberrypi                              - disabled, port: 9090
        + system.adapter.squeezeboxrpc.0          : squeezeboxrpc         : raspberrypi                              - disabled, port: 9002
        + system.adapter.synology.0               : synology              : raspberrypi                              - disabled, port: 5001
        + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled
        + system.adapter.telegram.0               : telegram              : raspberrypi                              - disabled, port: 8443, bind: 0.0.0.0
        + system.adapter.telegram.1               : telegram              : raspberrypi                              - disabled, port: 8443, bind: 0.0.0.0
        + system.adapter.telegram.2               : telegram              : raspberrypi                              - disabled, port: 8443, bind: 0.0.0.0
        + system.adapter.text2command.0           : text2command          : raspberrypi                              - disabled
         system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
        + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              - disabled
         system.adapter.unifi.0                  : unifi                 : raspberrypi                              - disabled
         system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
         system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
         system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
         system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
         system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
         system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
         system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
        + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              - disabled
         system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
         system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              - disabled
         system.adapter.vis-keyboard.0           : vis-keyboard          : raspberrypi                              - disabled
         system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              - disabled
         system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
         system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
         system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
         system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
         system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              - disabled
         system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
        + system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        + instance is alive
        
        
        HomoranH 1 Antwort Letzte Antwort
        0
        • S Sirfauntleroy

          @homoran

          iobroker list instances
          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.alarm.0                  : alarm                 : raspberrypi                              - disabled
           system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
          + system.adapter.botvac.0                 : botvac                : raspberrypi                              - disabled
           system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
           system.adapter.deconz.0                 : deconz                : raspberrypi                              - disabled, port: 80
          + system.adapter.device-reminder.0        : device-reminder       : raspberrypi                              - disabled
           system.adapter.devices.0                : devices               : raspberrypi                              - disabled
           system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
           system.adapter.dwd.0                    : dwd                   : raspberrypi                              - disabled
           system.adapter.feiertage.0              : feiertage             : raspberrypi                              - disabled
           system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
          + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              - disabled
          + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              - disabled
           system.adapter.hue-extended.0           : hue-extended          : raspberrypi                              - disabled
          + system.adapter.hue-extended.1           : hue-extended          : raspberrypi                              - disabled
          + system.adapter.ical.0                   : ical                  : raspberrypi                              - disabled
           system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
           system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
           system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              - disabled, port: 8086
          + system.adapter.info.0                   : info                  : raspberrypi                              - disabled
           system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
          + system.adapter.javascript.0             : javascript            : raspberrypi                              - disabled
           system.adapter.knx.0                    : knx                   : raspberrypi                              - disabled, bind: 192.168.10.11
          + system.adapter.kodi.0                   : kodi                  : raspberrypi                              - disabled, port: 9090
          + system.adapter.kodi.1                   : kodi                  : raspberrypi                              - disabled, port: 9090
          + system.adapter.linkeddevices.0          : linkeddevices         : raspberrypi                              - disabled
          + system.adapter.linkeddevices.1          : linkeddevices         : raspberrypi                              - disabled
           system.adapter.modbus.0                 : modbus                : raspberrypi                              - disabled
           system.adapter.modbus.1                 : modbus                : raspberrypi                              - disabled
          + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
          + system.adapter.node-red.0               : node-red              : raspberrypi                              - disabled, port: 1880, bind: 192.168.10.11
          + system.adapter.nut.0                    : nut                   : raspberrypi                              - disabled
           system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              - disabled
           system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
          + system.adapter.roomba.0                 : roomba                : raspberrypi                              - disabled
          + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              - disabled
          + system.adapter.sayit.0                  : sayit                 : raspberrypi                              - disabled, port: 0
          + system.adapter.scenes.0                 : scenes                : raspberrypi                              - disabled
          + system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1879, bind: 192.168.10.11
          + system.adapter.shuttercontrol.1         : shuttercontrol        : raspberrypi                              - disabled
           system.adapter.simple-api.0             : simple-api            : raspberrypi                              - disabled, port: 8087, bind: 0.0.0.0, run as: simpleapi
          + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              - disabled, port: 1882, bind: 0.0.0.0
           system.adapter.sql.0                    : sql                   : raspberrypi                              - disabled, port: 3307
           system.adapter.squeezebox.0             : squeezebox            : raspberrypi                              - disabled, port: 9090
          + system.adapter.squeezeboxrpc.0          : squeezeboxrpc         : raspberrypi                              - disabled, port: 9002
          + system.adapter.synology.0               : synology              : raspberrypi                              - disabled, port: 5001
          + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled
          + system.adapter.telegram.0               : telegram              : raspberrypi                              - disabled, port: 8443, bind: 0.0.0.0
          + system.adapter.telegram.1               : telegram              : raspberrypi                              - disabled, port: 8443, bind: 0.0.0.0
          + system.adapter.telegram.2               : telegram              : raspberrypi                              - disabled, port: 8443, bind: 0.0.0.0
          + system.adapter.text2command.0           : text2command          : raspberrypi                              - disabled
           system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
          + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              - disabled
           system.adapter.unifi.0                  : unifi                 : raspberrypi                              - disabled
           system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
           system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
           system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
           system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
           system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
           system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
           system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
          + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              - disabled
           system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
           system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              - disabled
           system.adapter.vis-keyboard.0           : vis-keyboard          : raspberrypi                              - disabled
           system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              - disabled
           system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
           system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
           system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
           system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
           system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              - disabled
           system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
          + system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          + instance is alive
          
          
          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #30

          @sirfauntleroy der admin läuft aber

          Du hast einieg ports doppelt und dreifach belegt, die entsprechenden Instanzen zum Glück nicht aktiv.

          Mach mal iobroker start und wenn es dann immer noch nicht geht ein zweites Fenster bei putty auf mit iobroker logs --watch und dann beim erneuten Versuch mal dadrin sehen was gemeckert wird

          kein Support per PN! - Fragen im Forum stellen -
          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          S 1 Antwort Letzte Antwort
          0
          • HomoranH Homoran

            @sirfauntleroy der admin läuft aber

            Du hast einieg ports doppelt und dreifach belegt, die entsprechenden Instanzen zum Glück nicht aktiv.

            Mach mal iobroker start und wenn es dann immer noch nicht geht ein zweites Fenster bei putty auf mit iobroker logs --watch und dann beim erneuten Versuch mal dadrin sehen was gemeckert wird

            S Offline
            S Offline
            Sirfauntleroy
            schrieb am zuletzt editiert von
            #31
            2021-12-20 20:19:41.719  - info: host.raspberrypi iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:19:41.725  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:19:41.726  - info: host.raspberrypi hostname: raspberrypi, node: v14.18.2
            2021-12-20 20:19:41.726  - info: host.raspberrypi ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:19:41.916  - info: host.raspberrypi connected to Objects and States
            2021-12-20 20:19:41.981  - info: host.raspberrypi added notifications configuration of host
            2021-12-20 20:19:42.308  - info: host.raspberrypi 3 instances found
            2021-12-20 20:19:42.318  - info: host.raspberrypi starting 3 instances
            2021-12-20 20:19:42.373  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 7465
            2021-12-20 20:19:44.326  - info: admin.0 (7465) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v14.18.2, js-controller: 3.3.21
            2021-12-20 20:19:44.378  - info: admin.0 (7465) requesting all states
            2021-12-20 20:19:44.378  - info: admin.0 (7465) requesting all objects
            2021-12-20 20:19:44.471  - info: admin.0 (7465) received all objects
            2021-12-20 20:19:44.562  - info: admin.0 (7465) http server listening on port 8081
            2021-12-20 20:19:44.563  - info: admin.0 (7465) Use link "http://localhost:8081" to configure.
            2021-12-20 20:19:44.614  - info: admin.0 (7465) State value to set for "admin.0.info.lastUpdateCheck" has to be type "number" but received type "string"
            2021-12-20 20:19:44.619  - warn: admin.0 (7465) Repository cannot be read
            2021-12-20 20:19:46.383  - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 7516
            2021-12-20 20:19:47.828  - info: discovery.0 (7516) starting. Version 2.7.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.18.2, js-controller: 3.3.21
            2021-12-20 20:19:50.359  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 7532
            2021-12-20 20:19:51.894  - info: backitup.0 (7532) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.21
            2021-12-20 20:19:51.955  - info: backitup.0 (7532) [iobroker] backup was activated at 02:40 every 1 day(s)
            2021-12-20 20:20:19.503  - info: host.raspberrypi Updating repository "default" under "http://download.iobroker.net/sources-dist.json"
            2021-12-20 20:24:12.848  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
            2021-12-20 20:24:12.858  - info: backitup.0 (7532) Got terminate signal TERMINATE_YOURSELF
            2021-12-20 20:24:12.858  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
            2021-12-20 20:24:12.859  - info: backitup.0 (7532) cleaned everything up...
            2021-12-20 20:24:12.860  - info: backitup.0 (7532) terminating
            2021-12-20 20:24:12.862  - info: backitup.0 (7532) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2021-12-20 20:24:13.406  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2021-12-20 20:24:15.919  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 7607
            2021-12-20 20:24:17.494  - info: backitup.0 (7607) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.21
            2021-12-20 20:24:17.558  - info: backitup.0 (7607) [iobroker] backup was activated at 02:40 every 1 day(s)
            2021-12-20 20:25:06.270  - info: host.raspberrypi received SIGTERM
            2021-12-20 20:25:06.272  - info: backitup.0 (7607) cleaned everything up...
            2021-12-20 20:25:06.272  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, process=true)
            2021-12-20 20:25:06.273  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=true)
            2021-12-20 20:25:06.274  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
            2021-12-20 20:25:06.271  - info: admin.0 (7465) terminating http server on port 8081
            2021-12-20 20:25:06.292  - info: discovery.0 (7516) Got terminate signal TERMINATE_YOURSELF
            2021-12-20 20:25:06.293  - info: backitup.0 (7607) Got terminate signal TERMINATE_YOURSELF
            2021-12-20 20:25:06.291  - info: admin.0 (7465) Got terminate signal TERMINATE_YOURSELF
            2021-12-20 20:25:06.298  - info: backitup.0 (7607) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
            2021-12-20 20:25:06.298  - info: discovery.0 (7516) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
            2021-12-20 20:25:06.299  - info: host.raspberrypi stopInstance system.adapter.admin.0 send kill signal
            2021-12-20 20:25:06.301  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill signal
            2021-12-20 20:25:06.301  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
            2021-12-20 20:25:06.305  - info: admin.0 (7465) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
            2021-12-20 20:25:06.857  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
            2021-12-20 20:25:06.875  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
            2021-12-20 20:25:06.879  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
            2021-12-20 20:25:06.880  - info: host.raspberrypi All instances are stopped.
            2021-12-20 20:25:06.943  - info: host.raspberrypi terminated
            2021-12-20 20:26:08.968  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:26:08.974  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:26:08.975  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:26:08.975  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:26:38.995  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:26:39.008  - info: host.ioBroker iobroker _restart
            2021-12-20 20:26:39.700  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:26:39.920  - info: host.ioBroker received SIGTERM
            2021-12-20 20:26:39.936  - info: host.ioBroker iobroker exit null
            2021-12-20 20:26:39.943  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:26:39.944  - info: host.ioBroker terminated
            2021-12-20 20:26:41.052  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:26:41.057  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:26:41.058  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:26:41.058  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:27:11.078  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:27:11.091  - info: host.ioBroker iobroker _restart
            2021-12-20 20:27:11.787  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:27:12.007  - info: host.ioBroker received SIGTERM
            2021-12-20 20:27:12.018  - info: host.ioBroker iobroker exit null
            2021-12-20 20:27:12.029  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:27:12.030  - info: host.ioBroker terminated
            2021-12-20 20:27:13.128  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:27:13.134  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:27:13.135  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:27:13.135  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:27:43.152  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:27:43.164  - info: host.ioBroker iobroker _restart
            2021-12-20 20:27:43.859  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:27:44.079  - info: host.ioBroker received SIGTERM
            2021-12-20 20:27:44.089  - info: host.ioBroker iobroker exit null
            2021-12-20 20:27:44.098  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:27:44.099  - info: host.ioBroker terminated
            2021-12-20 20:27:45.208  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:27:45.214  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:27:45.215  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:27:45.215  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:28:15.235  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:28:15.248  - info: host.ioBroker iobroker _restart
            2021-12-20 20:28:15.944  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:28:16.165  - info: host.ioBroker received SIGTERM
            2021-12-20 20:28:16.178  - info: host.ioBroker iobroker exit null
            2021-12-20 20:28:16.186  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:28:16.187  - info: host.ioBroker terminated
            2021-12-20 20:28:17.285  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:28:17.291  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:28:17.292  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:28:17.292  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:28:47.312  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:28:47.325  - info: host.ioBroker iobroker _restart
            2021-12-20 20:28:48.026  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:28:48.247  - info: host.ioBroker received SIGTERM
            2021-12-20 20:28:48.256  - info: host.ioBroker iobroker exit null
            2021-12-20 20:28:48.268  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:28:48.270  - info: host.ioBroker terminated
            2021-12-20 20:28:49.376  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:28:49.382  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:28:49.383  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:28:49.383  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:29:19.404  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:29:19.416  - info: host.ioBroker iobroker _restart
            2021-12-20 20:29:20.115  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:29:20.336  - info: host.ioBroker received SIGTERM
            2021-12-20 20:29:20.347  - info: host.ioBroker iobroker exit null
            2021-12-20 20:29:20.358  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:29:20.359  - info: host.ioBroker terminated
            2021-12-20 20:29:21.475  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:29:21.481  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:29:21.481  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:29:21.482  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:29:51.502  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:29:51.515  - info: host.ioBroker iobroker _restart
            2021-12-20 20:29:52.209  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:29:52.432  - info: host.ioBroker received SIGTERM
            2021-12-20 20:29:52.445  - info: host.ioBroker iobroker exit null
            2021-12-20 20:29:52.453  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:29:52.455  - info: host.ioBroker terminated
            2021-12-20 20:29:53.564  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:29:53.570  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:29:53.571  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:29:53.571  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:30:23.592  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:30:23.604  - info: host.ioBroker iobroker _restart
            2021-12-20 20:30:24.303  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:30:24.524  - info: host.ioBroker received SIGTERM
            2021-12-20 20:30:24.535  - info: host.ioBroker iobroker exit null
            2021-12-20 20:30:24.546  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:30:24.547  - info: host.ioBroker terminated
            2021-12-20 20:30:25.657  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:30:25.663  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:30:25.663  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:30:25.664  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:30:50.256  - info: host.ioBroker received SIGTERM
            2021-12-20 20:30:50.278  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:30:50.280  - info: host.ioBroker terminated
            2021-12-20 20:32:12.562  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:32:12.568  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:32:12.569  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:32:12.569  - info: host.ioBroker ip addresses:
            2021-12-20 20:33:26.192  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:33:26.205  - info: host.ioBroker iobroker _restart
            2021-12-20 20:33:27.056  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:33:28.603  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:33:28.609  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:33:28.609  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:33:28.610  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:33:58.630  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:33:58.643  - info: host.ioBroker iobroker _restart
            2021-12-20 20:33:59.332  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:33:59.553  - info: host.ioBroker received SIGTERM
            2021-12-20 20:33:59.561  - info: host.ioBroker iobroker exit null
            2021-12-20 20:33:59.574  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:33:59.575  - info: host.ioBroker terminated
            2021-12-20 20:34:00.686  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:34:00.692  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:34:00.692  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:34:00.693  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:34:30.709  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:34:30.721  - info: host.ioBroker iobroker _restart
            2021-12-20 20:34:31.420  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:34:31.641  - info: host.ioBroker received SIGTERM
            2021-12-20 20:34:31.649  - info: host.ioBroker iobroker exit null
            2021-12-20 20:34:31.662  - warn: host.ioBroker get state error: Connection is closed.
            2021-12-20 20:34:31.663  - info: host.ioBroker terminated
            2021-12-20 20:34:32.759  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:34:32.765  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:34:32.765  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:34:32.766  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:34:34.301  - info: host.ioBroker-Server  Error inMem-objects listening on port 9000: Error: listen EADDRINUSE: address already in use 0.0.0.0:9000
            2021-12-20 20:35:02.786  - error: host.ioBroker No connection to databases possible, restart
            2021-12-20 20:35:02.790  - info: host.ioBroker iobroker _restart
            2021-12-20 20:35:03.515  - info: host.ioBroker iobroker Starting node restart.js
            2021-12-20 20:35:03.743  - info: host.ioBroker received SIGTERM
            2021-12-20 20:35:03.752  - info: host.ioBroker iobroker exit null
            2021-12-20 20:35:03.762  - info: host.ioBroker terminated
            2021-12-20 20:35:05.230  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:35:05.237  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:35:05.237  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:35:05.238  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
            2021-12-20 20:35:06.909  - info: host.ioBroker connected to Objects and States
            2021-12-20 20:35:07.132  - info: host.ioBroker added notifications configuration of host
            2021-12-20 20:35:07.994  - info: host.ioBroker Delete host system.host.raspberrypi
            2021-12-20 20:35:08.152  - info: host.ioBroker 76 instances found
            2021-12-20 20:35:08.223  - warn: host.ioBroker does not start any instances on this host
            2021-12-20 20:38:31.272  - info: host.ioBroker received SIGTERM
            2021-12-20 20:38:31.433  - info: host.ioBroker terminated
            2021-12-20 20:38:39.634  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
            2021-12-20 20:38:39.640  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
            2021-12-20 20:38:39.641  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
            2021-12-20 20:38:39.641  - info: host.ioBroker ip addresses:
            2021-12-20 20:38:41.808  - info: host.ioBroker connected to Objects and States
            2021-12-20 20:38:42.028  - info: host.ioBroker added notifications configuration of host
            2021-12-20 20:38:42.796  - info: host.ioBroker 76 instances found
            2021-12-20 20:38:42.842  - warn: host.ioBroker does not start any instances on this host
            
            
            HomoranH 2 Antworten Letzte Antwort
            0
            • S Sirfauntleroy
              2021-12-20 20:19:41.719  - info: host.raspberrypi iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:19:41.725  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:19:41.726  - info: host.raspberrypi hostname: raspberrypi, node: v14.18.2
              2021-12-20 20:19:41.726  - info: host.raspberrypi ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:19:41.916  - info: host.raspberrypi connected to Objects and States
              2021-12-20 20:19:41.981  - info: host.raspberrypi added notifications configuration of host
              2021-12-20 20:19:42.308  - info: host.raspberrypi 3 instances found
              2021-12-20 20:19:42.318  - info: host.raspberrypi starting 3 instances
              2021-12-20 20:19:42.373  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 7465
              2021-12-20 20:19:44.326  - info: admin.0 (7465) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v14.18.2, js-controller: 3.3.21
              2021-12-20 20:19:44.378  - info: admin.0 (7465) requesting all states
              2021-12-20 20:19:44.378  - info: admin.0 (7465) requesting all objects
              2021-12-20 20:19:44.471  - info: admin.0 (7465) received all objects
              2021-12-20 20:19:44.562  - info: admin.0 (7465) http server listening on port 8081
              2021-12-20 20:19:44.563  - info: admin.0 (7465) Use link "http://localhost:8081" to configure.
              2021-12-20 20:19:44.614  - info: admin.0 (7465) State value to set for "admin.0.info.lastUpdateCheck" has to be type "number" but received type "string"
              2021-12-20 20:19:44.619  - warn: admin.0 (7465) Repository cannot be read
              2021-12-20 20:19:46.383  - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 7516
              2021-12-20 20:19:47.828  - info: discovery.0 (7516) starting. Version 2.7.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.18.2, js-controller: 3.3.21
              2021-12-20 20:19:50.359  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 7532
              2021-12-20 20:19:51.894  - info: backitup.0 (7532) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.21
              2021-12-20 20:19:51.955  - info: backitup.0 (7532) [iobroker] backup was activated at 02:40 every 1 day(s)
              2021-12-20 20:20:19.503  - info: host.raspberrypi Updating repository "default" under "http://download.iobroker.net/sources-dist.json"
              2021-12-20 20:24:12.848  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
              2021-12-20 20:24:12.858  - info: backitup.0 (7532) Got terminate signal TERMINATE_YOURSELF
              2021-12-20 20:24:12.858  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
              2021-12-20 20:24:12.859  - info: backitup.0 (7532) cleaned everything up...
              2021-12-20 20:24:12.860  - info: backitup.0 (7532) terminating
              2021-12-20 20:24:12.862  - info: backitup.0 (7532) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2021-12-20 20:24:13.406  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2021-12-20 20:24:15.919  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 7607
              2021-12-20 20:24:17.494  - info: backitup.0 (7607) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.21
              2021-12-20 20:24:17.558  - info: backitup.0 (7607) [iobroker] backup was activated at 02:40 every 1 day(s)
              2021-12-20 20:25:06.270  - info: host.raspberrypi received SIGTERM
              2021-12-20 20:25:06.272  - info: backitup.0 (7607) cleaned everything up...
              2021-12-20 20:25:06.272  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, process=true)
              2021-12-20 20:25:06.273  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=true)
              2021-12-20 20:25:06.274  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
              2021-12-20 20:25:06.271  - info: admin.0 (7465) terminating http server on port 8081
              2021-12-20 20:25:06.292  - info: discovery.0 (7516) Got terminate signal TERMINATE_YOURSELF
              2021-12-20 20:25:06.293  - info: backitup.0 (7607) Got terminate signal TERMINATE_YOURSELF
              2021-12-20 20:25:06.291  - info: admin.0 (7465) Got terminate signal TERMINATE_YOURSELF
              2021-12-20 20:25:06.298  - info: backitup.0 (7607) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
              2021-12-20 20:25:06.298  - info: discovery.0 (7516) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
              2021-12-20 20:25:06.299  - info: host.raspberrypi stopInstance system.adapter.admin.0 send kill signal
              2021-12-20 20:25:06.301  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill signal
              2021-12-20 20:25:06.301  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
              2021-12-20 20:25:06.305  - info: admin.0 (7465) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
              2021-12-20 20:25:06.857  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2021-12-20 20:25:06.875  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2021-12-20 20:25:06.879  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2021-12-20 20:25:06.880  - info: host.raspberrypi All instances are stopped.
              2021-12-20 20:25:06.943  - info: host.raspberrypi terminated
              2021-12-20 20:26:08.968  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:26:08.974  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:26:08.975  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:26:08.975  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:26:38.995  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:26:39.008  - info: host.ioBroker iobroker _restart
              2021-12-20 20:26:39.700  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:26:39.920  - info: host.ioBroker received SIGTERM
              2021-12-20 20:26:39.936  - info: host.ioBroker iobroker exit null
              2021-12-20 20:26:39.943  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:26:39.944  - info: host.ioBroker terminated
              2021-12-20 20:26:41.052  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:26:41.057  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:26:41.058  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:26:41.058  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:27:11.078  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:27:11.091  - info: host.ioBroker iobroker _restart
              2021-12-20 20:27:11.787  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:27:12.007  - info: host.ioBroker received SIGTERM
              2021-12-20 20:27:12.018  - info: host.ioBroker iobroker exit null
              2021-12-20 20:27:12.029  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:27:12.030  - info: host.ioBroker terminated
              2021-12-20 20:27:13.128  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:27:13.134  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:27:13.135  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:27:13.135  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:27:43.152  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:27:43.164  - info: host.ioBroker iobroker _restart
              2021-12-20 20:27:43.859  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:27:44.079  - info: host.ioBroker received SIGTERM
              2021-12-20 20:27:44.089  - info: host.ioBroker iobroker exit null
              2021-12-20 20:27:44.098  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:27:44.099  - info: host.ioBroker terminated
              2021-12-20 20:27:45.208  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:27:45.214  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:27:45.215  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:27:45.215  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:28:15.235  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:28:15.248  - info: host.ioBroker iobroker _restart
              2021-12-20 20:28:15.944  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:28:16.165  - info: host.ioBroker received SIGTERM
              2021-12-20 20:28:16.178  - info: host.ioBroker iobroker exit null
              2021-12-20 20:28:16.186  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:28:16.187  - info: host.ioBroker terminated
              2021-12-20 20:28:17.285  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:28:17.291  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:28:17.292  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:28:17.292  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:28:47.312  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:28:47.325  - info: host.ioBroker iobroker _restart
              2021-12-20 20:28:48.026  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:28:48.247  - info: host.ioBroker received SIGTERM
              2021-12-20 20:28:48.256  - info: host.ioBroker iobroker exit null
              2021-12-20 20:28:48.268  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:28:48.270  - info: host.ioBroker terminated
              2021-12-20 20:28:49.376  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:28:49.382  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:28:49.383  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:28:49.383  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:29:19.404  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:29:19.416  - info: host.ioBroker iobroker _restart
              2021-12-20 20:29:20.115  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:29:20.336  - info: host.ioBroker received SIGTERM
              2021-12-20 20:29:20.347  - info: host.ioBroker iobroker exit null
              2021-12-20 20:29:20.358  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:29:20.359  - info: host.ioBroker terminated
              2021-12-20 20:29:21.475  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:29:21.481  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:29:21.481  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:29:21.482  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:29:51.502  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:29:51.515  - info: host.ioBroker iobroker _restart
              2021-12-20 20:29:52.209  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:29:52.432  - info: host.ioBroker received SIGTERM
              2021-12-20 20:29:52.445  - info: host.ioBroker iobroker exit null
              2021-12-20 20:29:52.453  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:29:52.455  - info: host.ioBroker terminated
              2021-12-20 20:29:53.564  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:29:53.570  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:29:53.571  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:29:53.571  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:30:23.592  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:30:23.604  - info: host.ioBroker iobroker _restart
              2021-12-20 20:30:24.303  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:30:24.524  - info: host.ioBroker received SIGTERM
              2021-12-20 20:30:24.535  - info: host.ioBroker iobroker exit null
              2021-12-20 20:30:24.546  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:30:24.547  - info: host.ioBroker terminated
              2021-12-20 20:30:25.657  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:30:25.663  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:30:25.663  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:30:25.664  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:30:50.256  - info: host.ioBroker received SIGTERM
              2021-12-20 20:30:50.278  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:30:50.280  - info: host.ioBroker terminated
              2021-12-20 20:32:12.562  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:32:12.568  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:32:12.569  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:32:12.569  - info: host.ioBroker ip addresses:
              2021-12-20 20:33:26.192  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:33:26.205  - info: host.ioBroker iobroker _restart
              2021-12-20 20:33:27.056  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:33:28.603  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:33:28.609  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:33:28.609  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:33:28.610  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:33:58.630  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:33:58.643  - info: host.ioBroker iobroker _restart
              2021-12-20 20:33:59.332  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:33:59.553  - info: host.ioBroker received SIGTERM
              2021-12-20 20:33:59.561  - info: host.ioBroker iobroker exit null
              2021-12-20 20:33:59.574  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:33:59.575  - info: host.ioBroker terminated
              2021-12-20 20:34:00.686  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:34:00.692  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:34:00.692  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:34:00.693  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:34:30.709  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:34:30.721  - info: host.ioBroker iobroker _restart
              2021-12-20 20:34:31.420  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:34:31.641  - info: host.ioBroker received SIGTERM
              2021-12-20 20:34:31.649  - info: host.ioBroker iobroker exit null
              2021-12-20 20:34:31.662  - warn: host.ioBroker get state error: Connection is closed.
              2021-12-20 20:34:31.663  - info: host.ioBroker terminated
              2021-12-20 20:34:32.759  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:34:32.765  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:34:32.765  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:34:32.766  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:34:34.301  - info: host.ioBroker-Server  Error inMem-objects listening on port 9000: Error: listen EADDRINUSE: address already in use 0.0.0.0:9000
              2021-12-20 20:35:02.786  - error: host.ioBroker No connection to databases possible, restart
              2021-12-20 20:35:02.790  - info: host.ioBroker iobroker _restart
              2021-12-20 20:35:03.515  - info: host.ioBroker iobroker Starting node restart.js
              2021-12-20 20:35:03.743  - info: host.ioBroker received SIGTERM
              2021-12-20 20:35:03.752  - info: host.ioBroker iobroker exit null
              2021-12-20 20:35:03.762  - info: host.ioBroker terminated
              2021-12-20 20:35:05.230  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:35:05.237  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:35:05.237  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:35:05.238  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
              2021-12-20 20:35:06.909  - info: host.ioBroker connected to Objects and States
              2021-12-20 20:35:07.132  - info: host.ioBroker added notifications configuration of host
              2021-12-20 20:35:07.994  - info: host.ioBroker Delete host system.host.raspberrypi
              2021-12-20 20:35:08.152  - info: host.ioBroker 76 instances found
              2021-12-20 20:35:08.223  - warn: host.ioBroker does not start any instances on this host
              2021-12-20 20:38:31.272  - info: host.ioBroker received SIGTERM
              2021-12-20 20:38:31.433  - info: host.ioBroker terminated
              2021-12-20 20:38:39.634  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
              2021-12-20 20:38:39.640  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
              2021-12-20 20:38:39.641  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
              2021-12-20 20:38:39.641  - info: host.ioBroker ip addresses:
              2021-12-20 20:38:41.808  - info: host.ioBroker connected to Objects and States
              2021-12-20 20:38:42.028  - info: host.ioBroker added notifications configuration of host
              2021-12-20 20:38:42.796  - info: host.ioBroker 76 instances found
              2021-12-20 20:38:42.842  - warn: host.ioBroker does not start any instances on this host
              
              
              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #32

              @sirfauntleroy sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

              error: host.ioBroker No connection to databases possible, restart

              Sorry, dann hat @Thomas-Braun wohl doch recht dass es nicht geht, oder da ist noch ein ganz anderer Wurm drin.

              Vielleicht hat @Thomas-Braun noch ne idee - mir gehen dieselben aus :-(

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              S Thomas BraunT 2 Antworten Letzte Antwort
              0
              • HomoranH Homoran

                @sirfauntleroy sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                error: host.ioBroker No connection to databases possible, restart

                Sorry, dann hat @Thomas-Braun wohl doch recht dass es nicht geht, oder da ist noch ein ganz anderer Wurm drin.

                Vielleicht hat @Thomas-Braun noch ne idee - mir gehen dieselben aus :-(

                S Offline
                S Offline
                Sirfauntleroy
                schrieb am zuletzt editiert von
                #33

                @homoran

                ich spiel jetzt mal das image nochmal neu, installier iobroker neu, installier redis und schau dann mal

                1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @sirfauntleroy sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                  error: host.ioBroker No connection to databases possible, restart

                  Sorry, dann hat @Thomas-Braun wohl doch recht dass es nicht geht, oder da ist noch ein ganz anderer Wurm drin.

                  Vielleicht hat @Thomas-Braun noch ne idee - mir gehen dieselben aus :-(

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

                  @homoran @Sirfauntleroy

                  Was ist denn da jetzt der Status?

                  apt policy redis
                  iobroker status
                  

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

                  S 1 Antwort Letzte Antwort
                  0
                  • S Sirfauntleroy
                    2021-12-20 20:19:41.719  - info: host.raspberrypi iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:19:41.725  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:19:41.726  - info: host.raspberrypi hostname: raspberrypi, node: v14.18.2
                    2021-12-20 20:19:41.726  - info: host.raspberrypi ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:19:41.916  - info: host.raspberrypi connected to Objects and States
                    2021-12-20 20:19:41.981  - info: host.raspberrypi added notifications configuration of host
                    2021-12-20 20:19:42.308  - info: host.raspberrypi 3 instances found
                    2021-12-20 20:19:42.318  - info: host.raspberrypi starting 3 instances
                    2021-12-20 20:19:42.373  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 7465
                    2021-12-20 20:19:44.326  - info: admin.0 (7465) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v14.18.2, js-controller: 3.3.21
                    2021-12-20 20:19:44.378  - info: admin.0 (7465) requesting all states
                    2021-12-20 20:19:44.378  - info: admin.0 (7465) requesting all objects
                    2021-12-20 20:19:44.471  - info: admin.0 (7465) received all objects
                    2021-12-20 20:19:44.562  - info: admin.0 (7465) http server listening on port 8081
                    2021-12-20 20:19:44.563  - info: admin.0 (7465) Use link "http://localhost:8081" to configure.
                    2021-12-20 20:19:44.614  - info: admin.0 (7465) State value to set for "admin.0.info.lastUpdateCheck" has to be type "number" but received type "string"
                    2021-12-20 20:19:44.619  - warn: admin.0 (7465) Repository cannot be read
                    2021-12-20 20:19:46.383  - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 7516
                    2021-12-20 20:19:47.828  - info: discovery.0 (7516) starting. Version 2.7.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.18.2, js-controller: 3.3.21
                    2021-12-20 20:19:50.359  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 7532
                    2021-12-20 20:19:51.894  - info: backitup.0 (7532) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.21
                    2021-12-20 20:19:51.955  - info: backitup.0 (7532) [iobroker] backup was activated at 02:40 every 1 day(s)
                    2021-12-20 20:20:19.503  - info: host.raspberrypi Updating repository "default" under "http://download.iobroker.net/sources-dist.json"
                    2021-12-20 20:24:12.848  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
                    2021-12-20 20:24:12.858  - info: backitup.0 (7532) Got terminate signal TERMINATE_YOURSELF
                    2021-12-20 20:24:12.858  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
                    2021-12-20 20:24:12.859  - info: backitup.0 (7532) cleaned everything up...
                    2021-12-20 20:24:12.860  - info: backitup.0 (7532) terminating
                    2021-12-20 20:24:12.862  - info: backitup.0 (7532) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    2021-12-20 20:24:13.406  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    2021-12-20 20:24:15.919  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 7607
                    2021-12-20 20:24:17.494  - info: backitup.0 (7607) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.21
                    2021-12-20 20:24:17.558  - info: backitup.0 (7607) [iobroker] backup was activated at 02:40 every 1 day(s)
                    2021-12-20 20:25:06.270  - info: host.raspberrypi received SIGTERM
                    2021-12-20 20:25:06.272  - info: backitup.0 (7607) cleaned everything up...
                    2021-12-20 20:25:06.272  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, process=true)
                    2021-12-20 20:25:06.273  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=true)
                    2021-12-20 20:25:06.274  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, process=true)
                    2021-12-20 20:25:06.271  - info: admin.0 (7465) terminating http server on port 8081
                    2021-12-20 20:25:06.292  - info: discovery.0 (7516) Got terminate signal TERMINATE_YOURSELF
                    2021-12-20 20:25:06.293  - info: backitup.0 (7607) Got terminate signal TERMINATE_YOURSELF
                    2021-12-20 20:25:06.291  - info: admin.0 (7465) Got terminate signal TERMINATE_YOURSELF
                    2021-12-20 20:25:06.298  - info: backitup.0 (7607) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                    2021-12-20 20:25:06.298  - info: discovery.0 (7516) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                    2021-12-20 20:25:06.299  - info: host.raspberrypi stopInstance system.adapter.admin.0 send kill signal
                    2021-12-20 20:25:06.301  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill signal
                    2021-12-20 20:25:06.301  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signal
                    2021-12-20 20:25:06.305  - info: admin.0 (7465) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                    2021-12-20 20:25:06.857  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                    2021-12-20 20:25:06.875  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                    2021-12-20 20:25:06.879  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                    2021-12-20 20:25:06.880  - info: host.raspberrypi All instances are stopped.
                    2021-12-20 20:25:06.943  - info: host.raspberrypi terminated
                    2021-12-20 20:26:08.968  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:26:08.974  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:26:08.975  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:26:08.975  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:26:38.995  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:26:39.008  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:26:39.700  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:26:39.920  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:26:39.936  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:26:39.943  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:26:39.944  - info: host.ioBroker terminated
                    2021-12-20 20:26:41.052  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:26:41.057  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:26:41.058  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:26:41.058  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:27:11.078  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:27:11.091  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:27:11.787  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:27:12.007  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:27:12.018  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:27:12.029  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:27:12.030  - info: host.ioBroker terminated
                    2021-12-20 20:27:13.128  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:27:13.134  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:27:13.135  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:27:13.135  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:27:43.152  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:27:43.164  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:27:43.859  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:27:44.079  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:27:44.089  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:27:44.098  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:27:44.099  - info: host.ioBroker terminated
                    2021-12-20 20:27:45.208  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:27:45.214  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:27:45.215  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:27:45.215  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:28:15.235  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:28:15.248  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:28:15.944  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:28:16.165  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:28:16.178  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:28:16.186  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:28:16.187  - info: host.ioBroker terminated
                    2021-12-20 20:28:17.285  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:28:17.291  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:28:17.292  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:28:17.292  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:28:47.312  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:28:47.325  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:28:48.026  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:28:48.247  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:28:48.256  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:28:48.268  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:28:48.270  - info: host.ioBroker terminated
                    2021-12-20 20:28:49.376  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:28:49.382  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:28:49.383  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:28:49.383  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:29:19.404  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:29:19.416  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:29:20.115  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:29:20.336  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:29:20.347  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:29:20.358  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:29:20.359  - info: host.ioBroker terminated
                    2021-12-20 20:29:21.475  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:29:21.481  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:29:21.481  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:29:21.482  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:29:51.502  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:29:51.515  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:29:52.209  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:29:52.432  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:29:52.445  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:29:52.453  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:29:52.455  - info: host.ioBroker terminated
                    2021-12-20 20:29:53.564  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:29:53.570  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:29:53.571  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:29:53.571  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:30:23.592  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:30:23.604  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:30:24.303  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:30:24.524  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:30:24.535  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:30:24.546  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:30:24.547  - info: host.ioBroker terminated
                    2021-12-20 20:30:25.657  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:30:25.663  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:30:25.663  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:30:25.664  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:30:50.256  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:30:50.278  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:30:50.280  - info: host.ioBroker terminated
                    2021-12-20 20:32:12.562  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:32:12.568  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:32:12.569  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:32:12.569  - info: host.ioBroker ip addresses:
                    2021-12-20 20:33:26.192  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:33:26.205  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:33:27.056  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:33:28.603  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:33:28.609  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:33:28.609  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:33:28.610  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:33:58.630  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:33:58.643  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:33:59.332  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:33:59.553  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:33:59.561  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:33:59.574  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:33:59.575  - info: host.ioBroker terminated
                    2021-12-20 20:34:00.686  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:34:00.692  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:34:00.692  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:34:00.693  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:34:30.709  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:34:30.721  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:34:31.420  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:34:31.641  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:34:31.649  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:34:31.662  - warn: host.ioBroker get state error: Connection is closed.
                    2021-12-20 20:34:31.663  - info: host.ioBroker terminated
                    2021-12-20 20:34:32.759  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:34:32.765  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:34:32.765  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:34:32.766  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:34:34.301  - info: host.ioBroker-Server  Error inMem-objects listening on port 9000: Error: listen EADDRINUSE: address already in use 0.0.0.0:9000
                    2021-12-20 20:35:02.786  - error: host.ioBroker No connection to databases possible, restart
                    2021-12-20 20:35:02.790  - info: host.ioBroker iobroker _restart
                    2021-12-20 20:35:03.515  - info: host.ioBroker iobroker Starting node restart.js
                    2021-12-20 20:35:03.743  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:35:03.752  - info: host.ioBroker iobroker exit null
                    2021-12-20 20:35:03.762  - info: host.ioBroker terminated
                    2021-12-20 20:35:05.230  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:35:05.237  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:35:05.237  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:35:05.238  - info: host.ioBroker ip addresses: 192.168.10.11 fe80::83dc:394c:a7a1:9592
                    2021-12-20 20:35:06.909  - info: host.ioBroker connected to Objects and States
                    2021-12-20 20:35:07.132  - info: host.ioBroker added notifications configuration of host
                    2021-12-20 20:35:07.994  - info: host.ioBroker Delete host system.host.raspberrypi
                    2021-12-20 20:35:08.152  - info: host.ioBroker 76 instances found
                    2021-12-20 20:35:08.223  - warn: host.ioBroker does not start any instances on this host
                    2021-12-20 20:38:31.272  - info: host.ioBroker received SIGTERM
                    2021-12-20 20:38:31.433  - info: host.ioBroker terminated
                    2021-12-20 20:38:39.634  - info: host.ioBroker iobroker.js-controller version 3.3.21 js-controller starting
                    2021-12-20 20:38:39.640  - info: host.ioBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-12-20 20:38:39.641  - info: host.ioBroker hostname: ioBroker, node: v14.18.2
                    2021-12-20 20:38:39.641  - info: host.ioBroker ip addresses:
                    2021-12-20 20:38:41.808  - info: host.ioBroker connected to Objects and States
                    2021-12-20 20:38:42.028  - info: host.ioBroker added notifications configuration of host
                    2021-12-20 20:38:42.796  - info: host.ioBroker 76 instances found
                    2021-12-20 20:38:42.842  - warn: host.ioBroker does not start any instances on this host
                    
                    
                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb am zuletzt editiert von
                    #35

                    Hab doch noch was gesehen:

                    @sirfauntleroy sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                    info: host.ioBroker-Server Error inMem-objects listening on port 9000: Error: listen EADDRINUSE: address already in use 0.0.0.0:9000

                    kann es aber nicht zuordnen

                    kein Support per PN! - Fragen im Forum stellen -
                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @homoran @Sirfauntleroy

                      Was ist denn da jetzt der Status?

                      apt policy redis
                      iobroker status
                      
                      S Offline
                      S Offline
                      Sirfauntleroy
                      schrieb am zuletzt editiert von
                      #36

                      @thomas-braun

                      sorry beschreib grad die SD neu.

                      unter iobroker status
                      kam nur die gleiche meldung wie zuvor

                      iobroker is running on this host.
                       
                       
                      Objects type: file
                      States  type: file
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • S Sirfauntleroy

                        @thomas-braun

                        sorry beschreib grad die SD neu.

                        unter iobroker status
                        kam nur die gleiche meldung wie zuvor

                        iobroker is running on this host.
                         
                         
                        Objects type: file
                        States  type: file
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #37

                        @sirfauntleroy Dann installiert vor dem rückspielen des Backups redis.

                        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
                        • HomoranH Nicht stören
                          HomoranH Nicht stören
                          Homoran
                          Global Moderator Administrators
                          schrieb am zuletzt editiert von
                          #38

                          @Thomas-Braun

                          bis hierhin sah es noch gut aus
                          2021-12-20 20:25:06.270 - info: host.raspberrypi received SIGTERM

                          Wo kommt da der SIGTERM auf einmal her

                          kein Support per PN! - Fragen im Forum stellen -
                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          S F 2 Antworten Letzte Antwort
                          0
                          • HomoranH Homoran

                            @Thomas-Braun

                            bis hierhin sah es noch gut aus
                            2021-12-20 20:25:06.270 - info: host.raspberrypi received SIGTERM

                            Wo kommt da der SIGTERM auf einmal her

                            S Offline
                            S Offline
                            Sirfauntleroy
                            schrieb am zuletzt editiert von
                            #39

                            @homoran
                            gute Frage
                            bekommt er den durch den "iob fix"?

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • S Sirfauntleroy

                              @homoran
                              gute Frage
                              bekommt er den durch den "iob fix"?

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

                              @sirfauntleroy
                              Möglich. Vor dem fix stoppt man den iobroker ja. Das wird dann wohl per SIGTERM passieren.

                              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

                              HomoranH 1 Antwort Letzte Antwort
                              0
                              • HomoranH Homoran

                                @Thomas-Braun

                                bis hierhin sah es noch gut aus
                                2021-12-20 20:25:06.270 - info: host.raspberrypi received SIGTERM

                                Wo kommt da der SIGTERM auf einmal her

                                F Online
                                F Online
                                fastfoot
                                schrieb am zuletzt editiert von
                                #41

                                @homoran sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                Wo kommt da der SIGTERM auf einmal her

                                später heisst der host iobroker, die instanzen laufen auf einen anderen hostnamen, deshalb die Meldung host.ioBroker does not start any instances on this host. ein iob host this sollte das bereinigen

                                iobroker läuft unter Docker auf QNAP TS-451+
                                SkriptRecovery: https://forum.iobroker.net/post/930558

                                HomoranH 1 Antwort Letzte Antwort
                                1
                                • Thomas BraunT Thomas Braun

                                  @sirfauntleroy
                                  Möglich. Vor dem fix stoppt man den iobroker ja. Das wird dann wohl per SIGTERM passieren.

                                  HomoranH Nicht stören
                                  HomoranH Nicht stören
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #42

                                  @thomas-braun sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                  Möglich. Vor dem fix stoppt man den iobroker ja. Das wird dann wohl per SIGTERM passieren.

                                  passt, aber dass er dann nach dem Fixer nicht mehr hochkommt ist schon seltsam

                                  kein Support per PN! - Fragen im Forum stellen -
                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  1 Antwort Letzte Antwort
                                  0
                                  • F fastfoot

                                    @homoran sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                    Wo kommt da der SIGTERM auf einmal her

                                    später heisst der host iobroker, die instanzen laufen auf einen anderen hostnamen, deshalb die Meldung host.ioBroker does not start any instances on this host. ein iob host this sollte das bereinigen

                                    HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb am zuletzt editiert von
                                    #43

                                    @fastfoot sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                    @homoran sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                    Wo kommt da der SIGTERM auf einmal her

                                    später heisst der host iobroker, die instanzen laufen auf einen anderen hostnamen, deshalb die Meldung host.ioBroker does not start any instances on this host. ein iob host this sollte das bereinigen

                                    DANKE!!!

                                    Schon wieder mal nicht gesehen - gestern erst

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    F 1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @fastfoot sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                      @homoran sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                      Wo kommt da der SIGTERM auf einmal her

                                      später heisst der host iobroker, die instanzen laufen auf einen anderen hostnamen, deshalb die Meldung host.ioBroker does not start any instances on this host. ein iob host this sollte das bereinigen

                                      DANKE!!!

                                      Schon wieder mal nicht gesehen - gestern erst

                                      F Online
                                      F Online
                                      fastfoot
                                      schrieb am zuletzt editiert von
                                      #44

                                      @homoran sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                      @fastfoot sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                      @homoran sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                      Wo kommt da der SIGTERM auf einmal her

                                      später heisst der host iobroker, die instanzen laufen auf einen anderen hostnamen, deshalb die Meldung host.ioBroker does not start any instances on this host. ein iob host this sollte das bereinigen

                                      DANKE!!!

                                      Schon wieder mal nicht gesehen - gestern erst

                                      sieht man auch an list instances, die zeigen noch auf raspberrypi

                                      iobroker läuft unter Docker auf QNAP TS-451+
                                      SkriptRecovery: https://forum.iobroker.net/post/930558

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • F fastfoot

                                        @homoran sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                        @fastfoot sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                        @homoran sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                        Wo kommt da der SIGTERM auf einmal her

                                        später heisst der host iobroker, die instanzen laufen auf einen anderen hostnamen, deshalb die Meldung host.ioBroker does not start any instances on this host. ein iob host this sollte das bereinigen

                                        DANKE!!!

                                        Schon wieder mal nicht gesehen - gestern erst

                                        sieht man auch an list instances, die zeigen noch auf raspberrypi

                                        HomoranH Nicht stören
                                        HomoranH Nicht stören
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von
                                        #45

                                        @fastfoot sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                        sieht man auch an list instances, die zeigen noch auf raspberrypi

                                        ja, die Spalte blende ich immer irgendwie aus 😳 :-(

                                        kein Support per PN! - Fragen im Forum stellen -
                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        S 1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @fastfoot sagte in Crash - no connection to states 0.0.0.0:6370[redis]:

                                          sieht man auch an list instances, die zeigen noch auf raspberrypi

                                          ja, die Spalte blende ich immer irgendwie aus 😳 :-(

                                          S Offline
                                          S Offline
                                          Sirfauntleroy
                                          schrieb am zuletzt editiert von
                                          #46

                                          @homoran
                                          21f7498b-b4a0-4882-8454-5033b71f6c02-image.png
                                          das Fenster bleibt jetzt so, bis alles wiederhergestellt ist?

                                          einfach mal so laufen lassen. ... kommen da zwischen drin neue Zeilen, dass man sieht, das was passiert?

                                          HomoranH Thomas BraunT 2 Antworten 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

                                          480

                                          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