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. Nichts geht mehr, was tun?

NEWS

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

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

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

Nichts geht mehr, was tun?

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
29 Beiträge 5 Kommentatoren 2.7k Aufrufe 5 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ? Ein ehemaliger Benutzer

    @creatorhs sagte in Nichts geht mehr, was tun?:

    /dev/root ext4 59G 54G 2.0G 97% /

    Moin,

    das Filesystem ist voll!

    Ist bei Dir ncdu installiert?

    # sudo ncdu /
    

    VG
    Bernd

    Edit
    Beliebte Platten Füller,

    1. Log Files -> /var/log/journal/
    2. Alte ioBroker Backups -> /opt/iobroker/backup/
    3. npm cache
    4. apt cache, wie @Thomas-Braun schon anmerkte

    zu 1. journal eindapfen

    # sudo journalctl --flush --rotate --vacuum-time=1h
    

    @creatorhs sagte in Nichts geht mehr, was tun?:

    40,8 GiB [##########] /opt

    Dann nutz die Coursortasten und geh mal in /opt rein.

    VG
    Bernd

    C Offline
    C Offline
    Creatorhs
    schrieb am zuletzt editiert von
    #16

    @dp20eic

    Das kommt hierbei raus:

    pi@raspberrypi:~ $  sudo ncdu /
    ncdu 1.15.1 ~ Use the arrow keys to navigate, press ? for help
    --- / -------------------------------------------------------------------------------------------------------------------------------------------------------
       40,8 GiB [##########] /opt
        5,6 GiB [#         ] /var
        4,4 GiB [#         ] /usr
        2,5 GiB [          ] /home
      508,9 MiB [          ] /lib
       48,2 MiB [          ] /boot
       15,2 MiB [          ] /sbin
       10,8 MiB [          ] /bin
       10,5 MiB [          ] /etc
        7,1 MiB [          ] /root
        1,1 MiB [          ] /run
       60,0 KiB [          ] /tmp
    e  16,0 KiB [          ] /lost+found
    e   4,0 KiB [          ] /srv
    e   4,0 KiB [          ] /mnt
    e   4,0 KiB [          ] /media
        0,0   B [          ] /sys
    .   0,0   B [          ] /proc
        0,0   B [          ] /dev
    
    
    1 Antwort Letzte Antwort
    0
    • DJMarc75D DJMarc75

      @creatorhs sagte in Nichts geht mehr, was tun?:

      Pending Updates: 112

      Heiliges Blechle 😵

      C Offline
      C Offline
      Creatorhs
      schrieb am zuletzt editiert von
      #17

      @djmarc75

      ich wundere mich ehrlich gesagt auch. hatte vor ein paar Wochen erst ein komplette update gemacht...

      R 1 Antwort Letzte Antwort
      0
      • C Creatorhs

        @djmarc75

        ich wundere mich ehrlich gesagt auch. hatte vor ein paar Wochen erst ein komplette update gemacht...

        R Offline
        R Offline
        reutli
        schrieb am zuletzt editiert von
        #18

        @creatorhs sagte in Nichts geht mehr, was tun?:

        @djmarc75

        ich wundere mich ehrlich gesagt auch. hatte vor ein paar Wochen erst ein komplette update gemacht...

        vor so 80 Wochen... ? 🤔
        Updates macht man regelmäßig z.B. wöchentlich.

        iobroker in Debian-VM auf Proxmox Server (Ryzen 7 / 32GB / 1TB NVMe SSD) als Master - mehrere Raspberry Pis (3+4) als Slaves. InfluxDB V2 und Grafana auf LXC.

        *Wer freundlich ist, dem wird freundlich geholfen *

        C 1 Antwort Letzte Antwort
        0
        • R reutli

          @creatorhs sagte in Nichts geht mehr, was tun?:

          @djmarc75

          ich wundere mich ehrlich gesagt auch. hatte vor ein paar Wochen erst ein komplette update gemacht...

          vor so 80 Wochen... ? 🤔
          Updates macht man regelmäßig z.B. wöchentlich.

          C Offline
          C Offline
          Creatorhs
          schrieb am zuletzt editiert von
          #19

          @reutli Ende August

          1 Antwort Letzte Antwort
          0
          • ? Ein ehemaliger Benutzer

            @creatorhs sagte in Nichts geht mehr, was tun?:

            /dev/root ext4 59G 54G 2.0G 97% /

            Moin,

            das Filesystem ist voll!

            Ist bei Dir ncdu installiert?

            # sudo ncdu /
            

            VG
            Bernd

            Edit
            Beliebte Platten Füller,

            1. Log Files -> /var/log/journal/
            2. Alte ioBroker Backups -> /opt/iobroker/backup/
            3. npm cache
            4. apt cache, wie @Thomas-Braun schon anmerkte

            zu 1. journal eindapfen

            # sudo journalctl --flush --rotate --vacuum-time=1h
            

            @creatorhs sagte in Nichts geht mehr, was tun?:

            40,8 GiB [##########] /opt

            Dann nutz die Coursortasten und geh mal in /opt rein.

            VG
            Bernd

            R Offline
            R Offline
            reutli
            schrieb am zuletzt editiert von
            #20

            @dp20eic sagte in Nichts geht mehr, was tun?:

            Dann nutz die Coursortasten und geh mal in /opt rein.

            und, was kommt?

            iobroker in Debian-VM auf Proxmox Server (Ryzen 7 / 32GB / 1TB NVMe SSD) als Master - mehrere Raspberry Pis (3+4) als Slaves. InfluxDB V2 und Grafana auf LXC.

            *Wer freundlich ist, dem wird freundlich geholfen *

            C 1 Antwort Letzte Antwort
            0
            • C Creatorhs

              @thomas-braun

              Das kam dabei raus:

              Skript v.2023-10-10
              
              *** BASE SYSTEM ***
                 Static hostname: raspberrypi
                       Icon name: computer
                Operating System: Raspbian GNU/Linux 11 (bullseye)
                          Kernel: Linux 5.10.103-v7l+
                    Architecture: arm
              
              Model           : Raspberry Pi 4 Model B Rev 1.2
              Docker          : false
              Virtualization  : none
              Kernel          : armv7l
              Userland        : armhf
              
              Systemuptime and Load:
               16:05:36 up 3 min,  1 user,  load average: 1.95, 1.80, 0.80
              CPU threads: 4
              
              
              *** RASPBERRY THROTTLING ***
              Current issues:
              No throttling issues detected.
              
              Previously detected issues:
              No throttling issues detected.
              
              *** Time and Time Zones ***
                             Local time: Fri 2023-10-20 16:05:36 CEST
                         Universal time: Fri 2023-10-20 14:05:36 UTC
                               RTC time: n/a
                              Time zone: Europe/Berlin (CEST, +0200)
              System clock synchronized: yes
                            NTP service: active
                        RTC in local TZ: no
              
              *** User and Groups ***
              pi
              /home/pi
              pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
              
              *** X-Server-Setup ***
              X-Server:       false
              Desktop:
              Terminal:       tty
              Boot Target:    multi-user.target
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            3.8G        1.3G        1.9G        1.0M        604M        2.4G
              Swap:            99M          0B         99M
              Total:          3.9G        1.3G        2.0G
              
                       3838 M total memory
                       1348 M used memory
                        198 M active memory
                       1653 M inactive memory
                       1885 M free memory
                         98 M buffer memory
                        505 M swap cache
                         99 M total swap
                          0 M used swap
                         99 M free swap
              
              Raspberry only:
              oom events: 0
              lifetime oom required: 0 Mbytes
              total time in oom handler: 0 ms
              max time spent in oom handler: 0 ms
              
              *** FAILED SERVICES ***
              
                UNIT                  LOAD   ACTIVE SUB    DESCRIPTION
              * bthelper@hci0.service loaded failed failed Raspberry Pi bluetooth helper
              * ifup@wlan0.service    loaded failed failed ifup for wlan0
              
              LOAD   = Reflects whether the unit definition was properly loaded.
              ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
              SUB    = The low-level unit activation state, values depend on unit type.
              2 loaded units listed.
              
              *** FILESYSTEM ***
              Filesystem     Type      Size  Used Avail Use% Mounted on
              /dev/root      ext4       59G   54G  2.0G  97% /
              devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
              tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
              tmpfs          tmpfs     768M  1.1M  767M   1% /run
              tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
              /dev/mmcblk0p1 vfat      253M   49M  204M  20% /boot
              tmpfs          tmpfs     384M   32K  384M   1% /run/user/1000
              
              Messages concerning ext4 filesystem in dmesg:
              [Fri Oct 20 16:01:55 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:A5:B1:55 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=7c6bc8cd-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
              [Fri Oct 20 16:01:56 2023] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
              [Fri Oct 20 16:01:56 2023] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
              [Fri Oct 20 16:02:00 2023] EXT4-fs (mmcblk0p2): recovery complete
              [Fri Oct 20 16:02:00 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
              [Fri Oct 20 16:02:00 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
              [Fri Oct 20 16:02:02 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
              
              Show mounted filesystems \(real ones only\):
              TARGET  SOURCE         FSTYPE OPTIONS
              /       /dev/mmcblk0p2 ext4   rw,noatime
              `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
              
              Files in neuralgic directories:
              
              /var:
              5.6G    /var/
              3.4G    /var/log
              2.1G    /var/lib
              2.0G    /var/lib/influxdb
              1.9G    /var/lib/influxdb/data/iobroker/autogen
              
              Archived and active journals take up 816.3M in the file system.
              
              /opt/iobroker/backups:
              37G     /opt/iobroker/backups/
              254M    /opt/iobroker/backups/influxDB_2023_09_30-02_40_21_backupiobroker
              119M    /opt/iobroker/backups/influxDB_2023_10_10-02_40_21_backupiobroker
              
              /opt/iobroker/iobroker-data:
              636M    /opt/iobroker/iobroker-data/
              379M    /opt/iobroker/iobroker-data/files
              144M    /opt/iobroker/iobroker-data/history
              87M     /opt/iobroker/iobroker-data/backup-objects
              72M     /opt/iobroker/iobroker-data/files/telegram.admin
              
              The five largest files in iobroker-data are:
              21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
              19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
              18M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.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.9M    /opt/iobroker/iobroker-data/objects.jsonl
              
              USB-Devices by-id:
              USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
              
              find: '/dev/serial/by-id/': No such file or directory
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v18.17.1
              /usr/bin/node           v18.17.1
              /usr/bin/npm            9.6.7
              /usr/bin/npx            9.6.7
              /usr/bin/corepack       0.18.0
              
              
              nodejs:
                Installed: 18.17.1-deb-1nodesource1
                Candidate: 18.17.1-deb-1nodesource1
                Version table:
               *** 18.17.1-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                      100 /var/lib/dpkg/status
                   12.22.12~dfsg-1~deb11u4 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              
              Temp directories causing npm8 problem: 0
              No problems detected
              
              Errors in npm tree:
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Core adapters versions
              js-controller:  4.0.24
              admin:          6.10.1
              javascript:     7.1.4
              
              Adapters from github:   0
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
              + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
              + system.adapter.ble.0                    : ble                   : raspberrypi                              -  enabled
                system.adapter.daswetter.0              : daswetter             : raspberrypi                              -  enabled
                system.adapter.device-reminder.0        : device-reminder       : raspberrypi                              - disabled
              + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                system.adapter.habpanel.0               : habpanel              : raspberrypi                              - disabled
              + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
              + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
              + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
              + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
              + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
              + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                system.adapter.panasonic-viera.0        : panasonic-viera       : raspberrypi                              - disabled
              + system.adapter.pollenflug.0             : pollenflug            : raspberrypi                              -  enabled
                system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              - disabled
              + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
              + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
              + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
              + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
              + system.adapter.smartcontrol.0           : smartcontrol          : raspberrypi                              -  enabled
              + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                system.adapter.statistics.0             : statistics            : raspberrypi                              - disabled
              + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
              + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
              + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
              + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              - disabled
                system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              - disabled
                system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
                system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
                system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
              + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              - disabled
              + system.adapter.wifilight.0              : wifilight             : raspberrypi                              -  enabled
              + system.adapter.yahka.0                  : yahka                 : raspberrypi                              -  enabled
              + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyACM0
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
              + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
              + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
              + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
              + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
              + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyACM0
              
              ioBroker-Repositories
              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    "admin"        : 6.10.1   , installed 6.10.1
              Adapter    "alexa2"       : 3.25.2   , installed 3.25.2
              Adapter    "alias-manager": 1.2.6    , installed 1.2.6
              Adapter    "backitup"     : 2.8.1    , installed 2.8.1
              Adapter    "ble"          : 0.13.4   , installed 0.13.4
              Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
              Adapter    "device-reminder": 1.2.9  , installed 1.2.9
              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
              Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
              Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
              Adapter    "flot"         : 1.12.0   , installed 1.12.0
              Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
              Adapter    "history"      : 2.2.6    , installed 2.2.6
              Adapter    "hs100"        : 2.1.2    , installed 2.1.2
              Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
              Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
              Adapter    "info"         : 2.0.0    , installed 2.0.0
              Adapter    "iot"          : 1.14.5   , installed 1.14.5
              Adapter    "javascript"   : 7.1.4    , installed 7.1.4
              Controller "js-controller": 5.0.12   , installed 4.0.24 [Updatable]
              Adapter    "mihome"       : 1.4.0    , installed 1.4.0
              Adapter    "mihome-vacuum": 4.0.0    , installed 4.0.0
              Adapter    "panasonic-viera": 2.0.0  , installed 2.0.0
              Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
              Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
              Adapter    "scenes"       : 2.3.9    , installed 2.3.9
              Adapter    "shelly"       : 6.4.1    , installed 6.4.1
              Adapter    "shuttercontrol": 1.6.2   , installed 1.6.2
              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
              Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
              Adapter    "socketio"     : 6.5.5    , installed 6.5.5
              Adapter    "sonoff"       : 2.5.3    , installed 2.5.3
              Adapter    "statistics"   : 2.3.0    , installed 2.3.0
              Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
              Adapter    "telegram"     : 1.16.0   , installed 1.16.0
              Adapter    "text2command" : 3.0.2    , installed 3.0.2
              Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
              Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
              Adapter    "vis"          : 1.4.16   , installed 1.4.16
              Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
              Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
              Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
              Adapter    "vis-icontwo"  : 0.96.0   , installed 0.96.0
              Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
              Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
              Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
              Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
              Adapter    "web"          : 6.1.2    , installed 6.1.2
              Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
              Adapter    "wifilight"    : 1.1.4    , installed 1.1.4
              Adapter    "ws"           : 2.5.5    , installed 2.5.5
              Adapter    "yahka"        : 1.0.3    , installed 1.0.3
              Adapter    "zigbee"       : 1.8.23   , installed 1.8.23
              
              Objects and States
              Please stand by - This may take a while
              Objects:        6461
              States:         5223
              
              *** OS-Repositories and Updates ***
              W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://apt.grafana.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
              W: Failed to fetch https://apt.grafana.com/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
              W: Some index files failed to download. They have been ignored, or old ones used instead.
              Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
              Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
              Get:3 https://apt.grafana.com stable InRelease [5984 B]
              Get:4 https://deb.nodesource.com/node_18.x bullseye InRelease [4586 B]
              Err:3 https://apt.grafana.com stable InRelease
                The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
              Fetched 4586 B in 21s (221 B/s)
              Reading package lists...
              W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://apt.grafana.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
              W: Failed to fetch https://apt.grafana.com/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
              W: Some index files failed to download. They have been ignored, or old ones used instead.
              Pending Updates: 112
              
              *** 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 127.0.0.1:53            0.0.0.0:*               LISTEN      0          13851      357/connmand
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          10191      547/sshd: /usr/sbin
              tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          10895      507/cupsd
              tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      110        14356      512/influxd
              tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       14228      999/io.sonoff.0
              tcp        0      0 127.0.0.1:40989         0.0.0.0:*               LISTEN      1001       20422      1842/io.yahka.0
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       14505      513/iobroker.js-con
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       11074      513/iobroker.js-con
              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       15568      834/io.admin.0
              tcp6       0      0 :::4369                 :::*                    LISTEN      0          10610      1/init
              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       20110      1814/io.web.0
              tcp6       0      0 :::36979                :::*                    LISTEN      1001       21083      1842/io.yahka.0
              tcp6       0      0 ::1:53                  :::*                    LISTEN      0          13855      357/connmand
              tcp6       0      0 :::8086                 :::*                    LISTEN      110        14008      512/influxd
              tcp6       0      0 :::22                   :::*                    LISTEN      0          10193      547/sshd: /usr/sbin
              tcp6       0      0 :::8087                 :::*                    LISTEN      1001       22627      1866/io.simple-api.
              tcp6       0      0 ::1:631                 :::*                    LISTEN      0          10894      507/cupsd
              tcp6       0      0 :::3000                 :::*                    LISTEN      111        15585      587/grafana
              udp        0      0 0.0.0.0:48669           0.0.0.0:*                           108        10126      353/avahi-daemon: r
              udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       14204      984/io.shelly.0
              udp        0      0 127.0.0.1:53            0.0.0.0:*                           0          13843      357/connmand
              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14366      491/dhcpcd
              udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          10923      565/cups-browsed
              udp        0      0 0.0.0.0:37503           0.0.0.0:*                           0          15454      357/connmand
              udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       16511      969/io.mihome-vacuu
              udp        0      0 192.168.178.24:5353     0.0.0.0:*                           1001       15067      1014/io.tr-064.0
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        10124      353/avahi-daemon: r
              udp6       0      0 :::546                  :::*                                0          14378      491/dhcpcd
              udp6       0      0 ::1:53                  :::*                                0          13847      357/connmand
              udp6       0      0 :::5353                 :::*                                108        10125      353/avahi-daemon: r
              udp6       0      0 :::33606                :::*                                108        10127      353/avahi-daemon: r
              
              *** Log File - Last 25 Lines ***
              
              2023-10-20 16:07:34.423  - warn: influxdb.0 (879) Error on writePoint("{"value":7.42,"time":"2023-10-20T14:07:24.409Z","from":"system.adapter.shelly.0","q":0,"ack":true}): Error: {"error":"timeout"}
               / "{\"error\":\"timeout\"}\n""
              2023-10-20 16:07:34.423  - info: influxdb.0 (879) Add point that had error for Shelly3EM-L2 to buffer again, error-count=2
              2023-10-20 16:07:34.433  - warn: influxdb.0 (879) Error on writePoint("{"value":13.52,"time":"2023-10-20T14:07:24.410Z","from":"system.adapter.shelly.0","q":0,"ack":true}): Error: {"error":"timeout"}
               / "{\"error\":\"timeout\"}\n""
              2023-10-20 16:07:34.434  - info: influxdb.0 (879) Add point that had error for Shelly3EM-L3 to buffer again, error-count=2
              2023-10-20 16:07:30.009  - warn: javascript.0 (907)     at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1740:20)
              2023-10-20 16:07:30.009  - warn: javascript.0 (907)     at Object.<anonymous> (script.js.common.SolarLeistungsberechnungen.Berechnung_Ertraege:6:3)
              2023-10-20 16:07:30.009  - warn: javascript.0 (907)     at Job.job (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1617:34)
              2023-10-20 16:07:30.010  - warn: javascript.0 (907)     at Job.invoke (/opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule/lib/Job.js:171:15)
              2023-10-20 16:07:30.010  - warn: javascript.0 (907)     at /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule/lib/Invocation.js:268:28
              2023-10-20 16:07:30.010  - warn: javascript.0 (907)     at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule/lib/Invocation.js:228:7)
              2023-10-20 16:07:30.010  - warn: javascript.0 (907)     at listOnTimeout (node:internal/timers:569:17)
              2023-10-20 16:07:30.011  - warn: javascript.0 (907)     at processTimers (node:internal/timers:512:7)
              2023-10-20 16:07:30.011  - warn: javascript.0 (907) You are assigning a number to the state "0_userdata.0.HaushaltsverbrauchSeit20230510" which expects a string. Please fix your code to use a string or change the state type to number. This warning might become an error in future versions.
              2023-10-20 16:07:30.014  - warn: javascript.0 (907)     at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1740:20)
              2023-10-20 16:07:30.015  - warn: javascript.0 (907)     at Object.<anonymous> (script.js.common.SolarLeistungsberechnungen.Berechnung_Ertraege:8:3)
              2023-10-20 16:07:30.015  - warn: javascript.0 (907)     at Job.job (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1617:34)
              2023-10-20 16:07:30.015  - warn: javascript.0 (907)     at Job.invoke (/opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule/lib/Job.js:171:15)
              2023-10-20 16:07:30.015  - warn: javascript.0 (907)     at /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule/lib/Invocation.js:268:28
              2023-10-20 16:07:30.015  - warn: javascript.0 (907)     at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/node_modules/node-schedule/lib/Invocation.js:228:7)
              2023-10-20 16:07:30.016  - warn: javascript.0 (907)     at listOnTimeout (node:internal/timers:569:17)
              2023-10-20 16:07:30.016  - warn: javascript.0 (907)     at processTimers (node:internal/timers:512:7)
              2023-10-20 16:07:30.035  - info: javascript.0 (907) State value to set for "0_userdata.0.TagesverbrauchSeit20230510" has to be type "string" but received type "number"
              2023-10-20 16:07:30.037  - info: javascript.0 (907) State value to set for "0_userdata.0.HaushaltsverbrauchSeit20230510" has to be type "string" but received type "number"
              
              
              ? Offline
              ? Offline
              Ein ehemaliger Benutzer
              schrieb am zuletzt editiert von
              #21

              @creatorhs sagte in Nichts geht mehr, was tun?:

              *** FAILED SERVICES ***

              Moin,

              ob das gerade damit zu tun hat, dass Du kein Plattenplatz mehr hast, kann ich nicht sagen, aber zwei Services starten nicht korrekt

              *** FAILED SERVICES ***
                UNIT                  LOAD   ACTIVE SUB    DESCRIPTION
              * bthelper@hci0.service loaded failed failed Raspberry Pi bluetooth helper
              * ifup@wlan0.service    loaded failed failed ifup for wlan0
              

              Dann sind die Repositorien nicht gepflegt, da gab es auch vor ein paar Wochen Änderungen, die Du noch nicht nachgezogen hast

              *** OS-Repositories and Updates ***
              W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://apt.grafana.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
              W: Failed to fetch https://apt.grafana.com/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
              W: Some index files failed to download. They have been ignored, or old ones used instead.
              

              Solange das nicht gerade gezogen ist, kannst Du keine Updates/Upgrades machen.

              VG
              Bernd

              1 Antwort Letzte Antwort
              0
              • R reutli

                @dp20eic sagte in Nichts geht mehr, was tun?:

                Dann nutz die Coursortasten und geh mal in /opt rein.

                und, was kommt?

                C Offline
                C Offline
                Creatorhs
                schrieb am zuletzt editiert von
                #22

                @reutli

                --- /opt ----------------------------------------------------------------------------------------------------------------------------------------------------
                                         /..
                   37,8 GiB [##########] /iobroker
                    3,1 GiB [          ] /Wolfram
                    4,2 MiB [          ] /minecraft-pi
                    8,0 KiB [          ] /pigpio
                
                
                ? Thomas BraunT 2 Antworten Letzte Antwort
                0
                • C Creatorhs

                  @reutli

                  --- /opt ----------------------------------------------------------------------------------------------------------------------------------------------------
                                           /..
                     37,8 GiB [##########] /iobroker
                      3,1 GiB [          ] /Wolfram
                      4,2 MiB [          ] /minecraft-pi
                      8,0 KiB [          ] /pigpio
                  
                  
                  ? Offline
                  ? Offline
                  Ein ehemaliger Benutzer
                  schrieb am zuletzt editiert von
                  #23

                  @creatorhs

                  Moin

                  und weiter, bis es nicht mehr tiefer geht

                  VG
                  Bernd

                  C 1 Antwort Letzte Antwort
                  0
                  • C Creatorhs

                    @reutli

                    --- /opt ----------------------------------------------------------------------------------------------------------------------------------------------------
                                             /..
                       37,8 GiB [##########] /iobroker
                        3,1 GiB [          ] /Wolfram
                        4,2 MiB [          ] /minecraft-pi
                        8,0 KiB [          ] /pigpio
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #24

                    @creatorhs

                    Wie schafft man es den iobroker auf 37GB zu blasen?
                    Und Wolfram Alpha wird wohl auch nicht verwendet.
                    Verschenkter Platz.

                    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
                    • ? Ein ehemaliger Benutzer

                      @creatorhs

                      Moin

                      und weiter, bis es nicht mehr tiefer geht

                      VG
                      Bernd

                      C Offline
                      C Offline
                      Creatorhs
                      schrieb am zuletzt editiert von
                      #25

                      @dp20eic

                      es sind die backups:

                         36,0 GiB [##########] /backups
                          1,0 GiB [          ] /node_modules
                        637,0 MiB [          ] /iobroker-data
                         57,9 MiB [          ]  grafana-enterprise_8.1.5_amd64.deb
                         54,2 MiB [          ]  grafana-enterprise-rpi_8.1.5_armhf.deb
                         28,6 MiB [          ] /log
                        752,0 KiB [          ]  package-lock.json
                         56,0 KiB [          ] /lib
                         24,0 KiB [          ]  fix_installation.sh
                         24,0 KiB [          ] /install
                          8,0 KiB [          ]  README.md
                          8,0 KiB [          ]  reinstall.js
                          4,0 KiB [          ]  CHANGELOG_INSTALLER_LINUX.md
                          4,0 KiB [          ]  package.json
                          4,0 KiB [          ]  INSTALLER_INFO.txt
                          4,0 KiB [          ]  LICENSE
                          4,0 KiB [          ]  CHANGELOG_FIXER_LINUX.md
                          4,0 KiB [          ]  iobroker
                          4,0 KiB [          ]  .npmrc
                      @   0,0   B [          ]  iob
                      
                      
                      --- /opt/iobroker/backups -----------------------------------------------------------------------------------------------------------------------------------
                                               /..
                          1,0 GiB [##########]  influxDB_2023_09_18-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_17-02_40_22_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_16-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_15-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_14-02_40_22_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_13-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_12-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_11-02_40_25_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_10-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_09-02_40_23_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_08-02_40_26_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_07-02_40_24_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_06-02_40_20_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_05-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_04-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_03-02_40_23_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_02-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_09_01-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_31-02_40_29_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_30-02_40_28_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_29-02_40_26_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_28-02_40_24_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_27-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_26-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_25-02_40_27_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_24-02_40_31_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_23-02_40_24_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_22-02_40_23_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_21-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_20-02_40_21_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_18-02_40_24_backupiobroker.tar.gz
                          1,0 GiB [######### ]  influxDB_2023_08_19-02_40_24_backupiobroker.tar.gz
                        967,5 MiB [######### ]  influxDB_2023_08_16-02_40_20_backupiobroker.tar.gz
                        966,3 MiB [######### ]  influxDB_2023_08_15-02_40_20_backupiobroker.tar.gz
                        608,3 MiB [#####     ]  influxDB_2023_09_19-02_40_21_backupiobroker.tar.gz
                        606,2 MiB [#####     ]  influxDB_2023_09_24-02_40_21_backupiobroker.tar.gz
                        432,5 MiB [####      ]  influxDB_2023_10_01-02_40_22_backupiobroker.tar.gz
                        253,1 MiB [##        ] /influxDB_2023_09_30-02_40_21_backupiobroker
                        118,7 MiB [#         ] /influxDB_2023_10_10-02_40_21_backupiobroker
                          7,4 MiB [          ]  iobroker_2023_10_20-02_40_10_backupiobroker.tar.gz
                      
                      
                      ? 1 Antwort Letzte Antwort
                      0
                      • C Creatorhs

                        @dp20eic

                        es sind die backups:

                           36,0 GiB [##########] /backups
                            1,0 GiB [          ] /node_modules
                          637,0 MiB [          ] /iobroker-data
                           57,9 MiB [          ]  grafana-enterprise_8.1.5_amd64.deb
                           54,2 MiB [          ]  grafana-enterprise-rpi_8.1.5_armhf.deb
                           28,6 MiB [          ] /log
                          752,0 KiB [          ]  package-lock.json
                           56,0 KiB [          ] /lib
                           24,0 KiB [          ]  fix_installation.sh
                           24,0 KiB [          ] /install
                            8,0 KiB [          ]  README.md
                            8,0 KiB [          ]  reinstall.js
                            4,0 KiB [          ]  CHANGELOG_INSTALLER_LINUX.md
                            4,0 KiB [          ]  package.json
                            4,0 KiB [          ]  INSTALLER_INFO.txt
                            4,0 KiB [          ]  LICENSE
                            4,0 KiB [          ]  CHANGELOG_FIXER_LINUX.md
                            4,0 KiB [          ]  iobroker
                            4,0 KiB [          ]  .npmrc
                        @   0,0   B [          ]  iob
                        
                        
                        --- /opt/iobroker/backups -----------------------------------------------------------------------------------------------------------------------------------
                                                 /..
                            1,0 GiB [##########]  influxDB_2023_09_18-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_17-02_40_22_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_16-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_15-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_14-02_40_22_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_13-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_12-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_11-02_40_25_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_10-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_09-02_40_23_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_08-02_40_26_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_07-02_40_24_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_06-02_40_20_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_05-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_04-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_03-02_40_23_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_02-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_09_01-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_31-02_40_29_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_30-02_40_28_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_29-02_40_26_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_28-02_40_24_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_27-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_26-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_25-02_40_27_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_24-02_40_31_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_23-02_40_24_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_22-02_40_23_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_21-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_20-02_40_21_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_18-02_40_24_backupiobroker.tar.gz
                            1,0 GiB [######### ]  influxDB_2023_08_19-02_40_24_backupiobroker.tar.gz
                          967,5 MiB [######### ]  influxDB_2023_08_16-02_40_20_backupiobroker.tar.gz
                          966,3 MiB [######### ]  influxDB_2023_08_15-02_40_20_backupiobroker.tar.gz
                          608,3 MiB [#####     ]  influxDB_2023_09_19-02_40_21_backupiobroker.tar.gz
                          606,2 MiB [#####     ]  influxDB_2023_09_24-02_40_21_backupiobroker.tar.gz
                          432,5 MiB [####      ]  influxDB_2023_10_01-02_40_22_backupiobroker.tar.gz
                          253,1 MiB [##        ] /influxDB_2023_09_30-02_40_21_backupiobroker
                          118,7 MiB [#         ] /influxDB_2023_10_10-02_40_21_backupiobroker
                            7,4 MiB [          ]  iobroker_2023_10_20-02_40_10_backupiobroker.tar.gz
                        
                        
                        ? Offline
                        ? Offline
                        Ein ehemaliger Benutzer
                        schrieb am zuletzt editiert von
                        #26

                        @creatorhs sagte in Nichts geht mehr, was tun?:

                        36,0 GiB [##########] /backups

                        Moin,

                        da sind ja die Speicherfresser, wie hast Du denn den Adapter BackitUP eingerichtet, machst Du nur lokal die Backups?

                        Zieh Dir die mal mit sftp/scp auf einen anderen Rechner und lösche die dann auf dem RasPI.

                        VG
                        Bernd

                        C 2 Antworten Letzte Antwort
                        0
                        • ? Ein ehemaliger Benutzer

                          @creatorhs sagte in Nichts geht mehr, was tun?:

                          36,0 GiB [##########] /backups

                          Moin,

                          da sind ja die Speicherfresser, wie hast Du denn den Adapter BackitUP eingerichtet, machst Du nur lokal die Backups?

                          Zieh Dir die mal mit sftp/scp auf einen anderen Rechner und lösche die dann auf dem RasPI.

                          VG
                          Bernd

                          C Offline
                          C Offline
                          Creatorhs
                          schrieb am zuletzt editiert von
                          #27

                          @dp20eic ich habe den Adapter so eingerichtet, dass die Backups auf googledrive hochgeladen werden und nicht lokal. Evtl sollte ich nachschauen, warum das scheinbar nicht mehr klappt. ich sehe gerade, dass auf googledrive das letzte backup am 18.9. hochgeladen worden ist, seitdem nicht mehr.

                          1 Antwort Letzte Antwort
                          0
                          • ? Ein ehemaliger Benutzer

                            @creatorhs sagte in Nichts geht mehr, was tun?:

                            36,0 GiB [##########] /backups

                            Moin,

                            da sind ja die Speicherfresser, wie hast Du denn den Adapter BackitUP eingerichtet, machst Du nur lokal die Backups?

                            Zieh Dir die mal mit sftp/scp auf einen anderen Rechner und lösche die dann auf dem RasPI.

                            VG
                            Bernd

                            C Offline
                            C Offline
                            Creatorhs
                            schrieb am zuletzt editiert von Creatorhs
                            #28

                            @dp20eic habe jetzt einige gelöscht und es läuft alles sofort wieder.

                            komme wieder auf die grafana oberfläche als auch auf die iobroker-grafik-oberfläche.

                            Danke für eure schnelle Hilfe!

                            Ich mache mich jetzt noch an die Updates und an den BackitUp-Adapter...

                            edit: der Zugangstocken von google war weg. keine Ahnung, ob durch ein Update des Adapters oder irgendwie anders...

                            ? 1 Antwort Letzte Antwort
                            0
                            • C Creatorhs

                              @dp20eic habe jetzt einige gelöscht und es läuft alles sofort wieder.

                              komme wieder auf die grafana oberfläche als auch auf die iobroker-grafik-oberfläche.

                              Danke für eure schnelle Hilfe!

                              Ich mache mich jetzt noch an die Updates und an den BackitUp-Adapter...

                              edit: der Zugangstocken von google war weg. keine Ahnung, ob durch ein Update des Adapters oder irgendwie anders...

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

                              @creatorhs

                              Moin,

                              Du musst dich auch um die Repositorys kümmern, https://forum.iobroker.net/topic/69333/nichts-geht-mehr-was-tun/21?_=1697810535691, denn sonst kannst du die pending updates nicht einspielen.
                              Siehe hier -> https://forum.iobroker.net/topic/67822/grafana-repo-braucht-neuen-schlüssel, ist von @Thomas-Braun gut beschrieben wie das zu machen ist.

                              VG
                              Bernd

                              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

                              263

                              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