Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. English
    3. ioBroker general
    4. ioBroker does not respond SOLVED

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    ioBroker does not respond SOLVED

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

      @ap2017 sagte in ioBroker does not respond:

      I suspect low SSD available memory, here is my df -h log:

      there is low memory but not no space left.

      what is zhe output of iobroker list instances

      A 2 Replies Last reply Reply Quote 0
      • A
        ap2017 @Homoran last edited by Homoran

        @homoran

        ap@AP-Tiny:~$ iobroker list instances
        + system.adapter.accuweather.0            : accuweather           : AP-Tiny                                  -  enabled
        + system.adapter.admin.0                  : admin                 : AP-Tiny                                  -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.backitup.0               : backitup              : AP-Tiny                                  -  enabled
          system.adapter.cloud.0                  : cloud                 : AP-Tiny                                  - disabled
          system.adapter.deconz.0                 : deconz                : AP-Tiny                                  - disabled, port: 8080
        + system.adapter.discovery.0              : discovery             : AP-Tiny                                  -  enabled
          system.adapter.echarts.0                : echarts               : AP-Tiny                                  -  enabled
          system.adapter.flot.0                   : flot                  : AP-Tiny                                  -  enabled
        + system.adapter.history.0                : history               : AP-Tiny                                  -  enabled
          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : AP-Tiny                                  -  enabled
        + system.adapter.info.0                   : info                  : AP-Tiny                                  -  enabled
        + system.adapter.javascript.0             : javascript            : AP-Tiny                                  -  enabled
        + system.adapter.mysensors.0              : mysensors             : AP-Tiny                                  -  enabled, port: 5003, bind: 0.0.0.0
        + system.adapter.simple-api.0             : simple-api            : AP-Tiny                                  -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
        + system.adapter.socketio.0               : socketio              : AP-Tiny                                  -  enabled, port: 8084, bind: 192.168.1.74, run as: admin
          system.adapter.sonoff.0                 : sonoff                : AP-Tiny                                  - disabled, port: 1883, bind: 0.0.0.0
        + system.adapter.telegram.0               : telegram              : AP-Tiny                                  -  enabled, port: 8443, bind: 0.0.0.0
          system.adapter.vis-google-fonts.0       : vis-google-fonts      : AP-Tiny                                  -  enabled
          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : AP-Tiny                                  -  enabled
          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : AP-Tiny                                  -  enabled
          system.adapter.vis-material-advanced.0  : vis-material-advanced : AP-Tiny                                  -  enabled
          system.adapter.vis-material-webfont.0   : vis-material-webfont  : AP-Tiny                                  -  enabled
          system.adapter.vis-material.0           : vis-material          : AP-Tiny                                  -  enabled
          system.adapter.vis-materialdesign.0     : vis-materialdesign    : AP-Tiny                                  -  enabled
          system.adapter.vis-metro.0              : vis-metro             : AP-Tiny                                  -  enabled
          system.adapter.vis-timeandweather.0     : vis-timeandweather    : AP-Tiny                                  -  enabled
          system.adapter.vis.0                    : vis                   : AP-Tiny                                  -  enabled
        + system.adapter.web.0                    : web                   : AP-Tiny                                  -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        + system.adapter.zigbee.0                 : zigbee                : AP-Tiny                                  -  enabled, port: /dev/ttyACM1
        + system.adapter.zwave2.0                 : zwave2                : AP-Tiny                                  -  enabled
        
        + instance is alive
        Server Cannot save Dataset to /opt/iobroker/iobroker-data/states.json.new: ENOSPC: no space left on device, write
        Server Cannot save /opt/iobroker/iobroker-data/states.json: Error: ENOSPC: no space left on device, write
        ap@AP-Tiny:~$
        
        
        Homoran 2 Replies Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @ap2017 last edited by Homoran

          @ap2017 thanks - looks good

          iobroker status

          EDIT- it doesn't 😞

          @ap2017 sagte in ioBroker does not respond:

          ENOSPC: no space left on device, write

          1 Reply Last reply Reply Quote 0
          • A
            ap2017 @Homoran last edited by

            @homoran

            ap@AP-Tiny:~$ iobroker status
            iobroker is running on this host.
            
            
            Objects type: file
            States  type: file
            Server Cannot save Dataset to /opt/iobroker/iobroker-data/states.json.new: ENOSPC: no space left on device, write
            Server Cannot save /opt/iobroker/iobroker-data/states.json: Error: ENOSPC: no space left on device, write
            
            
            A K 2 Replies Last reply Reply Quote 0
            • A
              ap2017 @ap2017 last edited by

              @ap2017 What if I clone existing drive onto larger drive using Acronis, will it work? It should, right?

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

                @ap2017 You had been right ENOSPC!

                you should delete some data
                possible data can be logs or history.

                I'm not sure how to do it with puTTY, I prefer filezilla for file-operations.
                There you can save the history data to your pc before you delete them.

                the data will be found in /opt/iobroker/iobroker-data/history or /opt/iobroker/log
                if you have made some backups, stired locally, they will be in /opt/iobroker/backups

                A 1 Reply Last reply Reply Quote 1
                • Homoran
                  Homoran Global Moderator Administrators @ap2017 last edited by

                  @ap2017 sagte in ioBroker does not respond:

                  It should, right?

                  yes

                  A 1 Reply Last reply Reply Quote 1
                  • A
                    ap2017 @Homoran last edited by

                    @homoran Thank you. I will try to clone drive first, if it does not help will start deleting
                    history files.

                    1 Reply Last reply Reply Quote 0
                    • A
                      ap2017 @Homoran last edited by

                      @homoran Worked smooth, thank you!

                      Homoran 1 Reply Last reply Reply Quote 2
                      • Homoran
                        Homoran Global Moderator Administrators @ap2017 last edited by

                        @ap2017 sagte in ioBroker does not respond:

                        @homoran Worked smooth, thank you!

                        Congrats

                        Thanks for your feedback

                        1 Reply Last reply Reply Quote 1
                        • K
                          Karabas @ap2017 last edited by

                          @ap2017
                          Hi see this link
                          https://www.youtube.com/watch?v=FZeWNwXC7rk&t=48s
                          this work

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

                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          697
                          Online

                          31.9k
                          Users

                          80.1k
                          Topics

                          1.3m
                          Posts

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