Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Can not start inMem-objects on port 9001

NEWS

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

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    568

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.1k

Can not start inMem-objects on port 9001

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
55 Beiträge 5 Kommentatoren 5.4k Aufrufe 5 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • crunchipC Abwesend
    crunchipC Abwesend
    crunchip
    Forum Testing Most Active Developer
    schrieb am zuletzt editiert von crunchip
    #3

    @nftvirus eventuell https://forum.iobroker.net/post/777300

    umgestiegen von Proxmox auf Unraid

    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @nftvirus sagte in Can not start inMem-objects on port 9001:

      Leider ist mein letztes Backup von Anfang des Jahres.

      Warum?
      Für sowas gibt es den Backitup-Adapter, der macht das jede Nacht im Schlaf...

      sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
      

      sagt?

      N Offline
      N Offline
      NFTVirus
      schrieb am zuletzt editiert von
      #4

      @thomas-braun

      ja den backitup sollte ich jetzt mal konfigurieren oder speichert er standartmäßig zumindest ein backup auf dem RPI?

      pi@raspberrypi:/opt/iobroker $ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
      COMMAND     PID     USER   FD   TYPE DEVICE  SIZE/OFF   NODE NAME
      iobroker. 26626 iobroker   19u   REG  179,2 501587560 136879 /opt/iobroker/iobroker-data/objects.jsonl
      
      
      Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
      0
      • N NFTVirus

        @thomas-braun

        ja den backitup sollte ich jetzt mal konfigurieren oder speichert er standartmäßig zumindest ein backup auf dem RPI?

        pi@raspberrypi:/opt/iobroker $ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
        COMMAND     PID     USER   FD   TYPE DEVICE  SIZE/OFF   NODE NAME
        iobroker. 26626 iobroker   19u   REG  179,2 501587560 136879 /opt/iobroker/iobroker-data/objects.jsonl
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #5

        @nftvirus

        Den Backitup-Adapter kann man auf alle möglichen Medien schreiben lassen.
        SMB, NFS, GoogleDrive usw...

        systemctl status iobroker.service
        

        sagt?

        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

        N 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @nftvirus

          Den Backitup-Adapter kann man auf alle möglichen Medien schreiben lassen.
          SMB, NFS, GoogleDrive usw...

          systemctl status iobroker.service
          

          sagt?

          N Offline
          N Offline
          NFTVirus
          schrieb am zuletzt editiert von
          #6

          @thomas-braun

          ● iobroker.service - ioBroker Server
               Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
               Active: active (running) since Tue 2022-11-01 13:23:57 GMT; 16s ago
                 Docs: http://iobroker.net
             Main PID: 29763 (iobroker.js-con)
                Tasks: 11 (limit: 1598)
                  CPU: 20.004s
               CGroup: /system.slice/iobroker.service
                       └─29763 iobroker.js-controller
          
          Nov 01 13:23:57 raspberrypi systemd[1]: Started ioBroker Server.
          
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • N NFTVirus

            @thomas-braun

            ● iobroker.service - ioBroker Server
                 Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
                 Active: active (running) since Tue 2022-11-01 13:23:57 GMT; 16s ago
                   Docs: http://iobroker.net
               Main PID: 29763 (iobroker.js-con)
                  Tasks: 11 (limit: 1598)
                    CPU: 20.004s
                 CGroup: /system.slice/iobroker.service
                         └─29763 iobroker.js-controller
            
            Nov 01 13:23:57 raspberrypi systemd[1]: Started ioBroker Server.
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #7

            @nftvirus

            sudo systemctl stop iobroker.service
            iobroker status
            

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

            N 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @nftvirus

              sudo systemctl stop iobroker.service
              iobroker status
              
              N Offline
              N Offline
              NFTVirus
              schrieb am zuletzt editiert von
              #8

              @thomas-braun

              No connection to databases possible ...
              
              
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • N NFTVirus

                @thomas-braun

                No connection to databases possible ...
                
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #9

                @nftvirus

                Bitte immer vollständige Ein- wie Ausgaben.
                Ich kann nicht erkennen auf welches Kommando das jetzt die Rückgabe ist.

                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

                N 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @nftvirus

                  Bitte immer vollständige Ein- wie Ausgaben.
                  Ich kann nicht erkennen auf welches Kommando das jetzt die Rückgabe ist.

                  N Offline
                  N Offline
                  NFTVirus
                  schrieb am zuletzt editiert von
                  #10

                  @thomas-braun sorry war der iob status:

                  pi@raspberrypi:/opt/iobroker $ sudo systemctl stop iobroker.service
                  pi@raspberrypi:/opt/iobroker $ iobroker status
                  No connection to databases possible ...
                  
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • N NFTVirus

                    @thomas-braun sorry war der iob status:

                    pi@raspberrypi:/opt/iobroker $ sudo systemctl stop iobroker.service
                    pi@raspberrypi:/opt/iobroker $ iobroker status
                    No connection to databases possible ...
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #11

                    @nftvirus

                    systemctl status iobroker.service
                    

                    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

                    N 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @nftvirus

                      systemctl status iobroker.service
                      
                      N Offline
                      N Offline
                      NFTVirus
                      schrieb am zuletzt editiert von
                      #12

                      @thomas-braun

                      pi@raspberrypi:/opt/iobroker $ systemctl status iobroker.service
                      ● iobroker.service - ioBroker Server
                           Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
                           Active: inactive (dead) (Result: exit-code) since Tue 2022-11-01 13:25:46 GMT; 6min ago
                             Docs: http://iobroker.net
                          Process: 30534 ExecStart=/usr/bin/bash -c ${NODE} /opt/iobroker/node_modules/iobroker.js-controller/controller.js (code=exited, status=1/FAILURE)
                         Main PID: 30534 (code=exited, status=1/FAILURE)
                              CPU: 41.915s
                      
                      Nov 01 13:25:44 raspberrypi systemd[1]: iobroker.service: Consumed 41.915s CPU time.
                      Nov 01 13:25:46 raspberrypi systemd[1]: Stopped ioBroker Server.
                      Nov 01 13:25:46 raspberrypi systemd[1]: iobroker.service: Consumed 41.915s CPU time.
                      
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • N NFTVirus

                        @thomas-braun

                        pi@raspberrypi:/opt/iobroker $ systemctl status iobroker.service
                        ● iobroker.service - ioBroker Server
                             Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
                             Active: inactive (dead) (Result: exit-code) since Tue 2022-11-01 13:25:46 GMT; 6min ago
                               Docs: http://iobroker.net
                            Process: 30534 ExecStart=/usr/bin/bash -c ${NODE} /opt/iobroker/node_modules/iobroker.js-controller/controller.js (code=exited, status=1/FAILURE)
                           Main PID: 30534 (code=exited, status=1/FAILURE)
                                CPU: 41.915s
                        
                        Nov 01 13:25:44 raspberrypi systemd[1]: iobroker.service: Consumed 41.915s CPU time.
                        Nov 01 13:25:46 raspberrypi systemd[1]: Stopped ioBroker Server.
                        Nov 01 13:25:46 raspberrypi systemd[1]: iobroker.service: Consumed 41.915s CPU time.
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #13

                        @nftvirus

                        sudo systemctl mask iobroker.service
                        sudo apt update
                        

                        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

                        N 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @nftvirus

                          sudo systemctl mask iobroker.service
                          sudo apt update
                          
                          N Offline
                          N Offline
                          NFTVirus
                          schrieb am zuletzt editiert von
                          #14

                          @thomas-braun

                          pi@raspberrypi:/opt/iobroker $ sudo systemctl mask iobroker.service
                          Created symlink /etc/systemd/system/iobroker.service → /dev/null.
                          pi@raspberrypi:/opt/iobroker $ sudo apt update
                          Hit:1 http://phoscon.de/apt/deconz bullseye InRelease
                          Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                          Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
                          Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                          Reading package lists... Done
                          Building dependency tree... Done
                          Reading state information... Done
                          90 packages can be upgraded. Run 'apt list --upgradable' to see them.
                          pi@raspberrypi:/opt/iobroker $
                          
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • N NFTVirus

                            @thomas-braun

                            pi@raspberrypi:/opt/iobroker $ sudo systemctl mask iobroker.service
                            Created symlink /etc/systemd/system/iobroker.service → /dev/null.
                            pi@raspberrypi:/opt/iobroker $ sudo apt update
                            Hit:1 http://phoscon.de/apt/deconz bullseye InRelease
                            Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                            Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
                            Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                            Reading package lists... Done
                            Building dependency tree... Done
                            Reading state information... Done
                            90 packages can be upgraded. Run 'apt list --upgradable' to see them.
                            pi@raspberrypi:/opt/iobroker $
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #15

                            @nftvirus sagte in Can not start inMem-objects on port 9001:

                            90 packages can be upgraded.

                            Neben dem Backup auch regelmäßiger das System auf Stand halten!!

                            sudo apt full-upgrade
                            sudo reboot
                            

                            Wenn das System wieder auf die Beine gekommen ist dürfte der

                            iobroker status
                            

                            'nicht laufend' ausgeben.
                            Dann mit

                            iobroker start
                            

                            nachhelfen.

                            Wenn das funktionieren sollte die Maske wieder abnehmen:

                            sudo systemctl unmask iobroker.service
                            

                            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

                            N 2 Antworten Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @nftvirus sagte in Can not start inMem-objects on port 9001:

                              90 packages can be upgraded.

                              Neben dem Backup auch regelmäßiger das System auf Stand halten!!

                              sudo apt full-upgrade
                              sudo reboot
                              

                              Wenn das System wieder auf die Beine gekommen ist dürfte der

                              iobroker status
                              

                              'nicht laufend' ausgeben.
                              Dann mit

                              iobroker start
                              

                              nachhelfen.

                              Wenn das funktionieren sollte die Maske wieder abnehmen:

                              sudo systemctl unmask iobroker.service
                              
                              N Offline
                              N Offline
                              NFTVirus
                              schrieb am zuletzt editiert von
                              #16

                              @thomas-braun Vielen Dank für die ganze Unterstützung!!! Ich update jetzt noch alles und gebe dann nochmal kurz Rückmeldung ob wieder alles läuft.

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @nftvirus sagte in Can not start inMem-objects on port 9001:

                                90 packages can be upgraded.

                                Neben dem Backup auch regelmäßiger das System auf Stand halten!!

                                sudo apt full-upgrade
                                sudo reboot
                                

                                Wenn das System wieder auf die Beine gekommen ist dürfte der

                                iobroker status
                                

                                'nicht laufend' ausgeben.
                                Dann mit

                                iobroker start
                                

                                nachhelfen.

                                Wenn das funktionieren sollte die Maske wieder abnehmen:

                                sudo systemctl unmask iobroker.service
                                
                                N Offline
                                N Offline
                                NFTVirus
                                schrieb am zuletzt editiert von
                                #17

                                @thomas-braun Leider scheint es nicht geholfen zu haben:

                                
                                pi@raspberrypi:~ $ iob status
                                No connection to databases possible ...
                                pi@raspberrypi:~ $ iobroker start
                                Failed to start iobroker.service: Unit iobroker.service is masked.
                                pi@raspberrypi:~ $ iobroker status
                                No connection to databases possible ...
                                pi@raspberrypi:~ $ sudo systemctl unmask iobroker.service
                                Removed /etc/systemd/system/iobroker.service.
                                pi@raspberrypi:~ $ iobroker start
                                pi@raspberrypi:~ $ iobroker status
                                Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iob                                                 roker/iobroker-data/objects.jsonl"!
                                pi@raspberrypi:~ $
                                
                                
                                
                                1 Antwort Letzte Antwort
                                0
                                • N Offline
                                  N Offline
                                  NFTVirus
                                  schrieb am zuletzt editiert von
                                  #18

                                  Leider konnte ich es bisher nicht reparieren. Nun wollte ich ein älteres Backup nutzen und bekomme leider wieder nur no connection to databases possible..... Hat jemand noch eine Idee wie ich um ein komplettes Neuaufsetzen herum komme?

                                  
                                  pi@raspberrypi:~ $ iobroker stop
                                  pi@raspberrypi:~ $ iobroker restore 0
                                  No connection to databases possible ...
                                  pi@raspberrypi:~ $
                                  
                                  
                                  1 Antwort Letzte Antwort
                                  0
                                  • N NFTVirus

                                    @thomas-braun

                                    ja den backitup sollte ich jetzt mal konfigurieren oder speichert er standartmäßig zumindest ein backup auf dem RPI?

                                    pi@raspberrypi:/opt/iobroker $ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                                    COMMAND     PID     USER   FD   TYPE DEVICE  SIZE/OFF   NODE NAME
                                    iobroker. 26626 iobroker   19u   REG  179,2 501587560 136879 /opt/iobroker/iobroker-data/objects.jsonl
                                    
                                    
                                    GlasfaserG Offline
                                    GlasfaserG Offline
                                    Glasfaser
                                    schrieb am zuletzt editiert von
                                    #19

                                    @nftvirus sagte in Can not start inMem-objects on port 9001:

                                    iobroker. 26626 iobroker 19u REG 179,2 501587560 136879 /opt/iobroker/iobroker-data/objects.jsonl

                                    kannst du mal bitte es aktuell zeigen , denn so sieht deine Datei riesig aus

                                    du -sh  /opt/iobroker/iobroker-data/objects.jsonl
                                    

                                    und

                                    du -sh  /opt/iobroker/iobroker-data/backup-objects/*objects*
                                    

                                    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 ..

                                    N 1 Antwort Letzte Antwort
                                    0
                                    • GlasfaserG Glasfaser

                                      @nftvirus sagte in Can not start inMem-objects on port 9001:

                                      iobroker. 26626 iobroker 19u REG 179,2 501587560 136879 /opt/iobroker/iobroker-data/objects.jsonl

                                      kannst du mal bitte es aktuell zeigen , denn so sieht deine Datei riesig aus

                                      du -sh  /opt/iobroker/iobroker-data/objects.jsonl
                                      

                                      und

                                      du -sh  /opt/iobroker/iobroker-data/backup-objects/*objects*
                                      
                                      N Offline
                                      N Offline
                                      NFTVirus
                                      schrieb am zuletzt editiert von
                                      #20

                                      @glasfaser

                                      pi@raspberrypi:/opt/iobroker/iobroker-data $ du -sh  /opt/iobroker/iobroker-data/objects.jsonl
                                      479M    /opt/iobroker/iobroker-data/objects.jsonl
                                      pi@raspberrypi:/opt/iobroker/iobroker-data $ du -sh  /opt/iobroker/iobroker-data/backup-objects/*objects*
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-27_21-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-27_23-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_01-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_03-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_05-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_07-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_09-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_11-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_13-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_15-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_17-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_19-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_21-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_23-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_01-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_03-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_05-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_07-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_09-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_11-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_13-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_15-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_17-47_objects.jsonl.gz
                                      1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_19-47_objects.jsonl.gz
                                      pi@raspberrypi:/opt/iobroker/iobroker-data $
                                      
                                      
                                      GlasfaserG 1 Antwort Letzte Antwort
                                      0
                                      • N NFTVirus

                                        @glasfaser

                                        pi@raspberrypi:/opt/iobroker/iobroker-data $ du -sh  /opt/iobroker/iobroker-data/objects.jsonl
                                        479M    /opt/iobroker/iobroker-data/objects.jsonl
                                        pi@raspberrypi:/opt/iobroker/iobroker-data $ du -sh  /opt/iobroker/iobroker-data/backup-objects/*objects*
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-27_21-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-27_23-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_01-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_03-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_05-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_07-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_09-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_11-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_13-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_15-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_17-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_19-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_21-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-28_23-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_01-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_03-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_05-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_07-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_09-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_11-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_13-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_15-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_17-47_objects.jsonl.gz
                                        1.7M    /opt/iobroker/iobroker-data/backup-objects/2022-10-29_19-47_objects.jsonl.gz
                                        pi@raspberrypi:/opt/iobroker/iobroker-data $
                                        
                                        
                                        GlasfaserG Offline
                                        GlasfaserG Offline
                                        Glasfaser
                                        schrieb am zuletzt editiert von Glasfaser
                                        #21

                                        @nftvirus

                                        Du kannst mal ein Backup versuchen

                                        iobroker stop
                                        
                                        cd /opt/iobroker/iobroker-data/
                                        mv objects.jsonl objects.jsonl.old
                                        
                                        cd backup-objects/
                                        gunzip -ck 2022-10-29_19-47_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl
                                        
                                        iobroker start
                                        

                                        EDIT

                                        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 ..

                                        N 1 Antwort Letzte Antwort
                                        0
                                        • GlasfaserG Glasfaser

                                          @nftvirus

                                          Du kannst mal ein Backup versuchen

                                          iobroker stop
                                          
                                          cd /opt/iobroker/iobroker-data/
                                          mv objects.jsonl objects.jsonl.old
                                          
                                          cd backup-objects/
                                          gunzip -ck 2022-10-29_19-47_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl
                                          
                                          iobroker start
                                          

                                          EDIT

                                          N Offline
                                          N Offline
                                          NFTVirus
                                          schrieb am zuletzt editiert von
                                          #22

                                          @glasfaser da bekomme ich wieder einen Fehler:

                                          pi@raspberrypi:/opt/iobroker/iobroker-data $ iobroker stop
                                          pi@raspberrypi:/opt/iobroker/iobroker-data $ cd /opt/iobroker/iobroker-data/
                                          pi@raspberrypi:/opt/iobroker/iobroker-data $ mv objects.json objects.jsonl.old
                                          mv: cannot stat 'objects.json': No such file or directory
                                          pi@raspberrypi:/opt/iobroker/iobroker-data $
                                          
                                          
                                          GlasfaserG 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          284

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          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