Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Backitup und Grafana

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Backitup und Grafana

Scheduled Pinned Locked Moved ioBroker Allgemein
62 Posts 7 Posters 7.1k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K kratan75

    @thomas-braun Das scheint irgendwas im Filesystem zu sein. Hängt das eventuell damit zusammen weil ich mal eine 64 GB Karte auf eine 128 GB Karte geklont habe ?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #51

    @kratan75

    Das sieht eher wie eine Installation von minicom als snap aus. Fragt sich aber mal wieder warum... Gibt es nämlich auch über das Debian-Repo:

    echad@chet:~ $ apt policy minicom
    minicom:
      Installed: (none)
      Candidate: 2.8-2
      Version table:
         2.8-2 500
            500 http://deb.debian.org/debian bookworm/main arm64 Packages
    

    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

    K 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @kratan75

      Das sieht eher wie eine Installation von minicom als snap aus. Fragt sich aber mal wieder warum... Gibt es nämlich auch über das Debian-Repo:

      echad@chet:~ $ apt policy minicom
      minicom:
        Installed: (none)
        Candidate: 2.8-2
        Version table:
           2.8-2 500
              500 http://deb.debian.org/debian bookworm/main arm64 Packages
      
      K Offline
      K Offline
      kratan75
      wrote on last edited by
      #52

      @thomas-braun Auf dem System läuft ein Volkszähler welcher seriell über USB kommuniziert. Ausserdem ein USB-> Modbus Converter.
      8bdd8540-3a78-4126-92a4-bc2c3cc8d3fa-image.png

      cea8fd97-5720-4723-ae9b-47c4b80c24b1-image.png

      Das hängt eventuell damit zusammen.
      Hast du einen Link zum upgraden von Buster auf Bullseye ?

      Wenn es am Wochenende weiter so schifft, kann ichs mal probieren. Vorher muß ich aber nochmal die SD-Karte Klonen damit nicht alles zerschossen wird.

      Thomas BraunT 1 Reply Last reply
      0
      • K kratan75

        @thomas-braun Auf dem System läuft ein Volkszähler welcher seriell über USB kommuniziert. Ausserdem ein USB-> Modbus Converter.
        8bdd8540-3a78-4126-92a4-bc2c3cc8d3fa-image.png

        cea8fd97-5720-4723-ae9b-47c4b80c24b1-image.png

        Das hängt eventuell damit zusammen.
        Hast du einen Link zum upgraden von Buster auf Bullseye ?

        Wenn es am Wochenende weiter so schifft, kann ichs mal probieren. Vorher muß ich aber nochmal die SD-Karte Klonen damit nicht alles zerschossen wird.

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #53

        @kratan75

        https://forum.iobroker.net/topic/47214/upgrade-von-debian-10-buster-auf-11-bullseye

        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

        K 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @kratan75

          https://forum.iobroker.net/topic/47214/upgrade-von-debian-10-buster-auf-11-bullseye

          K Offline
          K Offline
          kratan75
          wrote on last edited by
          #54

          @thomas-braun Okay Danke für den Link. Ich schau es mir die Tage mal an.
          Nur noch eine Frage zur IP Adresse bzw. DHCP was hier angesprochen wird.

          Kann ich unter

          /etc/systemd/system/dhcpcd.service.d/wait.conf

          folgenden Code für eine feste IP Adresse verwenden ?

          interface eth0
          static ip_address=192.168.3.162/24
          static routers=192.168.3.1
          static domain_name_servers=192.168.3.1 8.8.8.8 fd51:42f8:caae:d92e::1
          

          Ich kann keine DHCP Adresse gebrauchen, weil dieses System direkt mit anderen Systemen Kommunizieren muss. Daher möchte ich dort auf jeden Fall eine feste IP drinnen haben.

          Im Buster war das ja unter

          /etc/dhcpcd.conf
          
          

          hinterlegt.

          Thomas BraunT 1 Reply Last reply
          0
          • K kratan75

            @thomas-braun Okay Danke für den Link. Ich schau es mir die Tage mal an.
            Nur noch eine Frage zur IP Adresse bzw. DHCP was hier angesprochen wird.

            Kann ich unter

            /etc/systemd/system/dhcpcd.service.d/wait.conf

            folgenden Code für eine feste IP Adresse verwenden ?

            interface eth0
            static ip_address=192.168.3.162/24
            static routers=192.168.3.1
            static domain_name_servers=192.168.3.1 8.8.8.8 fd51:42f8:caae:d92e::1
            

            Ich kann keine DHCP Adresse gebrauchen, weil dieses System direkt mit anderen Systemen Kommunizieren muss. Daher möchte ich dort auf jeden Fall eine feste IP drinnen haben.

            Im Buster war das ja unter

            /etc/dhcpcd.conf
            
            

            hinterlegt.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #55

            @kratan75

            Kann ich dir nicht sagen, ich werkel hier mit hostnames und DHCP.

            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 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @kratan75 sagte in Backitup und Grafana:

              Da bestätigt sich mal wieder die Aussage (never touch a running system).

              Im Gegenteil. Wenn es irgendwas bestätigt dann: Halte die Kiste auf aktuellem Stand.

              Gibt es eine Anleitung für das Update ?

              Ja, ich hatte da vor Urzeiten, als das Thema aktuell war was zu geschrieben.

              K Offline
              K Offline
              kratan75
              wrote on last edited by
              #56

              @thomas-braun Guten Morgen
              Also ich habe mich gestern tatsächlich spät Abends noch durchgerungen einen experimentier-Pi aufzusetzen und das Update von Buster auf Bullseye dort zu installieren.
              Resultat ist, das dies wohl anscheinend tatsächlich des Rätsels Lösung war. Das BackitUp läuft nun ohne Probleme durch. Danke nochmal für den Tipp. Trotzdem habe ich festgestellt das immer noch Fehlermeldungen in der NPM Liste stehen welche ich mir nicht erklären kann, weil alle Erweiterungen exakt auf diesen Stand sind welche im Log stehen.

              Mit dazu habe ich nochmal einen neuen API Key für Grafana erstellt, der hatte auch noch Probleme gemacht.

              BackItUp:
              Eine neue iobroker Sicherung wurde am 15. April 2023 um 02:40 Uhr erstellt, und nach 85.214.205.194/ via FTP kopiert/verschoben.

              Hier mal die Logeintrage von npm (/home/iobroker/.npm/_logs/2023-04-15T07_49_11_023Z-debug-0.log)

               verbose cli /usr/bin/node /usr/bin/npm
              1 info using npm@9.5.1
              2 info using node@v18.16.0
              3 timing npm:load:whichnode Completed in 3ms
              4 timing config:load:defaults Completed in 6ms
              5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 16ms
              6 timing config:load:builtin Completed in 17ms
              7 timing config:load:cli Completed in 25ms
              8 timing config:load:env Completed in 1ms
              9 timing config:load:file:/opt/iobroker/node_modules/iobroker.backitup/.npmrc Completed in 1ms
              10 timing config:load:project Completed in 10ms
              11 timing config:load:file:/home/iobroker/.npmrc Completed in 0ms
              12 timing config:load:user Completed in 0ms
              13 timing config:load:file:/usr/etc/npmrc Completed in 0ms
              14 timing config:load:global Completed in 1ms
              15 timing config:load:setEnvs Completed in 3ms
              16 timing config:load Completed in 66ms
              17 timing npm:load:configload Completed in 66ms
              18 timing npm:load:mkdirpcache Completed in 1ms
              19 timing npm:load:mkdirplogs Completed in 1ms
              20 verbose title npm list
              21 verbose argv "list"
              22 timing npm:load:setTitle Completed in 4ms
              23 timing config:load:flatten Completed in 11ms
              24 timing npm:load:display Completed in 13ms
              25 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2023-04-14T22_34_18_626Z-
              26 verbose logfile /home/iobroker/.npm/_logs/2023-04-14T22_34_18_626Z-debug-0.log
              27 timing npm:load:logFile Completed in 18ms
              28 timing npm:load:timers Completed in 0ms
              29 timing npm:load:configScope Completed in 0ms
              30 timing npm:load Completed in 108ms
              31 timing arborist:ctor Completed in 2ms
              32 silly logfile start cleaning logs, removing 1 files
              33 silly logfile done cleaning log files
              34 timing command:list Completed in 102ms
              35 verbose stack Error: missing: @alcalzone/release-script-plugin-iobroker@^3.5.9, required by iobroker.backitup@2.6.16
              35 verbose stack missing: @alcalzone/release-script-plugin-license@^3.5.9, required by iobroker.backitup@2.6.16
              35 verbose stack missing: @alcalzone/release-script@^3.5.9, required by iobroker.backitup@2.6.16
              35 verbose stack missing: @googleapis/drive@^4.0.2, required by iobroker.backitup@2.6.16
              35 verbose stack missing: @iobroker/adapter-core@^2.6.7, required by iobroker.backitup@2.6.16
              35 verbose stack missing: @iobroker/testing@^4.1.0, required by iobroker.backitup@2.6.16
              35 verbose stack missing: chai@^4.3.7, required by iobroker.backitup@2.6.16
              35 verbose stack missing: dropbox-v2-api@^2.5.10, required by iobroker.backitup@2.6.16
              35 verbose stack missing: express@^4.18.2, required by iobroker.backitup@2.6.16
              35 verbose stack missing: ftp@^0.3.10, required by iobroker.backitup@2.6.16
              35 verbose stack missing: google-auth-library@^8.7.0, required by iobroker.backitup@2.6.16
              35 verbose stack missing: gulp@^4.0.2, required by iobroker.backitup@2.6.16
              35 verbose stack missing: mocha@^10.2.0, required by iobroker.backitup@2.6.16
              35 verbose stack missing: node-wol@^0.1.1, required by iobroker.backitup@2.6.16
              35 verbose stack missing: onedrive-api@^1.0.7, required by iobroker.backitup@2.6.16
              35 verbose stack missing: request@^2.88.2, required by iobroker.backitup@2.6.16
              35 verbose stack missing: tar-fs@^2.1.1, required by iobroker.backitup@2.6.16
              35 verbose stack missing: webdav@^4.11.2, required by iobroker.backitup@2.6.16
              35 verbose stack     at LS.exec (/usr/lib/node_modules/npm/lib/commands/ls.js:203:9)
              35 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli.js:134:5)
              36 verbose cwd /opt/iobroker/node_modules/iobroker.backitup
              37 verbose Linux 6.1.21-v8+
              38 verbose node v18.16.0
              39 verbose npm  v9.5.1
              40 error code ELSPROBLEMS
              

              Hier der Stand seit heute Morgen (iob diag):

              Skript v.2023-04-02
              
              *** BASE SYSTEM ***
              Model           : Raspberry Pi 4 Model B Rev 1.5
              Architecture    : aarch64
              Docker          : false
              Virtualization  : none
              Distributor ID: Raspbian
              Description:    Raspbian GNU/Linux 11 (bullseye)
              Release:        11
              Codename:       bullseye
              
              PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
              NAME="Raspbian GNU/Linux"
              VERSION_ID="11"
              VERSION="11 (bullseye)"
              VERSION_CODENAME=bullseye
              ID=raspbian
              ID_LIKE=debian
              HOME_URL="http://www.raspbian.org/"
              SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
              BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
              
              Systemuptime and Load:
               09:45:53 up  8:06,  1 user,  load average: 0.85, 0.67, 0.63
              CPU threads: 4
              
              *** Time and Time Zones ***
                             Local time: Sat 2023-04-15 09:45:53 CEST
                         Universal time: Sat 2023-04-15 07:45:53 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 gpio i2c                                                                                                                                                              spi iobroker
              
              *** X-Server-Setup ***
              X-Server:       false
              Desktop:
              Terminal:       tty
              Boot Target:    graphical.target
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            3.8G        1.1G        1.7G        0.0K        924M        2.7G
              Swap:            99M          0B         99M
              Total:          3.9G        1.1G        1.8G
              
                       3794 M total memory
                       1124 M used memory
                       1232 M active memory
                        650 M inactive memory
                       1745 M free memory
                        100 M buffer memory
                        824 M swap cache
                         99 M total swap
                          0 M used swap
                         99 M free swap
              
              *** FILESYSTEM ***
              Filesystem     Type      Size  Used Avail Use% Mounted on
              /dev/root      ext4       30G  5.2G   23G  19% /
              devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
              tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
              tmpfs          tmpfs     759M 1008K  758M   1% /run
              tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
              /dev/loop0     squashfs  384K  384K     0 100% /snap/minicom/1
              /dev/loop2     squashfs   99M   99M     0 100% /snap/core/14950
              /dev/loop1     squashfs   99M   99M     0 100% /snap/core/14788
              /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
              tmpfs          tmpfs     380M  4.0K  380M   1% /run/user/1000
              
              Messages concerning ext4 filesystem in dmesg:
              [Sat Apr 15 01:38:56 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0                                                                                                                                                              snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.ena                                                                                                                                                             ble_hdmi=1  smsc95xx.macaddr=E4:5F:01:A9:73:27 vc_mem.mem_base=0x3ec00000 vc_mem                                                                                                                                                             .mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=a62f624d-0                                                                                                                                                             2 rootfstype=ext4 fsck.repair=yes rootwait
              [Sat Apr 15 01:38:57 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered                                                                                                                                                              data mode. Quota mode: none.
              [Sat Apr 15 01:38:57 2023] VFS: Mounted root (ext4 filesystem) readonly on devic                                                                                                                                                             e 179:2.
              [Sat Apr 15 01:38:59 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
              
              Show mounted filesystems (real ones only):
              TARGET             SOURCE         FSTYPE   OPTIONS
              /                  /dev/mmcblk0p2 ext4     rw,noatime
              |-/snap/minicom/1  /dev/loop0     squashfs ro,nodev,relatime,errors=continue
              |-/snap/core/14950 /dev/loop2     squashfs ro,nodev,relatime,errors=continue
              |-/snap/core/14788 /dev/loop1     squashfs ro,nodev,relatime,errors=continue
              `-/boot            /dev/mmcblk0p1 vfat     rw,relatime,fmask=0022,dmask=0022,cod                                                                                                                                                             epage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
              
              Files in neuralgic directories:
              
              /var:
              1.2G    /var/
              535M    /var/lib
              318M    /var/log
              294M    /var/lib/snapd
              200M    /var/cache
              
              /opt/iobroker/backups:
              209M    /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              299M    /opt/iobroker/iobroker-data/
              252M    /opt/iobroker/iobroker-data/files
              78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
              51M     /opt/iobroker/iobroker-data/files/javascript.admin
              35M     /opt/iobroker/iobroker-data/backup-objects
              
              The five largest files in iobroker-data are:
              9.1M    /opt/iobroker/iobroker-data/objects.jsonl
              6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.de0231c                                                                                                                                                             9.chunk.js.map
              6.6M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.8083c40d.j                                                                                                                                                             s.map
              6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-n                                                                                                                                                             ode_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_                                                                                                                                                             iobr-99c23e.847b8ad9.chunk.js.map
              4.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/848.7424922                                                                                                                                                             d.chunk.js.map
              
              *** 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
              
              nodejs:
                Installed: 18.16.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 armhf Packages
                      100 /var/lib/dpkg/status
                   12.22.12~dfsg-1~deb11u3 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf 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
              
              Core adapters versions
              js-controller:  4.0.23
              admin:          6.3.5
              javascript:     6.1.4
              
              Adapters from github:   0
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.backitup.1               : backitup              : iobroker                                 -  enabled
              + system.adapter.countdown.0              : countdown             : iobroker                                 -  enabled
              + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
              + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
              + system.adapter.fronius.0                : fronius               : iobroker                                 -  enabled
                system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker                                 -  enabled
                system.adapter.icons-icons8.0           : icons-icons8          : iobroker                                 -  enabled
                system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 -  enabled
                system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 -  enabled
                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
                system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 -  enabled
                system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 -  enabled
              + system.adapter.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
              + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
              + system.adapter.kecontact.0              : kecontact             : iobroker                                 -  enabled
              + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
              + system.adapter.modbus.1                 : modbus                : iobroker                                 -  enabled
              + system.adapter.modbus.2                 : modbus                : iobroker                                 -  enabled
              + system.adapter.modbus.3                 : modbus                : iobroker                                 -  enabled
                system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
              + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
              + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
              + system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
              + system.adapter.smartmeter.0             : smartmeter            : iobroker                                 -  enabled
                system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled
              + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                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
              
              + 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.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              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.3.5    , installed 6.3.5
              Adapter    "backitup"     : 2.6.16   , installed 2.6.16
              Adapter    "countdown"    : 1.2.5    , installed 1.2.5
              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
              Adapter    "email"        : 1.1.4    , installed 1.1.4
              Adapter    "fronius"      : 1.1.3    , installed 1.1.3
              Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
              Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
              Adapter    "icons-material-png": 0.1.0, installed 0.1.0
              Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
              Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
              Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
              Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
              Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
              Adapter    "javascript"   : 6.1.4    , installed 6.1.4
              Controller "js-controller": 4.0.24   , installed 4.0.23 [Updatable]
              Adapter    "kecontact"    : 1.5.2    , installed 1.5.2
              Adapter    "modbus"       : 5.0.11   , installed 5.0.11
              Adapter    "openweathermap": 0.3.3   , installed 0.3.3
              Adapter    "ping"         : 1.5.3    , installed 1.5.3
              Adapter    "pvforecast"   : 2.3.0    , installed 2.3.0
              Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
              Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
              Adapter    "socketio"     : 4.2.0    , installed 4.2.0
              Adapter    "vis"          : 1.4.16   , installed 1.4.16
              Adapter    "vis-icontwo"  : 0.93.0   , installed 0.93.0
              Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
              Adapter    "weatherunderground": 3.4.2, installed 3.4.2
              Adapter    "web"          : 4.3.0    , installed 4.3.0
              Adapter    "ws"           : 1.3.0    , installed 1.3.0
              
              Objects and States
              Please stand by - This may take a while
              Objects:        3685
              States:         3195
              
              *** OS-Repositories and Updates ***
              Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
              Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
              Hit:3 https://apt.grafana.com stable InRelease
              Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease
              Hit:6 https://repos.influxdata.com/debian stable InRelease
              Reading package lists...
              Pending Updates: 0
              
              *** 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:9001          0.0.0.0:*               LISTEN      1001       16452      759/iobroker.js-con
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       16459      759/iobroker.js-con
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1984       539/sshd: /usr/sbin
              tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        13037      664/influxd
              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14798      784/io.admin.0
              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15159      1040/io.web.0
              tcp6       0      0 :::8086                 :::*                    LISTEN      999        14717      664/influxd
              tcp6       0      0 :::22                   :::*                    LISTEN      0          1986       539/sshd: /usr/sbin
              tcp6       0      0 :::3000                 :::*                    LISTEN      109        16490      659/grafana
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12772      390/avahi-daemon: r
              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14214      658/dhcpcd
              udp        0      0 0.0.0.0:39039           0.0.0.0:*                           1001       30278      2683/io.kecontact.0
              udp        0      0 0.0.0.0:55611           0.0.0.0:*                           108        12774      390/avahi-daemon: r
              udp        0      0 0.0.0.0:7090            0.0.0.0:*                           1001       27137      2683/io.kecontact.0
              udp        0      0 0.0.0.0:7092            0.0.0.0:*                           1001       27138      2683/io.kecontact.0
              udp6       0      0 :::5353                 :::*                                108        12773      390/avahi-daemon: r
              udp6       0      0 :::34479                :::*                                108        12775      390/avahi-daemon: r
              
              *** Log File - Last 25 Lines ***
              
              2023-04-15 09:44:33.791  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:44:39.750  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:44:45.639  - info: smartmeter.0 (2608) Received 13 values, 5 updated
              2023-04-15 09:44:51.506  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:44:57.331  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:45:03.117  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:45:08.899  - info: smartmeter.0 (2608) Received 13 values, 4 updated
              2023-04-15 09:45:14.601  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:45:20.353  - info: smartmeter.0 (2608) Received 13 values, 5 updated
              2023-04-15 09:45:26.075  - info: smartmeter.0 (2608) Received 13 values, 5 updated
              2023-04-15 09:45:31.800  - info: smartmeter.0 (2608) Received 13 values, 5 updated
              2023-04-15 09:45:37.652  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:45:43.530  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:45:49.296  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:45:55.025  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:00.782  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:06.467  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:12.207  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:17.941  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:23.605  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:29.256  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:34.946  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:40.701  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:46.529  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              2023-04-15 09:46:52.261  - info: smartmeter.0 (2608) Received 13 values, 6 updated
              

              Und hier die npm ls Ausgabe:

              pi@iobroker:~ $ cd /opt/iobroker/node_modules/iobroker.backitup
              pi@iobroker:/opt/iobroker/node_modules/iobroker.backitup $ npm ls
              npm ERR! code ELSPROBLEMS
              npm ERR! missing: @alcalzone/release-script-plugin-iobroker@^3.5.9, required by iobroker.backitup@2.6.16
              npm ERR! missing: @alcalzone/release-script-plugin-license@^3.5.9, required by iobroker.backitup@2.6.16
              npm ERR! missing: @alcalzone/release-script@^3.5.9, required by iobroker.backitup@2.6.16
              npm ERR! missing: @googleapis/drive@^4.0.2, required by iobroker.backitup@2.6.16
              npm ERR! missing: @iobroker/adapter-core@^2.6.7, required by iobroker.backitup@2.6.16
              npm ERR! missing: @iobroker/testing@^4.1.0, required by iobroker.backitup@2.6.16
              npm ERR! missing: chai@^4.3.7, required by iobroker.backitup@2.6.16
              npm ERR! missing: dropbox-v2-api@^2.5.10, required by iobroker.backitup@2.6.16
              npm ERR! missing: express@^4.18.2, required by iobroker.backitup@2.6.16
              npm ERR! missing: ftp@^0.3.10, required by iobroker.backitup@2.6.16
              npm ERR! missing: google-auth-library@^8.7.0, required by iobroker.backitup@2.6.16
              npm ERR! missing: gulp@^4.0.2, required by iobroker.backitup@2.6.16
              npm ERR! missing: mocha@^10.2.0, required by iobroker.backitup@2.6.16
              npm ERR! missing: node-wol@^0.1.1, required by iobroker.backitup@2.6.16
              npm ERR! missing: onedrive-api@^1.0.7, required by iobroker.backitup@2.6.16
              npm ERR! missing: request@^2.88.2, required by iobroker.backitup@2.6.16
              npm ERR! missing: tar-fs@^2.1.1, required by iobroker.backitup@2.6.16
              npm ERR! missing: webdav@^4.11.2, required by iobroker.backitup@2.6.16
              iobroker.backitup@2.6.16 /opt/iobroker/node_modules/iobroker.backitup
              ├── UNMET DEPENDENCY @alcalzone/release-script-plugin-iobroker@^3.5.9
              ├── UNMET DEPENDENCY @alcalzone/release-script-plugin-license@^3.5.9
              ├── UNMET DEPENDENCY @alcalzone/release-script@^3.5.9
              ├── UNMET DEPENDENCY @googleapis/drive@^4.0.2
              ├── UNMET DEPENDENCY @iobroker/adapter-core@^2.6.7
              ├── UNMET DEPENDENCY @iobroker/testing@^4.1.0
              ├── axios@1.3.5
              ├── UNMET DEPENDENCY chai@^4.3.7
              ├── UNMET DEPENDENCY dropbox-v2-api@^2.5.10
              ├── UNMET DEPENDENCY express@^4.18.2
              ├── fs-extra@11.1.1
              ├── UNMET DEPENDENCY ftp@^0.3.10
              ├── UNMET DEPENDENCY google-auth-library@^8.7.0
              ├── UNMET DEPENDENCY gulp@^4.0.2
              ├── UNMET DEPENDENCY mocha@^10.2.0
              ├── node-schedule@2.1.1
              ├── UNMET DEPENDENCY node-wol@^0.1.1
              ├── UNMET DEPENDENCY onedrive-api@^1.0.7
              ├── UNMET DEPENDENCY request@^2.88.2
              ├── UNMET DEPENDENCY tar-fs@^2.1.1
              └── UNMET DEPENDENCY webdav@^4.11.2
              
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2023-04-15T07_49_11_023Z-debug-0.log
              pi@iobroker:/opt/iobroker/node_modules/iobroker.backitup $
              
              

              Es läuft so jetzt alles wieder problemlos.
              Ich hätte aber gerne ein sauberes System. Was kann das noch sein ?

              Gruß Andi

              Thomas BraunT 2 Replies Last reply
              0
              • K kratan75

                @thomas-braun Guten Morgen
                Also ich habe mich gestern tatsächlich spät Abends noch durchgerungen einen experimentier-Pi aufzusetzen und das Update von Buster auf Bullseye dort zu installieren.
                Resultat ist, das dies wohl anscheinend tatsächlich des Rätsels Lösung war. Das BackitUp läuft nun ohne Probleme durch. Danke nochmal für den Tipp. Trotzdem habe ich festgestellt das immer noch Fehlermeldungen in der NPM Liste stehen welche ich mir nicht erklären kann, weil alle Erweiterungen exakt auf diesen Stand sind welche im Log stehen.

                Mit dazu habe ich nochmal einen neuen API Key für Grafana erstellt, der hatte auch noch Probleme gemacht.

                BackItUp:
                Eine neue iobroker Sicherung wurde am 15. April 2023 um 02:40 Uhr erstellt, und nach 85.214.205.194/ via FTP kopiert/verschoben.

                Hier mal die Logeintrage von npm (/home/iobroker/.npm/_logs/2023-04-15T07_49_11_023Z-debug-0.log)

                 verbose cli /usr/bin/node /usr/bin/npm
                1 info using npm@9.5.1
                2 info using node@v18.16.0
                3 timing npm:load:whichnode Completed in 3ms
                4 timing config:load:defaults Completed in 6ms
                5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 16ms
                6 timing config:load:builtin Completed in 17ms
                7 timing config:load:cli Completed in 25ms
                8 timing config:load:env Completed in 1ms
                9 timing config:load:file:/opt/iobroker/node_modules/iobroker.backitup/.npmrc Completed in 1ms
                10 timing config:load:project Completed in 10ms
                11 timing config:load:file:/home/iobroker/.npmrc Completed in 0ms
                12 timing config:load:user Completed in 0ms
                13 timing config:load:file:/usr/etc/npmrc Completed in 0ms
                14 timing config:load:global Completed in 1ms
                15 timing config:load:setEnvs Completed in 3ms
                16 timing config:load Completed in 66ms
                17 timing npm:load:configload Completed in 66ms
                18 timing npm:load:mkdirpcache Completed in 1ms
                19 timing npm:load:mkdirplogs Completed in 1ms
                20 verbose title npm list
                21 verbose argv "list"
                22 timing npm:load:setTitle Completed in 4ms
                23 timing config:load:flatten Completed in 11ms
                24 timing npm:load:display Completed in 13ms
                25 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2023-04-14T22_34_18_626Z-
                26 verbose logfile /home/iobroker/.npm/_logs/2023-04-14T22_34_18_626Z-debug-0.log
                27 timing npm:load:logFile Completed in 18ms
                28 timing npm:load:timers Completed in 0ms
                29 timing npm:load:configScope Completed in 0ms
                30 timing npm:load Completed in 108ms
                31 timing arborist:ctor Completed in 2ms
                32 silly logfile start cleaning logs, removing 1 files
                33 silly logfile done cleaning log files
                34 timing command:list Completed in 102ms
                35 verbose stack Error: missing: @alcalzone/release-script-plugin-iobroker@^3.5.9, required by iobroker.backitup@2.6.16
                35 verbose stack missing: @alcalzone/release-script-plugin-license@^3.5.9, required by iobroker.backitup@2.6.16
                35 verbose stack missing: @alcalzone/release-script@^3.5.9, required by iobroker.backitup@2.6.16
                35 verbose stack missing: @googleapis/drive@^4.0.2, required by iobroker.backitup@2.6.16
                35 verbose stack missing: @iobroker/adapter-core@^2.6.7, required by iobroker.backitup@2.6.16
                35 verbose stack missing: @iobroker/testing@^4.1.0, required by iobroker.backitup@2.6.16
                35 verbose stack missing: chai@^4.3.7, required by iobroker.backitup@2.6.16
                35 verbose stack missing: dropbox-v2-api@^2.5.10, required by iobroker.backitup@2.6.16
                35 verbose stack missing: express@^4.18.2, required by iobroker.backitup@2.6.16
                35 verbose stack missing: ftp@^0.3.10, required by iobroker.backitup@2.6.16
                35 verbose stack missing: google-auth-library@^8.7.0, required by iobroker.backitup@2.6.16
                35 verbose stack missing: gulp@^4.0.2, required by iobroker.backitup@2.6.16
                35 verbose stack missing: mocha@^10.2.0, required by iobroker.backitup@2.6.16
                35 verbose stack missing: node-wol@^0.1.1, required by iobroker.backitup@2.6.16
                35 verbose stack missing: onedrive-api@^1.0.7, required by iobroker.backitup@2.6.16
                35 verbose stack missing: request@^2.88.2, required by iobroker.backitup@2.6.16
                35 verbose stack missing: tar-fs@^2.1.1, required by iobroker.backitup@2.6.16
                35 verbose stack missing: webdav@^4.11.2, required by iobroker.backitup@2.6.16
                35 verbose stack     at LS.exec (/usr/lib/node_modules/npm/lib/commands/ls.js:203:9)
                35 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli.js:134:5)
                36 verbose cwd /opt/iobroker/node_modules/iobroker.backitup
                37 verbose Linux 6.1.21-v8+
                38 verbose node v18.16.0
                39 verbose npm  v9.5.1
                40 error code ELSPROBLEMS
                

                Hier der Stand seit heute Morgen (iob diag):

                Skript v.2023-04-02
                
                *** BASE SYSTEM ***
                Model           : Raspberry Pi 4 Model B Rev 1.5
                Architecture    : aarch64
                Docker          : false
                Virtualization  : none
                Distributor ID: Raspbian
                Description:    Raspbian GNU/Linux 11 (bullseye)
                Release:        11
                Codename:       bullseye
                
                PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                NAME="Raspbian GNU/Linux"
                VERSION_ID="11"
                VERSION="11 (bullseye)"
                VERSION_CODENAME=bullseye
                ID=raspbian
                ID_LIKE=debian
                HOME_URL="http://www.raspbian.org/"
                SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                
                Systemuptime and Load:
                 09:45:53 up  8:06,  1 user,  load average: 0.85, 0.67, 0.63
                CPU threads: 4
                
                *** Time and Time Zones ***
                               Local time: Sat 2023-04-15 09:45:53 CEST
                           Universal time: Sat 2023-04-15 07:45:53 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 gpio i2c                                                                                                                                                              spi iobroker
                
                *** X-Server-Setup ***
                X-Server:       false
                Desktop:
                Terminal:       tty
                Boot Target:    graphical.target
                
                *** MEMORY ***
                               total        used        free      shared  buff/cache   available
                Mem:            3.8G        1.1G        1.7G        0.0K        924M        2.7G
                Swap:            99M          0B         99M
                Total:          3.9G        1.1G        1.8G
                
                         3794 M total memory
                         1124 M used memory
                         1232 M active memory
                          650 M inactive memory
                         1745 M free memory
                          100 M buffer memory
                          824 M swap cache
                           99 M total swap
                            0 M used swap
                           99 M free swap
                
                *** FILESYSTEM ***
                Filesystem     Type      Size  Used Avail Use% Mounted on
                /dev/root      ext4       30G  5.2G   23G  19% /
                devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                tmpfs          tmpfs     759M 1008K  758M   1% /run
                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                /dev/loop0     squashfs  384K  384K     0 100% /snap/minicom/1
                /dev/loop2     squashfs   99M   99M     0 100% /snap/core/14950
                /dev/loop1     squashfs   99M   99M     0 100% /snap/core/14788
                /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                tmpfs          tmpfs     380M  4.0K  380M   1% /run/user/1000
                
                Messages concerning ext4 filesystem in dmesg:
                [Sat Apr 15 01:38:56 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0                                                                                                                                                              snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.ena                                                                                                                                                             ble_hdmi=1  smsc95xx.macaddr=E4:5F:01:A9:73:27 vc_mem.mem_base=0x3ec00000 vc_mem                                                                                                                                                             .mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=a62f624d-0                                                                                                                                                             2 rootfstype=ext4 fsck.repair=yes rootwait
                [Sat Apr 15 01:38:57 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered                                                                                                                                                              data mode. Quota mode: none.
                [Sat Apr 15 01:38:57 2023] VFS: Mounted root (ext4 filesystem) readonly on devic                                                                                                                                                             e 179:2.
                [Sat Apr 15 01:38:59 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                
                Show mounted filesystems (real ones only):
                TARGET             SOURCE         FSTYPE   OPTIONS
                /                  /dev/mmcblk0p2 ext4     rw,noatime
                |-/snap/minicom/1  /dev/loop0     squashfs ro,nodev,relatime,errors=continue
                |-/snap/core/14950 /dev/loop2     squashfs ro,nodev,relatime,errors=continue
                |-/snap/core/14788 /dev/loop1     squashfs ro,nodev,relatime,errors=continue
                `-/boot            /dev/mmcblk0p1 vfat     rw,relatime,fmask=0022,dmask=0022,cod                                                                                                                                                             epage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                
                Files in neuralgic directories:
                
                /var:
                1.2G    /var/
                535M    /var/lib
                318M    /var/log
                294M    /var/lib/snapd
                200M    /var/cache
                
                /opt/iobroker/backups:
                209M    /opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                299M    /opt/iobroker/iobroker-data/
                252M    /opt/iobroker/iobroker-data/files
                78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
                51M     /opt/iobroker/iobroker-data/files/javascript.admin
                35M     /opt/iobroker/iobroker-data/backup-objects
                
                The five largest files in iobroker-data are:
                9.1M    /opt/iobroker/iobroker-data/objects.jsonl
                6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.de0231c                                                                                                                                                             9.chunk.js.map
                6.6M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.8083c40d.j                                                                                                                                                             s.map
                6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-n                                                                                                                                                             ode_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_                                                                                                                                                             iobr-99c23e.847b8ad9.chunk.js.map
                4.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/848.7424922                                                                                                                                                             d.chunk.js.map
                
                *** 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
                
                nodejs:
                  Installed: 18.16.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 armhf Packages
                        100 /var/lib/dpkg/status
                     12.22.12~dfsg-1~deb11u3 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf 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
                
                Core adapters versions
                js-controller:  4.0.23
                admin:          6.3.5
                javascript:     6.1.4
                
                Adapters from github:   0
                
                Adapter State
                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.backitup.1               : backitup              : iobroker                                 -  enabled
                + system.adapter.countdown.0              : countdown             : iobroker                                 -  enabled
                + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                + system.adapter.fronius.0                : fronius               : iobroker                                 -  enabled
                  system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker                                 -  enabled
                  system.adapter.icons-icons8.0           : icons-icons8          : iobroker                                 -  enabled
                  system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 -  enabled
                  system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 -  enabled
                  system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
                  system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 -  enabled
                  system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 -  enabled
                + system.adapter.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
                + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                + system.adapter.kecontact.0              : kecontact             : iobroker                                 -  enabled
                + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                + system.adapter.modbus.1                 : modbus                : iobroker                                 -  enabled
                + system.adapter.modbus.2                 : modbus                : iobroker                                 -  enabled
                + system.adapter.modbus.3                 : modbus                : iobroker                                 -  enabled
                  system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                + system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
                + system.adapter.smartmeter.0             : smartmeter            : iobroker                                 -  enabled
                  system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled
                + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                  system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                  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
                
                + 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.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                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.3.5    , installed 6.3.5
                Adapter    "backitup"     : 2.6.16   , installed 2.6.16
                Adapter    "countdown"    : 1.2.5    , installed 1.2.5
                Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                Adapter    "email"        : 1.1.4    , installed 1.1.4
                Adapter    "fronius"      : 1.1.3    , installed 1.1.3
                Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                Controller "js-controller": 4.0.24   , installed 4.0.23 [Updatable]
                Adapter    "kecontact"    : 1.5.2    , installed 1.5.2
                Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                Adapter    "openweathermap": 0.3.3   , installed 0.3.3
                Adapter    "ping"         : 1.5.3    , installed 1.5.3
                Adapter    "pvforecast"   : 2.3.0    , installed 2.3.0
                Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                Adapter    "vis"          : 1.4.16   , installed 1.4.16
                Adapter    "vis-icontwo"  : 0.93.0   , installed 0.93.0
                Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                Adapter    "web"          : 4.3.0    , installed 4.3.0
                Adapter    "ws"           : 1.3.0    , installed 1.3.0
                
                Objects and States
                Please stand by - This may take a while
                Objects:        3685
                States:         3195
                
                *** OS-Repositories and Updates ***
                Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
                Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                Hit:3 https://apt.grafana.com stable InRelease
                Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease
                Hit:6 https://repos.influxdata.com/debian stable InRelease
                Reading package lists...
                Pending Updates: 0
                
                *** 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:9001          0.0.0.0:*               LISTEN      1001       16452      759/iobroker.js-con
                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       16459      759/iobroker.js-con
                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1984       539/sshd: /usr/sbin
                tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        13037      664/influxd
                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14798      784/io.admin.0
                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15159      1040/io.web.0
                tcp6       0      0 :::8086                 :::*                    LISTEN      999        14717      664/influxd
                tcp6       0      0 :::22                   :::*                    LISTEN      0          1986       539/sshd: /usr/sbin
                tcp6       0      0 :::3000                 :::*                    LISTEN      109        16490      659/grafana
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12772      390/avahi-daemon: r
                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14214      658/dhcpcd
                udp        0      0 0.0.0.0:39039           0.0.0.0:*                           1001       30278      2683/io.kecontact.0
                udp        0      0 0.0.0.0:55611           0.0.0.0:*                           108        12774      390/avahi-daemon: r
                udp        0      0 0.0.0.0:7090            0.0.0.0:*                           1001       27137      2683/io.kecontact.0
                udp        0      0 0.0.0.0:7092            0.0.0.0:*                           1001       27138      2683/io.kecontact.0
                udp6       0      0 :::5353                 :::*                                108        12773      390/avahi-daemon: r
                udp6       0      0 :::34479                :::*                                108        12775      390/avahi-daemon: r
                
                *** Log File - Last 25 Lines ***
                
                2023-04-15 09:44:33.791  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:44:39.750  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:44:45.639  - info: smartmeter.0 (2608) Received 13 values, 5 updated
                2023-04-15 09:44:51.506  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:44:57.331  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:45:03.117  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:45:08.899  - info: smartmeter.0 (2608) Received 13 values, 4 updated
                2023-04-15 09:45:14.601  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:45:20.353  - info: smartmeter.0 (2608) Received 13 values, 5 updated
                2023-04-15 09:45:26.075  - info: smartmeter.0 (2608) Received 13 values, 5 updated
                2023-04-15 09:45:31.800  - info: smartmeter.0 (2608) Received 13 values, 5 updated
                2023-04-15 09:45:37.652  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:45:43.530  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:45:49.296  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:45:55.025  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:00.782  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:06.467  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:12.207  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:17.941  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:23.605  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:29.256  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:34.946  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:40.701  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:46.529  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                2023-04-15 09:46:52.261  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                

                Und hier die npm ls Ausgabe:

                pi@iobroker:~ $ cd /opt/iobroker/node_modules/iobroker.backitup
                pi@iobroker:/opt/iobroker/node_modules/iobroker.backitup $ npm ls
                npm ERR! code ELSPROBLEMS
                npm ERR! missing: @alcalzone/release-script-plugin-iobroker@^3.5.9, required by iobroker.backitup@2.6.16
                npm ERR! missing: @alcalzone/release-script-plugin-license@^3.5.9, required by iobroker.backitup@2.6.16
                npm ERR! missing: @alcalzone/release-script@^3.5.9, required by iobroker.backitup@2.6.16
                npm ERR! missing: @googleapis/drive@^4.0.2, required by iobroker.backitup@2.6.16
                npm ERR! missing: @iobroker/adapter-core@^2.6.7, required by iobroker.backitup@2.6.16
                npm ERR! missing: @iobroker/testing@^4.1.0, required by iobroker.backitup@2.6.16
                npm ERR! missing: chai@^4.3.7, required by iobroker.backitup@2.6.16
                npm ERR! missing: dropbox-v2-api@^2.5.10, required by iobroker.backitup@2.6.16
                npm ERR! missing: express@^4.18.2, required by iobroker.backitup@2.6.16
                npm ERR! missing: ftp@^0.3.10, required by iobroker.backitup@2.6.16
                npm ERR! missing: google-auth-library@^8.7.0, required by iobroker.backitup@2.6.16
                npm ERR! missing: gulp@^4.0.2, required by iobroker.backitup@2.6.16
                npm ERR! missing: mocha@^10.2.0, required by iobroker.backitup@2.6.16
                npm ERR! missing: node-wol@^0.1.1, required by iobroker.backitup@2.6.16
                npm ERR! missing: onedrive-api@^1.0.7, required by iobroker.backitup@2.6.16
                npm ERR! missing: request@^2.88.2, required by iobroker.backitup@2.6.16
                npm ERR! missing: tar-fs@^2.1.1, required by iobroker.backitup@2.6.16
                npm ERR! missing: webdav@^4.11.2, required by iobroker.backitup@2.6.16
                iobroker.backitup@2.6.16 /opt/iobroker/node_modules/iobroker.backitup
                ├── UNMET DEPENDENCY @alcalzone/release-script-plugin-iobroker@^3.5.9
                ├── UNMET DEPENDENCY @alcalzone/release-script-plugin-license@^3.5.9
                ├── UNMET DEPENDENCY @alcalzone/release-script@^3.5.9
                ├── UNMET DEPENDENCY @googleapis/drive@^4.0.2
                ├── UNMET DEPENDENCY @iobroker/adapter-core@^2.6.7
                ├── UNMET DEPENDENCY @iobroker/testing@^4.1.0
                ├── axios@1.3.5
                ├── UNMET DEPENDENCY chai@^4.3.7
                ├── UNMET DEPENDENCY dropbox-v2-api@^2.5.10
                ├── UNMET DEPENDENCY express@^4.18.2
                ├── fs-extra@11.1.1
                ├── UNMET DEPENDENCY ftp@^0.3.10
                ├── UNMET DEPENDENCY google-auth-library@^8.7.0
                ├── UNMET DEPENDENCY gulp@^4.0.2
                ├── UNMET DEPENDENCY mocha@^10.2.0
                ├── node-schedule@2.1.1
                ├── UNMET DEPENDENCY node-wol@^0.1.1
                ├── UNMET DEPENDENCY onedrive-api@^1.0.7
                ├── UNMET DEPENDENCY request@^2.88.2
                ├── UNMET DEPENDENCY tar-fs@^2.1.1
                └── UNMET DEPENDENCY webdav@^4.11.2
                
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2023-04-15T07_49_11_023Z-debug-0.log
                pi@iobroker:/opt/iobroker/node_modules/iobroker.backitup $
                
                

                Es läuft so jetzt alles wieder problemlos.
                Ich hätte aber gerne ein sauberes System. Was kann das noch sein ?

                Gruß Andi

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #57

                @kratan75

                Du stehst im falschen Verzeichnis.

                cd /opt/iobroker
                npm ls
                

                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

                simatecS K 2 Replies Last reply
                0
                • K kratan75

                  @thomas-braun Guten Morgen
                  Also ich habe mich gestern tatsächlich spät Abends noch durchgerungen einen experimentier-Pi aufzusetzen und das Update von Buster auf Bullseye dort zu installieren.
                  Resultat ist, das dies wohl anscheinend tatsächlich des Rätsels Lösung war. Das BackitUp läuft nun ohne Probleme durch. Danke nochmal für den Tipp. Trotzdem habe ich festgestellt das immer noch Fehlermeldungen in der NPM Liste stehen welche ich mir nicht erklären kann, weil alle Erweiterungen exakt auf diesen Stand sind welche im Log stehen.

                  Mit dazu habe ich nochmal einen neuen API Key für Grafana erstellt, der hatte auch noch Probleme gemacht.

                  BackItUp:
                  Eine neue iobroker Sicherung wurde am 15. April 2023 um 02:40 Uhr erstellt, und nach 85.214.205.194/ via FTP kopiert/verschoben.

                  Hier mal die Logeintrage von npm (/home/iobroker/.npm/_logs/2023-04-15T07_49_11_023Z-debug-0.log)

                   verbose cli /usr/bin/node /usr/bin/npm
                  1 info using npm@9.5.1
                  2 info using node@v18.16.0
                  3 timing npm:load:whichnode Completed in 3ms
                  4 timing config:load:defaults Completed in 6ms
                  5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 16ms
                  6 timing config:load:builtin Completed in 17ms
                  7 timing config:load:cli Completed in 25ms
                  8 timing config:load:env Completed in 1ms
                  9 timing config:load:file:/opt/iobroker/node_modules/iobroker.backitup/.npmrc Completed in 1ms
                  10 timing config:load:project Completed in 10ms
                  11 timing config:load:file:/home/iobroker/.npmrc Completed in 0ms
                  12 timing config:load:user Completed in 0ms
                  13 timing config:load:file:/usr/etc/npmrc Completed in 0ms
                  14 timing config:load:global Completed in 1ms
                  15 timing config:load:setEnvs Completed in 3ms
                  16 timing config:load Completed in 66ms
                  17 timing npm:load:configload Completed in 66ms
                  18 timing npm:load:mkdirpcache Completed in 1ms
                  19 timing npm:load:mkdirplogs Completed in 1ms
                  20 verbose title npm list
                  21 verbose argv "list"
                  22 timing npm:load:setTitle Completed in 4ms
                  23 timing config:load:flatten Completed in 11ms
                  24 timing npm:load:display Completed in 13ms
                  25 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2023-04-14T22_34_18_626Z-
                  26 verbose logfile /home/iobroker/.npm/_logs/2023-04-14T22_34_18_626Z-debug-0.log
                  27 timing npm:load:logFile Completed in 18ms
                  28 timing npm:load:timers Completed in 0ms
                  29 timing npm:load:configScope Completed in 0ms
                  30 timing npm:load Completed in 108ms
                  31 timing arborist:ctor Completed in 2ms
                  32 silly logfile start cleaning logs, removing 1 files
                  33 silly logfile done cleaning log files
                  34 timing command:list Completed in 102ms
                  35 verbose stack Error: missing: @alcalzone/release-script-plugin-iobroker@^3.5.9, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: @alcalzone/release-script-plugin-license@^3.5.9, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: @alcalzone/release-script@^3.5.9, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: @googleapis/drive@^4.0.2, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: @iobroker/adapter-core@^2.6.7, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: @iobroker/testing@^4.1.0, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: chai@^4.3.7, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: dropbox-v2-api@^2.5.10, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: express@^4.18.2, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: ftp@^0.3.10, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: google-auth-library@^8.7.0, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: gulp@^4.0.2, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: mocha@^10.2.0, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: node-wol@^0.1.1, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: onedrive-api@^1.0.7, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: request@^2.88.2, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: tar-fs@^2.1.1, required by iobroker.backitup@2.6.16
                  35 verbose stack missing: webdav@^4.11.2, required by iobroker.backitup@2.6.16
                  35 verbose stack     at LS.exec (/usr/lib/node_modules/npm/lib/commands/ls.js:203:9)
                  35 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli.js:134:5)
                  36 verbose cwd /opt/iobroker/node_modules/iobroker.backitup
                  37 verbose Linux 6.1.21-v8+
                  38 verbose node v18.16.0
                  39 verbose npm  v9.5.1
                  40 error code ELSPROBLEMS
                  

                  Hier der Stand seit heute Morgen (iob diag):

                  Skript v.2023-04-02
                  
                  *** BASE SYSTEM ***
                  Model           : Raspberry Pi 4 Model B Rev 1.5
                  Architecture    : aarch64
                  Docker          : false
                  Virtualization  : none
                  Distributor ID: Raspbian
                  Description:    Raspbian GNU/Linux 11 (bullseye)
                  Release:        11
                  Codename:       bullseye
                  
                  PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                  NAME="Raspbian GNU/Linux"
                  VERSION_ID="11"
                  VERSION="11 (bullseye)"
                  VERSION_CODENAME=bullseye
                  ID=raspbian
                  ID_LIKE=debian
                  HOME_URL="http://www.raspbian.org/"
                  SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                  BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                  
                  Systemuptime and Load:
                   09:45:53 up  8:06,  1 user,  load average: 0.85, 0.67, 0.63
                  CPU threads: 4
                  
                  *** Time and Time Zones ***
                                 Local time: Sat 2023-04-15 09:45:53 CEST
                             Universal time: Sat 2023-04-15 07:45:53 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 gpio i2c                                                                                                                                                              spi iobroker
                  
                  *** X-Server-Setup ***
                  X-Server:       false
                  Desktop:
                  Terminal:       tty
                  Boot Target:    graphical.target
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            3.8G        1.1G        1.7G        0.0K        924M        2.7G
                  Swap:            99M          0B         99M
                  Total:          3.9G        1.1G        1.8G
                  
                           3794 M total memory
                           1124 M used memory
                           1232 M active memory
                            650 M inactive memory
                           1745 M free memory
                            100 M buffer memory
                            824 M swap cache
                             99 M total swap
                              0 M used swap
                             99 M free swap
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  /dev/root      ext4       30G  5.2G   23G  19% /
                  devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                  tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                  tmpfs          tmpfs     759M 1008K  758M   1% /run
                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                  /dev/loop0     squashfs  384K  384K     0 100% /snap/minicom/1
                  /dev/loop2     squashfs   99M   99M     0 100% /snap/core/14950
                  /dev/loop1     squashfs   99M   99M     0 100% /snap/core/14788
                  /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                  tmpfs          tmpfs     380M  4.0K  380M   1% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Sat Apr 15 01:38:56 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0                                                                                                                                                              snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.ena                                                                                                                                                             ble_hdmi=1  smsc95xx.macaddr=E4:5F:01:A9:73:27 vc_mem.mem_base=0x3ec00000 vc_mem                                                                                                                                                             .mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=a62f624d-0                                                                                                                                                             2 rootfstype=ext4 fsck.repair=yes rootwait
                  [Sat Apr 15 01:38:57 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered                                                                                                                                                              data mode. Quota mode: none.
                  [Sat Apr 15 01:38:57 2023] VFS: Mounted root (ext4 filesystem) readonly on devic                                                                                                                                                             e 179:2.
                  [Sat Apr 15 01:38:59 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                  
                  Show mounted filesystems (real ones only):
                  TARGET             SOURCE         FSTYPE   OPTIONS
                  /                  /dev/mmcblk0p2 ext4     rw,noatime
                  |-/snap/minicom/1  /dev/loop0     squashfs ro,nodev,relatime,errors=continue
                  |-/snap/core/14950 /dev/loop2     squashfs ro,nodev,relatime,errors=continue
                  |-/snap/core/14788 /dev/loop1     squashfs ro,nodev,relatime,errors=continue
                  `-/boot            /dev/mmcblk0p1 vfat     rw,relatime,fmask=0022,dmask=0022,cod                                                                                                                                                             epage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  1.2G    /var/
                  535M    /var/lib
                  318M    /var/log
                  294M    /var/lib/snapd
                  200M    /var/cache
                  
                  /opt/iobroker/backups:
                  209M    /opt/iobroker/backups/
                  
                  /opt/iobroker/iobroker-data:
                  299M    /opt/iobroker/iobroker-data/
                  252M    /opt/iobroker/iobroker-data/files
                  78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
                  51M     /opt/iobroker/iobroker-data/files/javascript.admin
                  35M     /opt/iobroker/iobroker-data/backup-objects
                  
                  The five largest files in iobroker-data are:
                  9.1M    /opt/iobroker/iobroker-data/objects.jsonl
                  6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.de0231c                                                                                                                                                             9.chunk.js.map
                  6.6M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.8083c40d.j                                                                                                                                                             s.map
                  6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-n                                                                                                                                                             ode_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_                                                                                                                                                             iobr-99c23e.847b8ad9.chunk.js.map
                  4.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/848.7424922                                                                                                                                                             d.chunk.js.map
                  
                  *** 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
                  
                  nodejs:
                    Installed: 18.16.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 armhf Packages
                          100 /var/lib/dpkg/status
                       12.22.12~dfsg-1~deb11u3 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf 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
                  
                  Core adapters versions
                  js-controller:  4.0.23
                  admin:          6.3.5
                  javascript:     6.1.4
                  
                  Adapters from github:   0
                  
                  Adapter State
                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.backitup.1               : backitup              : iobroker                                 -  enabled
                  + system.adapter.countdown.0              : countdown             : iobroker                                 -  enabled
                  + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                  + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                  + system.adapter.fronius.0                : fronius               : iobroker                                 -  enabled
                    system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker                                 -  enabled
                    system.adapter.icons-icons8.0           : icons-icons8          : iobroker                                 -  enabled
                    system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 -  enabled
                    system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 -  enabled
                    system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
                    system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 -  enabled
                    system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 -  enabled
                  + system.adapter.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
                  + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                  + system.adapter.kecontact.0              : kecontact             : iobroker                                 -  enabled
                  + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                  + system.adapter.modbus.1                 : modbus                : iobroker                                 -  enabled
                  + system.adapter.modbus.2                 : modbus                : iobroker                                 -  enabled
                  + system.adapter.modbus.3                 : modbus                : iobroker                                 -  enabled
                    system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                  + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                  + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                  + system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
                  + system.adapter.smartmeter.0             : smartmeter            : iobroker                                 -  enabled
                    system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled
                  + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                    system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                    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
                  
                  + 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.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
                  + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  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.3.5    , installed 6.3.5
                  Adapter    "backitup"     : 2.6.16   , installed 2.6.16
                  Adapter    "countdown"    : 1.2.5    , installed 1.2.5
                  Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                  Adapter    "email"        : 1.1.4    , installed 1.1.4
                  Adapter    "fronius"      : 1.1.3    , installed 1.1.3
                  Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                  Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                  Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                  Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                  Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                  Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                  Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                  Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                  Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                  Controller "js-controller": 4.0.24   , installed 4.0.23 [Updatable]
                  Adapter    "kecontact"    : 1.5.2    , installed 1.5.2
                  Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                  Adapter    "openweathermap": 0.3.3   , installed 0.3.3
                  Adapter    "ping"         : 1.5.3    , installed 1.5.3
                  Adapter    "pvforecast"   : 2.3.0    , installed 2.3.0
                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                  Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                  Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                  Adapter    "vis"          : 1.4.16   , installed 1.4.16
                  Adapter    "vis-icontwo"  : 0.93.0   , installed 0.93.0
                  Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                  Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                  Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                  Adapter    "web"          : 4.3.0    , installed 4.3.0
                  Adapter    "ws"           : 1.3.0    , installed 1.3.0
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        3685
                  States:         3195
                  
                  *** OS-Repositories and Updates ***
                  Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
                  Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Hit:3 https://apt.grafana.com stable InRelease
                  Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease
                  Hit:6 https://repos.influxdata.com/debian stable InRelease
                  Reading package lists...
                  Pending Updates: 0
                  
                  *** 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:9001          0.0.0.0:*               LISTEN      1001       16452      759/iobroker.js-con
                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       16459      759/iobroker.js-con
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1984       539/sshd: /usr/sbin
                  tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        13037      664/influxd
                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14798      784/io.admin.0
                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15159      1040/io.web.0
                  tcp6       0      0 :::8086                 :::*                    LISTEN      999        14717      664/influxd
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          1986       539/sshd: /usr/sbin
                  tcp6       0      0 :::3000                 :::*                    LISTEN      109        16490      659/grafana
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12772      390/avahi-daemon: r
                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14214      658/dhcpcd
                  udp        0      0 0.0.0.0:39039           0.0.0.0:*                           1001       30278      2683/io.kecontact.0
                  udp        0      0 0.0.0.0:55611           0.0.0.0:*                           108        12774      390/avahi-daemon: r
                  udp        0      0 0.0.0.0:7090            0.0.0.0:*                           1001       27137      2683/io.kecontact.0
                  udp        0      0 0.0.0.0:7092            0.0.0.0:*                           1001       27138      2683/io.kecontact.0
                  udp6       0      0 :::5353                 :::*                                108        12773      390/avahi-daemon: r
                  udp6       0      0 :::34479                :::*                                108        12775      390/avahi-daemon: r
                  
                  *** Log File - Last 25 Lines ***
                  
                  2023-04-15 09:44:33.791  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:44:39.750  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:44:45.639  - info: smartmeter.0 (2608) Received 13 values, 5 updated
                  2023-04-15 09:44:51.506  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:44:57.331  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:45:03.117  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:45:08.899  - info: smartmeter.0 (2608) Received 13 values, 4 updated
                  2023-04-15 09:45:14.601  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:45:20.353  - info: smartmeter.0 (2608) Received 13 values, 5 updated
                  2023-04-15 09:45:26.075  - info: smartmeter.0 (2608) Received 13 values, 5 updated
                  2023-04-15 09:45:31.800  - info: smartmeter.0 (2608) Received 13 values, 5 updated
                  2023-04-15 09:45:37.652  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:45:43.530  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:45:49.296  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:45:55.025  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:00.782  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:06.467  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:12.207  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:17.941  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:23.605  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:29.256  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:34.946  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:40.701  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:46.529  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  2023-04-15 09:46:52.261  - info: smartmeter.0 (2608) Received 13 values, 6 updated
                  

                  Und hier die npm ls Ausgabe:

                  pi@iobroker:~ $ cd /opt/iobroker/node_modules/iobroker.backitup
                  pi@iobroker:/opt/iobroker/node_modules/iobroker.backitup $ npm ls
                  npm ERR! code ELSPROBLEMS
                  npm ERR! missing: @alcalzone/release-script-plugin-iobroker@^3.5.9, required by iobroker.backitup@2.6.16
                  npm ERR! missing: @alcalzone/release-script-plugin-license@^3.5.9, required by iobroker.backitup@2.6.16
                  npm ERR! missing: @alcalzone/release-script@^3.5.9, required by iobroker.backitup@2.6.16
                  npm ERR! missing: @googleapis/drive@^4.0.2, required by iobroker.backitup@2.6.16
                  npm ERR! missing: @iobroker/adapter-core@^2.6.7, required by iobroker.backitup@2.6.16
                  npm ERR! missing: @iobroker/testing@^4.1.0, required by iobroker.backitup@2.6.16
                  npm ERR! missing: chai@^4.3.7, required by iobroker.backitup@2.6.16
                  npm ERR! missing: dropbox-v2-api@^2.5.10, required by iobroker.backitup@2.6.16
                  npm ERR! missing: express@^4.18.2, required by iobroker.backitup@2.6.16
                  npm ERR! missing: ftp@^0.3.10, required by iobroker.backitup@2.6.16
                  npm ERR! missing: google-auth-library@^8.7.0, required by iobroker.backitup@2.6.16
                  npm ERR! missing: gulp@^4.0.2, required by iobroker.backitup@2.6.16
                  npm ERR! missing: mocha@^10.2.0, required by iobroker.backitup@2.6.16
                  npm ERR! missing: node-wol@^0.1.1, required by iobroker.backitup@2.6.16
                  npm ERR! missing: onedrive-api@^1.0.7, required by iobroker.backitup@2.6.16
                  npm ERR! missing: request@^2.88.2, required by iobroker.backitup@2.6.16
                  npm ERR! missing: tar-fs@^2.1.1, required by iobroker.backitup@2.6.16
                  npm ERR! missing: webdav@^4.11.2, required by iobroker.backitup@2.6.16
                  iobroker.backitup@2.6.16 /opt/iobroker/node_modules/iobroker.backitup
                  ├── UNMET DEPENDENCY @alcalzone/release-script-plugin-iobroker@^3.5.9
                  ├── UNMET DEPENDENCY @alcalzone/release-script-plugin-license@^3.5.9
                  ├── UNMET DEPENDENCY @alcalzone/release-script@^3.5.9
                  ├── UNMET DEPENDENCY @googleapis/drive@^4.0.2
                  ├── UNMET DEPENDENCY @iobroker/adapter-core@^2.6.7
                  ├── UNMET DEPENDENCY @iobroker/testing@^4.1.0
                  ├── axios@1.3.5
                  ├── UNMET DEPENDENCY chai@^4.3.7
                  ├── UNMET DEPENDENCY dropbox-v2-api@^2.5.10
                  ├── UNMET DEPENDENCY express@^4.18.2
                  ├── fs-extra@11.1.1
                  ├── UNMET DEPENDENCY ftp@^0.3.10
                  ├── UNMET DEPENDENCY google-auth-library@^8.7.0
                  ├── UNMET DEPENDENCY gulp@^4.0.2
                  ├── UNMET DEPENDENCY mocha@^10.2.0
                  ├── node-schedule@2.1.1
                  ├── UNMET DEPENDENCY node-wol@^0.1.1
                  ├── UNMET DEPENDENCY onedrive-api@^1.0.7
                  ├── UNMET DEPENDENCY request@^2.88.2
                  ├── UNMET DEPENDENCY tar-fs@^2.1.1
                  └── UNMET DEPENDENCY webdav@^4.11.2
                  
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2023-04-15T07_49_11_023Z-debug-0.log
                  pi@iobroker:/opt/iobroker/node_modules/iobroker.backitup $
                  
                  

                  Es läuft so jetzt alles wieder problemlos.
                  Ich hätte aber gerne ein sauberes System. Was kann das noch sein ?

                  Gruß Andi

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #58

                  @kratan75

                  Zieh den js-controller noch auf die aktuelle Version und installier den Backitup-Adapter nochmal neu.

                  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 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @kratan75

                    Du stehst im falschen Verzeichnis.

                    cd /opt/iobroker
                    npm ls
                    
                    simatecS Online
                    simatecS Online
                    simatec
                    Developer Most Active
                    wrote on last edited by
                    #59

                    @kratan75 Aber bitte dann Backitup nicht nur in den Instanzen, sondern auch im Tab Adapter vorher löschen

                    • Besuche meine Github Seite
                    • Beitrag hat geholfen oder willst du mich unterstützen
                    • HowTo Restore ioBroker
                    1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @kratan75

                      Du stehst im falschen Verzeichnis.

                      cd /opt/iobroker
                      npm ls
                      
                      K Offline
                      K Offline
                      kratan75
                      wrote on last edited by kratan75
                      #60

                      @thomas-braun Hallo Thomas, also wenn ich in dieses Verzeichiss wechsel sieht alles gut aus.

                      pi@iobroker:~ $ cd /opt/iobroker
                      pi@iobroker:/opt/iobroker $ npm ls
                      iobroker.inst@3.0.0 /opt/iobroker
                      ├── iobroker.admin@6.3.5
                      ├── iobroker.backitup@2.6.16
                      ├── iobroker.countdown@1.2.5
                      ├── iobroker.discovery@3.1.0
                      ├── iobroker.email@1.1.4
                      ├── iobroker.fronius@1.1.3
                      ├── iobroker.icons-addictive-flavour-png@0.1.0
                      ├── iobroker.icons-icons8@0.0.1
                      ├── iobroker.icons-material-png@0.1.0
                      ├── iobroker.icons-mfd-png@1.1.0
                      ├── iobroker.icons-mfd-svg@1.1.0
                      ├── iobroker.icons-open-icon-library-png@0.1.2
                      ├── iobroker.icons-ultimate-png@1.0.1
                      ├── iobroker.influxdb@3.2.0
                      ├── iobroker.javascript@6.1.4
                      ├── iobroker.js-controller@4.0.23
                      ├── iobroker.kecontact@1.5.2
                      ├── iobroker.modbus@5.0.11
                      ├── iobroker.openweathermap@0.3.3
                      ├── iobroker.ping@1.5.3
                      ├── iobroker.pvforecast@2.3.0
                      ├── iobroker.rpi2@1.3.2
                      ├── iobroker.smartmeter@3.3.4
                      ├── iobroker.vis-icontwo@0.93.0
                      ├── iobroker.vis-inventwo@3.3.1
                      ├── iobroker.vis-timeandweather@1.2.2
                      ├── iobroker.vis@1.4.16
                      ├── iobroker.weatherunderground@3.4.2
                      └── iobroker.web@4.3.0
                      
                      pi@iobroker:/opt/iobroker $
                      
                      

                      Die BackitUp Instanz habe ich gestern schon neu installiert und die alte gelöscht, weil ich den Adapter sonst nicht ans laufen bekommen habe. Ich hatte den Gedanken mit der Neuinstallation auch, weil trotz upgrade mit der alten Installation gar nichts mehr ging, Es kam immer dieselbe Fehlermeldung.

                      838ba5f9-133d-455a-ad0b-e171d3d4b9c1-image.png
                      Jetzt steht halt Backitup1. Aber das ist nur ein Schönheitsfehler. Die "1" dahinter wird scheinbar vom System vergeben und kann nicht geändert werden.

                      Ich denke jetzt läuft wieder alles so wie es soll.
                      Gibt es noch was, wo ich noch reinschauen sollte ?

                      Danke nochmal an alle, wo hier mit geholfen haben den Fehler zu finden 🙂

                      Gruß Andi

                      Thomas BraunT 1 Reply Last reply
                      0
                      • K kratan75

                        @thomas-braun Hallo Thomas, also wenn ich in dieses Verzeichiss wechsel sieht alles gut aus.

                        pi@iobroker:~ $ cd /opt/iobroker
                        pi@iobroker:/opt/iobroker $ npm ls
                        iobroker.inst@3.0.0 /opt/iobroker
                        ├── iobroker.admin@6.3.5
                        ├── iobroker.backitup@2.6.16
                        ├── iobroker.countdown@1.2.5
                        ├── iobroker.discovery@3.1.0
                        ├── iobroker.email@1.1.4
                        ├── iobroker.fronius@1.1.3
                        ├── iobroker.icons-addictive-flavour-png@0.1.0
                        ├── iobroker.icons-icons8@0.0.1
                        ├── iobroker.icons-material-png@0.1.0
                        ├── iobroker.icons-mfd-png@1.1.0
                        ├── iobroker.icons-mfd-svg@1.1.0
                        ├── iobroker.icons-open-icon-library-png@0.1.2
                        ├── iobroker.icons-ultimate-png@1.0.1
                        ├── iobroker.influxdb@3.2.0
                        ├── iobroker.javascript@6.1.4
                        ├── iobroker.js-controller@4.0.23
                        ├── iobroker.kecontact@1.5.2
                        ├── iobroker.modbus@5.0.11
                        ├── iobroker.openweathermap@0.3.3
                        ├── iobroker.ping@1.5.3
                        ├── iobroker.pvforecast@2.3.0
                        ├── iobroker.rpi2@1.3.2
                        ├── iobroker.smartmeter@3.3.4
                        ├── iobroker.vis-icontwo@0.93.0
                        ├── iobroker.vis-inventwo@3.3.1
                        ├── iobroker.vis-timeandweather@1.2.2
                        ├── iobroker.vis@1.4.16
                        ├── iobroker.weatherunderground@3.4.2
                        └── iobroker.web@4.3.0
                        
                        pi@iobroker:/opt/iobroker $
                        
                        

                        Die BackitUp Instanz habe ich gestern schon neu installiert und die alte gelöscht, weil ich den Adapter sonst nicht ans laufen bekommen habe. Ich hatte den Gedanken mit der Neuinstallation auch, weil trotz upgrade mit der alten Installation gar nichts mehr ging, Es kam immer dieselbe Fehlermeldung.

                        838ba5f9-133d-455a-ad0b-e171d3d4b9c1-image.png
                        Jetzt steht halt Backitup1. Aber das ist nur ein Schönheitsfehler. Die "1" dahinter wird scheinbar vom System vergeben und kann nicht geändert werden.

                        Ich denke jetzt läuft wieder alles so wie es soll.
                        Gibt es noch was, wo ich noch reinschauen sollte ?

                        Danke nochmal an alle, wo hier mit geholfen haben den Fehler zu finden 🙂

                        Gruß Andi

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #61

                        @kratan75 sagte in Backitup und Grafana:

                        Gibt es noch was, wo ich noch reinschauen sollte ?

                        Gib mal die Ausgabe von

                        iob diag
                        

                        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 Reply Last reply
                        0
                        • G Offline
                          G Offline
                          Gr33n93
                          wrote on last edited by
                          #62

                          Guten Morgen,

                          Ich habe auch ein Problem mit dem Backitup adapter und Grafana.

                          Diese Fehlermeldung bekomme ich Per E-mail:

                          BackItUp:
                          Your backup was not completely created. Please check the errors!!

                          grafana: {"message":"Request failed with status code 500","name":"AxiosError","stack":"AxiosError: Request failed with status code 500\n at settle (/opt/iobroker/node_modules/iobroker.backitup/node_modules/axios/lib/core/settle.js:19:12)\n at IncomingMessage.handleStreamEnd (/opt/iobroker/node_modules/iobroker.backitup/node_modules/axios/lib/adapters/http.js:570:11)\n at IncomingMessage.emit (node:events:526:35)\n at IncomingMessage.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1359:12)\n at processTicksAndRejections (node:internal/process/task_queues:82:21)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http"],"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, /","Authorization":"Bearer ****","User-Agent":"axios/1.4.0","Accept-Encoding":"gzip, compress, deflate, br"},"method":"get","url":"http://192.168.178.211:3000/api/dashboards/uid/sF7d-FHZz","responseType":"json","httpsAgent":{"_events":{},"_eventsCount":2,"_maxListeners":100,"defaultPort":443,"protocol":"https:","options":{"rejectUnauthorized":true,"noDelay":true,"path":null},"requests":{},"sockets":{},"freeSockets":{},"keepAliveMsecs":1000,"keepAlive":false,"maxSockets":null,"maxFreeSockets":256,"scheduling":"lifo","maxTotalSockets":null,"totalSocketCount":0,"maxCachedSessions":100,"_sessionCache":{"map":{},"list":[]}}},"code":"ERR_BAD_RESPONSE","status":500}

                          Nun habe ich heute Morgen nochmal ein Backup von Hand gestartet und habe keine Fehlermeldung mehr.
                          Grafana, IoBroker und InfluxDB laufen auf dem selben system.
                          Nun kann es sein das ich die Meldung morgen wieder haben, ich dachte an eine überlastung des Systems. Jedoch langweilt sich die Kiste 24/7.

                          hat jemand eine idee?

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          Support us

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

                          601

                          Online

                          32.4k

                          Users

                          81.4k

                          Topics

                          1.3m

                          Posts
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          ioBroker Community 2014-2025
                          logo
                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Recent
                          • Tags
                          • Unread 0
                          • Categories
                          • Unreplied
                          • Popular
                          • GitHub
                          • Docu
                          • Hilfe