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. ioBroker Allgemein
  4. Server Cannot start inMem-objects on port 9001

NEWS

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

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

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

Server Cannot start inMem-objects on port 9001

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
429 Beiträge 40 Kommentatoren 96.4k Aufrufe 39 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.
  • Thomas BraunT Thomas Braun

    @doggie

    Grafik-Mumpitz ausschalten, updates einspielen.

    D Offline
    D Offline
    Doggie
    schrieb am zuletzt editiert von
    #358

    @thomas-braun Was bitte ist denn "Grafik-Mumpitz"?
    Gibt es einen Befehl: iob switchoff grafikmumpitz ?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • D Doggie

      @thomas-braun Was bitte ist denn "Grafik-Mumpitz"?
      Gibt es einen Befehl: iob switchoff grafikmumpitz ?

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

      @doggie

      sudo raspi-config
      

      Mumpitz im Menü ausschalten:

      1 System Options       
      S5 Boot / Auto Login 
      B1 Console           
      

      System im Terminal updaten:

      sudo apt update
      iob stop
      sudo apt full-upgrade
      sudo reboot
      

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Antwort Letzte Antwort
      0
      • D Doggie

        @apollon77 Der "Fix" hat nicht geholfen.

        ======================= SUMMARY =======================
                             v.2023-01-02
        
        
        Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
        Installation:           Native
        Timezone:               Europe/Berlin
        User-ID:                1000
        X-Server:               true
        Boot Target:            graphical.target
        
        Pending OS-Updates:     116
        
        Nodejs-Installation:    /usr/bin/nodejs         v16.17.0
                                /usr/bin/node           v16.17.0
                                /usr/bin/npm            8.15.0
                                /usr/bin/npx            8.15.0
        
        ioBroker Core:          js-controller           4.0.24
                                admin                   6.3.5
        
        ioBroker Status:        iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Status admin:
        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        
        Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
        Cannot download repository file from "http://download.iobroker.net/sources-dist.json": timeout of 10000ms exceeded
        Pending iob updates:    0
        
        Active repo(s): stable
        
        Objects:                2271
        States:                 1825
        
        Size of iob-Database:
        
        16M     /opt/iobroker/iobroker-data/objects.jsonl
        2.7M    /opt/iobroker/iobroker-data/states.jsonl
        
        
        =================== END OF SUMMARY ====================
        apollon77A Offline
        apollon77A Offline
        apollon77
        schrieb am zuletzt editiert von
        #360

        @doggie Bist Du sicher??? Also in iob diag sind einige Ausgaben drin die DB Access brauchen und die tun alle ... Also was genau passiert?

        Das einzige was hier in der Ausgabe komisch ist sind die Timeouts beim laden der Repo Files ... aber das hat mit dem Thema das er nicht startet nichts zu tun an sich

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        1 Antwort Letzte Antwort
        0
        • D Offline
          D Offline
          Doggie
          schrieb am zuletzt editiert von
          #361

          @thomas-braun o.k. Danke!

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • D Doggie

            @thomas-braun o.k. Danke!

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

            @doggie

            Und was sagt

            iob diag
            

            nun in der Langfassung?

            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

              @doggie

              Und was sagt

              iob diag
              

              nun in der Langfassung?

              D Offline
              D Offline
              Doggie
              schrieb am zuletzt editiert von Doggie
              #363

              @thomas-braun
              o.k. das ist echt lang:

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

              Skript v.2023-01-02
              
              *** BASE SYSTEM ***
              Model           : Raspberry Pi 4 Model B Rev 1.2
              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:
               19:10:29 up 50 min,  1 user,  load average: 0.31, 0.37, 0.36
              CPU threads: 4
              
              *** Time and Time Zones ***
              Fri Jan 27 18:10:29 UTC 2023
              Fri Jan 27 19:10:29 CET 2023
              CET +0100
              Europe/Berlin
              
              *** User and Groups ***
              pi
              /home/pi
              pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
              
              *** X-Server-Setup ***
              X-Server:       false
              Desktop:
              Terminal:       tty
              Boot Target:    multi-user.target
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            3.8G        1.3G        2.2G        1.0M        334M        2.8G
              Swap:            99M          0B         99M
              Total:          3.9G        1.3G        2.3G
              
                       3838 M total memory
                       1280 M used memory
                        151 M active memory
                       1350 M inactive memory
                       2224 M free memory
                         53 M buffer memory
                        281 M swap cache
                         99 M total swap
                          0 M used swap
                         99 M free swap
              
              *** FILESYSTEM ***
              Filesystem     Type      Size  Used Avail Use% Mounted on
              /dev/root      ext4       59G  6.5G   50G  12% /
              devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
              tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
              tmpfs          tmpfs     768M  1.2M  767M   1% /run
              tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
              /dev/sda1      exfat     7.5G  7.5G  8.1M 100% /mnt/usb0
              /dev/mmcblk0p1 vfat      255M   50M  206M  20% /boot
              tmpfs          tmpfs     384M   16K  384M   1% /run/user/1000
              
              Messages in dmesg:
              [Fri Jan 27 18:20:15 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:A6:B0:73 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=4b9b7d8f-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
              [Fri Jan 27 18:20:16 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Fri Jan 27 18:20:16 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
              [Fri Jan 27 18:20:19 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
              
              Show mounted filesystems (real ones only):
              TARGET      SOURCE         FSTYPE OPTIONS
              /           /dev/mmcblk0p2 ext4   rw,noatime
              |-/mnt/usb0 /dev/sda1      exfat  rw,nosuid,nodev,noexec,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
              `-/boot     /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
              
              Files in neuralgic directories:
              
              /var:
              1.2G    /var/
              860M    /var/log
              841M    /var/log/journal/a67c6b0af55647aea7f6b6889796f9aa
              841M    /var/log/journal
              143M    /var/cache
              
              /opt/iobroker/backups:
              85M     /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              319M    /opt/iobroker/iobroker-data/
              269M    /opt/iobroker/iobroker-data/files
              72M     /opt/iobroker/iobroker-data/files/telegram.admin
              51M     /opt/iobroker/iobroker-data/files/javascript.admin
              48M     /opt/iobroker/iobroker-data/files/telegram.admin/custom/static/js
              
              The five largest files in iobroker-data are:
              33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
              19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
              15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
              12M     /opt/iobroker/iobroker-data/objects.jsonl
              9.7M    /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.bbfeb1bf.js.map
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v16.19.0
              /usr/bin/node           v16.19.0
              /usr/bin/npm            8.19.3
              /usr/bin/npx            8.19.3
              
              nodejs:
                Installed: 16.19.0-deb-1nodesource1
                Candidate: 16.19.0-deb-1nodesource1
                Version table:
               *** 16.19.0-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                      100 /var/lib/dpkg/status
                   12.22.12~dfsg-1~deb11u3 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              
              Temp directories causing npm8 problem: 0
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Core adapters versions
              js-controller:  4.0.24
              admin:          6.3.5
              javascript:     6.1.4
              
              Adapters from github:   0
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
              + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
              + system.adapter.ble.0                    : ble                   : raspberrypi                              -  enabled
              + system.adapter.chromecast.0             : chromecast            : raspberrypi                              -  enabled
              + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                system.adapter.devices.0                : devices               : raspberrypi                              -  enabled
              + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
              + system.adapter.history.0                : history               : raspberrypi                              -  enabled
              + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
              + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
              + system.adapter.jarvis.0                 : jarvis                : raspberrypi                              -  enabled
              + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
              + system.adapter.mqtt-client.0            : mqtt-client           : raspberrypi                              -  enabled, port: 1883
              + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.41
                system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
              + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
              + system.adapter.samsung.0                : samsung               : raspberrypi                              -  enabled
              + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
              + system.adapter.smartthings.0            : smartthings           : raspberrypi                              -  enabled
              + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
              + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
              + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
              + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.mqtt-client.0            : mqtt-client           : raspberrypi                              -  enabled, port: 1883
              + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.41
              + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
              + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
              
              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
              Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
              Cannot download repository file from "http://download.iobroker.net/sources-dist.json": timeout of 10000ms exceeded
              Adapter    "admin"        : 6.3.5    , installed 6.3.5
              Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
              Adapter    "backitup"     : 2.5.10   , installed 2.5.10
              Adapter    "ble"          : 0.13.0   , installed 0.13.0
              Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
              Adapter    "cloud"        : 4.3.0    , installed 4.3.0
              Adapter    "devices"      : 1.1.2    , installed 1.1.2
              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
              Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
              Adapter    "fritzdect"    : 2.2.6    , installed 2.2.6
              Adapter    "history"      : 2.2.4    , installed 2.2.4
              Adapter    "info"         : 1.9.19   , installed 1.9.19
              Adapter    "iot"          : 1.14.2   , installed 1.14.2
              Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
              Adapter    "javascript"   : 6.1.4    , installed 6.1.4
              Controller "js-controller": 4.0.24   , installed 4.0.24
              Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
              Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
              Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
              Adapter    "ping"         : 1.5.3    , installed 1.5.3
              Adapter    "samsung"      : 0.5.11   , installed 0.5.11
              Adapter    "shelly"       : 6.0.0    , installed 6.0.0
              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
              Adapter    "smartthings"  : 0.0.4    , installed 0.0.4
              Adapter    "socketio"     : 4.2.0    , installed 4.2.0
              Adapter    "telegram"     : 1.15.2   , installed 1.15.2
              Adapter    "text2command" : 2.3.0    , installed 2.3.0
              Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
              Adapter    "tuya"         : 3.12.1   , installed 3.12.1
              Adapter    "vis"          : 1.4.15   , installed 1.4.15
              Adapter    "web"          : 4.3.0    , installed 4.3.0
              Adapter    "ws"           : 1.3.0    , installed 1.3.0
              Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
              
              Objects and States
              Please stand by - This may take a while
              Objects:        2266
              States:         1820
              
              *** OS-Repositories and Updates ***
              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_16.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 192.168.178.41:1883     0.0.0.0:*               LISTEN      1001       17603      1166/io.mqtt.0
              tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       18028      1411/io.jarvis.0
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13055      555/sshd: /usr/sbin
              tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          14282      520/cupsd
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       11055      522/iobroker.js-con
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       14329      522/iobroker.js-con
              tcp6       0      0 :::22                   :::*                    LISTEN      0          13057      555/sshd: /usr/sbin
              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       17958      1351/io.web.0
              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13237      685/io.admin.0
              tcp6       0      0 ::1:631                 :::*                    LISTEN      0          14281      520/cupsd
              udp        0      0 0.0.0.0:40825           0.0.0.0:*                           108        10701      347/avahi-daemon: r
              udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       15752      1275/io.tuya.0
              udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       15753      1275/io.tuya.0
              udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       14914      1215/io.shelly.0
              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13140      472/dhcpcd
              udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          13129      610/cups-browsed
              udp        0      0 192.168.178.29:123      0.0.0.0:*                           116        14608      554/ntpd
              udp        0      0 192.168.178.41:123      0.0.0.0:*                           116        14551      554/ntpd
              udp        0      0 127.0.0.1:123           0.0.0.0:*                           0          10981      554/ntpd
              udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          10977      554/ntpd
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15969      1381/io.chromecast.
              udp        0      0 192.168.178.29:5353     0.0.0.0:*                           1001       14748      1146/io.tr-064.0
              udp        0      0 192.168.178.41:5353     0.0.0.0:*                           1001       14747      1146/io.tr-064.0
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        10699      347/avahi-daemon: r
              udp6       0      0 :::50030                :::*                                108        10702      347/avahi-daemon: r
              udp6       0      0 :::546                  :::*                                0          13153      472/dhcpcd
              udp6       0      0 2001:9e8:6269:8300::123 :::*                                116        14670      554/ntpd
              udp6       0      0 2001:9e8:6269:8300::123 :::*                                116        14649      554/ntpd
              udp6       0      0 fe80::4017:de71:8ff:123 :::*                                116        14502      554/ntpd
              udp6       0      0 fe80::cb6f:a96d:5ee:123 :::*                                116        11206      554/ntpd
              udp6       0      0 ::1:123                 :::*                                0          10983      554/ntpd
              udp6       0      0 :::123                  :::*                                0          10974      554/ntpd
              udp6       0      0 :::5353                 :::*                                108        10700      347/avahi-daemon: r
              
              *** Log File - Last 25 Lines ***
              
              2023-01-27 18:21:50.553  - warn: jarvis.0 (1411) Alias alias.0.Aussenbereich.Aussensteckdose.SET has no target 12
              2023-01-27 18:21:50.555  - warn: jarvis.0 (1411) Alias alias.0.Aussenbereich.Aussensteckdose.AVAILABLE has no target 12
              2023-01-27 18:21:52.523  - info: text2command.0 (1426) starting. Version 2.3.0 in /opt/iobroker/node_modules/iobroker.text2command, node: v16.19.0, js-controller: 4.0.24
              2023-01-27 18:21:54.444  - info: host.raspberrypi instance system.adapter.info.0 started with pid 1450
              2023-01-27 18:21:58.345  - info: host.raspberrypi instance system.adapter.iot.0 started with pid 1473
              2023-01-27 18:21:59.327  - info: info.0 (1450) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v16.19.0, js-controller: 4.0.24
              2023-01-27 18:21:59.498  - info: info.0 (1450) Reading/updating systemdata.
              2023-01-27 18:22:00.804  - info: info.0 (1450) cpu Temp res = {"main":39.92,"cores":[],"max":39.92,"socket":[],"chipset":null}
              2023-01-27 18:22:01.852  - info: iot.0 (1473) starting. Version 1.14.2 in /opt/iobroker/node_modules/iobroker.iot, node: v16.19.0, js-controller: 4.0.24
              2023-01-27 18:22:01.991  - info: iot.0 (1473) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
              2023-01-27 18:22:02.380  - info: host.raspberrypi instance system.adapter.smartthings.0 started with pid 1638
              2023-01-27 18:22:02.896  - info: iot.0 (1473) Connection changed: connect
              2023-01-27 18:22:05.379  - info: smartthings.0 (1638) starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.smartthings, node: v16.19.0, js-controller: 4.0.24
              2023-01-27 18:22:05.727  - error: smartthings.0 (1638) AxiosError: Request failed with status code 403
              2023-01-27 18:22:05.728  - error: smartthings.0 (1638) ""
              2023-01-27 18:22:06.333  - info: host.raspberrypi instance system.adapter.ble.0 started with pid 1657
              2023-01-27 18:22:08.944  - info: ble.0 (1657) starting. Version 0.13.0 in /opt/iobroker/node_modules/iobroker.ble, node: v16.19.0, js-controller: 4.0.24
              2023-01-27 18:22:09.090  - info: ble.0 (1657) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
              2023-01-27 18:22:09.092  - info: ble.0 (1657) enabled plugins: _default
              2023-01-27 18:22:09.095  - info: ble.0 (1657) monitored services:
              2023-01-27 18:22:09.176  - info: ble.0 (1657) starting scanner process...
              2023-01-27 18:22:09.843  - info: ble.0 (1657) starting scan for services []
              2023-01-27 18:22:15.400  - info: cloud.0 (1396) Trying to connect as system.user.admin to cloud
              2023-01-27 18:22:15.605  - info: cloud.0 (1396) Connection changed: connect
              2023-01-27 18:52:54.695  - warn: zigbee.0 (1290) DeviceAvailability:Stopping to ping 0xf0d1b8be2408070d A60 DIM T after 4 ping attempts
              
              

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

              iob diag has finished.

              Das Update war ja sicher nötig.
              Das eigentliche Problem - die Nicht-Erreichbarkeit im Browser- besteht aber nach wie vor.
              Ich bin für weitere Vorschläge dankbar.

              Der ioBroker scheint aber zu funktionieren. Er hat die Leuchten, die er schalten soll angeschaltet.

              Thomas BraunT apollon77A 2 Antworten Letzte Antwort
              0
              • D Doggie

                @thomas-braun
                o.k. das ist echt lang:

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

                Skript v.2023-01-02
                
                *** BASE SYSTEM ***
                Model           : Raspberry Pi 4 Model B Rev 1.2
                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:
                 19:10:29 up 50 min,  1 user,  load average: 0.31, 0.37, 0.36
                CPU threads: 4
                
                *** Time and Time Zones ***
                Fri Jan 27 18:10:29 UTC 2023
                Fri Jan 27 19:10:29 CET 2023
                CET +0100
                Europe/Berlin
                
                *** User and Groups ***
                pi
                /home/pi
                pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                
                *** X-Server-Setup ***
                X-Server:       false
                Desktop:
                Terminal:       tty
                Boot Target:    multi-user.target
                
                *** MEMORY ***
                               total        used        free      shared  buff/cache   available
                Mem:            3.8G        1.3G        2.2G        1.0M        334M        2.8G
                Swap:            99M          0B         99M
                Total:          3.9G        1.3G        2.3G
                
                         3838 M total memory
                         1280 M used memory
                          151 M active memory
                         1350 M inactive memory
                         2224 M free memory
                           53 M buffer memory
                          281 M swap cache
                           99 M total swap
                            0 M used swap
                           99 M free swap
                
                *** FILESYSTEM ***
                Filesystem     Type      Size  Used Avail Use% Mounted on
                /dev/root      ext4       59G  6.5G   50G  12% /
                devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
                tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                tmpfs          tmpfs     768M  1.2M  767M   1% /run
                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                /dev/sda1      exfat     7.5G  7.5G  8.1M 100% /mnt/usb0
                /dev/mmcblk0p1 vfat      255M   50M  206M  20% /boot
                tmpfs          tmpfs     384M   16K  384M   1% /run/user/1000
                
                Messages in dmesg:
                [Fri Jan 27 18:20:15 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:A6:B0:73 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=4b9b7d8f-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                [Fri Jan 27 18:20:16 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                [Fri Jan 27 18:20:16 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                [Fri Jan 27 18:20:19 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
                
                Show mounted filesystems (real ones only):
                TARGET      SOURCE         FSTYPE OPTIONS
                /           /dev/mmcblk0p2 ext4   rw,noatime
                |-/mnt/usb0 /dev/sda1      exfat  rw,nosuid,nodev,noexec,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                `-/boot     /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                
                Files in neuralgic directories:
                
                /var:
                1.2G    /var/
                860M    /var/log
                841M    /var/log/journal/a67c6b0af55647aea7f6b6889796f9aa
                841M    /var/log/journal
                143M    /var/cache
                
                /opt/iobroker/backups:
                85M     /opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                319M    /opt/iobroker/iobroker-data/
                269M    /opt/iobroker/iobroker-data/files
                72M     /opt/iobroker/iobroker-data/files/telegram.admin
                51M     /opt/iobroker/iobroker-data/files/javascript.admin
                48M     /opt/iobroker/iobroker-data/files/telegram.admin/custom/static/js
                
                The five largest files in iobroker-data are:
                33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
                19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
                15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                12M     /opt/iobroker/iobroker-data/objects.jsonl
                9.7M    /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.bbfeb1bf.js.map
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs         v16.19.0
                /usr/bin/node           v16.19.0
                /usr/bin/npm            8.19.3
                /usr/bin/npx            8.19.3
                
                nodejs:
                  Installed: 16.19.0-deb-1nodesource1
                  Candidate: 16.19.0-deb-1nodesource1
                  Version table:
                 *** 16.19.0-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                        100 /var/lib/dpkg/status
                     12.22.12~dfsg-1~deb11u3 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                
                Temp directories causing npm8 problem: 0
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Core adapters versions
                js-controller:  4.0.24
                admin:          6.3.5
                javascript:     6.1.4
                
                Adapters from github:   0
                
                Adapter State
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                + system.adapter.ble.0                    : ble                   : raspberrypi                              -  enabled
                + system.adapter.chromecast.0             : chromecast            : raspberrypi                              -  enabled
                + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                  system.adapter.devices.0                : devices               : raspberrypi                              -  enabled
                + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                + system.adapter.jarvis.0                 : jarvis                : raspberrypi                              -  enabled
                + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                + system.adapter.mqtt-client.0            : mqtt-client           : raspberrypi                              -  enabled, port: 1883
                + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.41
                  system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                + system.adapter.samsung.0                : samsung               : raspberrypi                              -  enabled
                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                + system.adapter.smartthings.0            : smartthings           : raspberrypi                              -  enabled
                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                  system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                
                + instance is alive
                
                Enabled adapters with bindings
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.mqtt-client.0            : mqtt-client           : raspberrypi                              -  enabled, port: 1883
                + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.41
                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                
                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
                Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
                Cannot download repository file from "http://download.iobroker.net/sources-dist.json": timeout of 10000ms exceeded
                Adapter    "admin"        : 6.3.5    , installed 6.3.5
                Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                Adapter    "backitup"     : 2.5.10   , installed 2.5.10
                Adapter    "ble"          : 0.13.0   , installed 0.13.0
                Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                Adapter    "cloud"        : 4.3.0    , installed 4.3.0
                Adapter    "devices"      : 1.1.2    , installed 1.1.2
                Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
                Adapter    "fritzdect"    : 2.2.6    , installed 2.2.6
                Adapter    "history"      : 2.2.4    , installed 2.2.4
                Adapter    "info"         : 1.9.19   , installed 1.9.19
                Adapter    "iot"          : 1.14.2   , installed 1.14.2
                Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                Controller "js-controller": 4.0.24   , installed 4.0.24
                Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                Adapter    "ping"         : 1.5.3    , installed 1.5.3
                Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                Adapter    "smartthings"  : 0.0.4    , installed 0.0.4
                Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                Adapter    "text2command" : 2.3.0    , installed 2.3.0
                Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
                Adapter    "tuya"         : 3.12.1   , installed 3.12.1
                Adapter    "vis"          : 1.4.15   , installed 1.4.15
                Adapter    "web"          : 4.3.0    , installed 4.3.0
                Adapter    "ws"           : 1.3.0    , installed 1.3.0
                Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                
                Objects and States
                Please stand by - This may take a while
                Objects:        2266
                States:         1820
                
                *** OS-Repositories and Updates ***
                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_16.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 192.168.178.41:1883     0.0.0.0:*               LISTEN      1001       17603      1166/io.mqtt.0
                tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       18028      1411/io.jarvis.0
                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13055      555/sshd: /usr/sbin
                tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          14282      520/cupsd
                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       11055      522/iobroker.js-con
                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       14329      522/iobroker.js-con
                tcp6       0      0 :::22                   :::*                    LISTEN      0          13057      555/sshd: /usr/sbin
                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       17958      1351/io.web.0
                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13237      685/io.admin.0
                tcp6       0      0 ::1:631                 :::*                    LISTEN      0          14281      520/cupsd
                udp        0      0 0.0.0.0:40825           0.0.0.0:*                           108        10701      347/avahi-daemon: r
                udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       15752      1275/io.tuya.0
                udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       15753      1275/io.tuya.0
                udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       14914      1215/io.shelly.0
                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13140      472/dhcpcd
                udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          13129      610/cups-browsed
                udp        0      0 192.168.178.29:123      0.0.0.0:*                           116        14608      554/ntpd
                udp        0      0 192.168.178.41:123      0.0.0.0:*                           116        14551      554/ntpd
                udp        0      0 127.0.0.1:123           0.0.0.0:*                           0          10981      554/ntpd
                udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          10977      554/ntpd
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15969      1381/io.chromecast.
                udp        0      0 192.168.178.29:5353     0.0.0.0:*                           1001       14748      1146/io.tr-064.0
                udp        0      0 192.168.178.41:5353     0.0.0.0:*                           1001       14747      1146/io.tr-064.0
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        10699      347/avahi-daemon: r
                udp6       0      0 :::50030                :::*                                108        10702      347/avahi-daemon: r
                udp6       0      0 :::546                  :::*                                0          13153      472/dhcpcd
                udp6       0      0 2001:9e8:6269:8300::123 :::*                                116        14670      554/ntpd
                udp6       0      0 2001:9e8:6269:8300::123 :::*                                116        14649      554/ntpd
                udp6       0      0 fe80::4017:de71:8ff:123 :::*                                116        14502      554/ntpd
                udp6       0      0 fe80::cb6f:a96d:5ee:123 :::*                                116        11206      554/ntpd
                udp6       0      0 ::1:123                 :::*                                0          10983      554/ntpd
                udp6       0      0 :::123                  :::*                                0          10974      554/ntpd
                udp6       0      0 :::5353                 :::*                                108        10700      347/avahi-daemon: r
                
                *** Log File - Last 25 Lines ***
                
                2023-01-27 18:21:50.553  - warn: jarvis.0 (1411) Alias alias.0.Aussenbereich.Aussensteckdose.SET has no target 12
                2023-01-27 18:21:50.555  - warn: jarvis.0 (1411) Alias alias.0.Aussenbereich.Aussensteckdose.AVAILABLE has no target 12
                2023-01-27 18:21:52.523  - info: text2command.0 (1426) starting. Version 2.3.0 in /opt/iobroker/node_modules/iobroker.text2command, node: v16.19.0, js-controller: 4.0.24
                2023-01-27 18:21:54.444  - info: host.raspberrypi instance system.adapter.info.0 started with pid 1450
                2023-01-27 18:21:58.345  - info: host.raspberrypi instance system.adapter.iot.0 started with pid 1473
                2023-01-27 18:21:59.327  - info: info.0 (1450) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v16.19.0, js-controller: 4.0.24
                2023-01-27 18:21:59.498  - info: info.0 (1450) Reading/updating systemdata.
                2023-01-27 18:22:00.804  - info: info.0 (1450) cpu Temp res = {"main":39.92,"cores":[],"max":39.92,"socket":[],"chipset":null}
                2023-01-27 18:22:01.852  - info: iot.0 (1473) starting. Version 1.14.2 in /opt/iobroker/node_modules/iobroker.iot, node: v16.19.0, js-controller: 4.0.24
                2023-01-27 18:22:01.991  - info: iot.0 (1473) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                2023-01-27 18:22:02.380  - info: host.raspberrypi instance system.adapter.smartthings.0 started with pid 1638
                2023-01-27 18:22:02.896  - info: iot.0 (1473) Connection changed: connect
                2023-01-27 18:22:05.379  - info: smartthings.0 (1638) starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.smartthings, node: v16.19.0, js-controller: 4.0.24
                2023-01-27 18:22:05.727  - error: smartthings.0 (1638) AxiosError: Request failed with status code 403
                2023-01-27 18:22:05.728  - error: smartthings.0 (1638) ""
                2023-01-27 18:22:06.333  - info: host.raspberrypi instance system.adapter.ble.0 started with pid 1657
                2023-01-27 18:22:08.944  - info: ble.0 (1657) starting. Version 0.13.0 in /opt/iobroker/node_modules/iobroker.ble, node: v16.19.0, js-controller: 4.0.24
                2023-01-27 18:22:09.090  - info: ble.0 (1657) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
                2023-01-27 18:22:09.092  - info: ble.0 (1657) enabled plugins: _default
                2023-01-27 18:22:09.095  - info: ble.0 (1657) monitored services:
                2023-01-27 18:22:09.176  - info: ble.0 (1657) starting scanner process...
                2023-01-27 18:22:09.843  - info: ble.0 (1657) starting scan for services []
                2023-01-27 18:22:15.400  - info: cloud.0 (1396) Trying to connect as system.user.admin to cloud
                2023-01-27 18:22:15.605  - info: cloud.0 (1396) Connection changed: connect
                2023-01-27 18:52:54.695  - warn: zigbee.0 (1290) DeviceAvailability:Stopping to ping 0xf0d1b8be2408070d A60 DIM T after 4 ping attempts
                
                

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

                iob diag has finished.

                Das Update war ja sicher nötig.
                Das eigentliche Problem - die Nicht-Erreichbarkeit im Browser- besteht aber nach wie vor.
                Ich bin für weitere Vorschläge dankbar.

                Der ioBroker scheint aber zu funktionieren. Er hat die Leuchten, die er schalten soll angeschaltet.

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

                @doggie

                Deim Gerät /dev/sda1 ist rappelvoll.

                Und mit dem Netzwerk stimmt wohl auch irgendwie was 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
                • D Offline
                  D Offline
                  Doggie
                  schrieb am zuletzt editiert von
                  #365

                  @thomas-braun ups... das ist mir garnicht aufgefallen. Das ist der USB-Stick für die Backups.
                  Dann werd ich mal schauen, wie ich die ältesten Backups lösche.

                  1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @doggie

                    Deim Gerät /dev/sda1 ist rappelvoll.

                    Und mit dem Netzwerk stimmt wohl auch irgendwie was nicht.

                    D Offline
                    D Offline
                    Doggie
                    schrieb am zuletzt editiert von
                    #366

                    @thomas-braun Tja das Netzwerk...ich frag mich, wie ich da weiter komme.

                    1 Antwort Letzte Antwort
                    0
                    • D Doggie

                      @thomas-braun
                      o.k. das ist echt lang:

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

                      Skript v.2023-01-02
                      
                      *** BASE SYSTEM ***
                      Model           : Raspberry Pi 4 Model B Rev 1.2
                      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:
                       19:10:29 up 50 min,  1 user,  load average: 0.31, 0.37, 0.36
                      CPU threads: 4
                      
                      *** Time and Time Zones ***
                      Fri Jan 27 18:10:29 UTC 2023
                      Fri Jan 27 19:10:29 CET 2023
                      CET +0100
                      Europe/Berlin
                      
                      *** User and Groups ***
                      pi
                      /home/pi
                      pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                      
                      *** X-Server-Setup ***
                      X-Server:       false
                      Desktop:
                      Terminal:       tty
                      Boot Target:    multi-user.target
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            3.8G        1.3G        2.2G        1.0M        334M        2.8G
                      Swap:            99M          0B         99M
                      Total:          3.9G        1.3G        2.3G
                      
                               3838 M total memory
                               1280 M used memory
                                151 M active memory
                               1350 M inactive memory
                               2224 M free memory
                                 53 M buffer memory
                                281 M swap cache
                                 99 M total swap
                                  0 M used swap
                                 99 M free swap
                      
                      *** FILESYSTEM ***
                      Filesystem     Type      Size  Used Avail Use% Mounted on
                      /dev/root      ext4       59G  6.5G   50G  12% /
                      devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
                      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                      tmpfs          tmpfs     768M  1.2M  767M   1% /run
                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                      /dev/sda1      exfat     7.5G  7.5G  8.1M 100% /mnt/usb0
                      /dev/mmcblk0p1 vfat      255M   50M  206M  20% /boot
                      tmpfs          tmpfs     384M   16K  384M   1% /run/user/1000
                      
                      Messages in dmesg:
                      [Fri Jan 27 18:20:15 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:A6:B0:73 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=4b9b7d8f-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                      [Fri Jan 27 18:20:16 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                      [Fri Jan 27 18:20:16 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                      [Fri Jan 27 18:20:19 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
                      
                      Show mounted filesystems (real ones only):
                      TARGET      SOURCE         FSTYPE OPTIONS
                      /           /dev/mmcblk0p2 ext4   rw,noatime
                      |-/mnt/usb0 /dev/sda1      exfat  rw,nosuid,nodev,noexec,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                      `-/boot     /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                      
                      Files in neuralgic directories:
                      
                      /var:
                      1.2G    /var/
                      860M    /var/log
                      841M    /var/log/journal/a67c6b0af55647aea7f6b6889796f9aa
                      841M    /var/log/journal
                      143M    /var/cache
                      
                      /opt/iobroker/backups:
                      85M     /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      319M    /opt/iobroker/iobroker-data/
                      269M    /opt/iobroker/iobroker-data/files
                      72M     /opt/iobroker/iobroker-data/files/telegram.admin
                      51M     /opt/iobroker/iobroker-data/files/javascript.admin
                      48M     /opt/iobroker/iobroker-data/files/telegram.admin/custom/static/js
                      
                      The five largest files in iobroker-data are:
                      33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
                      19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
                      15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                      12M     /opt/iobroker/iobroker-data/objects.jsonl
                      9.7M    /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.bbfeb1bf.js.map
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v16.19.0
                      /usr/bin/node           v16.19.0
                      /usr/bin/npm            8.19.3
                      /usr/bin/npx            8.19.3
                      
                      nodejs:
                        Installed: 16.19.0-deb-1nodesource1
                        Candidate: 16.19.0-deb-1nodesource1
                        Version table:
                       *** 16.19.0-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                              100 /var/lib/dpkg/status
                           12.22.12~dfsg-1~deb11u3 500
                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                      
                      Temp directories causing npm8 problem: 0
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Core adapters versions
                      js-controller:  4.0.24
                      admin:          6.3.5
                      javascript:     6.1.4
                      
                      Adapters from github:   0
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                      + system.adapter.ble.0                    : ble                   : raspberrypi                              -  enabled
                      + system.adapter.chromecast.0             : chromecast            : raspberrypi                              -  enabled
                      + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                        system.adapter.devices.0                : devices               : raspberrypi                              -  enabled
                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                      + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                      + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                      + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                      + system.adapter.jarvis.0                 : jarvis                : raspberrypi                              -  enabled
                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                      + system.adapter.mqtt-client.0            : mqtt-client           : raspberrypi                              -  enabled, port: 1883
                      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.41
                        system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                      + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                      + system.adapter.samsung.0                : samsung               : raspberrypi                              -  enabled
                      + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.smartthings.0            : smartthings           : raspberrypi                              -  enabled
                      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                      + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                      + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.mqtt-client.0            : mqtt-client           : raspberrypi                              -  enabled, port: 1883
                      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.178.41
                      + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                      
                      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
                      Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
                      Cannot download repository file from "http://download.iobroker.net/sources-dist.json": timeout of 10000ms exceeded
                      Adapter    "admin"        : 6.3.5    , installed 6.3.5
                      Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                      Adapter    "backitup"     : 2.5.10   , installed 2.5.10
                      Adapter    "ble"          : 0.13.0   , installed 0.13.0
                      Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                      Adapter    "cloud"        : 4.3.0    , installed 4.3.0
                      Adapter    "devices"      : 1.1.2    , installed 1.1.2
                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                      Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
                      Adapter    "fritzdect"    : 2.2.6    , installed 2.2.6
                      Adapter    "history"      : 2.2.4    , installed 2.2.4
                      Adapter    "info"         : 1.9.19   , installed 1.9.19
                      Adapter    "iot"          : 1.14.2   , installed 1.14.2
                      Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                      Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                      Controller "js-controller": 4.0.24   , installed 4.0.24
                      Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                      Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                      Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                      Adapter    "ping"         : 1.5.3    , installed 1.5.3
                      Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                      Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                      Adapter    "smartthings"  : 0.0.4    , installed 0.0.4
                      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                      Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                      Adapter    "text2command" : 2.3.0    , installed 2.3.0
                      Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
                      Adapter    "tuya"         : 3.12.1   , installed 3.12.1
                      Adapter    "vis"          : 1.4.15   , installed 1.4.15
                      Adapter    "web"          : 4.3.0    , installed 4.3.0
                      Adapter    "ws"           : 1.3.0    , installed 1.3.0
                      Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        2266
                      States:         1820
                      
                      *** OS-Repositories and Updates ***
                      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_16.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 192.168.178.41:1883     0.0.0.0:*               LISTEN      1001       17603      1166/io.mqtt.0
                      tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       18028      1411/io.jarvis.0
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13055      555/sshd: /usr/sbin
                      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          14282      520/cupsd
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       11055      522/iobroker.js-con
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       14329      522/iobroker.js-con
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          13057      555/sshd: /usr/sbin
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       17958      1351/io.web.0
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13237      685/io.admin.0
                      tcp6       0      0 ::1:631                 :::*                    LISTEN      0          14281      520/cupsd
                      udp        0      0 0.0.0.0:40825           0.0.0.0:*                           108        10701      347/avahi-daemon: r
                      udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       15752      1275/io.tuya.0
                      udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       15753      1275/io.tuya.0
                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       14914      1215/io.shelly.0
                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13140      472/dhcpcd
                      udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          13129      610/cups-browsed
                      udp        0      0 192.168.178.29:123      0.0.0.0:*                           116        14608      554/ntpd
                      udp        0      0 192.168.178.41:123      0.0.0.0:*                           116        14551      554/ntpd
                      udp        0      0 127.0.0.1:123           0.0.0.0:*                           0          10981      554/ntpd
                      udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          10977      554/ntpd
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15969      1381/io.chromecast.
                      udp        0      0 192.168.178.29:5353     0.0.0.0:*                           1001       14748      1146/io.tr-064.0
                      udp        0      0 192.168.178.41:5353     0.0.0.0:*                           1001       14747      1146/io.tr-064.0
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        10699      347/avahi-daemon: r
                      udp6       0      0 :::50030                :::*                                108        10702      347/avahi-daemon: r
                      udp6       0      0 :::546                  :::*                                0          13153      472/dhcpcd
                      udp6       0      0 2001:9e8:6269:8300::123 :::*                                116        14670      554/ntpd
                      udp6       0      0 2001:9e8:6269:8300::123 :::*                                116        14649      554/ntpd
                      udp6       0      0 fe80::4017:de71:8ff:123 :::*                                116        14502      554/ntpd
                      udp6       0      0 fe80::cb6f:a96d:5ee:123 :::*                                116        11206      554/ntpd
                      udp6       0      0 ::1:123                 :::*                                0          10983      554/ntpd
                      udp6       0      0 :::123                  :::*                                0          10974      554/ntpd
                      udp6       0      0 :::5353                 :::*                                108        10700      347/avahi-daemon: r
                      
                      *** Log File - Last 25 Lines ***
                      
                      2023-01-27 18:21:50.553  - warn: jarvis.0 (1411) Alias alias.0.Aussenbereich.Aussensteckdose.SET has no target 12
                      2023-01-27 18:21:50.555  - warn: jarvis.0 (1411) Alias alias.0.Aussenbereich.Aussensteckdose.AVAILABLE has no target 12
                      2023-01-27 18:21:52.523  - info: text2command.0 (1426) starting. Version 2.3.0 in /opt/iobroker/node_modules/iobroker.text2command, node: v16.19.0, js-controller: 4.0.24
                      2023-01-27 18:21:54.444  - info: host.raspberrypi instance system.adapter.info.0 started with pid 1450
                      2023-01-27 18:21:58.345  - info: host.raspberrypi instance system.adapter.iot.0 started with pid 1473
                      2023-01-27 18:21:59.327  - info: info.0 (1450) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v16.19.0, js-controller: 4.0.24
                      2023-01-27 18:21:59.498  - info: info.0 (1450) Reading/updating systemdata.
                      2023-01-27 18:22:00.804  - info: info.0 (1450) cpu Temp res = {"main":39.92,"cores":[],"max":39.92,"socket":[],"chipset":null}
                      2023-01-27 18:22:01.852  - info: iot.0 (1473) starting. Version 1.14.2 in /opt/iobroker/node_modules/iobroker.iot, node: v16.19.0, js-controller: 4.0.24
                      2023-01-27 18:22:01.991  - info: iot.0 (1473) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                      2023-01-27 18:22:02.380  - info: host.raspberrypi instance system.adapter.smartthings.0 started with pid 1638
                      2023-01-27 18:22:02.896  - info: iot.0 (1473) Connection changed: connect
                      2023-01-27 18:22:05.379  - info: smartthings.0 (1638) starting. Version 0.0.4 in /opt/iobroker/node_modules/iobroker.smartthings, node: v16.19.0, js-controller: 4.0.24
                      2023-01-27 18:22:05.727  - error: smartthings.0 (1638) AxiosError: Request failed with status code 403
                      2023-01-27 18:22:05.728  - error: smartthings.0 (1638) ""
                      2023-01-27 18:22:06.333  - info: host.raspberrypi instance system.adapter.ble.0 started with pid 1657
                      2023-01-27 18:22:08.944  - info: ble.0 (1657) starting. Version 0.13.0 in /opt/iobroker/node_modules/iobroker.ble, node: v16.19.0, js-controller: 4.0.24
                      2023-01-27 18:22:09.090  - info: ble.0 (1657) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
                      2023-01-27 18:22:09.092  - info: ble.0 (1657) enabled plugins: _default
                      2023-01-27 18:22:09.095  - info: ble.0 (1657) monitored services:
                      2023-01-27 18:22:09.176  - info: ble.0 (1657) starting scanner process...
                      2023-01-27 18:22:09.843  - info: ble.0 (1657) starting scan for services []
                      2023-01-27 18:22:15.400  - info: cloud.0 (1396) Trying to connect as system.user.admin to cloud
                      2023-01-27 18:22:15.605  - info: cloud.0 (1396) Connection changed: connect
                      2023-01-27 18:52:54.695  - warn: zigbee.0 (1290) DeviceAvailability:Stopping to ping 0xf0d1b8be2408070d A60 DIM T after 4 ping attempts
                      
                      

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

                      iob diag has finished.

                      Das Update war ja sicher nötig.
                      Das eigentliche Problem - die Nicht-Erreichbarkeit im Browser- besteht aber nach wie vor.
                      Ich bin für weitere Vorschläge dankbar.

                      Der ioBroker scheint aber zu funktionieren. Er hat die Leuchten, die er schalten soll angeschaltet.

                      apollon77A Offline
                      apollon77A Offline
                      apollon77
                      schrieb am zuletzt editiert von
                      #367

                      @doggie na dann schau doch mal ins log. Dann scheint ja der Admin Adapter ein Problem beim
                      Starten zu haben - was aber dann jetzt ggf ein anderer Fehler ist als zu Beginn (oder du hast uns verwirrt in dem thread hier)

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      1 Antwort Letzte Antwort
                      0
                      • D Offline
                        D Offline
                        Doggie
                        schrieb am zuletzt editiert von
                        #368

                        @apollon77 verwirrt habe ich bestimmt niemanden. Zumindest nicht absichtlich, höchstens aus Unwissenheit.

                        1 Antwort Letzte Antwort
                        0
                        • D Offline
                          D Offline
                          Doggie
                          schrieb am zuletzt editiert von Doggie
                          #369

                          @apollon77 das war mal das log, als der iobroker am 23.1.2023 zum erstenmal im Browser nicht mehr erreichbar war:

                          code_text
                          ```pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs
                          2023-01-26 20:18:32.217  - info: host.raspberrypi iobroker.js-controller version 4.0.24 js-controller starting
                          2023-01-26 20:18:32.226  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                          2023-01-26 20:18:32.228  - info: host.raspberrypi hostname: raspberrypi, node: v16.17.0
                          2023-01-26 20:18:32.230  - info: host.raspberrypi ip addresses: 192.168.178.41 2001:9e8:6256:ee00:2a69:6134:2330:b0b3 fe80::cb6f:a96d:5ee2:712a 192.168.178.29 2001:9e8:6256:ee00:20a0:2b27:ab07:1ca7 fe80::4017:de71:8ffb:880a
                          2023-01-26 20:18:34.348  - error: host.raspberrypi-Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!```
                          code_text
                          

                          was jetzt drinsteht, schau ich noch mal

                          Ergänzung: Nach den Updates steht noch der gleiche Fehler drin. Es hat sich also nichts geändert. Und das Sympton -keine Erreichbarkeit im Browser- ist auch das gleiche

                          apollon77A 1 Antwort Letzte Antwort
                          0
                          • D Doggie

                            @apollon77 das war mal das log, als der iobroker am 23.1.2023 zum erstenmal im Browser nicht mehr erreichbar war:

                            code_text
                            ```pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs
                            2023-01-26 20:18:32.217  - info: host.raspberrypi iobroker.js-controller version 4.0.24 js-controller starting
                            2023-01-26 20:18:32.226  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                            2023-01-26 20:18:32.228  - info: host.raspberrypi hostname: raspberrypi, node: v16.17.0
                            2023-01-26 20:18:32.230  - info: host.raspberrypi ip addresses: 192.168.178.41 2001:9e8:6256:ee00:2a69:6134:2330:b0b3 fe80::cb6f:a96d:5ee2:712a 192.168.178.29 2001:9e8:6256:ee00:20a0:2b27:ab07:1ca7 fe80::4017:de71:8ffb:880a
                            2023-01-26 20:18:34.348  - error: host.raspberrypi-Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!```
                            code_text
                            

                            was jetzt drinsteht, schau ich noch mal

                            Ergänzung: Nach den Updates steht noch der gleiche Fehler drin. Es hat sich also nichts geändert. Und das Sympton -keine Erreichbarkeit im Browser- ist auch das gleiche

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            schrieb am zuletzt editiert von
                            #370

                            @doggie also wenn es dieser Fehler ist der jetzt im log ist dann dürfte gar nichts funktionieren. Das passt nicht zusammen was du schreibst.

                            Reboote mal den Host und schau dann.

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            D 1 Antwort Letzte Antwort
                            0
                            • apollon77A apollon77

                              @doggie also wenn es dieser Fehler ist der jetzt im log ist dann dürfte gar nichts funktionieren. Das passt nicht zusammen was du schreibst.

                              Reboote mal den Host und schau dann.

                              D Offline
                              D Offline
                              Doggie
                              schrieb am zuletzt editiert von Doggie
                              #371

                              @apollon77 Der angegebene Fehler steht ja nicht im "Allgemeinen Log", sondern erscheint nur nach Eingabe von

                              code_text
                              ```pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs```
                              code_text
                              

                              Bis auf die Erreichbarkeit im Browser funktioniert der ioBrowser, wie ich schon schrieb. Er schaltet z.B. alles was er soll. Den o.a. Befehl habe ich von einer Seite in ioBroker.net (Thema "ioBoker läuft nicht mehr). Möglicherweise ist dieser Befehl nicht so zielführend, wie ich dachte.
                              Im allgemeinen Log sehe ich überhaupt keine Fehlermeldungen.
                              Auch wenn es erstmal nicht erklärbar ist: Es ist wie es ist.
                              Gibt es noch Ansätze oder Ideen?

                              Was mir noch aufgefallen ist:

                              code_text
                              ```system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled```
                              code_text
                              
                              Thomas BraunT F 2 Antworten Letzte Antwort
                              0
                              • D Doggie

                                @apollon77 Der angegebene Fehler steht ja nicht im "Allgemeinen Log", sondern erscheint nur nach Eingabe von

                                code_text
                                ```pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs```
                                code_text
                                

                                Bis auf die Erreichbarkeit im Browser funktioniert der ioBrowser, wie ich schon schrieb. Er schaltet z.B. alles was er soll. Den o.a. Befehl habe ich von einer Seite in ioBroker.net (Thema "ioBoker läuft nicht mehr). Möglicherweise ist dieser Befehl nicht so zielführend, wie ich dachte.
                                Im allgemeinen Log sehe ich überhaupt keine Fehlermeldungen.
                                Auch wenn es erstmal nicht erklärbar ist: Es ist wie es ist.
                                Gibt es noch Ansätze oder Ideen?

                                Was mir noch aufgefallen ist:

                                code_text
                                ```system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled```
                                code_text
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #372

                                @doggie sagte in Server Cannot start inMem-objects on port 9001:

                                Möglicherweise ist dieser Befehl nicht so zielführend, wie ich dachte.

                                Der Befehl ist soweit ich das sehe obsolet.

                                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

                                  @doggie sagte in Server Cannot start inMem-objects on port 9001:

                                  Möglicherweise ist dieser Befehl nicht so zielführend, wie ich dachte.

                                  Der Befehl ist soweit ich das sehe obsolet.

                                  D Offline
                                  D Offline
                                  Doggie
                                  schrieb am zuletzt editiert von Doggie
                                  #373

                                  @thomas-braun Dann wäre es gut, wenn ein Admin den von der angegebenen ioBroker.net Seite
                                  entfernen würde. Leute wie ich fallen nur darauf rein.

                                  wendy2702W 1 Antwort Letzte Antwort
                                  0
                                  • D Doggie

                                    @thomas-braun Dann wäre es gut, wenn ein Admin den von der angegebenen ioBroker.net Seite
                                    entfernen würde. Leute wie ich fallen nur darauf rein.

                                    wendy2702W Online
                                    wendy2702W Online
                                    wendy2702
                                    schrieb am zuletzt editiert von
                                    #374

                                    @doggie sagte in Server Cannot start inMem-objects on port 9001:

                                    @thomas-braun Dann wäre es gut, wenn ein Admin den von der angegebenen ioBroker.net Seite
                                    entfernen würde. Leute wie ich fallen nur darauf rein.

                                    wo genau steht der denn?

                                    Bitte keine Fragen per PN, die gehören ins Forum!

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

                                    D 1 Antwort Letzte Antwort
                                    0
                                    • wendy2702W wendy2702

                                      @doggie sagte in Server Cannot start inMem-objects on port 9001:

                                      @thomas-braun Dann wäre es gut, wenn ein Admin den von der angegebenen ioBroker.net Seite
                                      entfernen würde. Leute wie ich fallen nur darauf rein.

                                      wo genau steht der denn?

                                      D Offline
                                      D Offline
                                      Doggie
                                      schrieb am zuletzt editiert von
                                      #375

                                      @wendy2702 Seite: https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de#installAdapter
                                      Thema "IoBroker läuft nicht mehr"

                                      "Falls immer noch nicht läuft oder es kommen Fehlermeldungen, dann kann man versuchen controller manuell zu starten...."

                                      1 Antwort Letzte Antwort
                                      0
                                      • D Doggie

                                        @apollon77 Der angegebene Fehler steht ja nicht im "Allgemeinen Log", sondern erscheint nur nach Eingabe von

                                        code_text
                                        ```pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs```
                                        code_text
                                        

                                        Bis auf die Erreichbarkeit im Browser funktioniert der ioBrowser, wie ich schon schrieb. Er schaltet z.B. alles was er soll. Den o.a. Befehl habe ich von einer Seite in ioBroker.net (Thema "ioBoker läuft nicht mehr). Möglicherweise ist dieser Befehl nicht so zielführend, wie ich dachte.
                                        Im allgemeinen Log sehe ich überhaupt keine Fehlermeldungen.
                                        Auch wenn es erstmal nicht erklärbar ist: Es ist wie es ist.
                                        Gibt es noch Ansätze oder Ideen?

                                        Was mir noch aufgefallen ist:

                                        code_text
                                        ```system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled```
                                        code_text
                                        
                                        F Offline
                                        F Offline
                                        fastfoot
                                        schrieb am zuletzt editiert von
                                        #376

                                        @doggie sagte in Server Cannot start inMem-objects on port 9001:

                                        Auch wenn es erstmal nicht erklärbar ist: Es ist wie es ist.

                                        ich sehe da 2 ip adressen, evtl ist der iobroke Admin unter der anderen Adresse erreichbar?

                                        192.168.178.41 und 192.168.178.29

                                        iobroker läuft unter Docker auf QNAP TS-451+
                                        SkriptRecovery: https://forum.iobroker.net/post/930558

                                        1 Antwort Letzte Antwort
                                        0
                                        • D Offline
                                          D Offline
                                          Doggie
                                          schrieb am zuletzt editiert von
                                          #377

                                          @fastfoot Nein, ist er leider nicht.
                                          Auch in der Fritzbox stehen merkwürdigerweise die beiden Adressen.
                                          Die 192.168.178.29 unter WLAN, aber auch unter LAN. Die 41 aber auch unter LAN.

                                          Thomas BraunT 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          816

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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