Skip to content
  • 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
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. ioBroker Docker Synology startet nicht

NEWS

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

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

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

ioBroker Docker Synology startet nicht

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
56 Beiträge 9 Kommentatoren 5.5k Aufrufe 6 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.
  • S Sweatchuck

    @homoran

    04.10.

    iobroker.2023-10-04.log

    Oder 03.10.

    iobroker.2023-10-03.log.gz

    Hilft das irgendwie? Ich kann nicht genau Sagen wann der Fehler eingetreten ist da VIS, Diagramme und Co weiterhin erreichbar waren…

    haselchenH Offline
    haselchenH Offline
    haselchen
    Most Active
    schrieb am zuletzt editiert von haselchen
    #21

    @sweatchuck

    Bin jetzt nun nicht der totale Container Experte, aber wenn er schon nicht startet oder in einem Loop ist, dann kannste wie gesagt nur retten was zu retten ist mit kopieren und danach mit editieren der Config Json´s .
    Try and Error würde ich es nennen.

    Da durch das Starten du ja keine Möglichkeit hast ins Terminal zu kommen, kannste da mit Befehlen nix mehr machen.

    Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

    S 1 Antwort Letzte Antwort
    0
    • haselchenH haselchen

      @sweatchuck

      Bin jetzt nun nicht der totale Container Experte, aber wenn er schon nicht startet oder in einem Loop ist, dann kannste wie gesagt nur retten was zu retten ist mit kopieren und danach mit editieren der Config Json´s .
      Try and Error würde ich es nennen.

      Da durch das Starten du ja keine Möglichkeit hast ins Terminal zu kommen, kannste da mit Befehlen nix mehr machen.

      S Offline
      S Offline
      Sweatchuck
      schrieb am zuletzt editiert von Sweatchuck
      #22

      @haselchen

      Ich bin für jeden Tipp dankbar.

      Kannst du mir das kurz genauer erklären?

      Ich habe folgenden Gedanke...

      Ich würde gerne in meinem Ordner iobroker_data auf dem NAS nach und nach die Dateien/Adapter löschen und probieren ob der iobroker wieder startet.

      Wenn ich die defekte Instanz gefunden habe könnte ich ja, da die ursprünglichen Dateien noch vorhanden sind, müsste ich dann nur den defekten Adapter neu einrichten.

      Ist sowas möglich? Wann ja, wo sind im Ordner iobroker_date die entsprechenden Datei zu finden?

      1 Antwort Letzte Antwort
      0
      • CodierknechtC Online
        CodierknechtC Online
        Codierknecht
        Developer Most Active
        schrieb am zuletzt editiert von
        #23

        @Sweatchuck
        Wenn ich Deinen Eingangspost richtig verstehe, startet doch der Container selbst.
        Nur der ioBroker will nicht.

        Also gehst Du in das Terminal des laufenden Containers, wechselst in das richtige Verzeichnis

        cd /opt/iobroker/
        

        und rufst dort dann

        iob diag
        

        auf.

        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

        Proxmox 9.0.15 LXC|8 GB|Core i7-6700
        HmIP|ZigBee|Tasmota|Unifi
        Zabbix Cerrtified Specialist
        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

        S 1 Antwort Letzte Antwort
        0
        • Marc BergM Offline
          Marc BergM Offline
          Marc Berg
          Most Active
          schrieb am zuletzt editiert von
          #24

          @sweatchuck sagte in ioBroker Docker Synology startet nicht:

          Ich kann nicht genau Sagen wann der Fehler eingetreten ist da VIS, Diagramme und Co weiterhin erreichbar waren…

          Du könntest mit der Umgebungsvariable "debug=true" den Container dazu bringen, dass er nach einem Fehler nicht automatisch neu startet. Ob dir das irgendwie hilft, weiß ich nicht.

          Außerdem gibt es ja im Verzeichnis /opt/iobroker/iobroker-data/backup-objects automatische Sicherungen der Objects und States. Aber auch hier: Ob dir das weiterhilft, weiß ich nicht. Den Fall hatte ich noch nicht, wegen funktionierender Backups.

          NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

          Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

          Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

          CodierknechtC 1 Antwort Letzte Antwort
          0
          • CodierknechtC Codierknecht

            @Sweatchuck
            Wenn ich Deinen Eingangspost richtig verstehe, startet doch der Container selbst.
            Nur der ioBroker will nicht.

            Also gehst Du in das Terminal des laufenden Containers, wechselst in das richtige Verzeichnis

            cd /opt/iobroker/
            

            und rufst dort dann

            iob diag
            

            auf.

            S Offline
            S Offline
            Sweatchuck
            schrieb am zuletzt editiert von
            #25

            @codierknecht

            Nein, seit ich den Container beendet habe und neu starten wollte kommt die im Eingangspost eingefügte Fehlermeldung. Der Container startet nicht mehr

            1 Antwort Letzte Antwort
            0
            • Marc BergM Marc Berg

              @sweatchuck sagte in ioBroker Docker Synology startet nicht:

              Ich kann nicht genau Sagen wann der Fehler eingetreten ist da VIS, Diagramme und Co weiterhin erreichbar waren…

              Du könntest mit der Umgebungsvariable "debug=true" den Container dazu bringen, dass er nach einem Fehler nicht automatisch neu startet. Ob dir das irgendwie hilft, weiß ich nicht.

              Außerdem gibt es ja im Verzeichnis /opt/iobroker/iobroker-data/backup-objects automatische Sicherungen der Objects und States. Aber auch hier: Ob dir das weiterhilft, weiß ich nicht. Den Fall hatte ich noch nicht, wegen funktionierender Backups.

              CodierknechtC Online
              CodierknechtC Online
              Codierknecht
              Developer Most Active
              schrieb am zuletzt editiert von
              #26

              @marc-berg sagte in ioBroker Docker Synology startet nicht:

              Außerdem gibt es ja im Verzeichnis /opt/iobroker/iobroker-data/backup-objects automatische Sicherungen der Objects und States. Aber auch hier: Ob dir das weiterhilft, weiß ich nicht.

              Wäre eine Idee.

              @Sweatchuck
              Auf der Synology findest Du im besagten Ordner gepackte Kopien der states.jsonl und der objects.jsonl.
              9ca78e11-ca64-4def-80ca-d0fe52cdadc1-image.png

              Die könntest Du daraus extrahieren und damit die Originale (die Du vorher zur Sicherheit anderswo hinkopierst) ersetzen. Natürlich unter dem korrekten Namen.

              3112ac25-cd01-480b-97cc-11e2c58fdc6f-image.png

              Sollte Dein ioBroker aber mit Redis laufen, bin ich raus ...

              "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

              Proxmox 9.0.15 LXC|8 GB|Core i7-6700
              HmIP|ZigBee|Tasmota|Unifi
              Zabbix Cerrtified Specialist
              Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

              S 1 Antwort Letzte Antwort
              0
              • CodierknechtC Codierknecht

                @marc-berg sagte in ioBroker Docker Synology startet nicht:

                Außerdem gibt es ja im Verzeichnis /opt/iobroker/iobroker-data/backup-objects automatische Sicherungen der Objects und States. Aber auch hier: Ob dir das weiterhilft, weiß ich nicht.

                Wäre eine Idee.

                @Sweatchuck
                Auf der Synology findest Du im besagten Ordner gepackte Kopien der states.jsonl und der objects.jsonl.
                9ca78e11-ca64-4def-80ca-d0fe52cdadc1-image.png

                Die könntest Du daraus extrahieren und damit die Originale (die Du vorher zur Sicherheit anderswo hinkopierst) ersetzen. Natürlich unter dem korrekten Namen.

                3112ac25-cd01-480b-97cc-11e2c58fdc6f-image.png

                Sollte Dein ioBroker aber mit Redis laufen, bin ich raus ...

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

                @codierknecht

                Werde ich testen...

                Nur nochmal zum Verständnis:

                Die states.jsonl.gz und objects.jsonl.gz habe ich gefunden. Ich nehme dieses Daten (ein älteres Datum wo ioBroker noch funktoiniert hat?) entpacke diese und Ersetze damit die states.jsonl und objects.jsonl im Ordner iobroker-data?

                P.S. bevor ich etwas ändere werde ich den gesamten Ordner iobroker_data sichern. Somit kann ich alles probieren.

                Was ist in diesen Datei eigentlich enthalten? Die Adapter, Instanzen und Objekte?

                Wie gesagt, ich bin für jeden Tipp dankbar und werden alles probieren.

                Marc BergM CodierknechtC 2 Antworten Letzte Antwort
                0
                • S Sweatchuck

                  @codierknecht

                  Werde ich testen...

                  Nur nochmal zum Verständnis:

                  Die states.jsonl.gz und objects.jsonl.gz habe ich gefunden. Ich nehme dieses Daten (ein älteres Datum wo ioBroker noch funktoiniert hat?) entpacke diese und Ersetze damit die states.jsonl und objects.jsonl im Ordner iobroker-data?

                  P.S. bevor ich etwas ändere werde ich den gesamten Ordner iobroker_data sichern. Somit kann ich alles probieren.

                  Was ist in diesen Datei eigentlich enthalten? Die Adapter, Instanzen und Objekte?

                  Wie gesagt, ich bin für jeden Tipp dankbar und werden alles probieren.

                  Marc BergM Offline
                  Marc BergM Offline
                  Marc Berg
                  Most Active
                  schrieb am zuletzt editiert von
                  #28

                  @sweatchuck sagte in ioBroker Docker Synology startet nicht:

                  Wie gesagt, ich bin für jeden Tipp dankbar und werden alles probieren.

                  Ich würde zunächst den Container im debug Modus starten und mal iob fix drüber laufen lassen. Offensichtlich gibt es ja Rechteprobleme durch das händische "Backup":

                  2023-10-04 00:00:08.448  - error: host.iobroker instance system.adapter.ical.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                  

                  NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                  Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                  Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                  S 1 Antwort Letzte Antwort
                  0
                  • Marc BergM Marc Berg

                    @sweatchuck sagte in ioBroker Docker Synology startet nicht:

                    Wie gesagt, ich bin für jeden Tipp dankbar und werden alles probieren.

                    Ich würde zunächst den Container im debug Modus starten und mal iob fix drüber laufen lassen. Offensichtlich gibt es ja Rechteprobleme durch das händische "Backup":

                    2023-10-04 00:00:08.448  - error: host.iobroker instance system.adapter.ical.0 terminated with code 10 (CANNOT_FIND_ADAPTER_DIR)
                    
                    S Offline
                    S Offline
                    Sweatchuck
                    schrieb am zuletzt editiert von
                    #29

                    @marc-berg

                    Hallo Marc,

                    ich brauche mehr Information. Bin ein absoluter Anfänger...

                    Wie kann ich den Container im debug Modus starten?

                    Wenn ich das geschafft habe muss unter portainer in der console vom iobroker Container iob fix eingeben?

                    GlasfaserG 1 Antwort Letzte Antwort
                    0
                    • S Sweatchuck

                      @codierknecht

                      Werde ich testen...

                      Nur nochmal zum Verständnis:

                      Die states.jsonl.gz und objects.jsonl.gz habe ich gefunden. Ich nehme dieses Daten (ein älteres Datum wo ioBroker noch funktoiniert hat?) entpacke diese und Ersetze damit die states.jsonl und objects.jsonl im Ordner iobroker-data?

                      P.S. bevor ich etwas ändere werde ich den gesamten Ordner iobroker_data sichern. Somit kann ich alles probieren.

                      Was ist in diesen Datei eigentlich enthalten? Die Adapter, Instanzen und Objekte?

                      Wie gesagt, ich bin für jeden Tipp dankbar und werden alles probieren.

                      CodierknechtC Online
                      CodierknechtC Online
                      Codierknecht
                      Developer Most Active
                      schrieb am zuletzt editiert von
                      #30

                      @sweatchuck sagte in ioBroker Docker Synology startet nicht:

                      Was ist in diesen Datei eigentlich enthalten? Die Adapter, Instanzen und Objekte?

                      Das ist im Grunde genommen die "Datenbank", von der in der Fehlermeldung die Rede ist.
                      Zumindest nach meinem Verständnis.

                      "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                      Proxmox 9.0.15 LXC|8 GB|Core i7-6700
                      HmIP|ZigBee|Tasmota|Unifi
                      Zabbix Cerrtified Specialist
                      Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                      1 Antwort Letzte Antwort
                      0
                      • S Sweatchuck

                        @marc-berg

                        Hallo Marc,

                        ich brauche mehr Information. Bin ein absoluter Anfänger...

                        Wie kann ich den Container im debug Modus starten?

                        Wenn ich das geschafft habe muss unter portainer in der console vom iobroker Container iob fix eingeben?

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von Glasfaser
                        #31

                        @sweatchuck

                        Nimm dein LOG vom 02.10. raus iobroker.2023-10-02.log.gz ,
                        es enthält Persönliche Daten !

                        Laut Log zeigt er :

                        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ......

                        JS Controller zerschossen .

                        Was mich nur wundert , das er nicht startet ..Loop

                        Aber erstmal zeige das DEBUG Log dazu .

                        in der ENV eintragen :

                        09daffb3-9a71-4cb7-b314-d228f1c9021f-grafik.png

                        siehe auch hier :

                        https://docs.buanet.de/de/iobroker-docker-image/docs/#umgebungsvariablen-env

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        S 1 Antwort Letzte Antwort
                        0
                        • GlasfaserG Glasfaser

                          @sweatchuck

                          Nimm dein LOG vom 02.10. raus iobroker.2023-10-02.log.gz ,
                          es enthält Persönliche Daten !

                          Laut Log zeigt er :

                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ......

                          JS Controller zerschossen .

                          Was mich nur wundert , das er nicht startet ..Loop

                          Aber erstmal zeige das DEBUG Log dazu .

                          in der ENV eintragen :

                          09daffb3-9a71-4cb7-b314-d228f1c9021f-grafik.png

                          siehe auch hier :

                          https://docs.buanet.de/de/iobroker-docker-image/docs/#umgebungsvariablen-env

                          S Offline
                          S Offline
                          Sweatchuck
                          schrieb am zuletzt editiert von
                          #32

                          @glasfaser

                          Habe in der ENV

                          DEBUG mit true eingetragen. Wie komme ich an das Log? Der Container startet ja nicht.

                          GlasfaserG 1 Antwort Letzte Antwort
                          0
                          • S Sweatchuck
                            Systemdata Bitte Ausfüllen
                            Hardwaresystem: Synology DiskStation DS 218+
                            Arbeitsspeicher: 10GB
                            Festplattenart: HDD

                            Hallo,

                            gestern ist plötzlich mein ioBroker abgestürzt. Ich betreibe eine Sysnology DS 218+ mit Docker und Portainer nach der Anleitung von buanet. Das System läuft jetzt mehrere Jahre ohne Probleme. Updates wurden regelmäßig durchgeführt.
                            Zur Info: Ich habe auch die Ordner wie bei buanet vorgeschlagen angelegt.

                            docker/iobroker_data
                            und
                            docker/portainer_data

                            Anbei ein Screenshot vom Log. Bitte um hilfe!

                            
                            Log viewer settings
                            Auto-refresh logs
                            Wrap lines
                            Display timestamps
                            Fetch
                            Search
                            Lines
                            Actions
                            
                                  
                            
                             
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                            -----                   Step 1 of 5: Preparing container                   -----
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                             
                            
                            
                            Updating Linux packages on first run... Done.
                            
                            
                             
                            
                            
                            PACKAGES is set. Installing the following additional Linux packages: nano
                            
                            
                             
                            
                            
                            no is already installed.
                            
                            
                             
                            
                            
                            Registering maintenance script as command... Done.
                            
                            
                             
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                            -----             Step 2 of 5: Detecting ioBroker installation             -----
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                             
                            
                            
                            Existing installation of ioBroker detected in "/opt/iobroker".
                            
                            
                             
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                            -----             Step 3 of 5: Checking ioBroker installation              -----
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                             
                            
                            
                            (Re)setting permissions (This might take a while! Please be patient!)... Done.
                            
                            
                             
                            
                            
                            Fixing "sudo-bug" by replacing sudo with gosu... Done.
                            
                            
                             
                            
                            
                            Checking Database connection... Failed.
                            
                            
                            Please check your configuration and try again.
                            
                            
                            For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs).
                            
                            
                             
                            
                            
                            This Script will exit now.
                            
                            
                             
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                            -------------------------     2023-10-05 07:49:59      -------------------------
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                            -----                                                                      -----
                            
                            
                            ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                            
                            
                            ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                            
                            
                            ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                            
                            
                            ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                            
                            
                            ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                            
                            
                            ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                            
                            
                            -----                                                                      -----
                            
                            
                            -----              Welcome to your ioBroker Docker container!              -----
                            
                            
                            -----                    Startupscript is now running!                     -----
                            
                            
                            -----                          Please be patient!                          -----
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                             
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                            -----                          System Information                          -----
                            
                            
                            -----                    arch:                x86_64                       -----
                            
                            
                            -----                    hostname:            iobroker                     -----
                            
                            
                            -----                                                                      -----
                            
                            
                            -----                          Version Information                         -----
                            
                            
                            -----                    image:               v8.1.0                       -----
                            
                            
                            -----                    build:               2023-09-21T23:45:32+00:00    -----
                            
                            
                            -----                    node:                v18.17.1                     -----
                            
                            
                            -----                    npm:                 9.6.7                        -----
                            
                            
                            -----                                                                      -----
                            
                            
                            -----                        Environment Variables                         -----
                            
                            
                            -----                    AVAHI:               false                        -----
                            
                            
                            -----                    PACKAGES:            nano                         -----
                            
                            
                            -----                    SETGID:              1000                         -----
                            
                            
                            -----                    SETUID:              1000                         -----
                            
                            
                            -----                    USBDEVICES:          none                         -----
                            
                            
                            -----                    ZWAVE:               false                        -----
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                             
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                            -----                   Step 1 of 5: Preparing container                   -----
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                             
                            
                            
                            Updating Linux packages on first run... Done.
                            
                            
                             
                            
                            
                            PACKAGES is set. Installing the following additional Linux packages: nano
                            
                            
                             
                            
                            
                            no is already installed.
                            
                            
                             
                            
                            
                            Registering maintenance script as command... Done.
                            
                            
                             
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                            -----             Step 2 of 5: Detecting ioBroker installation             -----
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                             
                            
                            
                            Existing installation of ioBroker detected in "/opt/iobroker".
                            
                            
                             
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                            -----             Step 3 of 5: Checking ioBroker installation              -----
                            
                            
                            --------------------------------------------------------------------------------
                            
                            
                             
                            
                            
                            (Re)setting permissions (This might take a while! Please be patient!)... Done.
                            
                            
                             
                            
                            
                            Fixing "sudo-bug" by replacing sudo with gosu... Done.
                            
                            
                             
                            
                            
                            Checking Database connection... Failed.
                            
                            
                            Please check your configuration and try again.
                            
                            
                            For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs).
                            
                            
                             
                            
                            
                            This Script will exit now.
                            
                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            schrieb am zuletzt editiert von Glasfaser
                            #33

                            @sweatchuck sagte in ioBroker Docker Synology startet nicht:

                            Anbei ein Screenshot vom Log. Bitte um hilfe!

                            ist das gleich LOG wie oben !

                            Also bricht der Container zusammen , was kommt als Fehlermeldung wenn du Ihn startetst "?

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            S 1 Antwort Letzte Antwort
                            0
                            • S Sweatchuck

                              @glasfaser

                              Habe in der ENV

                              DEBUG mit true eingetragen. Wie komme ich an das Log? Der Container startet ja nicht.

                              GlasfaserG Offline
                              GlasfaserG Offline
                              Glasfaser
                              schrieb am zuletzt editiert von
                              #34

                              @sweatchuck

                              Du kannst auch einen neuen Container erstellen und mounte dann auch die

                              docker/iobroker_data

                              in den Einstellungen vom neuen Container .

                              Hast du das auch schon versucht !?

                              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                              S 1 Antwort Letzte Antwort
                              0
                              • GlasfaserG Glasfaser

                                @sweatchuck sagte in ioBroker Docker Synology startet nicht:

                                Anbei ein Screenshot vom Log. Bitte um hilfe!

                                ist das gleich LOG wie oben !

                                Also bricht der Container zusammen , was kommt als Fehlermeldung wenn du Ihn startetst "?

                                S Offline
                                S Offline
                                Sweatchuck
                                schrieb am zuletzt editiert von Sweatchuck
                                #35

                                @glasfaser

                                
                                Unselect
                                       
                                ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                
                                ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                
                                ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                
                                ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                
                                ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                
                                -----                                                                      -----
                                
                                -----              Welcome to your ioBroker Docker container!              -----
                                
                                -----                    Startupscript is now running!                     -----
                                
                                -----                          Please be patient!                          -----
                                
                                --------------------------------------------------------------------------------
                                
                                 
                                
                                --------------------------------------------------------------------------------
                                
                                -----                          System Information                          -----
                                
                                -----                    arch:                x86_64                       -----
                                
                                -----                    hostname:            iobroker                     -----
                                
                                -----                                                                      -----
                                
                                -----                          Version Information                         -----
                                
                                -----                    image:               v8.1.0                       -----
                                
                                -----                    build:               2023-09-21T23:45:32+00:00    -----
                                
                                -----                    node:                v18.17.1                     -----
                                
                                -----                    npm:                 9.6.7                        -----
                                
                                -----                                                                      -----
                                
                                -----                        Environment Variables                         -----
                                
                                -----                    AVAHI:               false                        -----
                                
                                -----                    DEBUG:               true                         -----
                                
                                -----                    PACKAGES:            nano                         -----
                                
                                -----                    SETGID:              1000                         -----
                                
                                -----                    SETUID:              1000                         -----
                                
                                --------------------------------------------------------------------------------
                                
                                 
                                
                                !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                                
                                !!!!                            DEBUG LOG ACTIVE                            !!!!
                                
                                !!!!               Environment variable DEBUG is set to true.               !!!!
                                
                                !!!! This will extend the logging output and may slow down container start. !!!!
                                
                                !!!!          Please make sure to deactivate if no longer needed.           !!!!
                                
                                !!!!     For more information see ioBroker Docker image documentation:      !!!!
                                
                                !!!!           https://docs.buanet.de/iobroker-docker-image/docs/           !!!!
                                
                                !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                                
                                 
                                
                                --------------------------------------------------------------------------------
                                
                                -----                   Step 1 of 5: Preparing container                   -----
                                
                                --------------------------------------------------------------------------------
                                
                                 
                                
                                Updating Linux packages on first run... Done.
                                
                                 
                                
                                PACKAGES is set. Installing the following additional Linux packages: nano
                                
                                 
                                
                                nano is not installed. Installing... Done.
                                
                                 
                                
                                Registering maintenance script as command... Done.
                                
                                 
                                
                                --------------------------------------------------------------------------------
                                
                                -----             Step 2 of 5: Detecting ioBroker installation             -----
                                
                                --------------------------------------------------------------------------------
                                
                                 
                                
                                Existing installation of ioBroker detected in "/opt/iobroker".
                                
                                 
                                
                                --------------------------------------------------------------------------------
                                
                                -----             Step 3 of 5: Checking ioBroker installation              -----
                                
                                --------------------------------------------------------------------------------
                                
                                 
                                
                                (Re)setting permissions (This might take a while! Please be patient!)... Done.
                                
                                 
                                
                                Fixing "sudo-bug" by replacing sudo with gosu... Done.
                                
                                 
                                
                                [DEBUG] Checking multihost settings... 
                                
                                [DEBUG] No multihost settings detected.
                                
                                [DEBUG] Done.
                                
                                 
                                
                                [DEBUG] Checking custom objects db settings... 
                                
                                [DEBUG] No custom objects db settings detected.
                                
                                [DEBUG] Done.
                                
                                 
                                
                                [DEBUG] Checking custom states db settings... 
                                
                                [DEBUG] No custom states db settings detected.
                                
                                [DEBUG] Done.
                                
                                 
                                
                                Checking Database connection... Failed.
                                
                                [DEBUG] Error message: 
                                
                                [DEBUG] node:internal/modules/cjs/loader:1080
                                
                                [DEBUG]   throw err;
                                
                                [DEBUG]   ^
                                
                                [DEBUG] 
                                
                                [DEBUG] Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                
                                [DEBUG]     at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                
                                [DEBUG]     at Module._load (node:internal/modules/cjs/loader:922:27)
                                
                                [DEBUG]     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                
                                [DEBUG]     at node:internal/main/run_main_module:23:47 {
                                
                                [DEBUG]   code: 'MODULE_NOT_FOUND',
                                
                                BUG]   requireStack: []
                                
                                
                                }
                                
                                [DEBUG] 
                                
                                [DEBUG] Node.js v18.17.1
                                
                                Please check your configuration and try again.
                                
                                For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs).
                                
                                 
                                
                                [DEBUG] Debug mode prevents the container from exiting on errors.
                                
                                [DEBUG] This enables you to investigate or fix your issue on the command line.
                                
                                [DEBUG] If you want to stop or restart your container you have to do it manually.
                                
                                [DEBUG] IoBroker is not running!
                                
                                

                                Diesmal läuft er wohl weiter aber ich komme nicht auf die ioBroker Seite

                                GlasfaserG 2 Antworten Letzte Antwort
                                0
                                • GlasfaserG Glasfaser

                                  @sweatchuck

                                  Du kannst auch einen neuen Container erstellen und mounte dann auch die

                                  docker/iobroker_data

                                  in den Einstellungen vom neuen Container .

                                  Hast du das auch schon versucht !?

                                  S Offline
                                  S Offline
                                  Sweatchuck
                                  schrieb am zuletzt editiert von
                                  #36

                                  @glasfaser

                                  Ja, kein Erfolg.

                                  Wenn ich eine leeren Ordner anlege z.B. iobroker_data_neu dann funktioniert das ganze wieder…allerdings natürlich ohne meine Daten

                                  1 Antwort Letzte Antwort
                                  0
                                  • S Sweatchuck

                                    @glasfaser

                                    
                                    Unselect
                                           
                                    ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                    
                                    ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                    
                                    ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                    
                                    ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                    
                                    ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                    
                                    -----                                                                      -----
                                    
                                    -----              Welcome to your ioBroker Docker container!              -----
                                    
                                    -----                    Startupscript is now running!                     -----
                                    
                                    -----                          Please be patient!                          -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                     
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----                          System Information                          -----
                                    
                                    -----                    arch:                x86_64                       -----
                                    
                                    -----                    hostname:            iobroker                     -----
                                    
                                    -----                                                                      -----
                                    
                                    -----                          Version Information                         -----
                                    
                                    -----                    image:               v8.1.0                       -----
                                    
                                    -----                    build:               2023-09-21T23:45:32+00:00    -----
                                    
                                    -----                    node:                v18.17.1                     -----
                                    
                                    -----                    npm:                 9.6.7                        -----
                                    
                                    -----                                                                      -----
                                    
                                    -----                        Environment Variables                         -----
                                    
                                    -----                    AVAHI:               false                        -----
                                    
                                    -----                    DEBUG:               true                         -----
                                    
                                    -----                    PACKAGES:            nano                         -----
                                    
                                    -----                    SETGID:              1000                         -----
                                    
                                    -----                    SETUID:              1000                         -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                     
                                    
                                    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                                    
                                    !!!!                            DEBUG LOG ACTIVE                            !!!!
                                    
                                    !!!!               Environment variable DEBUG is set to true.               !!!!
                                    
                                    !!!! This will extend the logging output and may slow down container start. !!!!
                                    
                                    !!!!          Please make sure to deactivate if no longer needed.           !!!!
                                    
                                    !!!!     For more information see ioBroker Docker image documentation:      !!!!
                                    
                                    !!!!           https://docs.buanet.de/iobroker-docker-image/docs/           !!!!
                                    
                                    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                                    
                                     
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----                   Step 1 of 5: Preparing container                   -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                     
                                    
                                    Updating Linux packages on first run... Done.
                                    
                                     
                                    
                                    PACKAGES is set. Installing the following additional Linux packages: nano
                                    
                                     
                                    
                                    nano is not installed. Installing... Done.
                                    
                                     
                                    
                                    Registering maintenance script as command... Done.
                                    
                                     
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----             Step 2 of 5: Detecting ioBroker installation             -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                     
                                    
                                    Existing installation of ioBroker detected in "/opt/iobroker".
                                    
                                     
                                    
                                    --------------------------------------------------------------------------------
                                    
                                    -----             Step 3 of 5: Checking ioBroker installation              -----
                                    
                                    --------------------------------------------------------------------------------
                                    
                                     
                                    
                                    (Re)setting permissions (This might take a while! Please be patient!)... Done.
                                    
                                     
                                    
                                    Fixing "sudo-bug" by replacing sudo with gosu... Done.
                                    
                                     
                                    
                                    [DEBUG] Checking multihost settings... 
                                    
                                    [DEBUG] No multihost settings detected.
                                    
                                    [DEBUG] Done.
                                    
                                     
                                    
                                    [DEBUG] Checking custom objects db settings... 
                                    
                                    [DEBUG] No custom objects db settings detected.
                                    
                                    [DEBUG] Done.
                                    
                                     
                                    
                                    [DEBUG] Checking custom states db settings... 
                                    
                                    [DEBUG] No custom states db settings detected.
                                    
                                    [DEBUG] Done.
                                    
                                     
                                    
                                    Checking Database connection... Failed.
                                    
                                    [DEBUG] Error message: 
                                    
                                    [DEBUG] node:internal/modules/cjs/loader:1080
                                    
                                    [DEBUG]   throw err;
                                    
                                    [DEBUG]   ^
                                    
                                    [DEBUG] 
                                    
                                    [DEBUG] Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                    
                                    [DEBUG]     at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                    
                                    [DEBUG]     at Module._load (node:internal/modules/cjs/loader:922:27)
                                    
                                    [DEBUG]     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                    
                                    [DEBUG]     at node:internal/main/run_main_module:23:47 {
                                    
                                    [DEBUG]   code: 'MODULE_NOT_FOUND',
                                    
                                    BUG]   requireStack: []
                                    
                                    
                                    }
                                    
                                    [DEBUG] 
                                    
                                    [DEBUG] Node.js v18.17.1
                                    
                                    Please check your configuration and try again.
                                    
                                    For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs).
                                    
                                     
                                    
                                    [DEBUG] Debug mode prevents the container from exiting on errors.
                                    
                                    [DEBUG] This enables you to investigate or fix your issue on the command line.
                                    
                                    [DEBUG] If you want to stop or restart your container you have to do it manually.
                                    
                                    [DEBUG] IoBroker is not running!
                                    
                                    

                                    Diesmal läuft er wohl weiter aber ich komme nicht auf die ioBroker Seite

                                    GlasfaserG Offline
                                    GlasfaserG Offline
                                    Glasfaser
                                    schrieb am zuletzt editiert von
                                    #37

                                    @sweatchuck

                                    OK , der Container startet .

                                    dann melde dich im Terminal an im Portainer oder im Synology Docker Terminal und

                                    dann

                                    cd /opt/iobroker
                                    

                                    und

                                    sudo -H -u iobroker npm install iobroker.js-controller
                                    

                                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                    S 2 Antworten Letzte Antwort
                                    0
                                    • S Sweatchuck

                                      @glasfaser

                                      
                                      Unselect
                                             
                                      ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                      
                                      ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                      
                                      ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                      
                                      ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                      
                                      ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                      
                                      -----                                                                      -----
                                      
                                      -----              Welcome to your ioBroker Docker container!              -----
                                      
                                      -----                    Startupscript is now running!                     -----
                                      
                                      -----                          Please be patient!                          -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                       
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----                          System Information                          -----
                                      
                                      -----                    arch:                x86_64                       -----
                                      
                                      -----                    hostname:            iobroker                     -----
                                      
                                      -----                                                                      -----
                                      
                                      -----                          Version Information                         -----
                                      
                                      -----                    image:               v8.1.0                       -----
                                      
                                      -----                    build:               2023-09-21T23:45:32+00:00    -----
                                      
                                      -----                    node:                v18.17.1                     -----
                                      
                                      -----                    npm:                 9.6.7                        -----
                                      
                                      -----                                                                      -----
                                      
                                      -----                        Environment Variables                         -----
                                      
                                      -----                    AVAHI:               false                        -----
                                      
                                      -----                    DEBUG:               true                         -----
                                      
                                      -----                    PACKAGES:            nano                         -----
                                      
                                      -----                    SETGID:              1000                         -----
                                      
                                      -----                    SETUID:              1000                         -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                       
                                      
                                      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                                      
                                      !!!!                            DEBUG LOG ACTIVE                            !!!!
                                      
                                      !!!!               Environment variable DEBUG is set to true.               !!!!
                                      
                                      !!!! This will extend the logging output and may slow down container start. !!!!
                                      
                                      !!!!          Please make sure to deactivate if no longer needed.           !!!!
                                      
                                      !!!!     For more information see ioBroker Docker image documentation:      !!!!
                                      
                                      !!!!           https://docs.buanet.de/iobroker-docker-image/docs/           !!!!
                                      
                                      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                                      
                                       
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----                   Step 1 of 5: Preparing container                   -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                       
                                      
                                      Updating Linux packages on first run... Done.
                                      
                                       
                                      
                                      PACKAGES is set. Installing the following additional Linux packages: nano
                                      
                                       
                                      
                                      nano is not installed. Installing... Done.
                                      
                                       
                                      
                                      Registering maintenance script as command... Done.
                                      
                                       
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----             Step 2 of 5: Detecting ioBroker installation             -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                       
                                      
                                      Existing installation of ioBroker detected in "/opt/iobroker".
                                      
                                       
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      -----             Step 3 of 5: Checking ioBroker installation              -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                       
                                      
                                      (Re)setting permissions (This might take a while! Please be patient!)... Done.
                                      
                                       
                                      
                                      Fixing "sudo-bug" by replacing sudo with gosu... Done.
                                      
                                       
                                      
                                      [DEBUG] Checking multihost settings... 
                                      
                                      [DEBUG] No multihost settings detected.
                                      
                                      [DEBUG] Done.
                                      
                                       
                                      
                                      [DEBUG] Checking custom objects db settings... 
                                      
                                      [DEBUG] No custom objects db settings detected.
                                      
                                      [DEBUG] Done.
                                      
                                       
                                      
                                      [DEBUG] Checking custom states db settings... 
                                      
                                      [DEBUG] No custom states db settings detected.
                                      
                                      [DEBUG] Done.
                                      
                                       
                                      
                                      Checking Database connection... Failed.
                                      
                                      [DEBUG] Error message: 
                                      
                                      [DEBUG] node:internal/modules/cjs/loader:1080
                                      
                                      [DEBUG]   throw err;
                                      
                                      [DEBUG]   ^
                                      
                                      [DEBUG] 
                                      
                                      [DEBUG] Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                      
                                      [DEBUG]     at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                      
                                      [DEBUG]     at Module._load (node:internal/modules/cjs/loader:922:27)
                                      
                                      [DEBUG]     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                      
                                      [DEBUG]     at node:internal/main/run_main_module:23:47 {
                                      
                                      [DEBUG]   code: 'MODULE_NOT_FOUND',
                                      
                                      BUG]   requireStack: []
                                      
                                      
                                      }
                                      
                                      [DEBUG] 
                                      
                                      [DEBUG] Node.js v18.17.1
                                      
                                      Please check your configuration and try again.
                                      
                                      For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs).
                                      
                                       
                                      
                                      [DEBUG] Debug mode prevents the container from exiting on errors.
                                      
                                      [DEBUG] This enables you to investigate or fix your issue on the command line.
                                      
                                      [DEBUG] If you want to stop or restart your container you have to do it manually.
                                      
                                      [DEBUG] IoBroker is not running!
                                      
                                      

                                      Diesmal läuft er wohl weiter aber ich komme nicht auf die ioBroker Seite

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      schrieb am zuletzt editiert von
                                      #38

                                      @sweatchuck sagte in ioBroker Docker Synology startet nicht:

                                      Diesmal läuft er wohl weiter aber ich komme nicht auf die ioBroker Seite

                                      Brauchst kein EDIT im Beitrag machen .. ich habe es schon gesehn , das er läuft !

                                      siehe oben ..

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      1 Antwort Letzte Antwort
                                      0
                                      • GlasfaserG Glasfaser

                                        @sweatchuck

                                        OK , der Container startet .

                                        dann melde dich im Terminal an im Portainer oder im Synology Docker Terminal und

                                        dann

                                        cd /opt/iobroker
                                        

                                        und

                                        sudo -H -u iobroker npm install iobroker.js-controller
                                        
                                        S Offline
                                        S Offline
                                        Sweatchuck
                                        schrieb am zuletzt editiert von
                                        #39

                                        @glasfaser

                                        E8A3AF5B-AB4A-48F1-B10D-5CC1C699A848.jpeg

                                        GlasfaserG 1 Antwort Letzte Antwort
                                        0
                                        • S Sweatchuck

                                          @glasfaser

                                          E8A3AF5B-AB4A-48F1-B10D-5CC1C699A848.jpeg

                                          GlasfaserG Offline
                                          GlasfaserG Offline
                                          Glasfaser
                                          schrieb am zuletzt editiert von
                                          #40

                                          @sweatchuck

                                          find "/opt/iobroker/node_modules" -type d -iname ".*-????????" ! -iname ".local-chromium" -exec rm -rf "{}" \; &> /dev/null
                                          

                                          dann nochmal versuchen

                                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                          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

                                          326

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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