Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Server Cannot start inMem-objects on port 9001

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Server Cannot start inMem-objects on port 9001

    This topic has been deleted. Only users with topic management privileges can see it.
    • apollon77
      apollon77 @nettekov last edited by

      @nettekov Naja der Ehrlichkeit halber: Es hätte ne gewisse wahrscheinlichkeit gegeben das es dann beim Update passiert wäre - wenn du aber beim Update dann vorher den "iob fix" hättest laufen lassen hätte es idealerweise alles magisch geklappt :-))

      1 Reply Last reply Reply Quote 0
      • N
        nettekov last edited by nettekov

        @Thomas-Braun

        admin@server03:~$ iob update
        Used repositories: beta, stable
        Adapter    "admin"        : 6.3.5    , installed 6.3.5
        Adapter    "backitup"     : 2.5.9    , installed 2.5.9
        Adapter    "bshb"         : 0.2.1    , installed 0.2.1
        Adapter    "discovery"    : 3.1.0    , installed 3.1.0
        Adapter    "echarts"      : 1.0.12   , installed 1.0.12
        Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
        Adapter    "javascript"   : 6.1.4    , installed 6.1.4
        Controller "js-controller": 4.0.24   , installed 4.0.21 [Updatable]
        Adapter    "ping"         : 1.5.3    , installed 1.5.3
        Adapter    "sql"          : 2.2.0    , installed 2.2.0
        Adapter    "zigbee"       : 1.8.10   , installed 1.8.9  [Updatable]
        
        

        Er sagt aber mein Reponsitory wäre beta, sollte aber nicht so sein.

        ich würde gerne mal das Linux incl iobroker und js-cotroller updaten
        Hierfür würde gerne wie folgt vorgehen:

        cd /opt/iobroker
        iobroker stop
        sudo apt update 
        sudo apt full-upgrade
        npm install iobroker.js-controller
        iobroker update
        iobroker upgrade self
        iobroker upgrade
        iobroker start
        

        Spricht was dagegen

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @nettekov last edited by Thomas Braun

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

          Spricht was dagegen

          Ja, du machst es nicht richtig.
          So wird ein Schuh draus:

          sudo apt update 
          sudo apt full-upgrade
          iob repo unset beta
          iob update
          iob upgrade
          iob stop 
          iob upgrade self
          iob start
          

          Vergiss 'npm install IRGENDWAS'.

          1 Reply Last reply Reply Quote 1
          • N
            nettekov last edited by

            @Thomas-Braun :
            Sieh doch schon besser :

            Used repository: stable
            Adapter    "admin"        : 6.3.5    , installed 6.3.5
            Adapter    "backitup"     : 2.5.9    , installed 2.5.9
            Adapter    "bshb"         : 0.2.1    , installed 0.2.1
            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
            Adapter    "echarts"      : 1.0.12   , installed 1.0.12
            Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
            Adapter    "javascript"   : 6.1.4    , installed 6.1.4
            Controller "js-controller": 4.0.24   , installed 4.0.24
            Adapter    "ping"         : 1.5.3    , installed 1.5.3
            Adapter    "sql"          : 2.2.0    , installed 2.2.0
            Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
            
            

            den Flot adapter läass sich nicht updaten

            ich wollte noch mal explizit für den sehr sehr guten Support bedanken.
            Da können sich so manche Unternehmen in Deutschland eine Scheibe von abschneiden.
            Schick mir mal deine E-Mail, ich würde gerne was über Paypal schicken.
            Oder hast Du eine Donate

            Vielen Dank nochmal.
            Gruss nettekov

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @nettekov last edited by

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

              den Flot adapter läass sich nicht updaten

              Warum nicht?

              iobroker upgrade flot --debug
              

              sagt?

              1 Reply Last reply Reply Quote 0
              • N
                nettekov last edited by

                @thomas-braun said in Server Cannot start inMem-objects on port 9001:

                iobroker upgrade flot --debug

                admin@server03:~$ iobroker upgrade flot --debug
                Cannot check dependencies: Required dependency "web" not found on this host.
                
                
                apollon77 1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @nettekov last edited by

                  @nettekov ich denke der wurde mal installiert bevor der Controller das so genau prüft wie jetzt. Aber ohne Web Adapter ist er eh nicht zugreifbar also kann er auch weg. Oder?!

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    Doggie @apollon77 last edited by

                    Hallo,
                    ich habe nach einigen Spannungsunterbrechungen das gleiche Problem, das hier behandelt wird:

                    code_text
                    ```2023-01-27 11:22:20.212  - error: host.raspberrypi-Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!```
                    code_text
                    

                    Der ioBroker startet nicht mehr im Browser. Per SSH ist er erreichbar.
                    Lässt sich für "Dummies" zusammenfassen, was jetzt zu tun ist?
                    Oder ist es für Anfänger wie mich besser das System neu aufzusetzen und das Backup einzuspielen?

                    apollon77 1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 @Doggie last edited by apollon77

                      @doggie Ok, versuche

                      • iob fix
                      • gehts danach wieder?
                      • Falls nicht iob diag Ausgabe posten
                      D 1 Reply Last reply Reply Quote 0
                      • D
                        Doggie @apollon77 last edited by

                        @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 ====================
                        Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Doggie last edited by

                          @doggie

                          Grafik-Mumpitz ausschalten, updates einspielen.

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            Doggie @Thomas Braun last edited by

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

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Doggie last edited by Thomas Braun

                              @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
                              
                              1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 @Doggie last edited by

                                @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

                                1 Reply Last reply Reply Quote 0
                                • D
                                  Doggie last edited by

                                  @thomas-braun o.k. Danke!

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Doggie last edited by

                                    @doggie

                                    Und was sagt

                                    iob diag
                                    

                                    nun in der Langfassung?

                                    D 1 Reply Last reply Reply Quote 0
                                    • D
                                      Doggie @Thomas Braun last edited by 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 Braun apollon77 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Doggie last edited by Thomas Braun

                                        @doggie

                                        Deim Gerät /dev/sda1 ist rappelvoll.

                                        Und mit dem Netzwerk stimmt wohl auch irgendwie was nicht.

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          Doggie last edited by

                                          @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 Reply Last reply Reply Quote 0
                                          • D
                                            Doggie @Thomas Braun last edited by

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

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            739
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            40
                                            429
                                            68576
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo