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.
  • 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
                      • N NFTVirus

                        @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 Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von
                        #23

                        @nftvirus

                        ja habe EDIT gemacht .... 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 ..

                        N 1 Antwort Letzte Antwort
                        0
                        • GlasfaserG Glasfaser

                          @nftvirus

                          ja habe EDIT gemacht .... siehe oben

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

                          @glasfaser Hey super VIELEN DANK!!! Es läuft wieder hat mir wirklich super geholfen.

                          GlasfaserG 1 Antwort Letzte Antwort
                          0
                          • N NFTVirus

                            @glasfaser Hey super VIELEN DANK!!! Es läuft wieder hat mir wirklich super geholfen.

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

                            @nftvirus

                            Kein Thema ...

                            dann setze den Thread auf [gelöst]

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

                            M 1 Antwort Letzte Antwort
                            0
                            • GlasfaserG Glasfaser

                              @nftvirus

                              Kein Thema ...

                              dann setze den Thread auf [gelöst]

                              M Offline
                              M Offline
                              maxpd
                              schrieb am zuletzt editiert von maxpd
                              #26

                              @glasfaser Ich halte das Thema mal am Leben.

                              Ich bekomme auch die gleiche Fehlermeldung. Mit iobroker start wechselt die Meldung dann zu

                              sudo iobroker start
                              sudo iobroker status
                              Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                              

                              Wenn ich die Objects Backup Datei nutzen will kommt diese Meldung

                              sudo iobroker stop
                              cd /opt/iobroker/iobroker-data/
                              /opt/iobroker/iobroker-data $ mv objects.jsonl objects.jsonl.old
                              /opt/iobroker/iobroker-data $ cd backup-objects/
                              /opt/iobroker/iobroker-data/backup-objects $ gunzip -ck 2023-05-28_07-41_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl
                              
                              gzip: stdout: No space left on device
                              

                              Dabei liegt iobroker auf einer 120gb SSD

                              Wenn ich die Files über WinSCP ersetzen will:

                              1cd7c20e-a197-4f43-8413-25394f5300e8-image.png

                              mit filezilla:

                              Fehler: error while writing: received failure with description 'Failure'
                              Fehler: Dateiübertragung fehlgeschlagen

                              Gruß
                              maxpd

                              Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                              Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
                              0
                              • M maxpd

                                @glasfaser Ich halte das Thema mal am Leben.

                                Ich bekomme auch die gleiche Fehlermeldung. Mit iobroker start wechselt die Meldung dann zu

                                sudo iobroker start
                                sudo iobroker status
                                Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                                

                                Wenn ich die Objects Backup Datei nutzen will kommt diese Meldung

                                sudo iobroker stop
                                cd /opt/iobroker/iobroker-data/
                                /opt/iobroker/iobroker-data $ mv objects.jsonl objects.jsonl.old
                                /opt/iobroker/iobroker-data $ cd backup-objects/
                                /opt/iobroker/iobroker-data/backup-objects $ gunzip -ck 2023-05-28_07-41_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl
                                
                                gzip: stdout: No space left on device
                                

                                Dabei liegt iobroker auf einer 120gb SSD

                                Wenn ich die Files über WinSCP ersetzen will:

                                1cd7c20e-a197-4f43-8413-25394f5300e8-image.png

                                mit filezilla:

                                Fehler: error while writing: received failure with description 'Failure'
                                Fehler: Dateiübertragung fehlgeschlagen

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

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

                                sudo iobroker stop

                                iobroker wird nie mit sudo angepackt. Nie.

                                iob stop
                                iob fix 
                                iob start
                                
                                iob diag
                                

                                sagt nach der Aktion?

                                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

                                M 1 Antwort Letzte Antwort
                                0
                                • M maxpd

                                  @glasfaser Ich halte das Thema mal am Leben.

                                  Ich bekomme auch die gleiche Fehlermeldung. Mit iobroker start wechselt die Meldung dann zu

                                  sudo iobroker start
                                  sudo iobroker status
                                  Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                                  

                                  Wenn ich die Objects Backup Datei nutzen will kommt diese Meldung

                                  sudo iobroker stop
                                  cd /opt/iobroker/iobroker-data/
                                  /opt/iobroker/iobroker-data $ mv objects.jsonl objects.jsonl.old
                                  /opt/iobroker/iobroker-data $ cd backup-objects/
                                  /opt/iobroker/iobroker-data/backup-objects $ gunzip -ck 2023-05-28_07-41_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl
                                  
                                  gzip: stdout: No space left on device
                                  

                                  Dabei liegt iobroker auf einer 120gb SSD

                                  Wenn ich die Files über WinSCP ersetzen will:

                                  1cd7c20e-a197-4f43-8413-25394f5300e8-image.png

                                  mit filezilla:

                                  Fehler: error while writing: received failure with description 'Failure'
                                  Fehler: Dateiübertragung fehlgeschlagen

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

                                  @maxpd

                                  Bitte nicht den Beitrag editieren !!

                                  Mach bitte das was @Thomas-Braun schreibt ...

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

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

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

                                    sudo iobroker stop

                                    iobroker wird nie mit sudo angepackt. Nie.

                                    iob stop
                                    iob fix 
                                    iob start
                                    
                                    iob diag
                                    

                                    sagt nach der Aktion?

                                    M Offline
                                    M Offline
                                    maxpd
                                    schrieb am zuletzt editiert von
                                    #29

                                    @thomas-braun

                                    Das Ergebnis während iob fix

                                    pi@iobroker:~ $ iob fix
                                    library: loaded
                                    Library version=2022-12-09
                                    
                                    ==========================================================================
                                    
                                        Welcome to the ioBroker installation fixer!
                                        Script version: 2023-04-02
                                    
                                        You might need to enter your password a couple of times.
                                    
                                    ==========================================================================
                                    
                                    
                                    ==========================================================================
                                        Installing prerequisites (1/5)
                                    ==========================================================================
                                    
                                    Holen:1 http://archive.raspberrypi.org/debian bullseye InRelease [23,6 kB]
                                    Holen:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15,0 kB]
                                    Fehl:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Fehler beim Schreiben in Datei - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar) [IP: 93.93.135.141 80]
                                    Fehl:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                      Fehler beim Schreiben in Datei - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar) [IP: 93.93.128.193 80]
                                    OK:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                                    Fehl:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                                      Splitting up /var/lib/apt/lists/deb.nodesource.com_node%5f18.x_dists_bullseye_InRelease into data and signature failed
                                    OK:4 https://www.pivccu.de/piVCCU stable InRelease
                                    Fehl:4 https://www.pivccu.de/piVCCU stable InRelease
                                      Splitting up /var/lib/apt/lists/www.pivccu.de_piVCCU_dists_stable_InRelease into data and signature failed
                                    Paketlisten werden gelesen… Fertig
                                    W: Während der Überprüfung der Signatur trat ein Fehler auf. Das Depot wurde nicht aktualisiert und die vorherigen Indexdateien werden verwendet. GPG-Fehler: https://deb.nodesource.com/node_18.x bullseye InRelease: Splitting up /var/lib/apt/lists/deb.nodesource.com_node%5f18.x_dists_bullseye_InRelease into data and signature failed
                                    W: Während der Überprüfung der Signatur trat ein Fehler auf. Das Depot wurde nicht aktualisiert und die vorherigen Indexdateien werden verwendet. GPG-Fehler: https://www.pivccu.de/piVCCU stable InRelease: Splitting up /var/lib/apt/lists/www.pivccu.de_piVCCU_dists_stable_InRelease into data and signature failed
                                    W: Fehlschlag beim Holen von http://raspbian.raspberrypi.org/raspbian/dists/bullseye/InRelease Fehler beim Schreiben in Datei - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar) [IP: 93.93.128.193 80]
                                    W: Fehlschlag beim Holen von https://deb.nodesource.com/node_18.x/dists/bullseye/InRelease Splitting up /var/lib/apt/lists/deb.nodesource.com_node%5f18.x_dists_bullseye_InRelease into data and signature failed
                                    W: Fehlschlag beim Holen von https://www.pivccu.de/piVCCU/dists/stable/InRelease Splitting up /var/lib/apt/lists/www.pivccu.de_piVCCU_dists_stable_InRelease into data and signature failed
                                    W: Fehlschlag beim Holen von http://archive.raspberrypi.org/debian/dists/bullseye/InRelease Fehler beim Schreiben in Datei - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar) [IP: 93.93.135.141 80]
                                    W: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
                                    Installed gcc-c++
                                    
                                    ==========================================================================
                                        Checking ioBroker user and directory permissions (2/5)
                                    ==========================================================================
                                    
                                    main: Zeile 697: echo: Schreibfehler: Auf dem Gerät ist kein Speicherplatz mehr verfügbar.
                                    Created /etc/sudoers.d/iobroker
                                    Fixing directory permissions...
                                    
                                    ==========================================================================
                                        Check and cleanup npm temporary directories (3/5)
                                    ==========================================================================
                                    
                                    Done.
                                    
                                    ==========================================================================
                                        Database maintenance (4/5)
                                    ==========================================================================
                                    
                                    Checking for uncompressed JSONL databases... This might take a while!
                                    
                                    npm ERR! code ENOSPC
                                    npm ERR! syscall write
                                    npm ERR! errno -28
                                    npm ERR! nospc ENOSPC: no space left on device, write
                                    npm ERR! nospc There appears to be insufficient space on your system to finish.
                                    npm ERR! nospc Clear up some disk space and try again.
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /home/iobroker/.npm/_logs/2023-05-28T19_43_04_574Z-debug-0.log
                                    main: Zeile 12: [: -lt: Einstelliger (unärer) Operator erwartet.
                                    npm ERR! code ENOSPC
                                    npm ERR! syscall write
                                    npm ERR! errno -28
                                    npm ERR! nospc ENOSPC: no space left on device, write
                                    npm ERR! nospc There appears to be insufficient space on your system to finish.
                                    npm ERR! nospc Clear up some disk space and try again.
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /home/iobroker/.npm/_logs/2023-05-28T19_43_06_239Z-debug-0.log
                                    
                                    ==========================================================================
                                        Checking autostart (5/5)
                                    ==========================================================================
                                    
                                    Enabling autostart...
                                    Autostart enabled!
                                    
                                    ==========================================================================
                                    
                                        Your installation was fixed successfully
                                        Run iobroker start to start ioBroker again!
                                    
                                    ==========================================================================
                                    
                                    
                                    
                                    

                                    und

                                    pi@iobroker:~ $ iob diag
                                    pi@iobroker:~ $
                                    
                                    

                                    Gruß
                                    maxpd

                                    Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                    1 Antwort Letzte Antwort
                                    0
                                    • GlasfaserG Glasfaser

                                      @maxpd

                                      Bitte nicht den Beitrag editieren !!

                                      Mach bitte das was @Thomas-Braun schreibt ...

                                      M Offline
                                      M Offline
                                      maxpd
                                      schrieb am zuletzt editiert von
                                      #30

                                      @glasfaser hat sich überschnitten

                                      Gruß
                                      maxpd

                                      Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • M maxpd

                                        @glasfaser hat sich überschnitten

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

                                        @maxpd

                                        Das Dateisystem ist entweder rappeldicht oder wegen Fehlern nur lesend eingehängt.

                                        df -h 
                                        dmesg -T | grep -i EXT4
                                        

                                        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

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • GlasfaserG Offline
                                          GlasfaserG Offline
                                          Glasfaser
                                          schrieb am zuletzt editiert von
                                          #32

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

                                          npm ERR! nospc ENOSPC: no space left on device, write
                                          npm ERR! nospc There appears to be insufficient space on your system to finis
                                          npm ERR! nospc Clear up some disk space and try again.

                                          Full ...

                                          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

                                          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