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

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. ioBroker startet nicht mehr

NEWS

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

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

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

ioBroker startet nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
123 Beiträge 11 Kommentatoren 16.1k Aufrufe 12 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • F Offline
    F Offline
    fraso
    schrieb am zuletzt editiert von
    #74

    @apollon77 sagte in ioBroker startet nicht mehr:

    Warum das eigentlich?

    Das kann ich Dir nicht beantworten.
    Ob ich das eingestellt habe oder bei der Installation vorgegeben war... ich wüßte jetzt nicht mal wo ich aus/einschalten kann.

    1 Antwort Letzte Antwort
    0
    • apollon77A apollon77

      @fraso bitte zeige mal deine /opt/iobroker/iobroker-data/iobroker.json und da die Abschnitte mit States und objects.

      Side question:

      Mein iobroker startete nachts autmatisch neu (normaler, tägl. restart)

      Warum das eigentlich?

      F Offline
      F Offline
      fraso
      schrieb am zuletzt editiert von
      #75

      @apollon77 sagte in ioBroker startet nicht mehr:

      bitte zeige mal deine /opt/iobroker/iobroker-data/iobroker.json und da die Abschnitte mit States und objects.

      e6iob@NUCioBroker:~$ cat /opt/iobroker/iobroker-data/iobroker.json
      {
        "system": {
          "memoryLimitMB": 0,
          "hostname": "",
          "statisticsInterval": 15000,
          "statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated",
          "checkDiskInterval": 300000,
          "checkDiskIntervalComment": "Interval how often the disk size will be checked",
          "instanceStartInterval": 2000,
          "noChmodComment": "Flag to test new feature with no chmod call. Must be deleted later and noChmod must be mainline (2018.06.04)",
          "compact": false,
          "compactComment": "Controller will try to start the instances as a part of the same process. No spawn will be done. Only by adapters that support it and have flag compact flag in io-package.json",
          "allowShellCommands": false,
          "allowShellCommandsComment": "Allow execution of \"shell\" sendToHost commands",
          "memLimitWarn": 100,
          "memLimitWarnComment": "If the available RAM is below this threshold on adapter start, a warning will be logged.",
          "memLimitError": 50,
          "memLimitErrorComment": "If the available RAM is below this threshold on adapter start, an error will be logged."
        },
        "multihostService": {
          "enabled": false,
          "secure": true,
          "password": ""
        },
        "objects": {
          "type": "jsonl",
          "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
          "host": "127.0.0.1",
          "port": 9001,
          "noFileCache": false,
          "maxQueue": 1000,
          "connectTimeout": 2000,
          "writeFileInterval": 5000,
          "dataDir": "",
          "options": {
            "auth_pass": null,
            "retry_max_delay": 5000,
            "retry_max_count": 19,
            "db": 0,
            "family": 0
          },
          "backup": {
            "disabled": false,
            "files": 24,
            "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
            "hours": 48,
            "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
            "period": 120,
            "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
            "path": "",
            "pathComment": "Absolute path to backup directory or empty to backup in data directory"
          },
          "jsonlOptions": {
            "autoCompress": {},
            "throttleFS": {}
          }
        },
        "states": {
          "type": "jsonl",
          "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
          "host": "127.0.0.1",
          "port": 9000,
          "connectTimeout": 2000,
          "writeFileInterval": 30000,
          "dataDir": "",
          "options": {
            "auth_pass": null,
            "retry_max_delay": 5000,
            "retry_max_count": 19,
            "db": 0,
            "family": 0
          },
          "backup": {
            "disabled": false,
            "files": 24,
            "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
            "hours": 48,
            "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
            "period": 120,
            "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
            "path": "",
            "pathComment": "Absolute path to backup directory or empty to backup in data directory"
          },
          "jsonlOptions": {
            "autoCompress": {},
            "throttleFS": {}
          }
        },
        "log": {
          "level": "info",
          "maxDays": 3,
          "noStdout": true,
          "transport": {
            "file1": {
              "type": "file",
              "enabled": true,
              "filename": "log/iobroker",
              "fileext": ".log",
              "maxsize": null,
              "maxFiles": null,
              "maxSize": null,
              "level": ""
            },
            "syslog1": {
              "type": "syslog",
              "enabled": false,
              "host": "localhost",
              "hostComment": "The host running syslogd, defaults to localhost.",
              "portComment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
              "protocol": "udp4",
              "protocolComment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
              "pathComment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
              "facilityComment": "Syslog facility to use (Default: local0).",
              "localhost": "iobroker",
              "localhostComment": "Host to indicate that log messages are coming from (Default: localhost).",
              "sysLogTypeComment": "The type of the syslog protocol to use (Default: BSD).",
              "app_nameComment": "The name of the application (Default: process.title).",
              "eolComment": "The end of line character to be added to the end of the message (Default: Message without modifications).",
              "level": "",
              "facility": ""
            },
            "seq1": {
              "type": "seq",
              "enabled": false,
              "serverUrl": "http://IP:PORT",
              "serverUrlComment": "The http(s) URL including port of the seq server. If you use HTTPS a real certificate is needed; self signed certs are ot accepted.",
              "apiKey": "",
              "apiKeyComment": "The apiKey of the seq system",
              "level": "",
              "eol": ""
            }
          }
        },
        "plugins": {},
        "dataDir": "../../iobroker-data/"
      }e6iob@NUCioBroker:~$ 
      
      
      apollon77A 1 Antwort Letzte Antwort
      0
      • F fraso

        @apollon77 sagte in ioBroker startet nicht mehr:

        bitte zeige mal deine /opt/iobroker/iobroker-data/iobroker.json und da die Abschnitte mit States und objects.

        e6iob@NUCioBroker:~$ cat /opt/iobroker/iobroker-data/iobroker.json
        {
          "system": {
            "memoryLimitMB": 0,
            "hostname": "",
            "statisticsInterval": 15000,
            "statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated",
            "checkDiskInterval": 300000,
            "checkDiskIntervalComment": "Interval how often the disk size will be checked",
            "instanceStartInterval": 2000,
            "noChmodComment": "Flag to test new feature with no chmod call. Must be deleted later and noChmod must be mainline (2018.06.04)",
            "compact": false,
            "compactComment": "Controller will try to start the instances as a part of the same process. No spawn will be done. Only by adapters that support it and have flag compact flag in io-package.json",
            "allowShellCommands": false,
            "allowShellCommandsComment": "Allow execution of \"shell\" sendToHost commands",
            "memLimitWarn": 100,
            "memLimitWarnComment": "If the available RAM is below this threshold on adapter start, a warning will be logged.",
            "memLimitError": 50,
            "memLimitErrorComment": "If the available RAM is below this threshold on adapter start, an error will be logged."
          },
          "multihostService": {
            "enabled": false,
            "secure": true,
            "password": ""
          },
          "objects": {
            "type": "jsonl",
            "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
            "host": "127.0.0.1",
            "port": 9001,
            "noFileCache": false,
            "maxQueue": 1000,
            "connectTimeout": 2000,
            "writeFileInterval": 5000,
            "dataDir": "",
            "options": {
              "auth_pass": null,
              "retry_max_delay": 5000,
              "retry_max_count": 19,
              "db": 0,
              "family": 0
            },
            "backup": {
              "disabled": false,
              "files": 24,
              "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
              "hours": 48,
              "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
              "period": 120,
              "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
              "path": "",
              "pathComment": "Absolute path to backup directory or empty to backup in data directory"
            },
            "jsonlOptions": {
              "autoCompress": {},
              "throttleFS": {}
            }
          },
          "states": {
            "type": "jsonl",
            "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
            "host": "127.0.0.1",
            "port": 9000,
            "connectTimeout": 2000,
            "writeFileInterval": 30000,
            "dataDir": "",
            "options": {
              "auth_pass": null,
              "retry_max_delay": 5000,
              "retry_max_count": 19,
              "db": 0,
              "family": 0
            },
            "backup": {
              "disabled": false,
              "files": 24,
              "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
              "hours": 48,
              "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
              "period": 120,
              "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
              "path": "",
              "pathComment": "Absolute path to backup directory or empty to backup in data directory"
            },
            "jsonlOptions": {
              "autoCompress": {},
              "throttleFS": {}
            }
          },
          "log": {
            "level": "info",
            "maxDays": 3,
            "noStdout": true,
            "transport": {
              "file1": {
                "type": "file",
                "enabled": true,
                "filename": "log/iobroker",
                "fileext": ".log",
                "maxsize": null,
                "maxFiles": null,
                "maxSize": null,
                "level": ""
              },
              "syslog1": {
                "type": "syslog",
                "enabled": false,
                "host": "localhost",
                "hostComment": "The host running syslogd, defaults to localhost.",
                "portComment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
                "protocol": "udp4",
                "protocolComment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
                "pathComment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
                "facilityComment": "Syslog facility to use (Default: local0).",
                "localhost": "iobroker",
                "localhostComment": "Host to indicate that log messages are coming from (Default: localhost).",
                "sysLogTypeComment": "The type of the syslog protocol to use (Default: BSD).",
                "app_nameComment": "The name of the application (Default: process.title).",
                "eolComment": "The end of line character to be added to the end of the message (Default: Message without modifications).",
                "level": "",
                "facility": ""
              },
              "seq1": {
                "type": "seq",
                "enabled": false,
                "serverUrl": "http://IP:PORT",
                "serverUrlComment": "The http(s) URL including port of the seq server. If you use HTTPS a real certificate is needed; self signed certs are ot accepted.",
                "apiKey": "",
                "apiKeyComment": "The apiKey of the seq system",
                "level": "",
                "eol": ""
              }
            }
          },
          "plugins": {},
          "dataDir": "../../iobroker-data/"
        }e6iob@NUCioBroker:~$ 
        
        
        apollon77A Offline
        apollon77A Offline
        apollon77
        schrieb am zuletzt editiert von
        #76

        @fraso ok. Da ist in States und objects jeweils ein Bereich mit jsonOptions mit quasi zwei leeren Einträgen. Bitte wirf den kompletten jsonlOptions Teil raus. Und schau das nach dem } davor auch das Komma am Ende weg ist. Danach sollte alles wieder tun wie es soll.

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        F 1 Antwort Letzte Antwort
        0
        • apollon77A apollon77

          @fraso ok. Da ist in States und objects jeweils ein Bereich mit jsonOptions mit quasi zwei leeren Einträgen. Bitte wirf den kompletten jsonlOptions Teil raus. Und schau das nach dem } davor auch das Komma am Ende weg ist. Danach sollte alles wieder tun wie es soll.

          F Offline
          F Offline
          fraso
          schrieb am zuletzt editiert von
          #77

          @apollon77

          Kurze Info. Startet wieder ganz normal nachts durch.
          Wie gesagt, nicht der NUC macht ein stummes reboot sonder der iobroker wird beendet und dann neu gestartet. warum weiß ich aber immer noch nicht :)

          crunchipC 1 Antwort Letzte Antwort
          0
          • F fraso

            @apollon77

            Kurze Info. Startet wieder ganz normal nachts durch.
            Wie gesagt, nicht der NUC macht ein stummes reboot sonder der iobroker wird beendet und dann neu gestartet. warum weiß ich aber immer noch nicht :)

            crunchipC Abwesend
            crunchipC Abwesend
            crunchip
            Forum Testing Most Active
            schrieb am zuletzt editiert von
            #78

            @fraso sagte in ioBroker startet nicht mehr:

            sonder der iobroker wird beendet und dann neu gestartet

            von alleine macht er das ja nicht, also muss du das ja irgendwo "programmiert" haben
            auf was genau läuft der iobroker?

            umgestiegen von Proxmox auf Unraid

            F 1 Antwort Letzte Antwort
            0
            • crunchipC crunchip

              @fraso sagte in ioBroker startet nicht mehr:

              sonder der iobroker wird beendet und dann neu gestartet

              von alleine macht er das ja nicht, also muss du das ja irgendwo "programmiert" haben
              auf was genau läuft der iobroker?

              F Offline
              F Offline
              fraso
              schrieb am zuletzt editiert von
              #79

              @crunchip

              Hi, als "Alleininstallation" zusammen mit motioneye. (Windows gekillt).
              Sonst nix drauf.

              Was genau er macht weiß ich gar nicht.

              Debian GNU/Linux 11

              Intel Nuc Mini Komplett PC, Intel Core i3-10110U 2X 4,10 GHz, 16 GB RAM, 256 GB SSD

              Jetzt wo ich mich aufgrund der Nachfrage damit beschäftige bin ich mir nicht sicher ob wirklich der iobroker neu startet. Ich habe das angenommen da mir Telegram diese Nachricht sendet. Ich kam nur drauf, da nach der Meldung "beendet" iobroker eben nicht mehr lief. Mit den oben beschriebenen Effekten.

              83348616-d2d9-4be6-ba9c-7b6bceffd628-image.png

              Im Telegram Adapter habe ich diesen Text eingetragen, der eigentlich heißen müßte: Adapter Telegram wurde beendet / gestartet.

              f0df53af-8553-430e-9fb2-04e13444f722-image.png

              crunchipC 1 Antwort Letzte Antwort
              0
              • F fraso

                @crunchip

                Hi, als "Alleininstallation" zusammen mit motioneye. (Windows gekillt).
                Sonst nix drauf.

                Was genau er macht weiß ich gar nicht.

                Debian GNU/Linux 11

                Intel Nuc Mini Komplett PC, Intel Core i3-10110U 2X 4,10 GHz, 16 GB RAM, 256 GB SSD

                Jetzt wo ich mich aufgrund der Nachfrage damit beschäftige bin ich mir nicht sicher ob wirklich der iobroker neu startet. Ich habe das angenommen da mir Telegram diese Nachricht sendet. Ich kam nur drauf, da nach der Meldung "beendet" iobroker eben nicht mehr lief. Mit den oben beschriebenen Effekten.

                83348616-d2d9-4be6-ba9c-7b6bceffd628-image.png

                Im Telegram Adapter habe ich diesen Text eingetragen, der eigentlich heißen müßte: Adapter Telegram wurde beendet / gestartet.

                f0df53af-8553-430e-9fb2-04e13444f722-image.png

                crunchipC Abwesend
                crunchipC Abwesend
                crunchip
                Forum Testing Most Active
                schrieb am zuletzt editiert von
                #80

                @fraso hier ausschalten
                1edb8391-930a-452f-bf77-2985941cdfce-image.png

                umgestiegen von Proxmox auf Unraid

                1 Antwort Letzte Antwort
                0
                • apollon77A Offline
                  apollon77A Offline
                  apollon77
                  schrieb am zuletzt editiert von
                  #81

                  Ansonsten einfach ins Log File schauen, liegt auf Platte unter /opt/iobroker/log/... ... wenn der Controller restarted und auch sonst alles findet man dort

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  F 1 Antwort Letzte Antwort
                  0
                  • F Offline
                    F Offline
                    fraso
                    schrieb am zuletzt editiert von
                    #82

                    @apollon77

                    Ahhhh. ein Cronjob. OK. Ausgeschaltet. Danke.

                    1 Antwort Letzte Antwort
                    0
                    • apollon77A apollon77

                      Ansonsten einfach ins Log File schauen, liegt auf Platte unter /opt/iobroker/log/... ... wenn der Controller restarted und auch sonst alles findet man dort

                      F Offline
                      F Offline
                      fraso
                      schrieb am zuletzt editiert von
                      #83

                      @apollon77
                      Hallo,

                      meine Dateien sind gewachsen. Normalerweise freue ich mich wenn etwas gutes wächst. Aber diesmal nicht.

                      Iobroker hat die Platte voll gemacht und dann war Ende. Konnte keine Instanzen mehr aufrufen.

                      Gestoppt
                      Gestartet

                      e6iob@NUCioBroker:~$ iob status
                      Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                      
                      

                      Verzeichnis geprüft:

                      e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ ls -l
                      insgesamt 95420220
                      drwxrwxr-x+  2 iobroker iobroker        4096 15. Apr 08:45 backitup
                      drwxrwxrwx+  2 iobroker iobroker       12288 23. Apr 16:54 backup-objects
                      drwxrwxrwx+ 55 iobroker iobroker        4096 14. Apr 21:46 files
                      drwxrwxr-x+  4 iobroker iobroker        4096 23. Jan 12:58 ham_0
                      drwxrwxr-x+ 34 iobroker iobroker        4096 23. Feb 01:11 history
                      -rwxrwxrwx+  1 iobroker iobroker        5153 15. Apr 20:46 iobroker.json
                      -rwxrwxr-x+  1 e6iob    e6iob           5308 15. Apr 20:45 iobroker.json_save
                      drwxrwxr-x+  4 iobroker iobroker        4096 15. Apr 08:56 node-red
                      -rwxrwxrwx+  1 iobroker iobroker           3 23. Apr 17:58 notifications.json
                      -rw-rwxr--+  1 iobroker iobroker           0 14. Feb 11:45 objects.json2022-02-12_11-46_objects.json.gz
                      -rw-rwxr--+  1 iobroker iobroker    20148088 20. Mär 12:18 objects.json.bak.migrated_save
                      -rw-rw-r--+  1 iobroker iobroker    25881289 23. Apr 17:59 objects.jsonl
                      drwxrwxr-x+  2 iobroker iobroker        4096 23. Apr 18:01 objects.jsonl.lock
                      -rw-rwxr--+  1 iobroker iobroker    20148725 20. Mär 12:19 objects.json.migrated_save
                      -rw-rwxr--+  1 iobroker iobroker     4322902 20. Mär 12:19 states.json.bak.migrated_save
                      -rw-rwxr--+  1 iobroker iobroker           0 14. Feb 11:21 states.json.broken
                      -rw-rw-r--+  1 iobroker iobroker 63986514378 23. Apr 17:58 states.jsonl
                      drwxrwxr-x+  2 iobroker iobroker        4096 23. Apr 18:01 states.jsonl.lock
                      -rw-rwxr--+  1 iobroker iobroker 10907835462  8. Apr 16:49 states.jsonl_save
                      -rw-rwxr--+  1 iobroker iobroker     4322931 20. Mär 12:19 states.json.migrated_save
                      -rw-rwxr--+  1 iobroker iobroker     2854480 14. Feb 11:42 states.json.old
                      -rw-rwxr--+  1 iobroker iobroker 22738108416 15. Apr 07:53 states.save
                      drwxrwxr-x+  3 iobroker iobroker        4096 23. Jan 16:17 tmp
                      drwxrwxr-x+  2 iobroker iobroker        4096 23. Apr 17:58 zigbee_0
                      e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ 
                      
                      

                      Jemand eine Idee wieso das passiert? Die oben genannten Tips hatte ich umgesetzt.

                      Danke sehr!

                      Thomas BraunT apollon77A 2 Antworten Letzte Antwort
                      0
                      • F fraso

                        @apollon77
                        Hallo,

                        meine Dateien sind gewachsen. Normalerweise freue ich mich wenn etwas gutes wächst. Aber diesmal nicht.

                        Iobroker hat die Platte voll gemacht und dann war Ende. Konnte keine Instanzen mehr aufrufen.

                        Gestoppt
                        Gestartet

                        e6iob@NUCioBroker:~$ iob status
                        Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                        
                        

                        Verzeichnis geprüft:

                        e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ ls -l
                        insgesamt 95420220
                        drwxrwxr-x+  2 iobroker iobroker        4096 15. Apr 08:45 backitup
                        drwxrwxrwx+  2 iobroker iobroker       12288 23. Apr 16:54 backup-objects
                        drwxrwxrwx+ 55 iobroker iobroker        4096 14. Apr 21:46 files
                        drwxrwxr-x+  4 iobroker iobroker        4096 23. Jan 12:58 ham_0
                        drwxrwxr-x+ 34 iobroker iobroker        4096 23. Feb 01:11 history
                        -rwxrwxrwx+  1 iobroker iobroker        5153 15. Apr 20:46 iobroker.json
                        -rwxrwxr-x+  1 e6iob    e6iob           5308 15. Apr 20:45 iobroker.json_save
                        drwxrwxr-x+  4 iobroker iobroker        4096 15. Apr 08:56 node-red
                        -rwxrwxrwx+  1 iobroker iobroker           3 23. Apr 17:58 notifications.json
                        -rw-rwxr--+  1 iobroker iobroker           0 14. Feb 11:45 objects.json2022-02-12_11-46_objects.json.gz
                        -rw-rwxr--+  1 iobroker iobroker    20148088 20. Mär 12:18 objects.json.bak.migrated_save
                        -rw-rw-r--+  1 iobroker iobroker    25881289 23. Apr 17:59 objects.jsonl
                        drwxrwxr-x+  2 iobroker iobroker        4096 23. Apr 18:01 objects.jsonl.lock
                        -rw-rwxr--+  1 iobroker iobroker    20148725 20. Mär 12:19 objects.json.migrated_save
                        -rw-rwxr--+  1 iobroker iobroker     4322902 20. Mär 12:19 states.json.bak.migrated_save
                        -rw-rwxr--+  1 iobroker iobroker           0 14. Feb 11:21 states.json.broken
                        -rw-rw-r--+  1 iobroker iobroker 63986514378 23. Apr 17:58 states.jsonl
                        drwxrwxr-x+  2 iobroker iobroker        4096 23. Apr 18:01 states.jsonl.lock
                        -rw-rwxr--+  1 iobroker iobroker 10907835462  8. Apr 16:49 states.jsonl_save
                        -rw-rwxr--+  1 iobroker iobroker     4322931 20. Mär 12:19 states.json.migrated_save
                        -rw-rwxr--+  1 iobroker iobroker     2854480 14. Feb 11:42 states.json.old
                        -rw-rwxr--+  1 iobroker iobroker 22738108416 15. Apr 07:53 states.save
                        drwxrwxr-x+  3 iobroker iobroker        4096 23. Jan 16:17 tmp
                        drwxrwxr-x+  2 iobroker iobroker        4096 23. Apr 17:58 zigbee_0
                        e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ 
                        
                        

                        Jemand eine Idee wieso das passiert? Die oben genannten Tips hatte ich umgesetzt.

                        Danke sehr!

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

                        @fraso

                        So große Werte

                        ls -lh
                        

                        macht es leichter für Humanoiden.
                        Ich hab da nur ein paar MB drin...

                        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

                        F 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @fraso

                          So große Werte

                          ls -lh
                          

                          macht es leichter für Humanoiden.
                          Ich hab da nur ein paar MB drin...

                          F Offline
                          F Offline
                          fraso
                          schrieb am zuletzt editiert von fraso
                          #85

                          @thomas-braun

                          In der Tat.

                          Die "alten" 11GB Dateien vom 08.04. sind Überbleibsel eines schon geführten Kampes.

                          e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ ls -lh
                          insgesamt 91G
                          drwxrwxr-x+  2 iobroker iobroker 4,0K 15. Apr 08:45 backitup
                          drwxrwxrwx+  2 iobroker iobroker  12K 23. Apr 16:54 backup-objects
                          drwxrwxrwx+ 55 iobroker iobroker 4,0K 14. Apr 21:46 files
                          drwxrwxr-x+  4 iobroker iobroker 4,0K 23. Jan 12:58 ham_0
                          drwxrwxr-x+ 34 iobroker iobroker 4,0K 23. Feb 01:11 history
                          -rwxrwxrwx+  1 iobroker iobroker 5,1K 15. Apr 20:46 iobroker.json
                          -rwxrwxr-x+  1 e6iob    e6iob    5,2K 15. Apr 20:45 iobroker.json_save
                          drwxrwxr-x+  4 iobroker iobroker 4,0K 15. Apr 08:56 node-red
                          -rwxrwxrwx+  1 iobroker iobroker    3 23. Apr 17:58 notifications.json
                          -rw-rwxr--+  1 iobroker iobroker    0 14. Feb 11:45 objects.json2022-02-12_11-46_objects.json.gz
                          -rw-rwxr--+  1 iobroker iobroker  20M 20. Mär 12:18 objects.json.bak.migrated_save
                          -rw-rw-r--+  1 iobroker iobroker  25M 23. Apr 17:59 objects.jsonl
                          drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 18:13 objects.jsonl.lock
                          -rw-rwxr--+  1 iobroker iobroker  20M 20. Mär 12:19 objects.json.migrated_save
                          -rw-rwxr--+  1 iobroker iobroker 4,2M 20. Mär 12:19 states.json.bak.migrated_save
                          -rw-rwxr--+  1 iobroker iobroker    0 14. Feb 11:21 states.json.broken
                          -rw-rw-r--+  1 iobroker iobroker  60G 23. Apr 17:58 states.jsonl
                          drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 18:13 states.jsonl.lock
                          drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 18:10 states.jsonl.lock.save
                          -rw-rwxr--+  1 iobroker iobroker  11G  8. Apr 16:49 states.jsonl_save
                          -rw-rwxr--+  1 iobroker iobroker 4,2M 20. Mär 12:19 states.json.migrated_save
                          -rw-rwxr--+  1 iobroker iobroker 2,8M 14. Feb 11:42 states.json.old
                          -rw-rwxr--+  1 iobroker iobroker  22G 15. Apr 07:53 states.save
                          drwxrwxr-x+  3 iobroker iobroker 4,0K 23. Jan 16:17 tmp
                          drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 17:58 zigbee_0
                          e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ 
                          
                          F 1 Antwort Letzte Antwort
                          0
                          • F fraso

                            @thomas-braun

                            In der Tat.

                            Die "alten" 11GB Dateien vom 08.04. sind Überbleibsel eines schon geführten Kampes.

                            e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ ls -lh
                            insgesamt 91G
                            drwxrwxr-x+  2 iobroker iobroker 4,0K 15. Apr 08:45 backitup
                            drwxrwxrwx+  2 iobroker iobroker  12K 23. Apr 16:54 backup-objects
                            drwxrwxrwx+ 55 iobroker iobroker 4,0K 14. Apr 21:46 files
                            drwxrwxr-x+  4 iobroker iobroker 4,0K 23. Jan 12:58 ham_0
                            drwxrwxr-x+ 34 iobroker iobroker 4,0K 23. Feb 01:11 history
                            -rwxrwxrwx+  1 iobroker iobroker 5,1K 15. Apr 20:46 iobroker.json
                            -rwxrwxr-x+  1 e6iob    e6iob    5,2K 15. Apr 20:45 iobroker.json_save
                            drwxrwxr-x+  4 iobroker iobroker 4,0K 15. Apr 08:56 node-red
                            -rwxrwxrwx+  1 iobroker iobroker    3 23. Apr 17:58 notifications.json
                            -rw-rwxr--+  1 iobroker iobroker    0 14. Feb 11:45 objects.json2022-02-12_11-46_objects.json.gz
                            -rw-rwxr--+  1 iobroker iobroker  20M 20. Mär 12:18 objects.json.bak.migrated_save
                            -rw-rw-r--+  1 iobroker iobroker  25M 23. Apr 17:59 objects.jsonl
                            drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 18:13 objects.jsonl.lock
                            -rw-rwxr--+  1 iobroker iobroker  20M 20. Mär 12:19 objects.json.migrated_save
                            -rw-rwxr--+  1 iobroker iobroker 4,2M 20. Mär 12:19 states.json.bak.migrated_save
                            -rw-rwxr--+  1 iobroker iobroker    0 14. Feb 11:21 states.json.broken
                            -rw-rw-r--+  1 iobroker iobroker  60G 23. Apr 17:58 states.jsonl
                            drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 18:13 states.jsonl.lock
                            drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 18:10 states.jsonl.lock.save
                            -rw-rwxr--+  1 iobroker iobroker  11G  8. Apr 16:49 states.jsonl_save
                            -rw-rwxr--+  1 iobroker iobroker 4,2M 20. Mär 12:19 states.json.migrated_save
                            -rw-rwxr--+  1 iobroker iobroker 2,8M 14. Feb 11:42 states.json.old
                            -rw-rwxr--+  1 iobroker iobroker  22G 15. Apr 07:53 states.save
                            drwxrwxr-x+  3 iobroker iobroker 4,0K 23. Jan 16:17 tmp
                            drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 17:58 zigbee_0
                            e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ 
                            
                            F Offline
                            F Offline
                            fraso
                            schrieb am zuletzt editiert von
                            #86

                            @fraso

                            Ich habe mir mal mein backup entpackt. Wo finde ich denn da die states.jsonl ?

                            Danke.

                            F 2 Antworten Letzte Antwort
                            0
                            • F fraso

                              @fraso

                              Ich habe mir mal mein backup entpackt. Wo finde ich denn da die states.jsonl ?

                              Danke.

                              F Offline
                              F Offline
                              fastfoot
                              schrieb am zuletzt editiert von
                              #87

                              @fraso gar nicht, schau im Ordner backup-objects. Welche js-controller version hast du?

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

                              F 1 Antwort Letzte Antwort
                              0
                              • F fraso

                                @fraso

                                Ich habe mir mal mein backup entpackt. Wo finde ich denn da die states.jsonl ?

                                Danke.

                                F Offline
                                F Offline
                                fastfoot
                                schrieb am zuletzt editiert von
                                #88

                                @fraso evtl. hat sich die alte iobroker.json auch wieder durch das Restore eingeschlichen?

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

                                F 1 Antwort Letzte Antwort
                                0
                                • F fastfoot

                                  @fraso evtl. hat sich die alte iobroker.json auch wieder durch das Restore eingeschlichen?

                                  F Offline
                                  F Offline
                                  fraso
                                  schrieb am zuletzt editiert von
                                  #89

                                  @fastfoot

                                  hier die aktuelle iobroker.json

                                  ich habe die 60G Datei gelöscht und iobroker neu gestartet und jetzt aus dem Backup heute nacht wieder hergestellt. läuft gleich, dann sende ich die anderen Infos.

                                  {
                                    "system": {
                                      "memoryLimitMB": 0,
                                      "hostname": "",
                                      "statisticsInterval": 15000,
                                      "statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated",
                                      "checkDiskInterval": 300000,
                                      "checkDiskIntervalComment": "Interval how often the disk size will be checked",
                                      "instanceStartInterval": 2000,
                                      "noChmodComment": "Flag to test new feature with no chmod call. Must be deleted later and noChmod must be mainline (2018.06.04)",
                                      "compact": false,
                                      "compactComment": "Controller will try to start the instances as a part of the same process. No spawn will be done. Only by adapters that support it and have flag compact flag in io-package.json",
                                      "allowShellCommands": false,
                                      "allowShellCommandsComment": "Allow execution of \"shell\" sendToHost commands",
                                      "memLimitWarn": 100,
                                      "memLimitWarnComment": "If the available RAM is below this threshold on adapter start, a warning will be logged.",
                                      "memLimitError": 50,
                                      "memLimitErrorComment": "If the available RAM is below this threshold on adapter start, an error will be logged."
                                    },
                                    "multihostService": {
                                      "enabled": false,
                                      "secure": true,
                                      "password": ""
                                    },
                                    "objects": {
                                      "type": "jsonl",
                                      "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
                                      "host": "127.0.0.1",
                                      "port": 9001,
                                      "noFileCache": false,
                                      "maxQueue": 1000,
                                      "connectTimeout": 2000,
                                      "writeFileInterval": 5000,
                                      "dataDir": "",
                                      "options": {
                                        "auth_pass": null,
                                        "retry_max_delay": 5000,
                                        "retry_max_count": 19,
                                        "db": 0,
                                        "family": 0
                                      },
                                      "backup": {
                                        "disabled": false,
                                        "files": 24,
                                        "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
                                        "hours": 48,
                                        "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
                                        "period": 120,
                                        "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
                                        "path": "",
                                        "pathComment": "Absolute path to backup directory or empty to backup in data directory"
                                      }
                                    },
                                    "states": {
                                      "type": "jsonl",
                                      "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
                                      "host": "127.0.0.1",
                                      "port": 9000,
                                      "connectTimeout": 2000,
                                      "writeFileInterval": 30000,
                                      "dataDir": "",
                                      "options": {
                                        "auth_pass": null,
                                        "retry_max_delay": 5000,
                                        "retry_max_count": 19,
                                        "db": 0,
                                        "family": 0
                                      },
                                      "backup": {
                                        "disabled": false,
                                        "files": 24,
                                        "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
                                        "hours": 48,
                                        "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
                                        "period": 120,
                                        "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
                                        "path": "",
                                        "pathComment": "Absolute path to backup directory or empty to backup in data directory"
                                      }
                                    },
                                    "log": {
                                      "level": "info",
                                      "maxDays": 3,
                                      "noStdout": true,
                                      "transport": {
                                        "file1": {
                                          "type": "file",
                                          "enabled": true,
                                          "filename": "log/iobroker",
                                          "fileext": ".log",
                                          "maxsize": null,
                                          "maxFiles": null,
                                          "maxSize": null,
                                          "level": ""
                                        },
                                        "syslog1": {
                                          "type": "syslog",
                                          "enabled": false,
                                          "host": "localhost",
                                          "hostComment": "The host running syslogd, defaults to localhost.",
                                          "portComment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
                                          "protocol": "udp4",
                                          "protocolComment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
                                          "pathComment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
                                          "facilityComment": "Syslog facility to use (Default: local0).",
                                          "localhost": "iobroker",
                                          "localhostComment": "Host to indicate that log messages are coming from (Default: localhost).",
                                          "sysLogTypeComment": "The type of the syslog protocol to use (Default: BSD).",
                                          "app_nameComment": "The name of the application (Default: process.title).",
                                          "eolComment": "The end of line character to be added to the end of the message (Default: Message without modifications).",
                                          "level": "",
                                          "facility": ""
                                        },
                                        "seq1": {
                                          "type": "seq",
                                          "enabled": false,
                                          "serverUrl": "http://IP:PORT",
                                          "serverUrlComment": "The http(s) URL including port of the seq server. If you use HTTPS a real certificate is needed; self signed certs are ot accepted.",
                                          "apiKey": "",
                                          "apiKeyComment": "The apiKey of the seq system",
                                          "level": "",
                                          "eol": ""
                                        }
                                      }
                                    },
                                    "plugins": {},
                                    "dataDir": "../../iobroker-data/"
                                  }
                                  
                                  F 1 Antwort Letzte Antwort
                                  0
                                  • F fastfoot

                                    @fraso gar nicht, schau im Ordner backup-objects. Welche js-controller version hast du?

                                    F Offline
                                    F Offline
                                    fraso
                                    schrieb am zuletzt editiert von
                                    #90

                                    @fastfoot

                                    Info zum System:

                                    e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                                    /usr/bin/nodejs
                                    /usr/bin/node
                                    /usr/bin/npm
                                    v14.19.0
                                    v14.19.0
                                    [sudo] Passwort für e6iob: 
                                    8.6.0
                                    nodejs:
                                      Installiert:           14.19.0-deb-1nodesource1
                                      Installationskandidat: 14.19.1-deb-1nodesource1
                                      Versionstabelle:
                                         14.19.1-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                     *** 14.19.0-deb-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         12.22.5~dfsg-2~11u1 500
                                            500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                            500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                    e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ 
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • F fraso

                                      @fastfoot

                                      Info zum System:

                                      e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                                      /usr/bin/nodejs
                                      /usr/bin/node
                                      /usr/bin/npm
                                      v14.19.0
                                      v14.19.0
                                      [sudo] Passwort für e6iob: 
                                      8.6.0
                                      nodejs:
                                        Installiert:           14.19.0-deb-1nodesource1
                                        Installationskandidat: 14.19.1-deb-1nodesource1
                                        Versionstabelle:
                                           14.19.1-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                       *** 14.19.0-deb-1nodesource1 100
                                              100 /var/lib/dpkg/status
                                           12.22.5~dfsg-2~11u1 500
                                              500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                              500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                      e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ 
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #91

                                      @fraso

                                      npm ist nicht die Version aus dem Paket.
                                      Und halt nodejs aktuell.

                                      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

                                      F 1 Antwort Letzte Antwort
                                      0
                                      • F fraso

                                        @fastfoot

                                        hier die aktuelle iobroker.json

                                        ich habe die 60G Datei gelöscht und iobroker neu gestartet und jetzt aus dem Backup heute nacht wieder hergestellt. läuft gleich, dann sende ich die anderen Infos.

                                        {
                                          "system": {
                                            "memoryLimitMB": 0,
                                            "hostname": "",
                                            "statisticsInterval": 15000,
                                            "statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated",
                                            "checkDiskInterval": 300000,
                                            "checkDiskIntervalComment": "Interval how often the disk size will be checked",
                                            "instanceStartInterval": 2000,
                                            "noChmodComment": "Flag to test new feature with no chmod call. Must be deleted later and noChmod must be mainline (2018.06.04)",
                                            "compact": false,
                                            "compactComment": "Controller will try to start the instances as a part of the same process. No spawn will be done. Only by adapters that support it and have flag compact flag in io-package.json",
                                            "allowShellCommands": false,
                                            "allowShellCommandsComment": "Allow execution of \"shell\" sendToHost commands",
                                            "memLimitWarn": 100,
                                            "memLimitWarnComment": "If the available RAM is below this threshold on adapter start, a warning will be logged.",
                                            "memLimitError": 50,
                                            "memLimitErrorComment": "If the available RAM is below this threshold on adapter start, an error will be logged."
                                          },
                                          "multihostService": {
                                            "enabled": false,
                                            "secure": true,
                                            "password": ""
                                          },
                                          "objects": {
                                            "type": "jsonl",
                                            "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
                                            "host": "127.0.0.1",
                                            "port": 9001,
                                            "noFileCache": false,
                                            "maxQueue": 1000,
                                            "connectTimeout": 2000,
                                            "writeFileInterval": 5000,
                                            "dataDir": "",
                                            "options": {
                                              "auth_pass": null,
                                              "retry_max_delay": 5000,
                                              "retry_max_count": 19,
                                              "db": 0,
                                              "family": 0
                                            },
                                            "backup": {
                                              "disabled": false,
                                              "files": 24,
                                              "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
                                              "hours": 48,
                                              "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
                                              "period": 120,
                                              "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
                                              "path": "",
                                              "pathComment": "Absolute path to backup directory or empty to backup in data directory"
                                            }
                                          },
                                          "states": {
                                            "type": "jsonl",
                                            "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
                                            "host": "127.0.0.1",
                                            "port": 9000,
                                            "connectTimeout": 2000,
                                            "writeFileInterval": 30000,
                                            "dataDir": "",
                                            "options": {
                                              "auth_pass": null,
                                              "retry_max_delay": 5000,
                                              "retry_max_count": 19,
                                              "db": 0,
                                              "family": 0
                                            },
                                            "backup": {
                                              "disabled": false,
                                              "files": 24,
                                              "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
                                              "hours": 48,
                                              "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
                                              "period": 120,
                                              "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
                                              "path": "",
                                              "pathComment": "Absolute path to backup directory or empty to backup in data directory"
                                            }
                                          },
                                          "log": {
                                            "level": "info",
                                            "maxDays": 3,
                                            "noStdout": true,
                                            "transport": {
                                              "file1": {
                                                "type": "file",
                                                "enabled": true,
                                                "filename": "log/iobroker",
                                                "fileext": ".log",
                                                "maxsize": null,
                                                "maxFiles": null,
                                                "maxSize": null,
                                                "level": ""
                                              },
                                              "syslog1": {
                                                "type": "syslog",
                                                "enabled": false,
                                                "host": "localhost",
                                                "hostComment": "The host running syslogd, defaults to localhost.",
                                                "portComment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
                                                "protocol": "udp4",
                                                "protocolComment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
                                                "pathComment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
                                                "facilityComment": "Syslog facility to use (Default: local0).",
                                                "localhost": "iobroker",
                                                "localhostComment": "Host to indicate that log messages are coming from (Default: localhost).",
                                                "sysLogTypeComment": "The type of the syslog protocol to use (Default: BSD).",
                                                "app_nameComment": "The name of the application (Default: process.title).",
                                                "eolComment": "The end of line character to be added to the end of the message (Default: Message without modifications).",
                                                "level": "",
                                                "facility": ""
                                              },
                                              "seq1": {
                                                "type": "seq",
                                                "enabled": false,
                                                "serverUrl": "http://IP:PORT",
                                                "serverUrlComment": "The http(s) URL including port of the seq server. If you use HTTPS a real certificate is needed; self signed certs are ot accepted.",
                                                "apiKey": "",
                                                "apiKeyComment": "The apiKey of the seq system",
                                                "level": "",
                                                "eol": ""
                                              }
                                            }
                                          },
                                          "plugins": {},
                                          "dataDir": "../../iobroker-data/"
                                        }
                                        
                                        F Offline
                                        F Offline
                                        fastfoot
                                        schrieb am zuletzt editiert von
                                        #92

                                        @fraso die leeren jsonlOptions sind nicht da, so wie es sein soll. War nur so eine Idee. die js-controller version bekommst du unter Hosts angezeigt oder auf der Konsole mit iob -v

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

                                        F 1 Antwort Letzte Antwort
                                        0
                                        • F fastfoot

                                          @fraso die leeren jsonlOptions sind nicht da, so wie es sein soll. War nur so eine Idee. die js-controller version bekommst du unter Hosts angezeigt oder auf der Konsole mit iob -v

                                          F Offline
                                          F Offline
                                          fraso
                                          schrieb am zuletzt editiert von
                                          #93

                                          @fastfoot sagte in ioBroker startet nicht mehr:

                                          iob -v

                                          e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ iob -v
                                          4.0.21
                                          
                                          F 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          614

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe