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. Backup geht nicht

NEWS

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

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

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

Backup geht nicht

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
18 Beiträge 9 Kommentatoren 1.5k Aufrufe 7 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.
  • kmxakK Offline
    kmxakK Offline
    kmxak
    Most Active
    schrieb am zuletzt editiert von
    #1

    Moin das iobroker backup geht nicht mehr.

    fixer habe ich durchlaufen lassen.
    den heap zu erhöhen mit folgendem code bringt auch nix.

    wollte das System eigendlich gerade auf ein neues umziehen aber das zickt etwas rum

    export NODE_OPTIONS=--max-old-space-size=4096
    
    root@ioBroker:/opt/iobroker# iobroker backup
    host.ioBroker 149041 states saved
    host.ioBroker 193297 objects saved
    
    <--- Last few GCs --->
    
    [2009:0x5ef1950]    54421 ms: Mark-sweep (reduce) 2137.3 (2283.7) -> 1444.0 (1520.4) MB, 259.1 / 0.0 ms  (+ 0.0 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 7436 ms) (average mu = 0.963, current mu = 0.970) ex[2009:0x5ef1950]    56110 ms: Mark-sweep 2134.1 (2209.4) -> 2133.9 (2157.2) MB, 348.3 / 0.0 ms  (+ 0.9 ms in 16 steps since start of marking, biggest step 0.1 ms, walltime since start of marking 1634 ms) (average mu = 0.922, current mu = 0.794) allocation
    
    <--- JS stacktrace --->
    
    FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
     1: 0xb7b3e0 node::Abort() [node]
     2: 0xa8c8aa  [node]
     3: 0xd69100 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
     4: 0xd694a7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
     5: 0xf46ba5  [node]
     6: 0xf5908d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
     7: 0xf3378e v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
     8: 0xf34b57 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
     9: 0xf15552 v8::internal::Factory::AllocateRawWithAllocationSite(v8::internal::Handle<v8::internal::Map>, v8::internal::AllocationType, v8::internal::Handle<v8::internal::AllocationSite>) [node]
    10: 0xf1fdac v8::internal::Factory::NewJSObjectFromMap(v8::internal::Handle<v8::internal::Map>, v8::internal::AllocationType, v8::internal::Handle<v8::internal::AllocationSite>) [node]
    11: 0x104f585 v8::internal::JsonParser<unsigned short>::BuildJsonObject(v8::internal::JsonParser<unsigned short>::JsonContinuation const&, v8::base::SmallVector<v8::internal::JsonProperty, 16ul, std::allocator<v8::internal::JsonProperty> > const&, v8::internal::Handle<v8::internal::Map>) [node]
    12: 0x1051208 v8::internal::JsonParser<unsigned short>::ParseJsonValue() [node]
    13: 0x105191f v8::internal::JsonParser<unsigned short>::ParseJson() [node]
    14: 0xdeece3 v8::internal::Builtin_JsonParse(int, unsigned long*, v8::internal::Isolate*) [node]
    15: 0x1707c79  [node]
    /usr/bin/iobroker: Zeile 10:  2008 Abgebrochen             sudo -H -u iobroker node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js "$@"
    
    

    Gruß Alex

    DJMarc75D 1 Antwort Letzte Antwort
    0
    • kmxakK kmxak

      Moin das iobroker backup geht nicht mehr.

      fixer habe ich durchlaufen lassen.
      den heap zu erhöhen mit folgendem code bringt auch nix.

      wollte das System eigendlich gerade auf ein neues umziehen aber das zickt etwas rum

      export NODE_OPTIONS=--max-old-space-size=4096
      
      root@ioBroker:/opt/iobroker# iobroker backup
      host.ioBroker 149041 states saved
      host.ioBroker 193297 objects saved
      
      <--- Last few GCs --->
      
      [2009:0x5ef1950]    54421 ms: Mark-sweep (reduce) 2137.3 (2283.7) -> 1444.0 (1520.4) MB, 259.1 / 0.0 ms  (+ 0.0 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 7436 ms) (average mu = 0.963, current mu = 0.970) ex[2009:0x5ef1950]    56110 ms: Mark-sweep 2134.1 (2209.4) -> 2133.9 (2157.2) MB, 348.3 / 0.0 ms  (+ 0.9 ms in 16 steps since start of marking, biggest step 0.1 ms, walltime since start of marking 1634 ms) (average mu = 0.922, current mu = 0.794) allocation
      
      <--- JS stacktrace --->
      
      FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
       1: 0xb7b3e0 node::Abort() [node]
       2: 0xa8c8aa  [node]
       3: 0xd69100 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
       4: 0xd694a7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
       5: 0xf46ba5  [node]
       6: 0xf5908d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
       7: 0xf3378e v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
       8: 0xf34b57 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
       9: 0xf15552 v8::internal::Factory::AllocateRawWithAllocationSite(v8::internal::Handle<v8::internal::Map>, v8::internal::AllocationType, v8::internal::Handle<v8::internal::AllocationSite>) [node]
      10: 0xf1fdac v8::internal::Factory::NewJSObjectFromMap(v8::internal::Handle<v8::internal::Map>, v8::internal::AllocationType, v8::internal::Handle<v8::internal::AllocationSite>) [node]
      11: 0x104f585 v8::internal::JsonParser<unsigned short>::BuildJsonObject(v8::internal::JsonParser<unsigned short>::JsonContinuation const&, v8::base::SmallVector<v8::internal::JsonProperty, 16ul, std::allocator<v8::internal::JsonProperty> > const&, v8::internal::Handle<v8::internal::Map>) [node]
      12: 0x1051208 v8::internal::JsonParser<unsigned short>::ParseJsonValue() [node]
      13: 0x105191f v8::internal::JsonParser<unsigned short>::ParseJson() [node]
      14: 0xdeece3 v8::internal::Builtin_JsonParse(int, unsigned long*, v8::internal::Isolate*) [node]
      15: 0x1707c79  [node]
      /usr/bin/iobroker: Zeile 10:  2008 Abgebrochen             sudo -H -u iobroker node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js "$@"
      
      
      DJMarc75D Offline
      DJMarc75D Offline
      DJMarc75
      schrieb am zuletzt editiert von
      #2

      @kmxak

      @kmxak sagte in Backup geht nicht:

      root@ioBroker

      So fängts an...

      und gib mal die Ausgab von

      iob diag
      

      durch.

      Lehrling seit 1975 !!!
      Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
      https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

      kmxakK HomoranH 2 Antworten Letzte Antwort
      0
      • DJMarc75D DJMarc75

        @kmxak

        @kmxak sagte in Backup geht nicht:

        root@ioBroker

        So fängts an...

        und gib mal die Ausgab von

        iob diag
        

        durch.

        kmxakK Offline
        kmxakK Offline
        kmxak
        Most Active
        schrieb am zuletzt editiert von kmxak
        #3

        @djmarc75

        ======== Start marking the full check here =========
        
        
        Skript v.2023-04-16
        
        *** BASE SYSTEM ***
        Architecture    : x86_64
        Docker          : false
        Virtualization  : vmware
        Distributor ID: Debian
        Description:    Debian GNU/Linux 11 (bullseye)
        Release:        11
        Codename:       bullseye
        
        PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
        NAME="Debian GNU/Linux"
        VERSION_ID="11"
        VERSION="11 (bullseye)"
        VERSION_CODENAME=bullseye
        ID=debian
        HOME_URL="https://www.debian.org/"
        SUPPORT_URL="https://www.debian.org/support"
        BUG_REPORT_URL="https://bugs.debian.org/"
        
        Systemuptime and Load:
         16:45:48 up  1:59,  1 user,  load average: 0.16, 0.18, 0.19
        CPU threads: 8
        
        
        *** Time and Time Zones ***
                       Local time: Sat 2023-04-29 16:45:48 CEST
                   Universal time: Sat 2023-04-29 14:45:48 UTC
                         RTC time: Sat 2023-04-29 14:45:48
                        Time zone: Europe/Berlin (CEST, +0200)
        System clock synchronized: yes
                      NTP service: active
                  RTC in local TZ: no
        
        *** User and Groups ***
        root
        /root
        root
        
        *** X-Server-Setup ***
        X-Server:       true
        Desktop:
        Terminal:
        Boot Target:    graphical.target
        
        *** MEMORY ***
                       total        used        free      shared  buff/cache   available
        Mem:             11G         10G        706M        2.0M        655M        1.2G
        Swap:           6.0G        876M        5.1G
        Total:           17G         11G        5.8G
        
                11976 M total memory
                10614 M used memory
                 2107 M active memory
                 3058 M inactive memory
                  706 M free memory
                   39 M buffer memory
                  615 M swap cache
                 5996 M total swap
                  876 M used swap
                 5120 M free swap
        
        *** FILESYSTEM ***
        Filesystem     Type      Size  Used Avail Use% Mounted on
        udev           devtmpfs  5.9G     0  5.9G   0% /dev
        tmpfs          tmpfs     1.2G  1.1M  1.2G   1% /run
        /dev/sda1      ext4       24G   18G  5.3G  77% /
        tmpfs          tmpfs     5.9G     0  5.9G   0% /dev/shm
        tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
        tmpfs          tmpfs     1.2G   60K  1.2G   1% /run/user/113
        tmpfs          tmpfs     1.2G   60K  1.2G   1% /run/user/1000
        
        Messages concerning ext4 filesystem in dmesg:
        [Sat Apr 29 14:46:34 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
        [Sat Apr 29 14:46:34 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
        
        Show mounted filesystems (real ones only):
        TARGET SOURCE    FSTYPE OPTIONS
        /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
        
        Files in neuralgic directories:
        
        /var:
        2.7G    /var/
        1.6G    /var/log/journal/bf3dc909e52842af994cc284b7d9afe6
        1.6G    /var/log/journal
        1.6G    /var/log
        774M    /var/cache
        
        Archived and active journals take up 1.5G in the file system.
        
        /opt/iobroker/backups:
        503M    /opt/iobroker/backups/
        
        /opt/iobroker/iobroker-data:
        1.2G    /opt/iobroker/iobroker-data/
        401M    /opt/iobroker/iobroker-data/files
        278M    /opt/iobroker/iobroker-data/backup-objects
        84M     /opt/iobroker/iobroker-data/files/vis.0
        72M     /opt/iobroker/iobroker-data/files/telegram.admin
        
        The five largest files in iobroker-data are:
        427M    /opt/iobroker/iobroker-data/states.jsonl
        118M    /opt/iobroker/iobroker-data/objects.jsonl
        33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
        15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
        9.7M    /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.bbfeb1bf.js.map
        
        *** NodeJS-Installation ***
        
        /usr/bin/nodejs         v18.15.0
        /usr/bin/node           v18.15.0
        /usr/bin/npm            9.5.0
        /usr/bin/npx            9.5.0
        
        
        nodejs:
          Installed: 18.15.0-deb-1nodesource1
          Candidate: 18.16.0-deb-1nodesource1
          Version table:
             18.16.0-deb-1nodesource1 500
                500 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages
         *** 18.15.0-deb-1nodesource1 100
                100 /var/lib/dpkg/status
             12.22.12~dfsg-1~deb11u3 500
                500 http://deb.debian.org/debian bullseye/main amd64 Packages
                500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
        
        Temp directories causing npm8 problem: 0
        No problems detected
        
        *** ioBroker-Installation ***
        
        ioBroker Status
        iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        MULTIHOSTSERVICE/enabled: false
        
        Core adapters versions
        js-controller:  4.0.24
        admin:          6.3.5
        javascript:     6.1.4
        
        Adapters from github:   0
        
        Adapter State
        + system.adapter.accuweather.0            : accuweather           : ioBroker                                 -  enabled
        + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.alexa2.0                 : alexa2                : ioBroker                                 - disabled
          system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
        + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
          system.adapter.bring.0                  : bring                 : ioBroker                                 - disabled
          system.adapter.coronavirus-statistics.0 : coronavirus-statistics: ioBroker                                 - disabled
          system.adapter.daswetter.0              : daswetter             : ioBroker                                 - disabled
          system.adapter.denon.0                  : denon                 : ioBroker                                 - disabled
          system.adapter.devices.0                : devices               : ioBroker                                 - disabled
          system.adapter.discord.0                : discord               : ioBroker                                 - disabled
        + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
          system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
          system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
        + system.adapter.fhem.0                   : fhem                  : ioBroker                                 -  enabled, port: 7072
          system.adapter.flot.0                   : flot                  : ioBroker                                 - disabled
          system.adapter.fullcalendar.0           : fullcalendar          : ioBroker                                 - disabled
        + system.adapter.fullybrowser.0           : fullybrowser          : ioBroker                                 -  enabled
          system.adapter.heatingcontrol.0         : heatingcontrol        : ioBroker                                 - disabled
        + system.adapter.history.0                : history               : ioBroker                                 -  enabled
        + system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
        + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
        + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
        + system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          system.adapter.homeconnect.0            : homeconnect           : ioBroker                                 - disabled
        + system.adapter.hp-ilo.0                 : hp-ilo                : ioBroker                                 -  enabled
          system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
          system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: ioBroker                                 - disabled
          system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : ioBroker                                 - disabled
          system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 - disabled
          system.adapter.icons-material-svg.0     : icons-material-svg    : ioBroker                                 - disabled
          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 - disabled
        + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
          system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
        + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
        + system.adapter.lgtv.0                   : lgtv                  : ioBroker                                 -  enabled
        + system.adapter.linkeddevices.0          : linkeddevices         : ioBroker                                 -  enabled
          system.adapter.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 - disabled, port: 54321
        + system.adapter.milight-smart-light.0    : milight-smart-light   : ioBroker                                 -  enabled
        + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
        + system.adapter.net-tools.0              : net-tools             : ioBroker                                 -  enabled
          system.adapter.node-red.0               : node-red              : ioBroker                                 - disabled, port: 1880, bind: 0.0.0.0
          system.adapter.octoprint.0              : octoprint             : ioBroker                                 - disabled
          system.adapter.openweathermap.0         : openweathermap        : ioBroker                                 -  enabled
          system.adapter.paw.0                    : paw                   : ioBroker                                 - disabled, port: 8898
          system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 - disabled
        + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
          system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 - disabled
        + system.adapter.sayit.0                  : sayit                 : ioBroker                                 -  enabled, port: 0
        + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
        + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
        + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
        + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1337, bind: 0.0.0.0
        + system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker                                 -  enabled
          system.adapter.spotify-premium.0        : spotify-premium       : ioBroker                                 - disabled
        + system.adapter.sql.0                    : sql                   : ioBroker                                 -  enabled, port: 3306
        + system.adapter.statistics.0             : statistics            : ioBroker                                 -  enabled
        + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
        + system.adapter.telegram.1               : telegram              : ioBroker                                 -  enabled, port: 88, bind: 0.0.0.0
        + system.adapter.telegram.2               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
        + system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
        + system.adapter.text2command.1           : text2command          : ioBroker                                 -  enabled
        + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
        + system.adapter.unifi.0                  : unifi                 : ioBroker                                 -  enabled
          system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 - disabled
          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 - disabled
          system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 - disabled
          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 - disabled
          system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBroker                                 -  enabled
          system.adapter.vis-history.0            : vis-history           : ioBroker                                 - disabled
          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
          system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 - disabled
          system.adapter.vis-keyboard.0           : vis-keyboard          : ioBroker                                 - disabled
          system.adapter.vis-map.0                : vis-map               : ioBroker                                 - disabled
          system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 - disabled
          system.adapter.vis-players.0            : vis-players           : ioBroker                                 - disabled
          system.adapter.vis-plumb.0              : vis-plumb             : ioBroker                                 - disabled
          system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 - disabled
          system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
          system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 - disabled
          system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
          system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
        + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        + system.adapter.wled.0                   : wled                  : ioBroker                                 -  enabled
          system.adapter.yr.0                     : yr                    : ioBroker                                 -  enabled
        
        + instance is alive
        
        Enabled adapters with bindings
        + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.fhem.0                   : fhem                  : ioBroker                                 -  enabled, port: 7072
        + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
        + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
        + system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
        + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
        + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
        + system.adapter.sayit.0                  : sayit                 : ioBroker                                 -  enabled, port: 0
        + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
        + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
        + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1337, bind: 0.0.0.0
        + system.adapter.sql.0                    : sql                   : ioBroker                                 -  enabled, port: 3306
        + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
        + system.adapter.telegram.1               : telegram              : ioBroker                                 -  enabled, port: 88, bind: 0.0.0.0
        + system.adapter.telegram.2               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
        + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        ioBroker-Repositories
        sources       : conf/sources-dist.json
        online        : https://raw.githubusercontent.com/ioBroker/ioBroker.repositories/master/sources-dist.json
        latest alternative: http://iobroker.live/sources-dist-latest.json
        stable        : http://download.iobroker.net/sources-dist.json
        beta          : http://download.iobroker.net/sources-dist-latest.json
        
        Active repo(s): stable
        
        Installed ioBroker-Instances
        Used repository: stable
        Adapter    "accuweather"  : 1.2.4    , installed 1.2.1  [Updatable]
        Adapter    "admin"        : 6.3.5    , installed 6.3.5
        Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
        Adapter    "alias-manager": 1.2.4    , installed 1.2.4
        Adapter    "backitup"     : 2.6.19   , installed 2.6.19
        Adapter    "bring"        : 1.8.1    , installed 1.8.1
        Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
        Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
        Adapter    "denon"        : 1.15.0   , installed 1.15.0
        Adapter    "devices"      : 1.1.2    , installed 1.1.2
        Adapter    "discord"      : 1.1.6    , installed 1.1.6
        Adapter    "discovery"    : 3.1.0    , installed 3.1.0
        Adapter    "dwd"          : 2.8.3    , installed 2.8.3
        Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
        Adapter    "fhem"         : 1.6.3    , installed 1.6.3
        Adapter    "flot"         : 1.11.0   , installed 1.11.0
        Adapter    "fullcalendar" : 1.2.0    , installed 1.2.0
        Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
        Adapter    "heatingcontrol": 2.10.6  , installed 2.10.6
        Adapter    "history"      : 2.2.4    , installed 2.2.4
        Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
        Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
        Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
        Adapter    "hp-ilo"       : 1.0.6    , installed 1.0.6
        Adapter    "ical"         : 1.13.2   , installed 1.13.2
        Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
        Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
        Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
        Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
        Adapter    "influxdb"     : 3.2.0    , installed 2.6.3  [Updatable]
        Adapter    "info"         : 1.9.26   , installed 1.9.26
        Adapter    "javascript"   : 6.1.4    , installed 6.1.4
        Controller "js-controller": 4.0.24   , installed 4.0.24
        Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
        Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
        Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
        Adapter    "milight-smart-light": 1.2.2, installed 1.2.2
        Adapter    "mqtt"         : 4.0.7    , installed 3.0.6  [Updatable]
        Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
        Adapter    "node-red"     : 4.0.0    , installed 4.0.0
        Adapter    "octoprint"    : 4.0.0    , installed 4.0.0
        Adapter    "openweathermap": 0.3.3   , installed 0.3.3
        Adapter    "paw"          : 0.3.2    , installed 0.3.2
        Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
        Adapter    "ping"         : 1.5.3    , installed 1.5.3
        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
        Adapter    "sayit"        : 1.12.3   , installed 1.12.3
        Adapter    "scenes"       : 2.3.9    , installed 2.3.9
        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
        Adapter    "socketio"     : 4.2.0    , installed 4.2.0
        Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
        Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
        Adapter    "sql"          : 2.2.0    , installed 2.2.0
        Adapter    "statistics"   : 2.3.0    , installed 2.3.0
        Adapter    "telegram"     : 1.15.2   , installed 1.15.2
        Adapter    "text2command" : 2.3.0    , installed 2.3.0
        Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
        Adapter    "unifi"        : 0.5.10   , installed 0.6.1
        Adapter    "vis"          : 1.4.16   , installed 1.4.16
        Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
        Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
        Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
        Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
        Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
        Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
        Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
        Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
        Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
        Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
        Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
        Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
        Adapter    "weatherunderground": 3.4.2, installed 3.4.2
        Adapter    "web"          : 4.3.0    , installed 4.3.0
        Adapter    "wled"         : 0.6.7    , installed 0.6.7
        Adapter    "ws"           : 1.3.0    , installed 1.3.0
        Adapter    "yr"           : 5.3.0    , installed 5.3.0
        
        Objects and States
        Please stand by - This may take a while
        Objects:        193638
        States:         149083
        
        *** OS-Repositories and Updates ***
        W: Failed to fetch https://apt.grafana.com/dists/stable/InRelease  Temporary failure resolving 'apt.grafana.com'
        W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease  Temporary failure resolving 'repos.influxdata.com'
        W: Failed to fetch https://repos.influxdata.com/debian/dists/stretch/InRelease  Temporary failure resolving 'repos.influxdata.com'
        W: Some index files failed to download. They have been ignored, or old ones used instead.
        Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
        Hit:2 http://deb.debian.org/debian bullseye InRelease
        Err:3 https://apt.grafana.com stable InRelease
          Temporary failure resolving 'apt.grafana.com'
        Err:4 https://repos.influxdata.com/debian stable InRelease
          Temporary failure resolving 'repos.influxdata.com'
        Err:5 https://repos.influxdata.com/debian stretch InRelease
          Temporary failure resolving 'repos.influxdata.com'
        Hit:6 http://deb.debian.org/debian bullseye-updates InRelease
        Hit:7 https://deb.nodesource.com/node_18.x bullseye InRelease
        Reading package lists...
        W: Failed to fetch https://apt.grafana.com/dists/stable/InRelease  Temporary failure resolving 'apt.grafana.com'
        W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease  Temporary failure resolving 'repos.influxdata.com'
        W: Failed to fetch https://repos.influxdata.com/debian/dists/stretch/InRelease  Temporary failure resolving 'repos.influxdata.com'
        W: Some index files failed to download. They have been ignored, or old ones used instead.
        Pending Updates: 94
        
        *** Listening Ports ***
        Active Internet connections (only servers)
        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
        tcp        0      0 192.168.2.24:42001      0.0.0.0:*               LISTEN      1001       19213      2199/io.hm-rpc.0
        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15585      619/sshd: /usr/sbin
        tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        11979      647/influxd
        tcp        0      0 0.0.0.0:1337            0.0.0.0:*               LISTEN      1001       19251      2294/io.sonoff.0
        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       22789      2257/io.mqtt.0
        tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       22790      2257/io.mqtt.0
        tcp        0      0 192.168.2.24:8701       0.0.0.0:*               LISTEN      1001       22784      2233/io.hm-rpc.3
        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       19017      2025/iobroker.js-co
        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       22565      2025/iobroker.js-co
        tcp        0      0 192.168.2.24:12010      0.0.0.0:*               LISTEN      1001       21009      2210/io.hm-rpc.1
        tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      115        17416      590/redis-server 0.
        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          1110       1/init
        tcp6       0      0 :::4400                 :::*                    LISTEN      1001       26726      2462/io.milight-sma
        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       22598      2043/io.admin.0
        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       22978      2609/io.web.0
        tcp6       0      0 :::8084                 :::*                    LISTEN      1001       25841      2514/io.socketio.0
        tcp6       0      0 :::8086                 :::*                    LISTEN      999        12039      647/influxd
        tcp6       0      0 :::22                   :::*                    LISTEN      0          15587      619/sshd: /usr/sbin
        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       22017      2503/io.simple-api.
        tcp6       0      0 :::3000                 :::*                    LISTEN      116        16914      645/grafana
        tcp6       0      0 :::8443                 :::*                    LISTEN      1001       22794      2144/io.telegram.0
        tcp6       0      0 :::111                  :::*                    LISTEN      0          13357      1/init
        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12359      1/init
        udp        0      0 0.0.0.0:50165           0.0.0.0:*                           114        1247       511/avahi-daemon: r
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       21913      2620/io.wled.0
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           114        1245       511/avahi-daemon: r
        udp        0      0 0.0.0.0:48034           0.0.0.0:*                           1001       21065      2462/io.milight-sma
        udp6       0      0 :::111                  :::*                                0          11598      1/init
        udp6       0      0 :::5353                 :::*                                114        1246       511/avahi-daemon: r
        udp6       0      0 :::55707                :::*                                114        1248       511/avahi-daemon: r
        
        *** Log File - Last 25 Lines ***
        
        2023-04-29 16:42:09.135  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
        2023-04-29 16:42:22.730  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        2023-04-29 16:42:55.786  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        2023-04-29 16:43:28.842  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        2023-04-29 16:44:00.394  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        2023-04-29 16:44:09.085  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
        2023-04-29 16:44:09.085  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
        2023-04-29 16:44:09.085  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
        2023-04-29 16:44:09.127  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
        2023-04-29 16:44:33.450  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        2023-04-29 16:45:00.043  - info: host.ioBroker instance system.adapter.dwd.0 started with pid 9051
        2023-04-29 16:45:03.885  - info: dwd.0 (9051) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.15.0, js-controller: 4.0.24
        2023-04-29 16:45:04.841  - info: dwd.0 (9051) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
        2023-04-29 16:45:05.354  - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
        2023-04-29 16:45:06.506  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        2023-04-29 16:45:20.427  - info: javascript.0 (2107) script.js.User.Telegram.Balkon_Telegram_Check: Tür Balkon wurde geöffnet
        2023-04-29 16:45:25.353  - info: javascript.0 (2107) script.js.User.Telegram.Balkon_Telegram_Check: Tür Balkon wurde geschlossen
        2023-04-29 16:45:39.562  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        2023-04-29 16:46:09.690  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
        2023-04-29 16:46:09.691  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
        2023-04-29 16:46:09.691  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
        2023-04-29 16:46:09.730  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
        2023-04-29 16:46:12.618  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        2023-04-29 16:46:42.634  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        2023-04-29 16:47:15.692  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
        
        
        
        ============ Mark until here for C&P =============
        
        iob diag has finished.
        
        
        
        ======================= SUMMARY =======================
                             v.2023-04-16
        
        
        Operatingsystem:        Debian GNU/Linux 11 (bullseye)
        Kernel:                 5.10.0-21-amd64
        Installation:           vmware
        Timezone:               Europe/Berlin (CEST, +0200)
        User-ID:                0
        X-Server:               true
        Boot Target:            graphical.target
        
        Pending OS-Updates:     94
        Pending iob updates:    3
        
        Nodejs-Installation:    /usr/bin/nodejs         v18.15.0
                                /usr/bin/node           v18.15.0
                                /usr/bin/npm            9.5.0
                                /usr/bin/npx            9.5.0
        
        Recommended versions are nodejs 18.x.y and npm 9.x.y
        Your nodejs installation is correct
        
        MEMORY:
                       total        used        free      shared  buff/cache   available
        Mem:             11G         10G        609M        2.0M        488M        846M
        Swap:           6.0G        963M        5.0G
        Total:           17G         11G        5.6G
        
        Active iob-Instances:   38
        Active repo(s): stable
        
        ioBroker Core:          js-controller           4.0.24
                                admin                   6.3.5
        
        ioBroker Status:        iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Status admin and web instance:
        + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        Objects:                193638
        States:                 149083
        
        Size of iob-Database:
        
        126M    /opt/iobroker/iobroker-data/objects.jsonl
        444M    /opt/iobroker/iobroker-data/states.jsonl
        
        
        
        =================== END OF SUMMARY ====================
        

        Gruß Alex

        HomoranH 2 Antworten Letzte Antwort
        0
        • DJMarc75D DJMarc75

          @kmxak

          @kmxak sagte in Backup geht nicht:

          root@ioBroker

          So fängts an...

          und gib mal die Ausgab von

          iob diag
          

          durch.

          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #4

          @djmarc75 wahrscheinlich das übliche
          Backup zu groß, RAM zu klein

          kein Support per PN! - Fragen im Forum stellen -
          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Antwort Letzte Antwort
          0
          • kmxakK kmxak

            @djmarc75

            ======== Start marking the full check here =========
            
            
            Skript v.2023-04-16
            
            *** BASE SYSTEM ***
            Architecture    : x86_64
            Docker          : false
            Virtualization  : vmware
            Distributor ID: Debian
            Description:    Debian GNU/Linux 11 (bullseye)
            Release:        11
            Codename:       bullseye
            
            PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
            NAME="Debian GNU/Linux"
            VERSION_ID="11"
            VERSION="11 (bullseye)"
            VERSION_CODENAME=bullseye
            ID=debian
            HOME_URL="https://www.debian.org/"
            SUPPORT_URL="https://www.debian.org/support"
            BUG_REPORT_URL="https://bugs.debian.org/"
            
            Systemuptime and Load:
             16:45:48 up  1:59,  1 user,  load average: 0.16, 0.18, 0.19
            CPU threads: 8
            
            
            *** Time and Time Zones ***
                           Local time: Sat 2023-04-29 16:45:48 CEST
                       Universal time: Sat 2023-04-29 14:45:48 UTC
                             RTC time: Sat 2023-04-29 14:45:48
                            Time zone: Europe/Berlin (CEST, +0200)
            System clock synchronized: yes
                          NTP service: active
                      RTC in local TZ: no
            
            *** User and Groups ***
            root
            /root
            root
            
            *** X-Server-Setup ***
            X-Server:       true
            Desktop:
            Terminal:
            Boot Target:    graphical.target
            
            *** MEMORY ***
                           total        used        free      shared  buff/cache   available
            Mem:             11G         10G        706M        2.0M        655M        1.2G
            Swap:           6.0G        876M        5.1G
            Total:           17G         11G        5.8G
            
                    11976 M total memory
                    10614 M used memory
                     2107 M active memory
                     3058 M inactive memory
                      706 M free memory
                       39 M buffer memory
                      615 M swap cache
                     5996 M total swap
                      876 M used swap
                     5120 M free swap
            
            *** FILESYSTEM ***
            Filesystem     Type      Size  Used Avail Use% Mounted on
            udev           devtmpfs  5.9G     0  5.9G   0% /dev
            tmpfs          tmpfs     1.2G  1.1M  1.2G   1% /run
            /dev/sda1      ext4       24G   18G  5.3G  77% /
            tmpfs          tmpfs     5.9G     0  5.9G   0% /dev/shm
            tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
            tmpfs          tmpfs     1.2G   60K  1.2G   1% /run/user/113
            tmpfs          tmpfs     1.2G   60K  1.2G   1% /run/user/1000
            
            Messages concerning ext4 filesystem in dmesg:
            [Sat Apr 29 14:46:34 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
            [Sat Apr 29 14:46:34 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
            
            Show mounted filesystems (real ones only):
            TARGET SOURCE    FSTYPE OPTIONS
            /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
            
            Files in neuralgic directories:
            
            /var:
            2.7G    /var/
            1.6G    /var/log/journal/bf3dc909e52842af994cc284b7d9afe6
            1.6G    /var/log/journal
            1.6G    /var/log
            774M    /var/cache
            
            Archived and active journals take up 1.5G in the file system.
            
            /opt/iobroker/backups:
            503M    /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            1.2G    /opt/iobroker/iobroker-data/
            401M    /opt/iobroker/iobroker-data/files
            278M    /opt/iobroker/iobroker-data/backup-objects
            84M     /opt/iobroker/iobroker-data/files/vis.0
            72M     /opt/iobroker/iobroker-data/files/telegram.admin
            
            The five largest files in iobroker-data are:
            427M    /opt/iobroker/iobroker-data/states.jsonl
            118M    /opt/iobroker/iobroker-data/objects.jsonl
            33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
            15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
            9.7M    /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.bbfeb1bf.js.map
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v18.15.0
            /usr/bin/node           v18.15.0
            /usr/bin/npm            9.5.0
            /usr/bin/npx            9.5.0
            
            
            nodejs:
              Installed: 18.15.0-deb-1nodesource1
              Candidate: 18.16.0-deb-1nodesource1
              Version table:
                 18.16.0-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages
             *** 18.15.0-deb-1nodesource1 100
                    100 /var/lib/dpkg/status
                 12.22.12~dfsg-1~deb11u3 500
                    500 http://deb.debian.org/debian bullseye/main amd64 Packages
                    500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
            
            Temp directories causing npm8 problem: 0
            No problems detected
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            MULTIHOSTSERVICE/enabled: false
            
            Core adapters versions
            js-controller:  4.0.24
            admin:          6.3.5
            javascript:     6.1.4
            
            Adapters from github:   0
            
            Adapter State
            + system.adapter.accuweather.0            : accuweather           : ioBroker                                 -  enabled
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              system.adapter.alexa2.0                 : alexa2                : ioBroker                                 - disabled
              system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
            + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
              system.adapter.bring.0                  : bring                 : ioBroker                                 - disabled
              system.adapter.coronavirus-statistics.0 : coronavirus-statistics: ioBroker                                 - disabled
              system.adapter.daswetter.0              : daswetter             : ioBroker                                 - disabled
              system.adapter.denon.0                  : denon                 : ioBroker                                 - disabled
              system.adapter.devices.0                : devices               : ioBroker                                 - disabled
              system.adapter.discord.0                : discord               : ioBroker                                 - disabled
            + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
              system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
              system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
            + system.adapter.fhem.0                   : fhem                  : ioBroker                                 -  enabled, port: 7072
              system.adapter.flot.0                   : flot                  : ioBroker                                 - disabled
              system.adapter.fullcalendar.0           : fullcalendar          : ioBroker                                 - disabled
            + system.adapter.fullybrowser.0           : fullybrowser          : ioBroker                                 -  enabled
              system.adapter.heatingcontrol.0         : heatingcontrol        : ioBroker                                 - disabled
            + system.adapter.history.0                : history               : ioBroker                                 -  enabled
            + system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
            + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
            + system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
              system.adapter.homeconnect.0            : homeconnect           : ioBroker                                 - disabled
            + system.adapter.hp-ilo.0                 : hp-ilo                : ioBroker                                 -  enabled
              system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
              system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: ioBroker                                 - disabled
              system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : ioBroker                                 - disabled
              system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 - disabled
              system.adapter.icons-material-svg.0     : icons-material-svg    : ioBroker                                 - disabled
              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 - disabled
            + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
              system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
            + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
            + system.adapter.lgtv.0                   : lgtv                  : ioBroker                                 -  enabled
            + system.adapter.linkeddevices.0          : linkeddevices         : ioBroker                                 -  enabled
              system.adapter.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 - disabled, port: 54321
            + system.adapter.milight-smart-light.0    : milight-smart-light   : ioBroker                                 -  enabled
            + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
            + system.adapter.net-tools.0              : net-tools             : ioBroker                                 -  enabled
              system.adapter.node-red.0               : node-red              : ioBroker                                 - disabled, port: 1880, bind: 0.0.0.0
              system.adapter.octoprint.0              : octoprint             : ioBroker                                 - disabled
              system.adapter.openweathermap.0         : openweathermap        : ioBroker                                 -  enabled
              system.adapter.paw.0                    : paw                   : ioBroker                                 - disabled, port: 8898
              system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 - disabled
            + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
              system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 - disabled
            + system.adapter.sayit.0                  : sayit                 : ioBroker                                 -  enabled, port: 0
            + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
            + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
            + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1337, bind: 0.0.0.0
            + system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker                                 -  enabled
              system.adapter.spotify-premium.0        : spotify-premium       : ioBroker                                 - disabled
            + system.adapter.sql.0                    : sql                   : ioBroker                                 -  enabled, port: 3306
            + system.adapter.statistics.0             : statistics            : ioBroker                                 -  enabled
            + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
            + system.adapter.telegram.1               : telegram              : ioBroker                                 -  enabled, port: 88, bind: 0.0.0.0
            + system.adapter.telegram.2               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
            + system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
            + system.adapter.text2command.1           : text2command          : ioBroker                                 -  enabled
            + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
            + system.adapter.unifi.0                  : unifi                 : ioBroker                                 -  enabled
              system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 - disabled
              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 - disabled
              system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 - disabled
              system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 - disabled
              system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBroker                                 -  enabled
              system.adapter.vis-history.0            : vis-history           : ioBroker                                 - disabled
              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
              system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 - disabled
              system.adapter.vis-keyboard.0           : vis-keyboard          : ioBroker                                 - disabled
              system.adapter.vis-map.0                : vis-map               : ioBroker                                 - disabled
              system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 - disabled
              system.adapter.vis-players.0            : vis-players           : ioBroker                                 - disabled
              system.adapter.vis-plumb.0              : vis-plumb             : ioBroker                                 - disabled
              system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 - disabled
              system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
              system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 - disabled
              system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
              system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            + system.adapter.wled.0                   : wled                  : ioBroker                                 -  enabled
              system.adapter.yr.0                     : yr                    : ioBroker                                 -  enabled
            
            + instance is alive
            
            Enabled adapters with bindings
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.fhem.0                   : fhem                  : ioBroker                                 -  enabled, port: 7072
            + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
            + system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
            + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
            + system.adapter.sayit.0                  : sayit                 : ioBroker                                 -  enabled, port: 0
            + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
            + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1337, bind: 0.0.0.0
            + system.adapter.sql.0                    : sql                   : ioBroker                                 -  enabled, port: 3306
            + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
            + system.adapter.telegram.1               : telegram              : ioBroker                                 -  enabled, port: 88, bind: 0.0.0.0
            + system.adapter.telegram.2               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            ioBroker-Repositories
            sources       : conf/sources-dist.json
            online        : https://raw.githubusercontent.com/ioBroker/ioBroker.repositories/master/sources-dist.json
            latest alternative: http://iobroker.live/sources-dist-latest.json
            stable        : http://download.iobroker.net/sources-dist.json
            beta          : http://download.iobroker.net/sources-dist-latest.json
            
            Active repo(s): stable
            
            Installed ioBroker-Instances
            Used repository: stable
            Adapter    "accuweather"  : 1.2.4    , installed 1.2.1  [Updatable]
            Adapter    "admin"        : 6.3.5    , installed 6.3.5
            Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
            Adapter    "alias-manager": 1.2.4    , installed 1.2.4
            Adapter    "backitup"     : 2.6.19   , installed 2.6.19
            Adapter    "bring"        : 1.8.1    , installed 1.8.1
            Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
            Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
            Adapter    "denon"        : 1.15.0   , installed 1.15.0
            Adapter    "devices"      : 1.1.2    , installed 1.1.2
            Adapter    "discord"      : 1.1.6    , installed 1.1.6
            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
            Adapter    "dwd"          : 2.8.3    , installed 2.8.3
            Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
            Adapter    "fhem"         : 1.6.3    , installed 1.6.3
            Adapter    "flot"         : 1.11.0   , installed 1.11.0
            Adapter    "fullcalendar" : 1.2.0    , installed 1.2.0
            Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
            Adapter    "heatingcontrol": 2.10.6  , installed 2.10.6
            Adapter    "history"      : 2.2.4    , installed 2.2.4
            Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
            Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
            Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
            Adapter    "hp-ilo"       : 1.0.6    , installed 1.0.6
            Adapter    "ical"         : 1.13.2   , installed 1.13.2
            Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
            Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
            Adapter    "icons-material-png": 0.1.0, installed 0.1.0
            Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
            Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
            Adapter    "influxdb"     : 3.2.0    , installed 2.6.3  [Updatable]
            Adapter    "info"         : 1.9.26   , installed 1.9.26
            Adapter    "javascript"   : 6.1.4    , installed 6.1.4
            Controller "js-controller": 4.0.24   , installed 4.0.24
            Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
            Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
            Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
            Adapter    "milight-smart-light": 1.2.2, installed 1.2.2
            Adapter    "mqtt"         : 4.0.7    , installed 3.0.6  [Updatable]
            Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
            Adapter    "node-red"     : 4.0.0    , installed 4.0.0
            Adapter    "octoprint"    : 4.0.0    , installed 4.0.0
            Adapter    "openweathermap": 0.3.3   , installed 0.3.3
            Adapter    "paw"          : 0.3.2    , installed 0.3.2
            Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
            Adapter    "ping"         : 1.5.3    , installed 1.5.3
            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
            Adapter    "sayit"        : 1.12.3   , installed 1.12.3
            Adapter    "scenes"       : 2.3.9    , installed 2.3.9
            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
            Adapter    "socketio"     : 4.2.0    , installed 4.2.0
            Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
            Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
            Adapter    "sql"          : 2.2.0    , installed 2.2.0
            Adapter    "statistics"   : 2.3.0    , installed 2.3.0
            Adapter    "telegram"     : 1.15.2   , installed 1.15.2
            Adapter    "text2command" : 2.3.0    , installed 2.3.0
            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
            Adapter    "unifi"        : 0.5.10   , installed 0.6.1
            Adapter    "vis"          : 1.4.16   , installed 1.4.16
            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
            Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
            Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
            Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
            Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
            Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
            Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
            Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
            Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
            Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
            Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
            Adapter    "weatherunderground": 3.4.2, installed 3.4.2
            Adapter    "web"          : 4.3.0    , installed 4.3.0
            Adapter    "wled"         : 0.6.7    , installed 0.6.7
            Adapter    "ws"           : 1.3.0    , installed 1.3.0
            Adapter    "yr"           : 5.3.0    , installed 5.3.0
            
            Objects and States
            Please stand by - This may take a while
            Objects:        193638
            States:         149083
            
            *** OS-Repositories and Updates ***
            W: Failed to fetch https://apt.grafana.com/dists/stable/InRelease  Temporary failure resolving 'apt.grafana.com'
            W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease  Temporary failure resolving 'repos.influxdata.com'
            W: Failed to fetch https://repos.influxdata.com/debian/dists/stretch/InRelease  Temporary failure resolving 'repos.influxdata.com'
            W: Some index files failed to download. They have been ignored, or old ones used instead.
            Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
            Hit:2 http://deb.debian.org/debian bullseye InRelease
            Err:3 https://apt.grafana.com stable InRelease
              Temporary failure resolving 'apt.grafana.com'
            Err:4 https://repos.influxdata.com/debian stable InRelease
              Temporary failure resolving 'repos.influxdata.com'
            Err:5 https://repos.influxdata.com/debian stretch InRelease
              Temporary failure resolving 'repos.influxdata.com'
            Hit:6 http://deb.debian.org/debian bullseye-updates InRelease
            Hit:7 https://deb.nodesource.com/node_18.x bullseye InRelease
            Reading package lists...
            W: Failed to fetch https://apt.grafana.com/dists/stable/InRelease  Temporary failure resolving 'apt.grafana.com'
            W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease  Temporary failure resolving 'repos.influxdata.com'
            W: Failed to fetch https://repos.influxdata.com/debian/dists/stretch/InRelease  Temporary failure resolving 'repos.influxdata.com'
            W: Some index files failed to download. They have been ignored, or old ones used instead.
            Pending Updates: 94
            
            *** Listening Ports ***
            Active Internet connections (only servers)
            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
            tcp        0      0 192.168.2.24:42001      0.0.0.0:*               LISTEN      1001       19213      2199/io.hm-rpc.0
            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15585      619/sshd: /usr/sbin
            tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        11979      647/influxd
            tcp        0      0 0.0.0.0:1337            0.0.0.0:*               LISTEN      1001       19251      2294/io.sonoff.0
            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       22789      2257/io.mqtt.0
            tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       22790      2257/io.mqtt.0
            tcp        0      0 192.168.2.24:8701       0.0.0.0:*               LISTEN      1001       22784      2233/io.hm-rpc.3
            tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       19017      2025/iobroker.js-co
            tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       22565      2025/iobroker.js-co
            tcp        0      0 192.168.2.24:12010      0.0.0.0:*               LISTEN      1001       21009      2210/io.hm-rpc.1
            tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      115        17416      590/redis-server 0.
            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          1110       1/init
            tcp6       0      0 :::4400                 :::*                    LISTEN      1001       26726      2462/io.milight-sma
            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       22598      2043/io.admin.0
            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       22978      2609/io.web.0
            tcp6       0      0 :::8084                 :::*                    LISTEN      1001       25841      2514/io.socketio.0
            tcp6       0      0 :::8086                 :::*                    LISTEN      999        12039      647/influxd
            tcp6       0      0 :::22                   :::*                    LISTEN      0          15587      619/sshd: /usr/sbin
            tcp6       0      0 :::8087                 :::*                    LISTEN      1001       22017      2503/io.simple-api.
            tcp6       0      0 :::3000                 :::*                    LISTEN      116        16914      645/grafana
            tcp6       0      0 :::8443                 :::*                    LISTEN      1001       22794      2144/io.telegram.0
            tcp6       0      0 :::111                  :::*                    LISTEN      0          13357      1/init
            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12359      1/init
            udp        0      0 0.0.0.0:50165           0.0.0.0:*                           114        1247       511/avahi-daemon: r
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       21913      2620/io.wled.0
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           114        1245       511/avahi-daemon: r
            udp        0      0 0.0.0.0:48034           0.0.0.0:*                           1001       21065      2462/io.milight-sma
            udp6       0      0 :::111                  :::*                                0          11598      1/init
            udp6       0      0 :::5353                 :::*                                114        1246       511/avahi-daemon: r
            udp6       0      0 :::55707                :::*                                114        1248       511/avahi-daemon: r
            
            *** Log File - Last 25 Lines ***
            
            2023-04-29 16:42:09.135  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
            2023-04-29 16:42:22.730  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            2023-04-29 16:42:55.786  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            2023-04-29 16:43:28.842  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            2023-04-29 16:44:00.394  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            2023-04-29 16:44:09.085  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
            2023-04-29 16:44:09.085  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
            2023-04-29 16:44:09.085  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
            2023-04-29 16:44:09.127  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
            2023-04-29 16:44:33.450  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            2023-04-29 16:45:00.043  - info: host.ioBroker instance system.adapter.dwd.0 started with pid 9051
            2023-04-29 16:45:03.885  - info: dwd.0 (9051) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.15.0, js-controller: 4.0.24
            2023-04-29 16:45:04.841  - info: dwd.0 (9051) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2023-04-29 16:45:05.354  - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2023-04-29 16:45:06.506  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            2023-04-29 16:45:20.427  - info: javascript.0 (2107) script.js.User.Telegram.Balkon_Telegram_Check: Tür Balkon wurde geöffnet
            2023-04-29 16:45:25.353  - info: javascript.0 (2107) script.js.User.Telegram.Balkon_Telegram_Check: Tür Balkon wurde geschlossen
            2023-04-29 16:45:39.562  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            2023-04-29 16:46:09.690  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
            2023-04-29 16:46:09.691  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
            2023-04-29 16:46:09.691  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
            2023-04-29 16:46:09.730  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
            2023-04-29 16:46:12.618  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            2023-04-29 16:46:42.634  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            2023-04-29 16:47:15.692  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
            
            
            
            ============ Mark until here for C&P =============
            
            iob diag has finished.
            
            
            
            ======================= SUMMARY =======================
                                 v.2023-04-16
            
            
            Operatingsystem:        Debian GNU/Linux 11 (bullseye)
            Kernel:                 5.10.0-21-amd64
            Installation:           vmware
            Timezone:               Europe/Berlin (CEST, +0200)
            User-ID:                0
            X-Server:               true
            Boot Target:            graphical.target
            
            Pending OS-Updates:     94
            Pending iob updates:    3
            
            Nodejs-Installation:    /usr/bin/nodejs         v18.15.0
                                    /usr/bin/node           v18.15.0
                                    /usr/bin/npm            9.5.0
                                    /usr/bin/npx            9.5.0
            
            Recommended versions are nodejs 18.x.y and npm 9.x.y
            Your nodejs installation is correct
            
            MEMORY:
                           total        used        free      shared  buff/cache   available
            Mem:             11G         10G        609M        2.0M        488M        846M
            Swap:           6.0G        963M        5.0G
            Total:           17G         11G        5.6G
            
            Active iob-Instances:   38
            Active repo(s): stable
            
            ioBroker Core:          js-controller           4.0.24
                                    admin                   6.3.5
            
            ioBroker Status:        iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects:                193638
            States:                 149083
            
            Size of iob-Database:
            
            126M    /opt/iobroker/iobroker-data/objects.jsonl
            444M    /opt/iobroker/iobroker-data/states.jsonl
            
            
            
            =================== END OF SUMMARY ====================
            
            HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #5

            @kmxak sagte in Backup geht nicht:

            Mem: 11G 10G 609M

            WOW!
            Was treibst du denn da?

            kein Support per PN! - Fragen im Forum stellen -
            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            crunchipC 1 Antwort Letzte Antwort
            0
            • kmxakK kmxak

              @djmarc75

              ======== Start marking the full check here =========
              
              
              Skript v.2023-04-16
              
              *** BASE SYSTEM ***
              Architecture    : x86_64
              Docker          : false
              Virtualization  : vmware
              Distributor ID: Debian
              Description:    Debian GNU/Linux 11 (bullseye)
              Release:        11
              Codename:       bullseye
              
              PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
              NAME="Debian GNU/Linux"
              VERSION_ID="11"
              VERSION="11 (bullseye)"
              VERSION_CODENAME=bullseye
              ID=debian
              HOME_URL="https://www.debian.org/"
              SUPPORT_URL="https://www.debian.org/support"
              BUG_REPORT_URL="https://bugs.debian.org/"
              
              Systemuptime and Load:
               16:45:48 up  1:59,  1 user,  load average: 0.16, 0.18, 0.19
              CPU threads: 8
              
              
              *** Time and Time Zones ***
                             Local time: Sat 2023-04-29 16:45:48 CEST
                         Universal time: Sat 2023-04-29 14:45:48 UTC
                               RTC time: Sat 2023-04-29 14:45:48
                              Time zone: Europe/Berlin (CEST, +0200)
              System clock synchronized: yes
                            NTP service: active
                        RTC in local TZ: no
              
              *** User and Groups ***
              root
              /root
              root
              
              *** X-Server-Setup ***
              X-Server:       true
              Desktop:
              Terminal:
              Boot Target:    graphical.target
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:             11G         10G        706M        2.0M        655M        1.2G
              Swap:           6.0G        876M        5.1G
              Total:           17G         11G        5.8G
              
                      11976 M total memory
                      10614 M used memory
                       2107 M active memory
                       3058 M inactive memory
                        706 M free memory
                         39 M buffer memory
                        615 M swap cache
                       5996 M total swap
                        876 M used swap
                       5120 M free swap
              
              *** FILESYSTEM ***
              Filesystem     Type      Size  Used Avail Use% Mounted on
              udev           devtmpfs  5.9G     0  5.9G   0% /dev
              tmpfs          tmpfs     1.2G  1.1M  1.2G   1% /run
              /dev/sda1      ext4       24G   18G  5.3G  77% /
              tmpfs          tmpfs     5.9G     0  5.9G   0% /dev/shm
              tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
              tmpfs          tmpfs     1.2G   60K  1.2G   1% /run/user/113
              tmpfs          tmpfs     1.2G   60K  1.2G   1% /run/user/1000
              
              Messages concerning ext4 filesystem in dmesg:
              [Sat Apr 29 14:46:34 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
              [Sat Apr 29 14:46:34 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
              
              Show mounted filesystems (real ones only):
              TARGET SOURCE    FSTYPE OPTIONS
              /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
              
              Files in neuralgic directories:
              
              /var:
              2.7G    /var/
              1.6G    /var/log/journal/bf3dc909e52842af994cc284b7d9afe6
              1.6G    /var/log/journal
              1.6G    /var/log
              774M    /var/cache
              
              Archived and active journals take up 1.5G in the file system.
              
              /opt/iobroker/backups:
              503M    /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              1.2G    /opt/iobroker/iobroker-data/
              401M    /opt/iobroker/iobroker-data/files
              278M    /opt/iobroker/iobroker-data/backup-objects
              84M     /opt/iobroker/iobroker-data/files/vis.0
              72M     /opt/iobroker/iobroker-data/files/telegram.admin
              
              The five largest files in iobroker-data are:
              427M    /opt/iobroker/iobroker-data/states.jsonl
              118M    /opt/iobroker/iobroker-data/objects.jsonl
              33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
              15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
              9.7M    /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.bbfeb1bf.js.map
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v18.15.0
              /usr/bin/node           v18.15.0
              /usr/bin/npm            9.5.0
              /usr/bin/npx            9.5.0
              
              
              nodejs:
                Installed: 18.15.0-deb-1nodesource1
                Candidate: 18.16.0-deb-1nodesource1
                Version table:
                   18.16.0-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages
               *** 18.15.0-deb-1nodesource1 100
                      100 /var/lib/dpkg/status
                   12.22.12~dfsg-1~deb11u3 500
                      500 http://deb.debian.org/debian bullseye/main amd64 Packages
                      500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
              
              Temp directories causing npm8 problem: 0
              No problems detected
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              MULTIHOSTSERVICE/enabled: false
              
              Core adapters versions
              js-controller:  4.0.24
              admin:          6.3.5
              javascript:     6.1.4
              
              Adapters from github:   0
              
              Adapter State
              + system.adapter.accuweather.0            : accuweather           : ioBroker                                 -  enabled
              + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.alexa2.0                 : alexa2                : ioBroker                                 - disabled
                system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
              + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
                system.adapter.bring.0                  : bring                 : ioBroker                                 - disabled
                system.adapter.coronavirus-statistics.0 : coronavirus-statistics: ioBroker                                 - disabled
                system.adapter.daswetter.0              : daswetter             : ioBroker                                 - disabled
                system.adapter.denon.0                  : denon                 : ioBroker                                 - disabled
                system.adapter.devices.0                : devices               : ioBroker                                 - disabled
                system.adapter.discord.0                : discord               : ioBroker                                 - disabled
              + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
                system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
                system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
              + system.adapter.fhem.0                   : fhem                  : ioBroker                                 -  enabled, port: 7072
                system.adapter.flot.0                   : flot                  : ioBroker                                 - disabled
                system.adapter.fullcalendar.0           : fullcalendar          : ioBroker                                 - disabled
              + system.adapter.fullybrowser.0           : fullybrowser          : ioBroker                                 -  enabled
                system.adapter.heatingcontrol.0         : heatingcontrol        : ioBroker                                 - disabled
              + system.adapter.history.0                : history               : ioBroker                                 -  enabled
              + system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
              + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
              + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
              + system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
                system.adapter.homeconnect.0            : homeconnect           : ioBroker                                 - disabled
              + system.adapter.hp-ilo.0                 : hp-ilo                : ioBroker                                 -  enabled
                system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
                system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: ioBroker                                 - disabled
                system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : ioBroker                                 - disabled
                system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 - disabled
                system.adapter.icons-material-svg.0     : icons-material-svg    : ioBroker                                 - disabled
                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 - disabled
              + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
                system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
              + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
              + system.adapter.lgtv.0                   : lgtv                  : ioBroker                                 -  enabled
              + system.adapter.linkeddevices.0          : linkeddevices         : ioBroker                                 -  enabled
                system.adapter.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 - disabled, port: 54321
              + system.adapter.milight-smart-light.0    : milight-smart-light   : ioBroker                                 -  enabled
              + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
              + system.adapter.net-tools.0              : net-tools             : ioBroker                                 -  enabled
                system.adapter.node-red.0               : node-red              : ioBroker                                 - disabled, port: 1880, bind: 0.0.0.0
                system.adapter.octoprint.0              : octoprint             : ioBroker                                 - disabled
                system.adapter.openweathermap.0         : openweathermap        : ioBroker                                 -  enabled
                system.adapter.paw.0                    : paw                   : ioBroker                                 - disabled, port: 8898
                system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 - disabled
              + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
                system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 - disabled
              + system.adapter.sayit.0                  : sayit                 : ioBroker                                 -  enabled, port: 0
              + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
              + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
              + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
              + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1337, bind: 0.0.0.0
              + system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker                                 -  enabled
                system.adapter.spotify-premium.0        : spotify-premium       : ioBroker                                 - disabled
              + system.adapter.sql.0                    : sql                   : ioBroker                                 -  enabled, port: 3306
              + system.adapter.statistics.0             : statistics            : ioBroker                                 -  enabled
              + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.telegram.1               : telegram              : ioBroker                                 -  enabled, port: 88, bind: 0.0.0.0
              + system.adapter.telegram.2               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
              + system.adapter.text2command.1           : text2command          : ioBroker                                 -  enabled
              + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
              + system.adapter.unifi.0                  : unifi                 : ioBroker                                 -  enabled
                system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 - disabled
                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 - disabled
                system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 - disabled
                system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 - disabled
                system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBroker                                 -  enabled
                system.adapter.vis-history.0            : vis-history           : ioBroker                                 - disabled
                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
                system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 - disabled
                system.adapter.vis-keyboard.0           : vis-keyboard          : ioBroker                                 - disabled
                system.adapter.vis-map.0                : vis-map               : ioBroker                                 - disabled
                system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 - disabled
                system.adapter.vis-players.0            : vis-players           : ioBroker                                 - disabled
                system.adapter.vis-plumb.0              : vis-plumb             : ioBroker                                 - disabled
                system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 - disabled
                system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
                system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 - disabled
                system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
                system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
              + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.wled.0                   : wled                  : ioBroker                                 -  enabled
                system.adapter.yr.0                     : yr                    : ioBroker                                 -  enabled
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.fhem.0                   : fhem                  : ioBroker                                 -  enabled, port: 7072
              + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
              + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
              + system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
              + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
              + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
              + system.adapter.sayit.0                  : sayit                 : ioBroker                                 -  enabled, port: 0
              + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
              + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
              + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1337, bind: 0.0.0.0
              + system.adapter.sql.0                    : sql                   : ioBroker                                 -  enabled, port: 3306
              + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.telegram.1               : telegram              : ioBroker                                 -  enabled, port: 88, bind: 0.0.0.0
              + system.adapter.telegram.2               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              ioBroker-Repositories
              sources       : conf/sources-dist.json
              online        : https://raw.githubusercontent.com/ioBroker/ioBroker.repositories/master/sources-dist.json
              latest alternative: http://iobroker.live/sources-dist-latest.json
              stable        : http://download.iobroker.net/sources-dist.json
              beta          : http://download.iobroker.net/sources-dist-latest.json
              
              Active repo(s): stable
              
              Installed ioBroker-Instances
              Used repository: stable
              Adapter    "accuweather"  : 1.2.4    , installed 1.2.1  [Updatable]
              Adapter    "admin"        : 6.3.5    , installed 6.3.5
              Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
              Adapter    "alias-manager": 1.2.4    , installed 1.2.4
              Adapter    "backitup"     : 2.6.19   , installed 2.6.19
              Adapter    "bring"        : 1.8.1    , installed 1.8.1
              Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
              Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
              Adapter    "denon"        : 1.15.0   , installed 1.15.0
              Adapter    "devices"      : 1.1.2    , installed 1.1.2
              Adapter    "discord"      : 1.1.6    , installed 1.1.6
              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
              Adapter    "dwd"          : 2.8.3    , installed 2.8.3
              Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
              Adapter    "fhem"         : 1.6.3    , installed 1.6.3
              Adapter    "flot"         : 1.11.0   , installed 1.11.0
              Adapter    "fullcalendar" : 1.2.0    , installed 1.2.0
              Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
              Adapter    "heatingcontrol": 2.10.6  , installed 2.10.6
              Adapter    "history"      : 2.2.4    , installed 2.2.4
              Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
              Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
              Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
              Adapter    "hp-ilo"       : 1.0.6    , installed 1.0.6
              Adapter    "ical"         : 1.13.2   , installed 1.13.2
              Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
              Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
              Adapter    "icons-material-png": 0.1.0, installed 0.1.0
              Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
              Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
              Adapter    "influxdb"     : 3.2.0    , installed 2.6.3  [Updatable]
              Adapter    "info"         : 1.9.26   , installed 1.9.26
              Adapter    "javascript"   : 6.1.4    , installed 6.1.4
              Controller "js-controller": 4.0.24   , installed 4.0.24
              Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
              Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
              Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
              Adapter    "milight-smart-light": 1.2.2, installed 1.2.2
              Adapter    "mqtt"         : 4.0.7    , installed 3.0.6  [Updatable]
              Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
              Adapter    "node-red"     : 4.0.0    , installed 4.0.0
              Adapter    "octoprint"    : 4.0.0    , installed 4.0.0
              Adapter    "openweathermap": 0.3.3   , installed 0.3.3
              Adapter    "paw"          : 0.3.2    , installed 0.3.2
              Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
              Adapter    "ping"         : 1.5.3    , installed 1.5.3
              Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
              Adapter    "sayit"        : 1.12.3   , installed 1.12.3
              Adapter    "scenes"       : 2.3.9    , installed 2.3.9
              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
              Adapter    "socketio"     : 4.2.0    , installed 4.2.0
              Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
              Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
              Adapter    "sql"          : 2.2.0    , installed 2.2.0
              Adapter    "statistics"   : 2.3.0    , installed 2.3.0
              Adapter    "telegram"     : 1.15.2   , installed 1.15.2
              Adapter    "text2command" : 2.3.0    , installed 2.3.0
              Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
              Adapter    "unifi"        : 0.5.10   , installed 0.6.1
              Adapter    "vis"          : 1.4.16   , installed 1.4.16
              Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
              Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
              Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
              Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
              Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
              Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
              Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
              Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
              Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
              Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
              Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
              Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
              Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
              Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
              Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
              Adapter    "weatherunderground": 3.4.2, installed 3.4.2
              Adapter    "web"          : 4.3.0    , installed 4.3.0
              Adapter    "wled"         : 0.6.7    , installed 0.6.7
              Adapter    "ws"           : 1.3.0    , installed 1.3.0
              Adapter    "yr"           : 5.3.0    , installed 5.3.0
              
              Objects and States
              Please stand by - This may take a while
              Objects:        193638
              States:         149083
              
              *** OS-Repositories and Updates ***
              W: Failed to fetch https://apt.grafana.com/dists/stable/InRelease  Temporary failure resolving 'apt.grafana.com'
              W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease  Temporary failure resolving 'repos.influxdata.com'
              W: Failed to fetch https://repos.influxdata.com/debian/dists/stretch/InRelease  Temporary failure resolving 'repos.influxdata.com'
              W: Some index files failed to download. They have been ignored, or old ones used instead.
              Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
              Hit:2 http://deb.debian.org/debian bullseye InRelease
              Err:3 https://apt.grafana.com stable InRelease
                Temporary failure resolving 'apt.grafana.com'
              Err:4 https://repos.influxdata.com/debian stable InRelease
                Temporary failure resolving 'repos.influxdata.com'
              Err:5 https://repos.influxdata.com/debian stretch InRelease
                Temporary failure resolving 'repos.influxdata.com'
              Hit:6 http://deb.debian.org/debian bullseye-updates InRelease
              Hit:7 https://deb.nodesource.com/node_18.x bullseye InRelease
              Reading package lists...
              W: Failed to fetch https://apt.grafana.com/dists/stable/InRelease  Temporary failure resolving 'apt.grafana.com'
              W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/InRelease  Temporary failure resolving 'repos.influxdata.com'
              W: Failed to fetch https://repos.influxdata.com/debian/dists/stretch/InRelease  Temporary failure resolving 'repos.influxdata.com'
              W: Some index files failed to download. They have been ignored, or old ones used instead.
              Pending Updates: 94
              
              *** Listening Ports ***
              Active Internet connections (only servers)
              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
              tcp        0      0 192.168.2.24:42001      0.0.0.0:*               LISTEN      1001       19213      2199/io.hm-rpc.0
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15585      619/sshd: /usr/sbin
              tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        11979      647/influxd
              tcp        0      0 0.0.0.0:1337            0.0.0.0:*               LISTEN      1001       19251      2294/io.sonoff.0
              tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       22789      2257/io.mqtt.0
              tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       22790      2257/io.mqtt.0
              tcp        0      0 192.168.2.24:8701       0.0.0.0:*               LISTEN      1001       22784      2233/io.hm-rpc.3
              tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       19017      2025/iobroker.js-co
              tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       22565      2025/iobroker.js-co
              tcp        0      0 192.168.2.24:12010      0.0.0.0:*               LISTEN      1001       21009      2210/io.hm-rpc.1
              tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      115        17416      590/redis-server 0.
              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          1110       1/init
              tcp6       0      0 :::4400                 :::*                    LISTEN      1001       26726      2462/io.milight-sma
              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       22598      2043/io.admin.0
              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       22978      2609/io.web.0
              tcp6       0      0 :::8084                 :::*                    LISTEN      1001       25841      2514/io.socketio.0
              tcp6       0      0 :::8086                 :::*                    LISTEN      999        12039      647/influxd
              tcp6       0      0 :::22                   :::*                    LISTEN      0          15587      619/sshd: /usr/sbin
              tcp6       0      0 :::8087                 :::*                    LISTEN      1001       22017      2503/io.simple-api.
              tcp6       0      0 :::3000                 :::*                    LISTEN      116        16914      645/grafana
              tcp6       0      0 :::8443                 :::*                    LISTEN      1001       22794      2144/io.telegram.0
              tcp6       0      0 :::111                  :::*                    LISTEN      0          13357      1/init
              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12359      1/init
              udp        0      0 0.0.0.0:50165           0.0.0.0:*                           114        1247       511/avahi-daemon: r
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       21913      2620/io.wled.0
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           114        1245       511/avahi-daemon: r
              udp        0      0 0.0.0.0:48034           0.0.0.0:*                           1001       21065      2462/io.milight-sma
              udp6       0      0 :::111                  :::*                                0          11598      1/init
              udp6       0      0 :::5353                 :::*                                114        1246       511/avahi-daemon: r
              udp6       0      0 :::55707                :::*                                114        1248       511/avahi-daemon: r
              
              *** Log File - Last 25 Lines ***
              
              2023-04-29 16:42:09.135  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
              2023-04-29 16:42:22.730  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              2023-04-29 16:42:55.786  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              2023-04-29 16:43:28.842  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              2023-04-29 16:44:00.394  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              2023-04-29 16:44:09.085  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
              2023-04-29 16:44:09.085  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
              2023-04-29 16:44:09.085  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
              2023-04-29 16:44:09.127  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
              2023-04-29 16:44:33.450  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              2023-04-29 16:45:00.043  - info: host.ioBroker instance system.adapter.dwd.0 started with pid 9051
              2023-04-29 16:45:03.885  - info: dwd.0 (9051) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.15.0, js-controller: 4.0.24
              2023-04-29 16:45:04.841  - info: dwd.0 (9051) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2023-04-29 16:45:05.354  - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2023-04-29 16:45:06.506  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              2023-04-29 16:45:20.427  - info: javascript.0 (2107) script.js.User.Telegram.Balkon_Telegram_Check: Tür Balkon wurde geöffnet
              2023-04-29 16:45:25.353  - info: javascript.0 (2107) script.js.User.Telegram.Balkon_Telegram_Check: Tür Balkon wurde geschlossen
              2023-04-29 16:45:39.562  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              2023-04-29 16:46:09.690  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
              2023-04-29 16:46:09.691  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
              2023-04-29 16:46:09.691  - warn: hp-ilo.0 (2418) Read-only state "hp-ilo.0.fans.Fan_1" has been written without ack-flag with value "15"
              2023-04-29 16:46:09.730  - info: hp-ilo.0 (2418) State value to set for "hp-ilo.0.info.ILO_Status" has to be type "string" but received type "boolean"
              2023-04-29 16:46:12.618  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              2023-04-29 16:46:42.634  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              2023-04-29 16:47:15.692  - error: sql.0 (2121) Error: connect EHOSTUNREACH 192.168.2.20:3306
              
              
              
              ============ Mark until here for C&P =============
              
              iob diag has finished.
              
              
              
              ======================= SUMMARY =======================
                                   v.2023-04-16
              
              
              Operatingsystem:        Debian GNU/Linux 11 (bullseye)
              Kernel:                 5.10.0-21-amd64
              Installation:           vmware
              Timezone:               Europe/Berlin (CEST, +0200)
              User-ID:                0
              X-Server:               true
              Boot Target:            graphical.target
              
              Pending OS-Updates:     94
              Pending iob updates:    3
              
              Nodejs-Installation:    /usr/bin/nodejs         v18.15.0
                                      /usr/bin/node           v18.15.0
                                      /usr/bin/npm            9.5.0
                                      /usr/bin/npx            9.5.0
              
              Recommended versions are nodejs 18.x.y and npm 9.x.y
              Your nodejs installation is correct
              
              MEMORY:
                             total        used        free      shared  buff/cache   available
              Mem:             11G         10G        609M        2.0M        488M        846M
              Swap:           6.0G        963M        5.0G
              Total:           17G         11G        5.6G
              
              Active iob-Instances:   38
              Active repo(s): stable
              
              ioBroker Core:          js-controller           4.0.24
                                      admin                   6.3.5
              
              ioBroker Status:        iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Status admin and web instance:
              + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              Objects:                193638
              States:                 149083
              
              Size of iob-Database:
              
              126M    /opt/iobroker/iobroker-data/objects.jsonl
              444M    /opt/iobroker/iobroker-data/states.jsonl
              
              
              
              =================== END OF SUMMARY ====================
              
              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #6

              @kmxak sagte in Backup geht nicht:

              errors=remount-ro

              Filesystem hat außerdem einen Schuss

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              kmxakK 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @kmxak sagte in Backup geht nicht:

                errors=remount-ro

                Filesystem hat außerdem einen Schuss

                kmxakK Offline
                kmxakK Offline
                kmxak
                Most Active
                schrieb am zuletzt editiert von
                #7

                @homoran ich weiß es nicht... an sich lief das ganze bis jetzt. Wollte nur ein Backup ziehen und das ding umziehen/neu aufsetzen.

                Das Ram gedöns ka hab dem im esxi mal mehr zugewiesen oder was meinst du?

                Gruß Alex

                HomoranH simatecS 2 Antworten Letzte Antwort
                0
                • kmxakK kmxak

                  @homoran ich weiß es nicht... an sich lief das ganze bis jetzt. Wollte nur ein Backup ziehen und das ding umziehen/neu aufsetzen.

                  Das Ram gedöns ka hab dem im esxi mal mehr zugewiesen oder was meinst du?

                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von Homoran
                  #8

                  @kmxak sagte in Backup geht nicht:

                  was meinst du?

                  du brauchst 10GB RAM und hast nur noch 600mb frei
                  Das reicht nicht für ein Backup

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @kmxak sagte in Backup geht nicht:

                    Mem: 11G 10G 609M

                    WOW!
                    Was treibst du denn da?

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

                    @homoran sagte in Backup geht nicht:

                    Was treibst du denn da?

                    @kmxak sagte in Backup geht nicht:

                    Objects: 193638 States: 149083

                    das scheint einiges am start zu sein

                    umgestiegen von Proxmox auf Unraid

                    1 Antwort Letzte Antwort
                    0
                    • kmxakK kmxak

                      @homoran ich weiß es nicht... an sich lief das ganze bis jetzt. Wollte nur ein Backup ziehen und das ding umziehen/neu aufsetzen.

                      Das Ram gedöns ka hab dem im esxi mal mehr zugewiesen oder was meinst du?

                      simatecS Offline
                      simatecS Offline
                      simatec
                      Developer Most Active
                      schrieb am zuletzt editiert von
                      #10

                      @kmxak alle Adapter stoppen oder noch besser iob stoppen und dann das Backup versuchen.
                      Ansonsten vorher schauen, was da soviel RAM frisst und die Prozesse killen

                      • Besuche meine Github Seite
                      • Beitrag hat geholfen oder willst du mich unterstützen
                      • HowTo Restore ioBroker
                      kmxakK 1 Antwort Letzte Antwort
                      0
                      • simatecS simatec

                        @kmxak alle Adapter stoppen oder noch besser iob stoppen und dann das Backup versuchen.
                        Ansonsten vorher schauen, was da soviel RAM frisst und die Prozesse killen

                        kmxakK Offline
                        kmxakK Offline
                        kmxak
                        Most Active
                        schrieb am zuletzt editiert von
                        #11

                        @simatec
                        das hatte ich probiert.
                        Egal ich habe jetzt eine clean neuinstall gemacht und nur die scripte und das vis export übernommen.
                        bisschen mehr arbeit aber wohl besser

                        Gruß Alex

                        CodierknechtC 1 Antwort Letzte Antwort
                        0
                        • kmxakK kmxak

                          @simatec
                          das hatte ich probiert.
                          Egal ich habe jetzt eine clean neuinstall gemacht und nur die scripte und das vis export übernommen.
                          bisschen mehr arbeit aber wohl besser

                          CodierknechtC Offline
                          CodierknechtC Offline
                          Codierknecht
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #12

                          @kmxak sagte in Backup geht nicht:

                          ich habe jetzt eine clean neuinstall gemacht

                          Dann aber hoffentlich ohne Desktop. Sowas hat auf 'nem Server nämlich nix zu suchen.

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

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

                          kmxakK 1 Antwort Letzte Antwort
                          0
                          • CodierknechtC Codierknecht

                            @kmxak sagte in Backup geht nicht:

                            ich habe jetzt eine clean neuinstall gemacht

                            Dann aber hoffentlich ohne Desktop. Sowas hat auf 'nem Server nämlich nix zu suchen.

                            kmxakK Offline
                            kmxakK Offline
                            kmxak
                            Most Active
                            schrieb am zuletzt editiert von
                            #13

                            @codierknecht sagte in Backup geht nicht:

                            @kmxak sagte in Backup geht nicht:

                            ich habe jetzt eine clean neuinstall gemacht

                            Dann aber hoffentlich ohne Desktop. Sowas hat auf 'nem Server nämlich nix zu suchen.

                            jawohl dieses mal richtig 😬

                            Gruß Alex

                            M 1 Antwort Letzte Antwort
                            0
                            • kmxakK kmxak

                              @codierknecht sagte in Backup geht nicht:

                              @kmxak sagte in Backup geht nicht:

                              ich habe jetzt eine clean neuinstall gemacht

                              Dann aber hoffentlich ohne Desktop. Sowas hat auf 'nem Server nämlich nix zu suchen.

                              jawohl dieses mal richtig 😬

                              M Offline
                              M Offline
                              Maddm
                              schrieb am zuletzt editiert von
                              #14

                              Hallo, ich bin neu hier im Forum - ich weiß nicht ob es korrekt ist, sich an ein passendes Thema dran zu hängen oder lieber ein eigenes Thema aufzumachen, ich hab mich fürs Dranhängen entschieden.

                              Ich nutze iobroker seit rund einem Monat, bin also ein ziemlicher Anfänger.
                              Ich hab mich über Foreneinträge und Youtube eingearbeitet und monitore mit iob ein wenig meine Heizung, Zählerstände und PV Anlage, auch mit vis hab ich ein wenig gemacht und bin aktuell recht zufrieden.

                              Der einzige Punkt, der mich aktuell stört:
                              mein Backup macht mir Probleme. Ich hab die default Einstellungen nicht verändert (Speicherort etc) und in dem Moment wo ich das Backup direkt starte per "iobroker Backup starten" geht das Popup auf mit dem Progress, unten ist "schließen wenn fertig" angehakt, aber das Ding wird nicht fertig, es hängt sich quasi auf.
                              Ich hab auch schon versucht, per ftp auf mein fritz.nas zu sichern, habe aber das Gefühl, dass die Verbindung dahin gar nicht erst aufgebaut wird (und weiß leider nicht wie ich das per Log be- oder widerlegen kann)

                              Und auch beim geschedulten Backup nachts um 03:30 kann ich an meinen Charts für Temperaturen etc sehen, dass ab dann nichts mehr passiert, solange bis ich morgens den Stecker ziehe um das Gerät durchzustarten... das ist nicht so sinnvoll. Allerding sehe ich, dass das System einige Backups anlegen konnte (die untersch. Zeiten kommen von ein paar Tests, den Zeitpunkt des Backups zu ändern).
                              59fc27aa-0d2b-4168-a4b6-f36be2a0da61-image.png

                              Ich poste auch mal den Output von iob diag, vielleicht sieht jemand da etwas, was schief ist und kann mir auf die Art helfen.

                              Operatingsystem: 	Debian GNU/Linux 11 (bullseye)
                              Kernel: 		5.15.84-v8+
                              Installation: 		Native
                              Timezone: 		Europe/Berlin (CEST, +0200)
                              User-ID: 		1000
                              X-Server: 		false
                              Boot Target: 		multi-user.target
                              
                              Pending OS-Updates: 	54
                              Pending iob updates: 	0
                              
                              Nodejs-Installation: 	/usr/bin/nodejs 	v18.16.0
                              			/usr/bin/node 		v18.16.0
                              			/usr/bin/npm 		9.5.1
                              			/usr/bin/npx 		9.5.1
                              
                              Recommended versions are nodejs 18.x.y and npm 9.x.y
                              Your nodejs installation is correct
                              
                              MEMORY: 
                                             total        used        free      shared  buff/cache   available
                              Mem:            909M        581M         76M        0.0K        251M        269M
                              Swap:            99M         99M        0.0K
                              Total:          1.0G        681M         77M
                              
                              Active iob-Instances: 	14
                              Active repo(s): stable
                              
                              ioBroker Core: 		js-controller 		4.0.24
                              			admin 			6.3.5
                              
                              ioBroker Status: 	iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Status admin and web instance:
                              + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              
                              Objects: 		2205
                              States: 		1902
                              
                              Size of iob-Database:
                              
                              17M	/opt/iobroker/iobroker-data/objects.jsonl
                              2.9M	/opt/iobroker/iobroker-data/states.jsonl
                              

                              Ich weiß leider nicht, wie ich den ganzen diag Output, der vor der Summary kommt, hier posten kann bzw. wo der mitgeloggt wird... ich kann ja nicht 20 Screenshots etc machen und posten

                              Hilfe highly welcome + vielen Dank!

                              DJMarc75D ? 2 Antworten Letzte Antwort
                              0
                              • M Maddm

                                Hallo, ich bin neu hier im Forum - ich weiß nicht ob es korrekt ist, sich an ein passendes Thema dran zu hängen oder lieber ein eigenes Thema aufzumachen, ich hab mich fürs Dranhängen entschieden.

                                Ich nutze iobroker seit rund einem Monat, bin also ein ziemlicher Anfänger.
                                Ich hab mich über Foreneinträge und Youtube eingearbeitet und monitore mit iob ein wenig meine Heizung, Zählerstände und PV Anlage, auch mit vis hab ich ein wenig gemacht und bin aktuell recht zufrieden.

                                Der einzige Punkt, der mich aktuell stört:
                                mein Backup macht mir Probleme. Ich hab die default Einstellungen nicht verändert (Speicherort etc) und in dem Moment wo ich das Backup direkt starte per "iobroker Backup starten" geht das Popup auf mit dem Progress, unten ist "schließen wenn fertig" angehakt, aber das Ding wird nicht fertig, es hängt sich quasi auf.
                                Ich hab auch schon versucht, per ftp auf mein fritz.nas zu sichern, habe aber das Gefühl, dass die Verbindung dahin gar nicht erst aufgebaut wird (und weiß leider nicht wie ich das per Log be- oder widerlegen kann)

                                Und auch beim geschedulten Backup nachts um 03:30 kann ich an meinen Charts für Temperaturen etc sehen, dass ab dann nichts mehr passiert, solange bis ich morgens den Stecker ziehe um das Gerät durchzustarten... das ist nicht so sinnvoll. Allerding sehe ich, dass das System einige Backups anlegen konnte (die untersch. Zeiten kommen von ein paar Tests, den Zeitpunkt des Backups zu ändern).
                                59fc27aa-0d2b-4168-a4b6-f36be2a0da61-image.png

                                Ich poste auch mal den Output von iob diag, vielleicht sieht jemand da etwas, was schief ist und kann mir auf die Art helfen.

                                Operatingsystem: 	Debian GNU/Linux 11 (bullseye)
                                Kernel: 		5.15.84-v8+
                                Installation: 		Native
                                Timezone: 		Europe/Berlin (CEST, +0200)
                                User-ID: 		1000
                                X-Server: 		false
                                Boot Target: 		multi-user.target
                                
                                Pending OS-Updates: 	54
                                Pending iob updates: 	0
                                
                                Nodejs-Installation: 	/usr/bin/nodejs 	v18.16.0
                                			/usr/bin/node 		v18.16.0
                                			/usr/bin/npm 		9.5.1
                                			/usr/bin/npx 		9.5.1
                                
                                Recommended versions are nodejs 18.x.y and npm 9.x.y
                                Your nodejs installation is correct
                                
                                MEMORY: 
                                               total        used        free      shared  buff/cache   available
                                Mem:            909M        581M         76M        0.0K        251M        269M
                                Swap:            99M         99M        0.0K
                                Total:          1.0G        681M         77M
                                
                                Active iob-Instances: 	14
                                Active repo(s): stable
                                
                                ioBroker Core: 		js-controller 		4.0.24
                                			admin 			6.3.5
                                
                                ioBroker Status: 	iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Status admin and web instance:
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                Objects: 		2205
                                States: 		1902
                                
                                Size of iob-Database:
                                
                                17M	/opt/iobroker/iobroker-data/objects.jsonl
                                2.9M	/opt/iobroker/iobroker-data/states.jsonl
                                

                                Ich weiß leider nicht, wie ich den ganzen diag Output, der vor der Summary kommt, hier posten kann bzw. wo der mitgeloggt wird... ich kann ja nicht 20 Screenshots etc machen und posten

                                Hilfe highly welcome + vielen Dank!

                                DJMarc75D Offline
                                DJMarc75D Offline
                                DJMarc75
                                schrieb am zuletzt editiert von
                                #15

                                @maddm sagte in Backup geht nicht:

                                vielleicht sieht jemand da etwas

                                Dir geht der Speicher aus, was nicht wunderlich ist bei 1GB Ram.

                                Lehrling seit 1975 !!!
                                Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                                https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                                1 Antwort Letzte Antwort
                                0
                                • M Maddm

                                  Hallo, ich bin neu hier im Forum - ich weiß nicht ob es korrekt ist, sich an ein passendes Thema dran zu hängen oder lieber ein eigenes Thema aufzumachen, ich hab mich fürs Dranhängen entschieden.

                                  Ich nutze iobroker seit rund einem Monat, bin also ein ziemlicher Anfänger.
                                  Ich hab mich über Foreneinträge und Youtube eingearbeitet und monitore mit iob ein wenig meine Heizung, Zählerstände und PV Anlage, auch mit vis hab ich ein wenig gemacht und bin aktuell recht zufrieden.

                                  Der einzige Punkt, der mich aktuell stört:
                                  mein Backup macht mir Probleme. Ich hab die default Einstellungen nicht verändert (Speicherort etc) und in dem Moment wo ich das Backup direkt starte per "iobroker Backup starten" geht das Popup auf mit dem Progress, unten ist "schließen wenn fertig" angehakt, aber das Ding wird nicht fertig, es hängt sich quasi auf.
                                  Ich hab auch schon versucht, per ftp auf mein fritz.nas zu sichern, habe aber das Gefühl, dass die Verbindung dahin gar nicht erst aufgebaut wird (und weiß leider nicht wie ich das per Log be- oder widerlegen kann)

                                  Und auch beim geschedulten Backup nachts um 03:30 kann ich an meinen Charts für Temperaturen etc sehen, dass ab dann nichts mehr passiert, solange bis ich morgens den Stecker ziehe um das Gerät durchzustarten... das ist nicht so sinnvoll. Allerding sehe ich, dass das System einige Backups anlegen konnte (die untersch. Zeiten kommen von ein paar Tests, den Zeitpunkt des Backups zu ändern).
                                  59fc27aa-0d2b-4168-a4b6-f36be2a0da61-image.png

                                  Ich poste auch mal den Output von iob diag, vielleicht sieht jemand da etwas, was schief ist und kann mir auf die Art helfen.

                                  Operatingsystem: 	Debian GNU/Linux 11 (bullseye)
                                  Kernel: 		5.15.84-v8+
                                  Installation: 		Native
                                  Timezone: 		Europe/Berlin (CEST, +0200)
                                  User-ID: 		1000
                                  X-Server: 		false
                                  Boot Target: 		multi-user.target
                                  
                                  Pending OS-Updates: 	54
                                  Pending iob updates: 	0
                                  
                                  Nodejs-Installation: 	/usr/bin/nodejs 	v18.16.0
                                  			/usr/bin/node 		v18.16.0
                                  			/usr/bin/npm 		9.5.1
                                  			/usr/bin/npx 		9.5.1
                                  
                                  Recommended versions are nodejs 18.x.y and npm 9.x.y
                                  Your nodejs installation is correct
                                  
                                  MEMORY: 
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            909M        581M         76M        0.0K        251M        269M
                                  Swap:            99M         99M        0.0K
                                  Total:          1.0G        681M         77M
                                  
                                  Active iob-Instances: 	14
                                  Active repo(s): stable
                                  
                                  ioBroker Core: 		js-controller 		4.0.24
                                  			admin 			6.3.5
                                  
                                  ioBroker Status: 	iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Status admin and web instance:
                                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  Objects: 		2205
                                  States: 		1902
                                  
                                  Size of iob-Database:
                                  
                                  17M	/opt/iobroker/iobroker-data/objects.jsonl
                                  2.9M	/opt/iobroker/iobroker-data/states.jsonl
                                  

                                  Ich weiß leider nicht, wie ich den ganzen diag Output, der vor der Summary kommt, hier posten kann bzw. wo der mitgeloggt wird... ich kann ja nicht 20 Screenshots etc machen und posten

                                  Hilfe highly welcome + vielen Dank!

                                  ? Offline
                                  ? Offline
                                  Ein ehemaliger Benutzer
                                  schrieb am zuletzt editiert von
                                  #16

                                  @maddm sagte in Backup geht nicht:

                                  Ich weiß leider nicht, wie ich den ganzen diag Output, der vor der Summary kommt, hier posten kann bzw. wo der mitgeloggt wird... ich kann ja nicht 20 Screenshots etc machen und posten

                                  Moin,

                                  zu Punkt 1, Deiner Probleme.
                                  Wie @DJMarc75 schon angemerkt hat, ist 1 GB nicht wirklich viel, und reicht meist nur so für ~10 Adapter, denn jeder Adapter braucht so ~ 60 - 100 MB, wenn dann noch das Betriebssystem Speicher braucht, ist Schluss und es wird in den Swap ausgelagert, der mit 99 MB auch nicht üppig ist, das ist aber nur ein Notnagel und so als Standard definiert.
                                  Wenn jetzt bei allen laufenden Adaptern auch noch das Backup kommt, zum Komprimieren der Datei braucht er auch Speicher, dann macht Dein kleiner Rechner die Grätsche.

                                  Teste mal so, fahre alle Adapter außer den BackitUp runter, dann kurz warten und das Backup starten.

                                  Zu Punkt 2.:
                                  Du loggst die mit putty/ssh auf dem ioBroker ein und führst die Befehle aus, in der Shell laufen die Zeilen durch, die kannst Du mit der Maus auswählen und kopieren, dann hier in Code Tags </> posten.

                                  VG
                                  Bernd

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • ? Ein ehemaliger Benutzer

                                    @maddm sagte in Backup geht nicht:

                                    Ich weiß leider nicht, wie ich den ganzen diag Output, der vor der Summary kommt, hier posten kann bzw. wo der mitgeloggt wird... ich kann ja nicht 20 Screenshots etc machen und posten

                                    Moin,

                                    zu Punkt 1, Deiner Probleme.
                                    Wie @DJMarc75 schon angemerkt hat, ist 1 GB nicht wirklich viel, und reicht meist nur so für ~10 Adapter, denn jeder Adapter braucht so ~ 60 - 100 MB, wenn dann noch das Betriebssystem Speicher braucht, ist Schluss und es wird in den Swap ausgelagert, der mit 99 MB auch nicht üppig ist, das ist aber nur ein Notnagel und so als Standard definiert.
                                    Wenn jetzt bei allen laufenden Adaptern auch noch das Backup kommt, zum Komprimieren der Datei braucht er auch Speicher, dann macht Dein kleiner Rechner die Grätsche.

                                    Teste mal so, fahre alle Adapter außer den BackitUp runter, dann kurz warten und das Backup starten.

                                    Zu Punkt 2.:
                                    Du loggst die mit putty/ssh auf dem ioBroker ein und führst die Befehle aus, in der Shell laufen die Zeilen durch, die kannst Du mit der Maus auswählen und kopieren, dann hier in Code Tags </> posten.

                                    VG
                                    Bernd

                                    M Offline
                                    M Offline
                                    Maddm
                                    schrieb am zuletzt editiert von
                                    #17

                                    @dp20eic said in Backup geht nicht:

                                    Teste mal so, fahre alle Adapter außer den BackitUp runter, dann kurz warten und das Backup starten.
                                    VG
                                    Bernd

                                    Danke, das war schonmal ein guter Tipp, damit habe ich jetzt wenigstens mal ein Backup sauber hinbekommen.

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • M Maddm

                                      @dp20eic said in Backup geht nicht:

                                      Teste mal so, fahre alle Adapter außer den BackitUp runter, dann kurz warten und das Backup starten.
                                      VG
                                      Bernd

                                      Danke, das war schonmal ein guter Tipp, damit habe ich jetzt wenigstens mal ein Backup sauber hinbekommen.

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

                                      @maddm sagte in Backup geht nicht:

                                      Danke, das war schonmal ein guter Tipp, damit habe ich jetzt wenigstens mal ein Backup sauber hinbekommen.

                                      Dann weißt du jetzt auch ziemlich sicher das du zu wenig RAM hast.

                                      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

                                      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

                                      541

                                      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