Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Nach Systemaktualisierung Modbus Fehler 25

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    10
    1
    127

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.4k

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

Nach Systemaktualisierung Modbus Fehler 25

Geplant Angeheftet Gesperrt Verschoben Error/Bug
35 Beiträge 5 Kommentatoren 2.7k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • D Offline
    D Offline
    Dooley_76
    schrieb am zuletzt editiert von
    #3

    @fa-bio

    Danke erst einmal für Deine schnelle Antwort. Eigentlich hatte ich das am Ende der Installation auch schon gemacht, habe es jetzt aber noch einmal laufen lassen:

    pi@iobroker-pi:~ $ iob fix
    library: loaded
    Library version=2022-12-09

    ==========================================================================

    Welcome to the ioBroker installation fixer!
    Script version: 2023-04-02
    
    You might need to enter your password a couple of times.
    

    ==========================================================================

    ==========================================================================
    Installing prerequisites (1/5)

    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
    Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
    Reading package lists... Done
    Installed gcc-c++

    ==========================================================================
    Checking ioBroker user and directory permissions (2/5)

    Created /etc/sudoers.d/iobroker
    Fixing directory permissions...

    ==========================================================================
    Check and cleanup npm temporary directories (3/5)

    Done.

    ==========================================================================
    Database maintenance (4/5)

    Checking for uncompressed JSONL databases... This might take a while!

    npm ERR! code ECONNREFUSED
    npm ERR! syscall connect
    npm ERR! errno ECONNREFUSED
    npm ERR! FetchError: request to https://registry.npmjs.org/@iobroker%2Fjsonltool failed, reason: connect ECONNREFUSED 2606:4700::6810:22:443
    npm ERR! at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:130:14)
    npm ERR! at ClientRequest.emit (node:events:514:28)
    npm ERR! at TLSSocket.socketErrorListener (node:_http_client:501:9)
    npm ERR! at TLSSocket.emit (node:events:526:35)
    npm ERR! at emitErrorNT (node:internal/streams/destroy:151:8)
    npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    npm ERR! at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
    npm ERR! FetchError: request to https://registry.npmjs.org/@iobroker%2Fjsonltool failed, reason: connect ECONNREFUSED 2606:4700::6810:22:443
    npm ERR! at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:130:14)
    npm ERR! at ClientRequest.emit (node:events:514:28)
    npm ERR! at TLSSocket.socketErrorListener (node:_http_client:501:9)
    npm ERR! at TLSSocket.emit (node:events:526:35)
    npm ERR! at emitErrorNT (node:internal/streams/destroy:151:8)
    npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    npm ERR! at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
    npm ERR! code: 'ECONNREFUSED',
    npm ERR! errno: 'ECONNREFUSED',
    npm ERR! syscall: 'connect',
    npm ERR! address: '2606:4700::6810:22',
    npm ERR! port: 443,
    npm ERR! type: 'system'
    npm ERR! }
    npm ERR!
    npm ERR! If you are behind a proxy, please make sure that the
    npm ERR! 'proxy' config is set properly. See: 'npm help config'

    npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-08-22T10_17_48_534Z-debug-0.log

    ==========================================================================
    Checking autostart (5/5)

    Enabling autostart...
    Autostart enabled!

    ==========================================================================

    Your installation was fixed successfully
    Run iobroker start to start ioBroker again!
    

    Allerdings hilft mir das gerade nicht wirklich weiter, was da steht ;)

    Gruß
    Holger

    DJMarc75D 1 Antwort Letzte Antwort
    0
    • D Dooley_76

      @fa-bio

      Danke erst einmal für Deine schnelle Antwort. Eigentlich hatte ich das am Ende der Installation auch schon gemacht, habe es jetzt aber noch einmal laufen lassen:

      pi@iobroker-pi:~ $ iob fix
      library: loaded
      Library version=2022-12-09

      ==========================================================================

      Welcome to the ioBroker installation fixer!
      Script version: 2023-04-02
      
      You might need to enter your password a couple of times.
      

      ==========================================================================

      ==========================================================================
      Installing prerequisites (1/5)

      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
      Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
      Reading package lists... Done
      Installed gcc-c++

      ==========================================================================
      Checking ioBroker user and directory permissions (2/5)

      Created /etc/sudoers.d/iobroker
      Fixing directory permissions...

      ==========================================================================
      Check and cleanup npm temporary directories (3/5)

      Done.

      ==========================================================================
      Database maintenance (4/5)

      Checking for uncompressed JSONL databases... This might take a while!

      npm ERR! code ECONNREFUSED
      npm ERR! syscall connect
      npm ERR! errno ECONNREFUSED
      npm ERR! FetchError: request to https://registry.npmjs.org/@iobroker%2Fjsonltool failed, reason: connect ECONNREFUSED 2606:4700::6810:22:443
      npm ERR! at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:130:14)
      npm ERR! at ClientRequest.emit (node:events:514:28)
      npm ERR! at TLSSocket.socketErrorListener (node:_http_client:501:9)
      npm ERR! at TLSSocket.emit (node:events:526:35)
      npm ERR! at emitErrorNT (node:internal/streams/destroy:151:8)
      npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:116:3)
      npm ERR! at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
      npm ERR! FetchError: request to https://registry.npmjs.org/@iobroker%2Fjsonltool failed, reason: connect ECONNREFUSED 2606:4700::6810:22:443
      npm ERR! at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:130:14)
      npm ERR! at ClientRequest.emit (node:events:514:28)
      npm ERR! at TLSSocket.socketErrorListener (node:_http_client:501:9)
      npm ERR! at TLSSocket.emit (node:events:526:35)
      npm ERR! at emitErrorNT (node:internal/streams/destroy:151:8)
      npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:116:3)
      npm ERR! at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
      npm ERR! code: 'ECONNREFUSED',
      npm ERR! errno: 'ECONNREFUSED',
      npm ERR! syscall: 'connect',
      npm ERR! address: '2606:4700::6810:22',
      npm ERR! port: 443,
      npm ERR! type: 'system'
      npm ERR! }
      npm ERR!
      npm ERR! If you are behind a proxy, please make sure that the
      npm ERR! 'proxy' config is set properly. See: 'npm help config'

      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-08-22T10_17_48_534Z-debug-0.log

      ==========================================================================
      Checking autostart (5/5)

      Enabling autostart...
      Autostart enabled!

      ==========================================================================

      Your installation was fixed successfully
      Run iobroker start to start ioBroker again!
      

      Allerdings hilft mir das gerade nicht wirklich weiter, was da steht ;)

      Gruß
      Holger

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

      @dooley_76 Dann bitte mal die Ausgabe von

      iob diag
      

      zeigen, aber nicht einfach hier reinkopieren sondern in Codetags setzen - kann man dann besser lesen

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

      D 1 Antwort Letzte Antwort
      0
      • DJMarc75D DJMarc75

        @dooley_76 Dann bitte mal die Ausgabe von

        iob diag
        

        zeigen, aber nicht einfach hier reinkopieren sondern in Codetags setzen - kann man dann besser lesen

        D Offline
        D Offline
        Dooley_76
        schrieb am zuletzt editiert von
        #5

        @djmarc75 said in Nach Systemaktualisierung Modbus Fehler 25:

        iob diag

        55d10a56-aaa4-45ee-aa55-c2768b2cf718-image.png

        2d02616f-b223-4b5f-b31a-ebee519802bd-image.png

        ab3aeda9-01da-4793-9064-c90f4fe38f17-image.png

        79551ca2-fecc-49d2-86be-b6e6d2531208-image.png

        328411b5-39e8-4cac-a4bc-9c6222dc39bb-image.png

        70815409-4c29-4bc7-9544-155c466b8003-image.png

        b4983a1e-0a5c-4e94-ad53-dfd948ed9751-image.png

        0bd875f0-6999-40fc-86cc-baab81746e86-image.png

        Das hier ist die Ausgabe von diag ...

        Gruß
        Holger

        D FabioF 2 Antworten Letzte Antwort
        0
        • D Dooley_76

          @djmarc75 said in Nach Systemaktualisierung Modbus Fehler 25:

          iob diag

          55d10a56-aaa4-45ee-aa55-c2768b2cf718-image.png

          2d02616f-b223-4b5f-b31a-ebee519802bd-image.png

          ab3aeda9-01da-4793-9064-c90f4fe38f17-image.png

          79551ca2-fecc-49d2-86be-b6e6d2531208-image.png

          328411b5-39e8-4cac-a4bc-9c6222dc39bb-image.png

          70815409-4c29-4bc7-9544-155c466b8003-image.png

          b4983a1e-0a5c-4e94-ad53-dfd948ed9751-image.png

          0bd875f0-6999-40fc-86cc-baab81746e86-image.png

          Das hier ist die Ausgabe von diag ...

          Gruß
          Holger

          D Offline
          D Offline
          Dooley_76
          schrieb am zuletzt editiert von
          #6

          @dooley_76

          ======== Start marking the full check here =========

          Skript v.2023-04-16
          
          *** BASE SYSTEM ***
          Model           : Raspberry Pi 3 Model B Plus Rev 1.3
          Architecture    : armv7l
          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:
           11:25:29 up 9 min,  1 user,  load average: 0.26, 0.26, 0.18
          CPU threads: 4
          
          Raspberry only:
          throttled=0x80000
          Other values than 0x0 hint to temperature/voltage problems
          temp=53.7'C
          volt=1.3875V
          
          *** Time and Time Zones ***
                         Local time: Tue 2023-08-22 11:25:30 BST
                     Universal time: Tue 2023-08-22 10:25:30 UTC
                           RTC time: n/a
                          Time zone: Europe/London (BST, +0100)
          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 render netdev gp                                                 io i2c spi iobroker
          
          *** X-Server-Setup ***
          X-Server:       false
          Desktop:
          Terminal:       tty
          Boot Target:    multi-user.target
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:            971M         56M        498M        0.0K        415M        849M
          Swap:            99M          0B         99M
          Total:          1.1G         56M        598M
          
                    971 M total memory
                     56 M used memory
                    215 M active memory
                    165 M inactive memory
                    498 M free memory
                     56 M buffer memory
                    359 M swap cache
                     99 M total swap
                      0 M used swap
                     99 M free swap
          
          Raspberry only:
          oom events: 0
          lifetime oom required: 0 Mbytes
          total time in oom handler: 0 ms
          max time spent in oom handler: 0 ms
          
          *** FILESYSTEM ***
          Filesystem     Type      Size  Used Avail Use% Mounted on
          /dev/root      ext4       29G  3.0G   25G  11% /
          devtmpfs       devtmpfs  358M     0  358M   0% /dev
          tmpfs          tmpfs     486M     0  486M   0% /dev/shm
          tmpfs          tmpfs     195M  920K  194M   1% /run
          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
          /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
          tmpfs          tmpfs      98M     0   98M   0% /run/user/1000
          
          Messages concerning ext4 filesystem in dmesg:
          [Tue Aug 22 11:16:15 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 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_ba                                                 se=0x3f000000 vc_mem.mem_size=0x3f600000  console=ttyS0,115200 console=tty1 root                                                 =PARTUUID=277a7d7b-02 rootfstype=ext4 fsck.repair=yes rootwait
          [Tue Aug 22 11:16:18 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered                                                  data mode. Quota mode: none.
          [Tue Aug 22 11:16:18 2023] VFS: Mounted root (ext4 filesystem) readonly on devic                                                 e 179:2.
          [Tue Aug 22 11:16:21 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
          
          Show mounted filesystems (real ones only):
          TARGET  SOURCE         FSTYPE OPTIONS
          /       /dev/mmcblk0p2 ext4   rw,noatime
          `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,ioc                                                 harset=ascii,shortname=mixed,errors=remount-ro
          
          Files in neuralgic directories:
          
          /var:
          353M    /var/
          94M     /var/lib
          90M     /var/log
          89M     /var/log/journal/97dfd2004a894a86ab647e0fbc98a3a4
          89M     /var/log/journal
          
          Archived and active journals take up 88.0M in the file system.
          
          /opt/iobroker/backups:
          4.0K    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          251M    /opt/iobroker/iobroker-data/
          245M    /opt/iobroker/iobroker-data/files
          88M     /opt/iobroker/iobroker-data/files/echarts.admin
          57M     /opt/iobroker/iobroker-data/files/echarts
          52M     /opt/iobroker/iobroker-data/files/javascript.admin
          
          The five largest files in iobroker-data are:
          23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
          23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.                                                 js.map
          23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0                                                 afecd.js.map
          17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b04901                                                 d.js.map
          17M     /opt/iobroker/iobroker-data/files/echarts.admin/preview/static/js/main.1                                                 b04901d.js.map
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v18.17.1
          /usr/bin/node           v18.17.1
          /usr/bin/npm            9.6.7
          /usr/bin/npx            9.6.7
          
          
          nodejs:
            Installed: 18.17.1-deb-1nodesource1
            Candidate: 18.17.1-deb-1nodesource1
            Version table:
           *** 18.17.1-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                  100 /var/lib/dpkg/status
               12.22.12~dfsg-1~deb11u4 500
                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Package                                                 s
          
          Temp directories causing npm8 problem: 0
          No problems detected
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is not running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          MULTIHOSTSERVICE/enabled: false
          
          Core adapters versions
          js-controller:  4.0.24
          admin:          6.8.0
          javascript:     7.0.3
          
          Adapters from github:   0
          
          Adapter State
            system.adapter.admin.0                  : admin                 : iobroker-pi                                                                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                 n
            system.adapter.backitup.0               : backitup              : iobroker-pi                                                                               -  enabled
            system.adapter.chromecast.0             : chromecast            : iobroker-pi                                                                               -  enabled
            system.adapter.discovery.0              : discovery             : iobroker-pi                                                                               -  enabled
            system.adapter.echarts.0                : echarts               : iobroker-pi                                                                               -  enabled
            system.adapter.influxdb.0               : influxdb              : iobroker-pi                                                                               -  enabled, port: 8086
            system.adapter.jarvis.0                 : jarvis                : iobroker-pi                                                                               -  enabled
            system.adapter.javascript.0             : javascript            : iobroker-pi                                                                               -  enabled
            system.adapter.net-tools.0              : net-tools             : iobroker-pi                                                                               - disabled
            system.adapter.ping.0                   : ping                  : iobroker-pi                                                                               - disabled
            system.adapter.synology.0               : synology              : iobroker-pi                                                                               - disabled, port: 5000
            system.adapter.vis.0                    : vis                   : iobroker-pi                                                                               -  enabled
            system.adapter.web.0                    : web                   : iobroker-pi                                                                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                 n
          
          + instance is alive
          
          Enabled adapters with bindings
            system.adapter.admin.0                  : admin                 : iobroker-pi                                                                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                 n
            system.adapter.influxdb.0               : influxdb              : iobroker-pi                                                                               -  enabled, port: 8086
            system.adapter.web.0                    : web                   : iobroker-pi                                                                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                 n
          
          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.8.0    , installed 6.8.0
          Adapter    "backitup"     : 2.6.23   , installed 2.6.23
          Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
          Adapter    "discovery"    : 3.1.0    , installed 3.1.0
          Adapter    "echarts"      : 1.5.1    , installed 1.5.1
          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
          Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
          Adapter    "javascript"   : 7.0.3    , installed 7.0.3
          Controller "js-controller": 4.0.24   , installed 4.0.24
          Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
          Adapter    "ping"         : 1.6.2    , installed 1.6.2
          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
          Adapter    "synology"     : 2.1.13   , installed 2.1.13
          Adapter    "vis"          : 1.4.16   , installed 1.4.16
          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:        314
          States:         240
          
          *** OS-Repositories and Updates ***
          Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
          Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
          Hit:3 https://deb.nodesource.com/node_18.x bullseye 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13764                                     467/sshd: /usr/sbin
          tcp6       0      0 :::22                   :::*                    LISTEN      0          13766                                     467/sshd: /usr/sbin
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12641                                     332/avahi-daemon: r
          udp        0      0 0.0.0.0:41423           0.0.0.0:*                           108        12643                                     332/avahi-daemon: r
          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          11103                                     663/dhcpcd
          udp6       0      0 :::5353                 :::*                                108        12642                                     332/avahi-daemon: r
          udp6       0      0 :::546                  :::*                                0          12686                                     663/dhcpcd
          udp6       0      0 :::34871                :::*                                108        12644                                     332/avahi-daemon: r
          
          *** Log File - Last 25 Lines ***
          
          2023-08-22 11:17:00.108  - warn: host.iobroker-pi instance system.adapter.jarvis.0 terminated due                                to SIGTERM
          2023-08-22 11:17:00.106  - info: chromecast.0 (770) Terminated (START_IMMEDIATELY_AFTER_STOP): Wit                               hout reason
          2023-08-22 11:17:00.109  - info: host.iobroker-pi instance system.adapter.jarvis.0 terminated with                                code null ()
          2023-08-22 11:17:00.114  - info: javascript.0 (750) Terminated (START_IMMEDIATELY_AFTER_STOP): Wit                               hout reason
          2023-08-22 11:17:00.115  - info: host.iobroker-pi stopInstance system.adapter.admin.0 send kill si                               gnal
          2023-08-22 11:17:00.116  - info: host.iobroker-pi stopInstance system.adapter.javascript.0 send ki                               ll signal
          2023-08-22 11:17:00.117  - info: host.iobroker-pi stopInstance system.adapter.chromecast.0 send ki                               ll signal
          2023-08-22 11:17:00.117  - info: host.iobroker-pi stopInstance system.adapter.discovery.0 send kil                               l signal
          2023-08-22 11:17:00.118  - info: host.iobroker-pi stopInstance system.adapter.backitup.0 send kill                                signal
          2023-08-22 11:17:00.118  - info: host.iobroker-pi stopInstance system.adapter.web.0 send kill sign                               al
          2023-08-22 11:17:00.119  - info: host.iobroker-pi stopInstance system.adapter.echarts.0 send kill                                signal
          2023-08-22 11:17:00.119  - info: host.iobroker-pi stopInstance system.adapter.jarvis.0 send kill s                               ignal
          2023-08-22 11:17:00.159  - info: web.0 (837) terminated http server on port 8082
          2023-08-22 11:17:00.171  - info: web.0 (837) Terminated (START_IMMEDIATELY_AFTER_STOP): Without re                               ason
          2023-08-22 11:17:00.496  - info: echarts.0 (925) Terminated (START_IMMEDIATELY_AFTER_STOP): Withou                               t reason
          2023-08-22 11:17:00.787  - info: host.iobroker-pi instance system.adapter.influxdb.0 terminated wi                               th code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-08-22 11:17:00.819  - info: host.iobroker-pi instance system.adapter.backitup.0 terminated wi                               th code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-08-22 11:17:00.890  - info: host.iobroker-pi instance system.adapter.admin.0 terminated with                                code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-08-22 11:17:00.892  - info: host.iobroker-pi instance system.adapter.discovery.0 terminated w                               ith code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-08-22 11:17:00.893  - info: host.iobroker-pi instance system.adapter.chromecast.0 terminated                                with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-08-22 11:17:00.929  - info: host.iobroker-pi instance system.adapter.javascript.0 terminated                                with code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-08-22 11:17:00.958  - info: host.iobroker-pi instance system.adapter.web.0 terminated with co                               de 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-08-22 11:17:01.059  - info: host.iobroker-pi instance system.adapter.echarts.0 terminated wit                               h code 156 (START_IMMEDIATELY_AFTER_STOP)
          2023-08-22 11:17:01.060  - info: host.iobroker-pi All instances are stopped.
          2023-08-22 11:17:01.263  - info: host.iobroker-pi terminated
          
          

          ============ Mark until here for C&P =============

          1 Antwort Letzte Antwort
          0
          • D Dooley_76

            @djmarc75 said in Nach Systemaktualisierung Modbus Fehler 25:

            iob diag

            55d10a56-aaa4-45ee-aa55-c2768b2cf718-image.png

            2d02616f-b223-4b5f-b31a-ebee519802bd-image.png

            ab3aeda9-01da-4793-9064-c90f4fe38f17-image.png

            79551ca2-fecc-49d2-86be-b6e6d2531208-image.png

            328411b5-39e8-4cac-a4bc-9c6222dc39bb-image.png

            70815409-4c29-4bc7-9544-155c466b8003-image.png

            b4983a1e-0a5c-4e94-ad53-dfd948ed9751-image.png

            0bd875f0-6999-40fc-86cc-baab81746e86-image.png

            Das hier ist die Ausgabe von diag ...

            Gruß
            Holger

            FabioF Offline
            FabioF Offline
            Fabio
            schrieb am zuletzt editiert von
            #7

            @dooley_76 setze die Ausgabe bitte in die Code Tags </> damit man das lesen kann.

            Iobroker:

            • Für mich persöhnlich, gibt es nichts besseres, ich liebe es.

            • Das hat unser Smarthome erst zu Smarthome gemacht.

            • Du wächst mit ioBroker und ioBroker wächst mit dir.

            • Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

            D 1 Antwort Letzte Antwort
            0
            • FabioF Fabio

              @dooley_76 setze die Ausgabe bitte in die Code Tags </> damit man das lesen kann.

              D Offline
              D Offline
              Dooley_76
              schrieb am zuletzt editiert von
              #8

              @fa-bio

              Irgendwas scheint da gerade bei der Übertragung nicht gefunzt zu haben, also hier nochmal

              ======== Start marking the full check here =========

              Skript v.2023-04-16
              
              *** BASE SYSTEM ***
              Model           : Raspberry Pi 3 Model B Plus Rev 1.3
              Architecture    : armv7l
              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:
               11:25:29 up 9 min,  1 user,  load average: 0.26, 0.26, 0.18
              CPU threads: 4
              
              Raspberry only:
              throttled=0x80000
              Other values than 0x0 hint to temperature/voltage problems
              temp=53.7'C
              volt=1.3875V
              
              *** Time and Time Zones ***
                             Local time: Tue 2023-08-22 11:25:30 BST
                         Universal time: Tue 2023-08-22 10:25:30 UTC
                               RTC time: n/a
                              Time zone: Europe/London (BST, +0100)
              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 render netdev gpio i2c spi iobroker
              
              *** X-Server-Setup ***
              X-Server:       false
              Desktop:
              Terminal:       tty
              Boot Target:    multi-user.target
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            971M         56M        498M        0.0K        415M        849M
              Swap:            99M          0B         99M
              Total:          1.1G         56M        598M
              
                        971 M total memory
                         56 M used memory
                        215 M active memory
                        165 M inactive memory
                        498 M free memory
                         56 M buffer memory
                        359 M swap cache
                         99 M total swap
                          0 M used swap
                         99 M free swap
              
              Raspberry only:
              oom events: 0
              lifetime oom required: 0 Mbytes
              total time in oom handler: 0 ms
              max time spent in oom handler: 0 ms
              
              *** FILESYSTEM ***
              Filesystem     Type      Size  Used Avail Use% Mounted on
              /dev/root      ext4       29G  3.0G   25G  11% /
              devtmpfs       devtmpfs  358M     0  358M   0% /dev
              tmpfs          tmpfs     486M     0  486M   0% /dev/shm
              tmpfs          tmpfs     195M  920K  194M   1% /run
              tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
              /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
              tmpfs          tmpfs      98M     0   98M   0% /run/user/1000
              
              Messages concerning ext4 filesystem in dmesg:
              [Tue Aug 22 11:16:15 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0                                                                                                  data mode. Quota mode: none.
              [Tue Aug 22 11:16:18 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
              [Tue Aug 22 11:16:21 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
              
              Show mounted filesystems (real ones only):
              TARGET  SOURCE         FSTYPE OPTIONS
              /       /dev/mmcblk0p2 ext4   rw,noatime
              `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
              
              Files in neuralgic directories:
              
              /var:
              353M    /var/
              94M     /var/lib
              90M     /var/log
              89M     /var/log/journal/97dfd2004a894a86ab647e0fbc98a3a4
              89M     /var/log/journal
              
              Archived and active journals take up 88.0M in the file system.
              
              /opt/iobroker/backups:
              4.0K    /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              251M    /opt/iobroker/iobroker-data/
              245M    /opt/iobroker/iobroker-data/files
              88M     /opt/iobroker/iobroker-data/files/echarts.admin
              57M     /opt/iobroker/iobroker-data/files/echarts
              52M     /opt/iobroker/iobroker-data/files/javascript.admin
              
              The five largest files in iobroker-data are:
              23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
              23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.js.map
              23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js.map
              17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b04901d.js.map
              17M     /opt/iobroker/iobroker-data/files/echarts.admin/preview/static/js/main.1b04901d.js.map
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v18.17.1
              /usr/bin/node           v18.17.1
              /usr/bin/npm            9.6.7
              /usr/bin/npx            9.6.7
              
              
              nodejs:
                Installed: 18.17.1-deb-1nodesource1
                Candidate: 18.17.1-deb-1nodesource1
                Version table:
               *** 18.17.1-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                      100 /var/lib/dpkg/status
                   12.22.12~dfsg-1~deb11u4 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              
              Temp directories causing npm8 problem: 0
              No problems detected
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is not running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              MULTIHOSTSERVICE/enabled: false
              
              Core adapters versions
              js-controller:  4.0.24
              admin:          6.8.0
              javascript:     7.0.3
              
              Adapters from github:   0
              
              Adapter State
                system.adapter.admin.0                  : admin                 : iobroker-pi                                                                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                 n
                system.adapter.backitup.0               : backitup              : iobroker-pi                                                                               -  enabled
                system.adapter.chromecast.0             : chromecast            : iobroker-pi                                                                               -  enabled
                system.adapter.discovery.0              : discovery             : iobroker-pi                                                                               -  enabled
                system.adapter.echarts.0                : echarts               : iobroker-pi                                                                               -  enabled
                system.adapter.influxdb.0               : influxdb              : iobroker-pi                                                                               -  enabled, port: 8086
                system.adapter.jarvis.0                 : jarvis                : iobroker-pi                                                                               -  enabled
                system.adapter.javascript.0             : javascript            : iobroker-pi                                                                               -  enabled
                system.adapter.net-tools.0              : net-tools             : iobroker-pi                                                                               - disabled
                system.adapter.ping.0                   : ping                  : iobroker-pi                                                                               - disabled
                system.adapter.synology.0               : synology              : iobroker-pi                                                                               - disabled, port: 5000
                system.adapter.vis.0                    : vis                   : iobroker-pi                                                                               -  enabled
                system.adapter.web.0                    : web                   : iobroker-pi                                                                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                 n
              
              + instance is alive
              
              Enabled adapters with bindings
                system.adapter.admin.0                  : admin                 : iobroker-pi                                                                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                 n
                system.adapter.influxdb.0               : influxdb              : iobroker-pi                                                                               -  enabled, port: 8086
                system.adapter.web.0                    : web                   : iobroker-pi                                                                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                 n
              
              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.8.0    , installed 6.8.0
              Adapter    "backitup"     : 2.6.23   , installed 2.6.23
              Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
              Adapter    "echarts"      : 1.5.1    , installed 1.5.1
              Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
              Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
              Adapter    "javascript"   : 7.0.3    , installed 7.0.3
              Controller "js-controller": 4.0.24   , installed 4.0.24
              Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
              Adapter    "ping"         : 1.6.2    , installed 1.6.2
              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
              Adapter    "socketio"     : 4.2.0    , installed 4.2.0
              Adapter    "synology"     : 2.1.13   , installed 2.1.13
              Adapter    "vis"          : 1.4.16   , installed 1.4.16
              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:        314
              States:         240
              
              *** OS-Repositories and Updates ***
              Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
              Hit:3 https://deb.nodesource.com/node_18.x bullseye 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13764    467/sshd: /usr/sbin
              tcp6       0      0 :::22                   :::*                    LISTEN      0          13766    467/sshd: /usr/sbin
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12641    332/avahi-daemon: r
              udp        0      0 0.0.0.0:41423           0.0.0.0:*                           108        12643    332/avahi-daemon: r
              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          11103    663/dhcpcd
              udp6       0      0 :::5353                 :::*                                108        12642    332/avahi-daemon: r
              udp6       0      0 :::546                  :::*                                0          12686    663/dhcpcd
              udp6       0      0 :::34871                :::*                                108        12644    332/avahi-daemon: r
              
              *** Log File - Last 25 Lines ***
              
              2023-08-22 11:17:00.108  - warn: host.iobroker-pi instance system.adapter.jarvis.0 terminated due to SIGTERM
              2023-08-22 11:17:00.106  - info: chromecast.0 (770) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
              2023-08-22 11:17:00.109  - info: host.iobroker-pi instance system.adapter.jarvis.0 terminated with code null ()
              2023-08-22 11:17:00.114  - info: javascript.0 (750) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
              2023-08-22 11:17:00.115  - info: host.iobroker-pi stopInstance system.adapter.admin.0 send kill signal
              2023-08-22 11:17:00.116  - info: host.iobroker-pi stopInstance system.adapter.javascript.0 send kill signal
              2023-08-22 11:17:00.117  - info: host.iobroker-pi stopInstance system.adapter.chromecast.0 send kill signal
              2023-08-22 11:17:00.117  - info: host.iobroker-pi stopInstance system.adapter.discovery.0 send kill signal
              2023-08-22 11:17:00.118  - info: host.iobroker-pi stopInstance system.adapter.backitup.0 send kill signal
              2023-08-22 11:17:00.118  - info: host.iobroker-pi stopInstance system.adapter.web.0 send kill signal
              2023-08-22 11:17:00.119  - info: host.iobroker-pi stopInstance system.adapter.echarts.0 send kill signal
              2023-08-22 11:17:00.119  - info: host.iobroker-pi stopInstance system.adapter.jarvis.0 send kill signal
              2023-08-22 11:17:00.159  - info: web.0 (837) terminated http server on port 8082
              2023-08-22 11:17:00.171  - info: web.0 (837) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
              2023-08-22 11:17:00.496  - info: echarts.0 (925) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
              2023-08-22 11:17:00.787  - info: host.iobroker-pi instance system.adapter.influxdb.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2023-08-22 11:17:00.819  - info: host.iobroker-pi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2023-08-22 11:17:00.890  - info: host.iobroker-pi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2023-08-22 11:17:00.892  - info: host.iobroker-pi instance system.adapter.discovery.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2023-08-22 11:17:00.893  - info: host.iobroker-pi instance system.adapter.chromecast.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2023-08-22 11:17:00.929  - info: host.iobroker-pi instance system.adapter.javascript.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2023-08-22 11:17:00.958  - info: host.iobroker-pi instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2023-08-22 11:17:01.059  - info: host.iobroker-pi instance system.adapter.echarts.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
              2023-08-22 11:17:01.060  - info: host.iobroker-pi All instances are stopped.
              2023-08-22 11:17:01.263  - info: host.iobroker-pi terminated
              
              

              ============ Mark until here for C&P =============

              FabioF Thomas BraunT 2 Antworten Letzte Antwort
              0
              • D Dooley_76

                @fa-bio

                Irgendwas scheint da gerade bei der Übertragung nicht gefunzt zu haben, also hier nochmal

                ======== Start marking the full check here =========

                Skript v.2023-04-16
                
                *** BASE SYSTEM ***
                Model           : Raspberry Pi 3 Model B Plus Rev 1.3
                Architecture    : armv7l
                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:
                 11:25:29 up 9 min,  1 user,  load average: 0.26, 0.26, 0.18
                CPU threads: 4
                
                Raspberry only:
                throttled=0x80000
                Other values than 0x0 hint to temperature/voltage problems
                temp=53.7'C
                volt=1.3875V
                
                *** Time and Time Zones ***
                               Local time: Tue 2023-08-22 11:25:30 BST
                           Universal time: Tue 2023-08-22 10:25:30 UTC
                                 RTC time: n/a
                                Time zone: Europe/London (BST, +0100)
                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 render netdev gpio i2c spi iobroker
                
                *** X-Server-Setup ***
                X-Server:       false
                Desktop:
                Terminal:       tty
                Boot Target:    multi-user.target
                
                *** MEMORY ***
                               total        used        free      shared  buff/cache   available
                Mem:            971M         56M        498M        0.0K        415M        849M
                Swap:            99M          0B         99M
                Total:          1.1G         56M        598M
                
                          971 M total memory
                           56 M used memory
                          215 M active memory
                          165 M inactive memory
                          498 M free memory
                           56 M buffer memory
                          359 M swap cache
                           99 M total swap
                            0 M used swap
                           99 M free swap
                
                Raspberry only:
                oom events: 0
                lifetime oom required: 0 Mbytes
                total time in oom handler: 0 ms
                max time spent in oom handler: 0 ms
                
                *** FILESYSTEM ***
                Filesystem     Type      Size  Used Avail Use% Mounted on
                /dev/root      ext4       29G  3.0G   25G  11% /
                devtmpfs       devtmpfs  358M     0  358M   0% /dev
                tmpfs          tmpfs     486M     0  486M   0% /dev/shm
                tmpfs          tmpfs     195M  920K  194M   1% /run
                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
                tmpfs          tmpfs      98M     0   98M   0% /run/user/1000
                
                Messages concerning ext4 filesystem in dmesg:
                [Tue Aug 22 11:16:15 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0                                                                                                  data mode. Quota mode: none.
                [Tue Aug 22 11:16:18 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                [Tue Aug 22 11:16:21 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                
                Show mounted filesystems (real ones only):
                TARGET  SOURCE         FSTYPE OPTIONS
                /       /dev/mmcblk0p2 ext4   rw,noatime
                `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                
                Files in neuralgic directories:
                
                /var:
                353M    /var/
                94M     /var/lib
                90M     /var/log
                89M     /var/log/journal/97dfd2004a894a86ab647e0fbc98a3a4
                89M     /var/log/journal
                
                Archived and active journals take up 88.0M in the file system.
                
                /opt/iobroker/backups:
                4.0K    /opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                251M    /opt/iobroker/iobroker-data/
                245M    /opt/iobroker/iobroker-data/files
                88M     /opt/iobroker/iobroker-data/files/echarts.admin
                57M     /opt/iobroker/iobroker-data/files/echarts
                52M     /opt/iobroker/iobroker-data/files/javascript.admin
                
                The five largest files in iobroker-data are:
                23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
                23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.js.map
                23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js.map
                17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b04901d.js.map
                17M     /opt/iobroker/iobroker-data/files/echarts.admin/preview/static/js/main.1b04901d.js.map
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs         v18.17.1
                /usr/bin/node           v18.17.1
                /usr/bin/npm            9.6.7
                /usr/bin/npx            9.6.7
                
                
                nodejs:
                  Installed: 18.17.1-deb-1nodesource1
                  Candidate: 18.17.1-deb-1nodesource1
                  Version table:
                 *** 18.17.1-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                        100 /var/lib/dpkg/status
                     12.22.12~dfsg-1~deb11u4 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                
                Temp directories causing npm8 problem: 0
                No problems detected
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                iobroker is not running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                MULTIHOSTSERVICE/enabled: false
                
                Core adapters versions
                js-controller:  4.0.24
                admin:          6.8.0
                javascript:     7.0.3
                
                Adapters from github:   0
                
                Adapter State
                  system.adapter.admin.0                  : admin                 : iobroker-pi                                                                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                 n
                  system.adapter.backitup.0               : backitup              : iobroker-pi                                                                               -  enabled
                  system.adapter.chromecast.0             : chromecast            : iobroker-pi                                                                               -  enabled
                  system.adapter.discovery.0              : discovery             : iobroker-pi                                                                               -  enabled
                  system.adapter.echarts.0                : echarts               : iobroker-pi                                                                               -  enabled
                  system.adapter.influxdb.0               : influxdb              : iobroker-pi                                                                               -  enabled, port: 8086
                  system.adapter.jarvis.0                 : jarvis                : iobroker-pi                                                                               -  enabled
                  system.adapter.javascript.0             : javascript            : iobroker-pi                                                                               -  enabled
                  system.adapter.net-tools.0              : net-tools             : iobroker-pi                                                                               - disabled
                  system.adapter.ping.0                   : ping                  : iobroker-pi                                                                               - disabled
                  system.adapter.synology.0               : synology              : iobroker-pi                                                                               - disabled, port: 5000
                  system.adapter.vis.0                    : vis                   : iobroker-pi                                                                               -  enabled
                  system.adapter.web.0                    : web                   : iobroker-pi                                                                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                 n
                
                + instance is alive
                
                Enabled adapters with bindings
                  system.adapter.admin.0                  : admin                 : iobroker-pi                                                                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                 n
                  system.adapter.influxdb.0               : influxdb              : iobroker-pi                                                                               -  enabled, port: 8086
                  system.adapter.web.0                    : web                   : iobroker-pi                                                                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                 n
                
                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.8.0    , installed 6.8.0
                Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                Adapter    "echarts"      : 1.5.1    , installed 1.5.1
                Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                Controller "js-controller": 4.0.24   , installed 4.0.24
                Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                Adapter    "ping"         : 1.6.2    , installed 1.6.2
                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                Adapter    "synology"     : 2.1.13   , installed 2.1.13
                Adapter    "vis"          : 1.4.16   , installed 1.4.16
                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:        314
                States:         240
                
                *** OS-Repositories and Updates ***
                Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                Hit:3 https://deb.nodesource.com/node_18.x bullseye 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13764    467/sshd: /usr/sbin
                tcp6       0      0 :::22                   :::*                    LISTEN      0          13766    467/sshd: /usr/sbin
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12641    332/avahi-daemon: r
                udp        0      0 0.0.0.0:41423           0.0.0.0:*                           108        12643    332/avahi-daemon: r
                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          11103    663/dhcpcd
                udp6       0      0 :::5353                 :::*                                108        12642    332/avahi-daemon: r
                udp6       0      0 :::546                  :::*                                0          12686    663/dhcpcd
                udp6       0      0 :::34871                :::*                                108        12644    332/avahi-daemon: r
                
                *** Log File - Last 25 Lines ***
                
                2023-08-22 11:17:00.108  - warn: host.iobroker-pi instance system.adapter.jarvis.0 terminated due to SIGTERM
                2023-08-22 11:17:00.106  - info: chromecast.0 (770) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                2023-08-22 11:17:00.109  - info: host.iobroker-pi instance system.adapter.jarvis.0 terminated with code null ()
                2023-08-22 11:17:00.114  - info: javascript.0 (750) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                2023-08-22 11:17:00.115  - info: host.iobroker-pi stopInstance system.adapter.admin.0 send kill signal
                2023-08-22 11:17:00.116  - info: host.iobroker-pi stopInstance system.adapter.javascript.0 send kill signal
                2023-08-22 11:17:00.117  - info: host.iobroker-pi stopInstance system.adapter.chromecast.0 send kill signal
                2023-08-22 11:17:00.117  - info: host.iobroker-pi stopInstance system.adapter.discovery.0 send kill signal
                2023-08-22 11:17:00.118  - info: host.iobroker-pi stopInstance system.adapter.backitup.0 send kill signal
                2023-08-22 11:17:00.118  - info: host.iobroker-pi stopInstance system.adapter.web.0 send kill signal
                2023-08-22 11:17:00.119  - info: host.iobroker-pi stopInstance system.adapter.echarts.0 send kill signal
                2023-08-22 11:17:00.119  - info: host.iobroker-pi stopInstance system.adapter.jarvis.0 send kill signal
                2023-08-22 11:17:00.159  - info: web.0 (837) terminated http server on port 8082
                2023-08-22 11:17:00.171  - info: web.0 (837) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                2023-08-22 11:17:00.496  - info: echarts.0 (925) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                2023-08-22 11:17:00.787  - info: host.iobroker-pi instance system.adapter.influxdb.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                2023-08-22 11:17:00.819  - info: host.iobroker-pi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                2023-08-22 11:17:00.890  - info: host.iobroker-pi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                2023-08-22 11:17:00.892  - info: host.iobroker-pi instance system.adapter.discovery.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                2023-08-22 11:17:00.893  - info: host.iobroker-pi instance system.adapter.chromecast.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                2023-08-22 11:17:00.929  - info: host.iobroker-pi instance system.adapter.javascript.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                2023-08-22 11:17:00.958  - info: host.iobroker-pi instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                2023-08-22 11:17:01.059  - info: host.iobroker-pi instance system.adapter.echarts.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                2023-08-22 11:17:01.060  - info: host.iobroker-pi All instances are stopped.
                2023-08-22 11:17:01.263  - info: host.iobroker-pi terminated
                
                

                ============ Mark until here for C&P =============

                FabioF Offline
                FabioF Offline
                Fabio
                schrieb am zuletzt editiert von
                #9

                @dooley_76 okay ich glaube da sollte mal @Thomas-Braun drüber schauen.

                Iobroker:

                • Für mich persöhnlich, gibt es nichts besseres, ich liebe es.

                • Das hat unser Smarthome erst zu Smarthome gemacht.

                • Du wächst mit ioBroker und ioBroker wächst mit dir.

                • Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                1 Antwort Letzte Antwort
                0
                • D Dooley_76

                  @fa-bio

                  Irgendwas scheint da gerade bei der Übertragung nicht gefunzt zu haben, also hier nochmal

                  ======== Start marking the full check here =========

                  Skript v.2023-04-16
                  
                  *** BASE SYSTEM ***
                  Model           : Raspberry Pi 3 Model B Plus Rev 1.3
                  Architecture    : armv7l
                  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:
                   11:25:29 up 9 min,  1 user,  load average: 0.26, 0.26, 0.18
                  CPU threads: 4
                  
                  Raspberry only:
                  throttled=0x80000
                  Other values than 0x0 hint to temperature/voltage problems
                  temp=53.7'C
                  volt=1.3875V
                  
                  *** Time and Time Zones ***
                                 Local time: Tue 2023-08-22 11:25:30 BST
                             Universal time: Tue 2023-08-22 10:25:30 UTC
                                   RTC time: n/a
                                  Time zone: Europe/London (BST, +0100)
                  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 render netdev gpio i2c spi iobroker
                  
                  *** X-Server-Setup ***
                  X-Server:       false
                  Desktop:
                  Terminal:       tty
                  Boot Target:    multi-user.target
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            971M         56M        498M        0.0K        415M        849M
                  Swap:            99M          0B         99M
                  Total:          1.1G         56M        598M
                  
                            971 M total memory
                             56 M used memory
                            215 M active memory
                            165 M inactive memory
                            498 M free memory
                             56 M buffer memory
                            359 M swap cache
                             99 M total swap
                              0 M used swap
                             99 M free swap
                  
                  Raspberry only:
                  oom events: 0
                  lifetime oom required: 0 Mbytes
                  total time in oom handler: 0 ms
                  max time spent in oom handler: 0 ms
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  /dev/root      ext4       29G  3.0G   25G  11% /
                  devtmpfs       devtmpfs  358M     0  358M   0% /dev
                  tmpfs          tmpfs     486M     0  486M   0% /dev/shm
                  tmpfs          tmpfs     195M  920K  194M   1% /run
                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                  /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
                  tmpfs          tmpfs      98M     0   98M   0% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Tue Aug 22 11:16:15 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0                                                                                                  data mode. Quota mode: none.
                  [Tue Aug 22 11:16:18 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                  [Tue Aug 22 11:16:21 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                  
                  Show mounted filesystems (real ones only):
                  TARGET  SOURCE         FSTYPE OPTIONS
                  /       /dev/mmcblk0p2 ext4   rw,noatime
                  `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  353M    /var/
                  94M     /var/lib
                  90M     /var/log
                  89M     /var/log/journal/97dfd2004a894a86ab647e0fbc98a3a4
                  89M     /var/log/journal
                  
                  Archived and active journals take up 88.0M in the file system.
                  
                  /opt/iobroker/backups:
                  4.0K    /opt/iobroker/backups/
                  
                  /opt/iobroker/iobroker-data:
                  251M    /opt/iobroker/iobroker-data/
                  245M    /opt/iobroker/iobroker-data/files
                  88M     /opt/iobroker/iobroker-data/files/echarts.admin
                  57M     /opt/iobroker/iobroker-data/files/echarts
                  52M     /opt/iobroker/iobroker-data/files/javascript.admin
                  
                  The five largest files in iobroker-data are:
                  23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
                  23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.js.map
                  23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js.map
                  17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b04901d.js.map
                  17M     /opt/iobroker/iobroker-data/files/echarts.admin/preview/static/js/main.1b04901d.js.map
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v18.17.1
                  /usr/bin/node           v18.17.1
                  /usr/bin/npm            9.6.7
                  /usr/bin/npx            9.6.7
                  
                  
                  nodejs:
                    Installed: 18.17.1-deb-1nodesource1
                    Candidate: 18.17.1-deb-1nodesource1
                    Version table:
                   *** 18.17.1-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                          100 /var/lib/dpkg/status
                       12.22.12~dfsg-1~deb11u4 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  
                  Temp directories causing npm8 problem: 0
                  No problems detected
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is not running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  MULTIHOSTSERVICE/enabled: false
                  
                  Core adapters versions
                  js-controller:  4.0.24
                  admin:          6.8.0
                  javascript:     7.0.3
                  
                  Adapters from github:   0
                  
                  Adapter State
                    system.adapter.admin.0                  : admin                 : iobroker-pi                                                                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                 n
                    system.adapter.backitup.0               : backitup              : iobroker-pi                                                                               -  enabled
                    system.adapter.chromecast.0             : chromecast            : iobroker-pi                                                                               -  enabled
                    system.adapter.discovery.0              : discovery             : iobroker-pi                                                                               -  enabled
                    system.adapter.echarts.0                : echarts               : iobroker-pi                                                                               -  enabled
                    system.adapter.influxdb.0               : influxdb              : iobroker-pi                                                                               -  enabled, port: 8086
                    system.adapter.jarvis.0                 : jarvis                : iobroker-pi                                                                               -  enabled
                    system.adapter.javascript.0             : javascript            : iobroker-pi                                                                               -  enabled
                    system.adapter.net-tools.0              : net-tools             : iobroker-pi                                                                               - disabled
                    system.adapter.ping.0                   : ping                  : iobroker-pi                                                                               - disabled
                    system.adapter.synology.0               : synology              : iobroker-pi                                                                               - disabled, port: 5000
                    system.adapter.vis.0                    : vis                   : iobroker-pi                                                                               -  enabled
                    system.adapter.web.0                    : web                   : iobroker-pi                                                                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                 n
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                    system.adapter.admin.0                  : admin                 : iobroker-pi                                                                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                 n
                    system.adapter.influxdb.0               : influxdb              : iobroker-pi                                                                               -  enabled, port: 8086
                    system.adapter.web.0                    : web                   : iobroker-pi                                                                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                 n
                  
                  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.8.0    , installed 6.8.0
                  Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                  Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                  Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                  Adapter    "echarts"      : 1.5.1    , installed 1.5.1
                  Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                  Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                  Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                  Controller "js-controller": 4.0.24   , installed 4.0.24
                  Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                  Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                  Adapter    "synology"     : 2.1.13   , installed 2.1.13
                  Adapter    "vis"          : 1.4.16   , installed 1.4.16
                  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:        314
                  States:         240
                  
                  *** OS-Repositories and Updates ***
                  Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Hit:3 https://deb.nodesource.com/node_18.x bullseye 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13764    467/sshd: /usr/sbin
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          13766    467/sshd: /usr/sbin
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12641    332/avahi-daemon: r
                  udp        0      0 0.0.0.0:41423           0.0.0.0:*                           108        12643    332/avahi-daemon: r
                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          11103    663/dhcpcd
                  udp6       0      0 :::5353                 :::*                                108        12642    332/avahi-daemon: r
                  udp6       0      0 :::546                  :::*                                0          12686    663/dhcpcd
                  udp6       0      0 :::34871                :::*                                108        12644    332/avahi-daemon: r
                  
                  *** Log File - Last 25 Lines ***
                  
                  2023-08-22 11:17:00.108  - warn: host.iobroker-pi instance system.adapter.jarvis.0 terminated due to SIGTERM
                  2023-08-22 11:17:00.106  - info: chromecast.0 (770) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                  2023-08-22 11:17:00.109  - info: host.iobroker-pi instance system.adapter.jarvis.0 terminated with code null ()
                  2023-08-22 11:17:00.114  - info: javascript.0 (750) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                  2023-08-22 11:17:00.115  - info: host.iobroker-pi stopInstance system.adapter.admin.0 send kill signal
                  2023-08-22 11:17:00.116  - info: host.iobroker-pi stopInstance system.adapter.javascript.0 send kill signal
                  2023-08-22 11:17:00.117  - info: host.iobroker-pi stopInstance system.adapter.chromecast.0 send kill signal
                  2023-08-22 11:17:00.117  - info: host.iobroker-pi stopInstance system.adapter.discovery.0 send kill signal
                  2023-08-22 11:17:00.118  - info: host.iobroker-pi stopInstance system.adapter.backitup.0 send kill signal
                  2023-08-22 11:17:00.118  - info: host.iobroker-pi stopInstance system.adapter.web.0 send kill signal
                  2023-08-22 11:17:00.119  - info: host.iobroker-pi stopInstance system.adapter.echarts.0 send kill signal
                  2023-08-22 11:17:00.119  - info: host.iobroker-pi stopInstance system.adapter.jarvis.0 send kill signal
                  2023-08-22 11:17:00.159  - info: web.0 (837) terminated http server on port 8082
                  2023-08-22 11:17:00.171  - info: web.0 (837) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                  2023-08-22 11:17:00.496  - info: echarts.0 (925) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                  2023-08-22 11:17:00.787  - info: host.iobroker-pi instance system.adapter.influxdb.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2023-08-22 11:17:00.819  - info: host.iobroker-pi instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2023-08-22 11:17:00.890  - info: host.iobroker-pi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2023-08-22 11:17:00.892  - info: host.iobroker-pi instance system.adapter.discovery.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2023-08-22 11:17:00.893  - info: host.iobroker-pi instance system.adapter.chromecast.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2023-08-22 11:17:00.929  - info: host.iobroker-pi instance system.adapter.javascript.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2023-08-22 11:17:00.958  - info: host.iobroker-pi instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2023-08-22 11:17:01.059  - info: host.iobroker-pi instance system.adapter.echarts.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                  2023-08-22 11:17:01.060  - info: host.iobroker-pi All instances are stopped.
                  2023-08-22 11:17:01.263  - info: host.iobroker-pi terminated
                  
                  

                  ============ Mark until here for C&P =============

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

                  @dooley_76 sagte in Nach Systemaktualisierung Modbus Fehler 25:

                  Architecture : armv7l

                  Frisch aufgesetzt? Ich hätte da dann die 64bit-Version genommen.

                  Raspberry only:
                  throttled=0x80000
                  Other values than 0x0 hint to temperature/voltage problems

                  Original Netzteil in Verwendung? Das scheint mir zuviel Spannung zu sein.

                  Time zone: Europe/London (BST, +0100)

                  Vermutlich die falsche Zeitzone, oder hockst du auf der Insel?

                  Ansonsten läuft da keine einzige Instanz.

                  Was sagt:

                  iobroker add modbus --host iobroker-pi --debug
                  

                  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

                  D 1 Antwort Letzte Antwort
                  0
                  • D Offline
                    D Offline
                    Dooley_76
                    schrieb am zuletzt editiert von
                    #11

                    @fa-bio

                    Ok, dann warten wir mal ab ...

                    Hier noch ein paar Randinformationen, falls die helfen und sich somit hoffentlich keiner unnötig auf einen "Irrweg" begibt:

                    Aktuell:

                    • Installation des Images von buanet: https://github.com/buanet/ioBroker.raspberry-os/releases

                    Nach der Installation des Images habe ich mich dann mit Thomas Braun seiner Anleitung weiter gemacht, was die Installation node betrifft: https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                    Leider war es mir nicht möglich, IOBroker manuell zu installieren, da er IMMER mit einem Fehler abgebrochen hat.
                    Ich weiß die Meldung nicht mehr aus dem Kopf, aber irgendwas mit ... tree ... Im Zweifel kann ich die SD-Karte noch einmal löschen und den Fehler nachstellen, wenn wir so nicht weiter kommen.

                    Gehalten habe ich mich dabei an folgende Anleitung: https://www.iobroker.net/#de/documentation/install/nodejs.md
                    Vorher habe ich noch das aktuelle Raspberry Image Lite (64bit) per PI Imager aufgespielt.

                    Das hat dann auch alles soweit geklappt, alles war auf aktuellem Stand. Nur die Adapter (alle) lassen sich nicht installieren. Alle brechen mit Code 25 ab.

                    Hier übrigens noch die Struktur:

                    pi @iobroker-pi: ~$ uname - m && type - P nodejs node npm npx corepack && nodejs - v && node - v && npm - v && npx - v && corepack - v && iob - v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    armv7l
                        / usr / bin / nodejs
                        / usr / bin / node
                        / usr / bin / npm
                        / usr / bin / npx
                        / usr / bin / corepack
                    v18.17.1
                    v18.17.1
                    9.6.7
                    9.6.7
                    0.18.0
                    4.0.24
                    pi
                    pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                    tty
                        / home / pi
                    Hit: 1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit: 2 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit: 3 https://deb.nodesource.com/node_18.x bullseye InRelease
                    Reading package lists...Done
                    Building dependency tree...Done
                    Reading state information...Done
                    All packages are up to date.
                        nodejs:
                    Installed: 18.17.1 - deb - 1nodesource1
                    Candidate: 18.17.1 - deb - 1nodesource1
                      Version table:
                     *** 18.17.1 - deb - 1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                    100 /var/lib/dpkg / status
                    12.22.12~dfsg - 1~deb11u4 500
                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                    
                    

                    Ich hoffe ich habe keinen "Dummy-Fehler" begangen ... ;)

                    Danke Euch schon einmal im voraus für Eure Mühen ...

                    Gruß
                    Holger

                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @dooley_76 sagte in Nach Systemaktualisierung Modbus Fehler 25:

                      Architecture : armv7l

                      Frisch aufgesetzt? Ich hätte da dann die 64bit-Version genommen.

                      Raspberry only:
                      throttled=0x80000
                      Other values than 0x0 hint to temperature/voltage problems

                      Original Netzteil in Verwendung? Das scheint mir zuviel Spannung zu sein.

                      Time zone: Europe/London (BST, +0100)

                      Vermutlich die falsche Zeitzone, oder hockst du auf der Insel?

                      Ansonsten läuft da keine einzige Instanz.

                      Was sagt:

                      iobroker add modbus --host iobroker-pi --debug
                      
                      D Offline
                      D Offline
                      Dooley_76
                      schrieb am zuletzt editiert von
                      #12

                      @thomas-braun

                      Original-Netzteil: Nein, damit habe ich immer Unterspannungsfehler bekommen, welche ich jetzt teilweise auch nocht hatte
                      Zeitzone: Hatte ich eigentlich eingestellt, aber ich prüfe es nochmal, vielleicht habe ich ja die falsche erwischt.

                      Hier noch die Ausgabe Deiner Anfrage:

                      pi @iobroker-pi: ~$ iobroker add modbus--host iobroker - pi--debug
                      NPM version: 9.6.7
                      Installing iobroker.modbus@5.0.11... (System call)
                      npm ERR! code ECONNREFUSED
                      npm ERR! syscall connect
                      npm ERR! errno ECONNREFUSED
                      npm ERR! FetchError: request to https://registry.npmjs.org/iobroker.modbus failed, reason: connect ECONNREFUSED 2606:4700::6810:622:443
                      npm ERR!     at ClientRequest.< anonymous > (/usr/lib / node_modules / npm / node_modules / minipass - fetch / lib / index.js: 130: 14)
                      npm ERR!     at ClientRequest.emit(node: events: 514: 28)
                      npm ERR!     at TLSSocket.socketErrorListener(node: _http_client: 501: 9)
                      npm ERR!     at TLSSocket.emit(node: events: 526: 35)
                      npm ERR!     at emitErrorNT(node: internal / streams / destroy: 151: 8)
                      npm ERR!     at emitErrorCloseNT(node: internal / streams / destroy: 116: 3)
                      npm ERR!     at process.processTicksAndRejections(node: internal / process / task_queues: 82: 21)
                      npm ERR!  FetchError: request to https://registry.npmjs.org/iobroker.modbus failed, reason: connect ECONNREFUSED 2606:4700::6810:622:443
                      npm ERR!     at ClientRequest.< anonymous > (/usr/lib / node_modules / npm / node_modules / minipass - fetch / lib / index.js: 130: 14)
                      npm ERR!     at ClientRequest.emit(node: events: 514: 28)
                      npm ERR!     at TLSSocket.socketErrorListener(node: _http_client: 501: 9)
                      npm ERR!     at TLSSocket.emit(node: events: 526: 35)
                      npm ERR!     at emitErrorNT(node: internal / streams / destroy: 151: 8)
                      npm ERR!     at emitErrorCloseNT(node: internal / streams / destroy: 116: 3)
                      npm ERR!     at process.processTicksAndRejections(node: internal / process / task_queues: 82: 21) {
                      npm ERR!   code: 'ECONNREFUSED',
                              npm ERR!   errno: 'ECONNREFUSED',
                                  npm ERR!   syscall: 'connect',
                                      npm ERR!   address: '2606:4700::6810:622',
                                          npm ERR!   port: 443,
                                              npm ERR!   type: 'system',
                                                  npm ERR!   requiredBy: '.'
                      npm ERR!
                      }
                      npm ERR!
                      npm ERR! If you are behind a proxy, please make sure that the
                      npm ERR! 'proxy' config is set properly.See: 'npm help config'
                      
                      npm ERR! A complete log of this run can be found in: /home/iobroker /.npm / _logs / 2023 - 08 - 22T11_21_24_839Z - debug - 0.log
                      host.iobroker - pi Cannot install iobroker.modbus@5.0.11: 1
                      
                      

                      Danke,
                      Gruß Holger

                      1 Antwort Letzte Antwort
                      0
                      • D Dooley_76

                        @fa-bio

                        Ok, dann warten wir mal ab ...

                        Hier noch ein paar Randinformationen, falls die helfen und sich somit hoffentlich keiner unnötig auf einen "Irrweg" begibt:

                        Aktuell:

                        • Installation des Images von buanet: https://github.com/buanet/ioBroker.raspberry-os/releases

                        Nach der Installation des Images habe ich mich dann mit Thomas Braun seiner Anleitung weiter gemacht, was die Installation node betrifft: https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                        Leider war es mir nicht möglich, IOBroker manuell zu installieren, da er IMMER mit einem Fehler abgebrochen hat.
                        Ich weiß die Meldung nicht mehr aus dem Kopf, aber irgendwas mit ... tree ... Im Zweifel kann ich die SD-Karte noch einmal löschen und den Fehler nachstellen, wenn wir so nicht weiter kommen.

                        Gehalten habe ich mich dabei an folgende Anleitung: https://www.iobroker.net/#de/documentation/install/nodejs.md
                        Vorher habe ich noch das aktuelle Raspberry Image Lite (64bit) per PI Imager aufgespielt.

                        Das hat dann auch alles soweit geklappt, alles war auf aktuellem Stand. Nur die Adapter (alle) lassen sich nicht installieren. Alle brechen mit Code 25 ab.

                        Hier übrigens noch die Struktur:

                        pi @iobroker-pi: ~$ uname - m && type - P nodejs node npm npx corepack && nodejs - v && node - v && npm - v && npx - v && corepack - v && iob - v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                        armv7l
                            / usr / bin / nodejs
                            / usr / bin / node
                            / usr / bin / npm
                            / usr / bin / npx
                            / usr / bin / corepack
                        v18.17.1
                        v18.17.1
                        9.6.7
                        9.6.7
                        0.18.0
                        4.0.24
                        pi
                        pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                        tty
                            / home / pi
                        Hit: 1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                        Hit: 2 http://archive.raspberrypi.org/debian bullseye InRelease
                        Hit: 3 https://deb.nodesource.com/node_18.x bullseye InRelease
                        Reading package lists...Done
                        Building dependency tree...Done
                        Reading state information...Done
                        All packages are up to date.
                            nodejs:
                        Installed: 18.17.1 - deb - 1nodesource1
                        Candidate: 18.17.1 - deb - 1nodesource1
                          Version table:
                         *** 18.17.1 - deb - 1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                        100 /var/lib/dpkg / status
                        12.22.12~dfsg - 1~deb11u4 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                        
                        

                        Ich hoffe ich habe keinen "Dummy-Fehler" begangen ... ;)

                        Danke Euch schon einmal im voraus für Eure Mühen ...

                        Gruß
                        Holger

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

                        @dooley_76 sagte in Nach Systemaktualisierung Modbus Fehler 25:

                        irgendwas mit ... tree ... I

                        das wird im von @fa-bio verlinkten Beitrag zum Error 25 gefixt

                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        D 1 Antwort Letzte Antwort
                        0
                        • HomoranH Homoran

                          @dooley_76 sagte in Nach Systemaktualisierung Modbus Fehler 25:

                          irgendwas mit ... tree ... I

                          das wird im von @fa-bio verlinkten Beitrag zum Error 25 gefixt

                          D Offline
                          D Offline
                          Dooley_76
                          schrieb am zuletzt editiert von
                          #14

                          @homoran

                          Danke, den hatte ich auch gefunden und probiert: ( https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update/2 )

                          leider ohne Erfolg :(

                          Gruß
                          Holger

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • D Dooley_76

                            @homoran

                            Danke, den hatte ich auch gefunden und probiert: ( https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update/2 )

                            leider ohne Erfolg :(

                            Gruß
                            Holger

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

                            @dooley_76

                            Ich würde die Kiste nochmal ganz neu aufsetzen. Keine iob-Images, keine manuelle Installation von nodejs usw, dafür direkt mit einem user, der weder pi noch iobroker heißt und mit der richtigen Zeitzone:

                            https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

                            Da ist auch was beim Netzwerk 'krumm'. Kann sein, dass da schon die falsche Zeitzone reinspielt.

                            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

                            D 1 Antwort Letzte Antwort
                            1
                            • Thomas BraunT Thomas Braun

                              @dooley_76

                              Ich würde die Kiste nochmal ganz neu aufsetzen. Keine iob-Images, keine manuelle Installation von nodejs usw, dafür direkt mit einem user, der weder pi noch iobroker heißt und mit der richtigen Zeitzone:

                              https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

                              Da ist auch was beim Netzwerk 'krumm'. Kann sein, dass da schon die falsche Zeitzone reinspielt.

                              D Offline
                              D Offline
                              Dooley_76
                              schrieb am zuletzt editiert von
                              #16

                              @thomas-braun

                              Ok, dann mache ich das mal. Hab es jetzt schon so oft gemacht, da kommt es auf einmal mehr auch nicht mehr an ;))

                              Danke und ich melde mich dann wieder zwecks Rückmeldung ...

                              Gruß
                              Holger

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • D Dooley_76

                                @thomas-braun

                                Ok, dann mache ich das mal. Hab es jetzt schon so oft gemacht, da kommt es auf einmal mehr auch nicht mehr an ;))

                                Danke und ich melde mich dann wieder zwecks Rückmeldung ...

                                Gruß
                                Holger

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

                                @dooley_76

                                Aber irgendwas machst du falsch, denn

                                Vorher habe ich noch das aktuelle Raspberry Image Lite (64bit) per PI Imager aufgespielt.

                                führt nicht zu armv7l. Das ist die 32bit-Version.

                                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

                                D 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @dooley_76

                                  Aber irgendwas machst du falsch, denn

                                  Vorher habe ich noch das aktuelle Raspberry Image Lite (64bit) per PI Imager aufgespielt.

                                  führt nicht zu armv7l. Das ist die 32bit-Version.

                                  D Offline
                                  D Offline
                                  Dooley_76
                                  schrieb am zuletzt editiert von
                                  #18

                                  @thomas-braun

                                  Da habe ich mich vielleicht unglücklich bzw. falsch ausgedrückt:

                                  Ich habe es einmal mit dem "original" Image per Imager versucht (Raspberry 64bit Lite)

                                  7cf8e11d-e467-4b20-9381-8025734793b4-image.png

                                  und dann versucht IOBroker zu installieren, was dann ja immer nicht funktioniert hat.

                                  Danach erst habe ich das Image genommen, welches jetzt läuft und das ist wohl kein 64bit.

                                  Gruß
                                  Holger

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • D Dooley_76

                                    @thomas-braun

                                    Da habe ich mich vielleicht unglücklich bzw. falsch ausgedrückt:

                                    Ich habe es einmal mit dem "original" Image per Imager versucht (Raspberry 64bit Lite)

                                    7cf8e11d-e467-4b20-9381-8025734793b4-image.png

                                    und dann versucht IOBroker zu installieren, was dann ja immer nicht funktioniert hat.

                                    Danach erst habe ich das Image genommen, welches jetzt läuft und das ist wohl kein 64bit.

                                    Gruß
                                    Holger

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

                                    @dooley_76 sagte in Nach Systemaktualisierung Modbus Fehler 25:

                                    und dann versucht IOBroker zu installieren, was dann ja immer nicht funktioniert hat.

                                    Warum nicht?
                                    Hier nach geht das:

                                    https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

                                    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

                                    D 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @dooley_76 sagte in Nach Systemaktualisierung Modbus Fehler 25:

                                      und dann versucht IOBroker zu installieren, was dann ja immer nicht funktioniert hat.

                                      Warum nicht?
                                      Hier nach geht das:

                                      https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

                                      D Offline
                                      D Offline
                                      Dooley_76
                                      schrieb am zuletzt editiert von
                                      #20

                                      @thomas-braun

                                      Hallo Thomas,

                                      vielleicht habe ich bei der letzten Installation eine andere Anleitung bzw. andere Befehle benutzt, die da standen. Ganz sicher bin ich mir aber mittlerweile nicht mehr. Ich habe den Pi jetzt seit heute morgen bestimmt schon 10-15 mal neu installiert, immer wieder mit anderen Anleitungen/Wegen/Versuchen, bis ich mich in meiner Verzweiflung an Euch gewandt habe.

                                      Aber ich bin gerade dabei, es jetzt noch einmal nach Deiner Anleitung zu machen und werde ich auch strikt daran halten ;)
                                      Ich geb' Bescheid ...

                                      Gruß
                                      Holger

                                      P.S.: Wenn das dann wirklich gleich laufen sollte mach' ich alles aus, nimm' mir ein Bier, setz' mich nach draußen und heul :D

                                      D 1 Antwort Letzte Antwort
                                      0
                                      • D Dooley_76

                                        @thomas-braun

                                        Hallo Thomas,

                                        vielleicht habe ich bei der letzten Installation eine andere Anleitung bzw. andere Befehle benutzt, die da standen. Ganz sicher bin ich mir aber mittlerweile nicht mehr. Ich habe den Pi jetzt seit heute morgen bestimmt schon 10-15 mal neu installiert, immer wieder mit anderen Anleitungen/Wegen/Versuchen, bis ich mich in meiner Verzweiflung an Euch gewandt habe.

                                        Aber ich bin gerade dabei, es jetzt noch einmal nach Deiner Anleitung zu machen und werde ich auch strikt daran halten ;)
                                        Ich geb' Bescheid ...

                                        Gruß
                                        Holger

                                        P.S.: Wenn das dann wirklich gleich laufen sollte mach' ich alles aus, nimm' mir ein Bier, setz' mich nach draußen und heul :D

                                        D Offline
                                        D Offline
                                        Dooley_76
                                        schrieb am zuletzt editiert von
                                        #21

                                        @dooley_76

                                        Jetzt bin ich ja "beruhigt" ;)) Ich hänge wieder da, wo es vorher auch schon nicht weiter ging, wenn ich IOBroker ( per curl -sLf https://iobroker.net/install.sh | bash - ) aufspiele:

                                        bb620fe8-b75b-4370-9ba1-e9b1216ed772-image.png

                                        Wenn ich nichts mache, geht es nach ~ 5-6 Minuten "weiter" und es kommt dieses hier:

                                        Holger @raspberryiobroker: ~$ curl - sLf https://iobroker.net/install.sh | bash -
                                        library: loaded
                                        Library version = 2022 - 12 - 09
                                        
                                        ==========================================================================
                                        
                                            Welcome to the ioBroker installer!
                                            Installer version: 2023-04-16
                                        
                                            You might need to enter your password a couple of times.
                                        
                                        ==========================================================================
                                        
                                        
                                        ==========================================================================
                                            Installing prerequisites (1/4)
                                        ==========================================================================
                                        
                                        Hit:1 http://deb.debian.org/debian bullseye InRelease
                                        Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                        Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                        Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                        Reading package lists... Done
                                        
                                        ==========================================================================
                                        
                                            Node.js not found. Installing...
                                        
                                        ==========================================================================
                                        
                                        
                                        ## Installing the NodeSource Node.js 18.x repo...
                                        
                                        
                                        ## Populating apt-get cache...
                                        
                                        + apt-get update
                                        Hit:1 http://deb.debian.org/debian bullseye InRelease
                                        Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                        Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                        Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                        Reading package lists... Done
                                        
                                        ## Confirming "bullseye" is supported...
                                        
                                        + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_18.x/dists/bullseye/Re            lease'
                                        
                                        ## Adding the NodeSource signing key to your keyring...
                                        
                                        + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor |             tee /usr/share/keyrings/nodesource.gpg >/dev/null
                                        
                                        ## Creating apt sources list file for the NodeSource Node.js 18.x repo...
                                        
                                        + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesourc            e.com/node_18.x bullseye main' > /etc/apt/sources.list.d/nodesource.list
                                        + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodes            ource.com/node_18.x bullseye main' >> /etc/apt/sources.list.d/nodesource.list
                                        
                                        ## Running `apt-get update` for you...
                                        
                                        + apt-get update
                                        Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                        Get:2 https://deb.nodesource.com/node_18.x bullseye InRelease [4,586 B]
                                        Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                        Hit:4 http://deb.debian.org/debian bullseye InRelease
                                        Hit:5 http://deb.debian.org/debian bullseye-updates InRelease
                                        Get:6 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages [776 B]
                                        Get:7 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages [787 B]
                                        Fetched 6,149 B in 2s (2,634 B/s)
                                        Reading package lists... Done
                                        
                                        ## Run `sudo apt-get install -y nodejs` to install Node.js 18.x and npm
                                        ## You may also need development tools to build native addons:
                                             sudo apt-get install gcc g++ make
                                        ## To install the Yarn package manager, run:
                                             curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo te            e /usr/share/keyrings/yarnkey.gpg >/dev/null
                                             echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.co            m/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
                                             sudo apt-get update && sudo apt-get install yarn
                                        
                                        
                                        Installed nodejs
                                        Node.js Installed successfully!
                                        Changing npm registry to https://registry.npmjs.org
                                        Installed acl
                                        Installed gcc-c++
                                        Installed libavahi-compat-libdnssd-dev
                                        Installed libudev-dev
                                        Installed libpam0g-dev
                                        Installed git
                                        Installed libcairo2-dev
                                        Installed libpango1.0-dev
                                        Installed libjpeg-dev
                                        Installed libgif-dev
                                        Installed librsvg2-dev
                                        Installed cmake
                                        
                                        ==========================================================================
                                            Creating ioBroker user and directory (2/4)
                                        ==========================================================================
                                        
                                        User iobroker created
                                        Created /etc/sudoers.d/iobroker
                                        Directory /opt/iobroker created
                                        
                                        ==========================================================================
                                            Installing ioBroker (3/4)
                                        ==========================================================================
                                        
                                        npm ERR! code ECONNREFUSED
                                        npm ERR! syscall connect
                                        npm ERR! errno ECONNREFUSED
                                        npm ERR! FetchError: request to https://registry.npmjs.org/iobroker.admin failed            , reason: connect ECONNREFUSED 2606:4700::6810:b22:443
                                        npm ERR!     at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_module            s/minipass-fetch/lib/index.js:130:14)
                                        npm ERR!     at ClientRequest.emit (node:events:514:28)
                                        npm ERR!     at TLSSocket.socketErrorListener (node:_http_client:501:9)
                                        npm ERR!     at TLSSocket.emit (node:events:526:35)
                                        npm ERR!     at emitErrorNT (node:internal/streams/destroy:151:8)
                                        npm ERR!     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
                                        npm ERR!     at process.processTicksAndRejections (node:internal/process/task_qu            eues:82:21)
                                        npm ERR!  FetchError: request to https://registry.npmjs.org/iobroker.admin faile            d, reason: connect ECONNREFUSED 2606:4700::6810:b22:443
                                        npm ERR!     at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_module            s/minipass-fetch/lib/index.js:130:14)
                                        npm ERR!     at ClientRequest.emit (node:events:514:28)
                                        npm ERR!     at TLSSocket.socketErrorListener (node:_http_client:501:9)
                                        npm ERR!     at TLSSocket.emit (node:events:526:35)
                                        npm ERR!     at emitErrorNT (node:internal/streams/destroy:151:8)
                                        npm ERR!     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
                                        npm ERR!     at process.processTicksAndRejections (node:internal/process/task_qu            eues:82:21) {
                                        npm ERR!   code: 'ECONNREFUSED',
                                        npm ERR!   errno: 'ECONNREFUSED',
                                        npm ERR!   syscall: 'connect',
                                        npm ERR!   address: '2606:4700::6810:b22',
                                        npm ERR!   port: 443,
                                        npm ERR!   type: 'system',
                                        npm ERR!   requiredBy: '.'
                                        npm ERR! }
                                        npm ERR!
                                        npm ERR! If you are behind a proxy, please make sure that the
                                        npm ERR! 'proxy' config is set properly.  See: 'npm help config'
                                        
                                        npm ERR! A complete log of this run can be found in: /home/Holger/.npm/_logs/202            3-08-22T12_14_59_986Z-debug-0.log
                                        
                                        ==========================================================================
                                            Finalizing installation (4/4)
                                        ==========================================================================
                                        
                                        Enabling autostart...
                                        Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /            lib/systemd/system/iobroker.service.
                                        Autostart enabled!
                                        Fixing directory permissions...
                                        
                                        ==========================================================================
                                        
                                            ioBroker was installed successfully
                                            Open http://192.168.0.191:8081 in a browser and start configuring!
                                        
                                        ==========================================================================
                                        
                                        
                                        You need to re-login before doing anything else on the console!
                                        
                                        

                                        Und nu' ... ?

                                        Gruß
                                        Holger

                                        D HomoranH 2 Antworten Letzte Antwort
                                        0
                                        • D Dooley_76

                                          @dooley_76

                                          Jetzt bin ich ja "beruhigt" ;)) Ich hänge wieder da, wo es vorher auch schon nicht weiter ging, wenn ich IOBroker ( per curl -sLf https://iobroker.net/install.sh | bash - ) aufspiele:

                                          bb620fe8-b75b-4370-9ba1-e9b1216ed772-image.png

                                          Wenn ich nichts mache, geht es nach ~ 5-6 Minuten "weiter" und es kommt dieses hier:

                                          Holger @raspberryiobroker: ~$ curl - sLf https://iobroker.net/install.sh | bash -
                                          library: loaded
                                          Library version = 2022 - 12 - 09
                                          
                                          ==========================================================================
                                          
                                              Welcome to the ioBroker installer!
                                              Installer version: 2023-04-16
                                          
                                              You might need to enter your password a couple of times.
                                          
                                          ==========================================================================
                                          
                                          
                                          ==========================================================================
                                              Installing prerequisites (1/4)
                                          ==========================================================================
                                          
                                          Hit:1 http://deb.debian.org/debian bullseye InRelease
                                          Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                          Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                          Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Reading package lists... Done
                                          
                                          ==========================================================================
                                          
                                              Node.js not found. Installing...
                                          
                                          ==========================================================================
                                          
                                          
                                          ## Installing the NodeSource Node.js 18.x repo...
                                          
                                          
                                          ## Populating apt-get cache...
                                          
                                          + apt-get update
                                          Hit:1 http://deb.debian.org/debian bullseye InRelease
                                          Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                          Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                          Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Reading package lists... Done
                                          
                                          ## Confirming "bullseye" is supported...
                                          
                                          + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_18.x/dists/bullseye/Re            lease'
                                          
                                          ## Adding the NodeSource signing key to your keyring...
                                          
                                          + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor |             tee /usr/share/keyrings/nodesource.gpg >/dev/null
                                          
                                          ## Creating apt sources list file for the NodeSource Node.js 18.x repo...
                                          
                                          + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesourc            e.com/node_18.x bullseye main' > /etc/apt/sources.list.d/nodesource.list
                                          + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodes            ource.com/node_18.x bullseye main' >> /etc/apt/sources.list.d/nodesource.list
                                          
                                          ## Running `apt-get update` for you...
                                          
                                          + apt-get update
                                          Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Get:2 https://deb.nodesource.com/node_18.x bullseye InRelease [4,586 B]
                                          Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                          Hit:4 http://deb.debian.org/debian bullseye InRelease
                                          Hit:5 http://deb.debian.org/debian bullseye-updates InRelease
                                          Get:6 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages [776 B]
                                          Get:7 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages [787 B]
                                          Fetched 6,149 B in 2s (2,634 B/s)
                                          Reading package lists... Done
                                          
                                          ## Run `sudo apt-get install -y nodejs` to install Node.js 18.x and npm
                                          ## You may also need development tools to build native addons:
                                               sudo apt-get install gcc g++ make
                                          ## To install the Yarn package manager, run:
                                               curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo te            e /usr/share/keyrings/yarnkey.gpg >/dev/null
                                               echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.co            m/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
                                               sudo apt-get update && sudo apt-get install yarn
                                          
                                          
                                          Installed nodejs
                                          Node.js Installed successfully!
                                          Changing npm registry to https://registry.npmjs.org
                                          Installed acl
                                          Installed gcc-c++
                                          Installed libavahi-compat-libdnssd-dev
                                          Installed libudev-dev
                                          Installed libpam0g-dev
                                          Installed git
                                          Installed libcairo2-dev
                                          Installed libpango1.0-dev
                                          Installed libjpeg-dev
                                          Installed libgif-dev
                                          Installed librsvg2-dev
                                          Installed cmake
                                          
                                          ==========================================================================
                                              Creating ioBroker user and directory (2/4)
                                          ==========================================================================
                                          
                                          User iobroker created
                                          Created /etc/sudoers.d/iobroker
                                          Directory /opt/iobroker created
                                          
                                          ==========================================================================
                                              Installing ioBroker (3/4)
                                          ==========================================================================
                                          
                                          npm ERR! code ECONNREFUSED
                                          npm ERR! syscall connect
                                          npm ERR! errno ECONNREFUSED
                                          npm ERR! FetchError: request to https://registry.npmjs.org/iobroker.admin failed            , reason: connect ECONNREFUSED 2606:4700::6810:b22:443
                                          npm ERR!     at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_module            s/minipass-fetch/lib/index.js:130:14)
                                          npm ERR!     at ClientRequest.emit (node:events:514:28)
                                          npm ERR!     at TLSSocket.socketErrorListener (node:_http_client:501:9)
                                          npm ERR!     at TLSSocket.emit (node:events:526:35)
                                          npm ERR!     at emitErrorNT (node:internal/streams/destroy:151:8)
                                          npm ERR!     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
                                          npm ERR!     at process.processTicksAndRejections (node:internal/process/task_qu            eues:82:21)
                                          npm ERR!  FetchError: request to https://registry.npmjs.org/iobroker.admin faile            d, reason: connect ECONNREFUSED 2606:4700::6810:b22:443
                                          npm ERR!     at ClientRequest.<anonymous> (/usr/lib/node_modules/npm/node_module            s/minipass-fetch/lib/index.js:130:14)
                                          npm ERR!     at ClientRequest.emit (node:events:514:28)
                                          npm ERR!     at TLSSocket.socketErrorListener (node:_http_client:501:9)
                                          npm ERR!     at TLSSocket.emit (node:events:526:35)
                                          npm ERR!     at emitErrorNT (node:internal/streams/destroy:151:8)
                                          npm ERR!     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
                                          npm ERR!     at process.processTicksAndRejections (node:internal/process/task_qu            eues:82:21) {
                                          npm ERR!   code: 'ECONNREFUSED',
                                          npm ERR!   errno: 'ECONNREFUSED',
                                          npm ERR!   syscall: 'connect',
                                          npm ERR!   address: '2606:4700::6810:b22',
                                          npm ERR!   port: 443,
                                          npm ERR!   type: 'system',
                                          npm ERR!   requiredBy: '.'
                                          npm ERR! }
                                          npm ERR!
                                          npm ERR! If you are behind a proxy, please make sure that the
                                          npm ERR! 'proxy' config is set properly.  See: 'npm help config'
                                          
                                          npm ERR! A complete log of this run can be found in: /home/Holger/.npm/_logs/202            3-08-22T12_14_59_986Z-debug-0.log
                                          
                                          ==========================================================================
                                              Finalizing installation (4/4)
                                          ==========================================================================
                                          
                                          Enabling autostart...
                                          Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /            lib/systemd/system/iobroker.service.
                                          Autostart enabled!
                                          Fixing directory permissions...
                                          
                                          ==========================================================================
                                          
                                              ioBroker was installed successfully
                                              Open http://192.168.0.191:8081 in a browser and start configuring!
                                          
                                          ==========================================================================
                                          
                                          
                                          You need to re-login before doing anything else on the console!
                                          
                                          

                                          Und nu' ... ?

                                          Gruß
                                          Holger

                                          D Offline
                                          D Offline
                                          Dooley_76
                                          schrieb am zuletzt editiert von
                                          #22

                                          @dooley_76

                                          Hier noch die diag, falls es helfen sollte:

                                          Skript v.2023-04-16
                                          
                                          *** BASE SYSTEM ***
                                          Model           : Raspberry Pi 3 Model B Plus Rev 1.3
                                          Architecture    : aarch64
                                          Docker          : false
                                          Virtualization  : none
                                          Distributor ID: Debian
                                          Description:    Debian GNU/Linux 11 (bullseye)
                                          Release:        11
                                          Codename:       bullseye
                                          
                                          PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                                          NAME="Debian GNU/Linux"
                                          VERSION_ID="11"
                                          VERSION="11 (bullseye)"
                                          VERSION_CODENAME=bullseye
                                          ID=debian
                                          HOME_URL="https://www.debian.org/"
                                          SUPPORT_URL="https://www.debian.org/support"
                                          BUG_REPORT_URL="https://bugs.debian.org/"
                                          
                                          Systemuptime and Load:
                                           14:26:08 up 17 min,  1 user,  load average: 0.07, 0.20, 0.28
                                          CPU threads: 4
                                          
                                          Raspberry only:
                                          throttled=0x0
                                          Other values than 0x0 hint to temperature/voltage problems
                                          temp=54.8'C
                                          volt=1.3813V
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Tue 2023-08-22 14:26:08 CEST
                                                     Universal time: Tue 2023-08-22 12:26:08 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 ***
                                          Holger
                                          /home/Holger
                                          Holger adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi
                                          
                                          *** X-Server-Setup ***
                                          X-Server:       false
                                          Desktop:
                                          Terminal:       tty
                                          Boot Target:    multi-user.target
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            909M         79M        223M        0.0K        606M        765M
                                          Swap:            99M          0B         99M
                                          Total:          1.0G         79M        323M
                                          
                                                    909 M total memory
                                                     79 M used memory
                                                    125 M active memory
                                                    445 M inactive memory
                                                    223 M free memory
                                                     39 M buffer memory
                                                    567 M swap cache
                                                     99 M total swap
                                                      0 M used swap
                                                     99 M free swap
                                          
                                          Raspberry only:
                                          oom events: 0
                                          lifetime oom required: 0 Mbytes
                                          total time in oom handler: 0 ms
                                          max time spent in oom handler: 0 ms
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          /dev/root      ext4       29G  2.0G   26G   7% /
                                          devtmpfs       devtmpfs  325M     0  325M   0% /dev
                                          tmpfs          tmpfs     455M     0  455M   0% /dev/shm
                                          tmpfs          tmpfs     182M  976K  181M   1% /run
                                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                          /dev/mmcblk0p1 vfat      255M   31M  225M  13% /boot
                                          tmpfs          tmpfs      91M     0   91M   0% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Tue Aug 22 14:08:52 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=26b2c4cb-02 rootfstype=ext4 fsck.repair=yes rootwait
                                          [Tue Aug 22 14:08:55 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Tue Aug 22 14:08:55 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                          [Tue Aug 22 14:08:58 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems (real ones only):
                                          TARGET  SOURCE         FSTYPE OPTIONS
                                          /       /dev/mmcblk0p2 ext4   rw,noatime,commit=600
                                          `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          476M    /var/
                                          180M    /var/cache
                                          174M    /var/cache/apt
                                          147M    /var/lib
                                          123M    /var/lib/apt/lists
                                          
                                          Archived and active journals take up 48.0M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          du: cannot access '/opt/iobroker/backups/': No such file or directory
                                          
                                          /opt/iobroker/iobroker-data:
                                          du: cannot access '/opt/iobroker/iobroker-data/': No such file or directory
                                          
                                          The five largest files in iobroker-data are:
                                          find: '/opt/iobroker/iobroker-data': No such file or directory
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v18.17.1
                                          /usr/bin/node           v18.17.1
                                          /usr/bin/npm            9.6.7
                                          /usr/bin/npx            9.6.7
                                          
                                          
                                          nodejs:
                                            Installed: 18.17.1-deb-1nodesource1
                                            Candidate: 18.17.1-deb-1nodesource1
                                            Version table:
                                           *** 18.17.1-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages
                                                  100 /var/lib/dpkg/status
                                               12.22.12~dfsg-1~deb11u4 500
                                                  500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                               12.22.12~dfsg-1~deb11u3 500
                                                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                          
                                          find: '/opt/iobroker/node_modules': No such file or directory
                                          Temp directories causing npm8 problem: 0
                                          No problems detected
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          node:internal/modules/cjs/loader:1080
                                            throw err;
                                            ^
                                          
                                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                              at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                              at Module._load (node:internal/modules/cjs/loader:922:27)
                                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                              at node:internal/main/run_main_module:23:47 {
                                            code: 'MODULE_NOT_FOUND',
                                            requireStack: []
                                          }
                                          
                                          Node.js v18.17.1
                                          
                                          node:internal/modules/cjs/loader:1080
                                            throw err;
                                            ^
                                          
                                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                              at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                              at Module._load (node:internal/modules/cjs/loader:922:27)
                                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                              at node:internal/main/run_main_module:23:47 {
                                            code: 'MODULE_NOT_FOUND',
                                            requireStack: []
                                          }
                                          
                                          Node.js v18.17.1
                                          
                                          Core adapters versions
                                          node:internal/modules/cjs/loader:1080
                                            throw err;
                                            ^
                                          
                                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                              at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                              at Module._load (node:internal/modules/cjs/loader:922:27)
                                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                              at node:internal/main/run_main_module:23:47 {
                                            code: 'MODULE_NOT_FOUND',
                                            requireStack: []
                                          }
                                          
                                          Node.js v18.17.1
                                          js-controller:
                                          node:internal/modules/cjs/loader:1080
                                            throw err;
                                            ^
                                          
                                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                              at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                              at Module._load (node:internal/modules/cjs/loader:922:27)
                                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                              at node:internal/main/run_main_module:23:47 {
                                            code: 'MODULE_NOT_FOUND',
                                            requireStack: []
                                          }
                                          
                                          Node.js v18.17.1
                                          admin:
                                          node:internal/modules/cjs/loader:1080
                                            throw err;
                                            ^
                                          
                                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                              at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                              at Module._load (node:internal/modules/cjs/loader:922:27)
                                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                              at node:internal/main/run_main_module:23:47 {
                                            code: 'MODULE_NOT_FOUND',
                                            requireStack: []
                                          }
                                          
                                          Node.js v18.17.1
                                          javascript:
                                          
                                          npm ERR! code ELSPROBLEMS
                                          npm ERR! missing: iobroker.admin@stable, required by iobroker.inst@3.0.0
                                          npm ERR! missing: iobroker.backitup@stable, required by iobroker.inst@3.0.0
                                          npm ERR! missing: iobroker.discovery@stable, required by iobroker.inst@3.0.0
                                          npm ERR! missing: iobroker.js-controller@stable, required by iobroker.inst@3.0.0
                                          
                                          npm ERR! A complete log of this run can be found in: /home/Holger/.npm/_logs/2023-08-22T12_26_18_961Z-debug-0.log
                                          Adapters from github:   0
                                          
                                          Adapter State
                                          node:internal/modules/cjs/loader:1080
                                            throw err;
                                            ^
                                          
                                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                              at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                              at Module._load (node:internal/modules/cjs/loader:922:27)
                                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                              at node:internal/main/run_main_module:23:47 {
                                            code: 'MODULE_NOT_FOUND',
                                            requireStack: []
                                          }
                                          
                                          Node.js v18.17.1
                                          
                                          Enabled adapters with bindings
                                          node:internal/modules/cjs/loader:1080
                                            throw err;
                                            ^
                                          
                                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                              at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                              at Module._load (node:internal/modules/cjs/loader:922:27)
                                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                              at node:internal/main/run_main_module:23:47 {
                                            code: 'MODULE_NOT_FOUND',
                                            requireStack: []
                                          }
                                          
                                          Node.js v18.17.1
                                          
                                          ioBroker-Repositories
                                          node:internal/modules/cjs/loader:1080
                                            throw err;
                                            ^
                                          
                                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                              at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                              at Module._load (node:internal/modules/cjs/loader:922:27)
                                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                              at node:internal/main/run_main_module:23:47 {
                                            code: 'MODULE_NOT_FOUND',
                                            requireStack: []
                                          }
                                          
                                          Node.js v18.17.1
                                          
                                          Installed ioBroker-Instances
                                          node:internal/modules/cjs/loader:1080
                                            throw err;
                                            ^
                                          
                                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                              at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
                                              at Module._load (node:internal/modules/cjs/loader:922:27)
                                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                              at node:internal/main/run_main_module:23:47 {
                                            code: 'MODULE_NOT_FOUND',
                                            requireStack: []
                                          }
                                          
                                          Node.js v18.17.1
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        0
                                          States:         0
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://deb.debian.org/debian bullseye InRelease
                                          Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                          Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                          Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Hit:5 https://deb.nodesource.com/node_18.x bullseye 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          12883      474/sshd: /usr/sbin
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          12885      474/sshd: /usr/sbin
                                          udp        0      0 0.0.0.0:60377           0.0.0.0:*                           108        13975      354/avahi-daemon: r
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14343      602/dhcpcd
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13973      354/avahi-daemon: r
                                          udp6       0      0 :::546                  :::*                                0          1654       602/dhcpcd
                                          udp6       0      0 :::5353                 :::*                                108        13974      354/avahi-daemon: r
                                          udp6       0      0 :::43804                :::*                                108        13976      354/avahi-daemon: r
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          tail: cannot open '/opt/iobroker/log/iobroker.current.log' for reading: No such file or directory
                                          
                                          ============ Mark until here for C&P =============
                                          
                                          D 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          670

                                          Online

                                          32.5k

                                          Benutzer

                                          81.7k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe