Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Crash - no connection to states 0.0.0.0:6370[redis]

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @Thomas Braun last edited by

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

      @homoran

      Nein, du bekommst das ohne redis dann gar nicht erst wieder reingespielt, wenn das Backup auf redis gesetzt hatte.

      War auch meine spontane Meinung, glaube mich aber zu erinnern, dass dann der genannte Fehler auftritt und nach Änderung auf File/File es trotzdem wieder läuft.

      (kann mich aber auch irren)

      Thomas Braun S 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Homoran last edited by

        @homoran
        Dann fehlt dir der states oder objects Teil. Oder beides, wenn voll auf redis umgestellt war.

        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Thomas Braun last edited by Homoran

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

          Dann fehlt dir der states oder objects Teil.

          ich gehe erst einmal nur von states aus.
          und ja, dann fehlen doch nur die Werte, oder???

          ich hatte bei so einem Fall immer vor dem Backup schon auf file/file umgestellt

          1 Reply Last reply Reply Quote 0
          • S
            Sirfauntleroy @Homoran last edited by

            @homoran
            f2980dca-6b9e-4a1e-a98f-67b694b9d7e1-image.png

            bin euren Tips bis jetzt gefolgt. (also ausprobiert, ob ohne vorherigem installieren von Redis...)

            Dann hätte ich das Backup eingespielt.

            dann kam ein Standbild. und über SSH:

            iob status
            No connection to states 0.0.0.0:6379[redis]
            
            

            interessant 😄

            Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Sirfauntleroy last edited by

              @sirfauntleroy

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

              1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @Sirfauntleroy last edited by 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 1 Reply Last reply Reply Quote 0
                • S
                  Sirfauntleroy @Homoran last edited by

                  @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

                  Homoran 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Sirfauntleroy last edited by

                    @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 1 Reply Last reply Reply Quote 0
                    • S
                      Sirfauntleroy @Homoran last edited by

                      @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
                      
                      
                      Homoran 1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @Sirfauntleroy last edited by

                        @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 1 Reply Last reply Reply Quote 0
                        • S
                          Sirfauntleroy @Homoran last edited by

                          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
                          
                          
                          Homoran 2 Replies Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @Sirfauntleroy last edited by

                            @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 Thomas Braun 2 Replies Last reply Reply Quote 0
                            • S
                              Sirfauntleroy @Homoran last edited by

                              @homoran

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

                              1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Homoran last edited by

                                @homoran @Sirfauntleroy

                                Was ist denn da jetzt der Status?

                                apt policy redis
                                iobroker status
                                
                                S 1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Sirfauntleroy last edited by

                                  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

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    Sirfauntleroy @Thomas Braun last edited by

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

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

                                      1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators last edited by

                                        @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 F 2 Replies Last reply Reply Quote 0
                                        • S
                                          Sirfauntleroy @Homoran last edited by

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

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Sirfauntleroy last edited by

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

                                            Homoran 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            827
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            59
                                            2997
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo