Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] Nach Upgrade/Update kein Webserver nicht mehr

NEWS

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

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

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

[gelöst] Nach Upgrade/Update kein Webserver nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
61 Beiträge 4 Kommentatoren 3.1k Aufrufe 4 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • jmeister79J Offline
    jmeister79J Offline
    jmeister79
    schrieb am zuletzt editiert von jmeister79
    #1

    Moin moin,
    ich hab gerade mal alles geupdatet und jetzt will der Webserver nimmer. Ich nutze dafür n Bash script das nacheinander den ioBroker, die Adapter und dann Linux updatet, das führe ich alle zwei Wochen oder händisch aus.

    #!/bin/bash
    sudo iobroker stop
    sudo iobroker update
    sudo iobroker upgrade self
    sudo iobroker upgrade --yes
    sudo iobroker fix
    sudo apt update
    sudo apt -y dist-upgrade
    sudo reboot
    

    Hab dann mal beim Update aufgepasst und es ist nach einer Ewigkeit Folgendes gemeldet worden:

    Update ws from @2.3.4 to @2.3.6
    NPM version: 8.19.3
    Installing iobroker.ws@2.3.6... (System call)
    host.iobrokerpi Cannot install iobroker.ws@2.3.6: 217
    
    

    iob diag bringt folgendes:

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

    Skript v.2023-01-02

    *** BASE SYSTEM ***
    Model : Raspberry Pi 4 Model B Rev 1.2
    Architecture: aarch64
    Docker: false
    Virtualization: none
    Distributor ID: Raspbian
    Description: Raspbian GNU/Linux 11 (bullseye)
    Release: 11
    Codename: bullseye

    PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
    NAME="Raspbian GNU/Linux"
    VERSION_ID="11"
    VERSION="11 (bullseye)"
    VERSION_CODENAME=bullseye
    ID=raspbian
    ID_LIKE=debian
    HOME_URL="http://www.raspbian.org/"
    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

    Systemuptime and Load:
    12:05:25 up 0 min, 1 user, load average: 3.19, 0.82, 0.28
    CPU threads: 4

    *** Time and Time Zones ***
    Mon Mar 20 11:05:25 UTC 2023
    Mon Mar 20 12:05:25 CET 2023
    CET +0100
    Europe/Berlin

    *** User and Groups ***
    pi
    /home/pi
    pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker

    *** X-Server-Setup ***
    X-Server: false
    Desktop:
    Terminal: tty
    Boot Target: multi-user.target

    *** MEMORY ***
    total used free shared buff/cache available
    Mem: 3.8G 505M 3.0G 0.0K 297M 3.2G
    Swap: 99M 0B 99M
    Total: 3.9G 505M 3.1G

         3794 M total memory
          506 M used memory
          552 M active memory
          152 M inactive memory
         2988 M free memory
           53 M buffer memory
          244 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 16G 41G 28% /
    devtmpfs devtmpfs 1.7G 0 1.7G 0% /dev
    tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm
    tmpfs tmpfs 759M 844K 759M 1% /run
    tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
    /dev/mmcblk0p1 vfat 253M 51M 202M 20% /boot
    //datanas/Intern_Raid1/001_Cams cifs 3.6T 1.9T 1.8T 52% /mnt/datanas/001_Cams
    tmpfs tmpfs 380M 0 380M 0% /run/user/1000

    Messages in dmesg:
    [Mon Mar 20 12:04:35 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=DC:A6:32:59:34:6E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=6c586e13-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
    [Mon Mar 20 12:04:36 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
    [Mon Mar 20 12:04:36 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
    [Mon Mar 20 12:04:39 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.

    Show mounted filesystems (real ones only):
    TARGET SOURCE FSTYPE OPTIONS
    / /dev/mmcblk0p2 ext4 rw,noatime
    |-/boot /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
    `-/mnt/datanas/001_Cams //datanas/Intern_Raid1/001_Cams cifs rw,relatime,vers=1.0,cache=strict,username=cam,uid=109,noforceuid,gid=1000,noforcegid,addr=192.168.178.70,file_mode=0777,dir_mode=0777,soft,nounix,serverino,mapposix,rsize=61440,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=5

    Files in neuralgic directories:

    /var:
    2.6G /var/
    2.0G /var/log
    1.9G /var/log/journal/d894d73ccc4e4e4ea197a2ff3874f9bf
    1.9G /var/log/journal
    453M /var/cache

    /opt/iobroker/backups:
    4.0K /opt/iobroker/backups/

    /opt/iobroker/iobroker-data:
    1.8G /opt/iobroker/iobroker-data/
    960M /opt/iobroker/iobroker-data/history
    561M /opt/iobroker/iobroker-data/files
    166M /opt/iobroker/iobroker-data/backup-objects
    78M /opt/iobroker/iobroker-data/files/icons-open-icon-library-png

    The five largest files in iobroker-data are:
    41M /opt/iobroker/iobroker-data/files/material/static/js/main.90a1d068.js.map
    33M /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
    19M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.806bf48a.js.map
    19M /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.fe83292c.js.map
    17M /opt/iobroker/iobroker-data/sqlite/sqlite.db

    *** NodeJS-Installation ***

    /usr/bin/nodejs v16.19.1
    /usr/bin/node v16.19.1
    /usr/bin/npm 8.19.3
    /usr/bin/npx 8.19.3

    nodejs:
    Installed: 16.19.1-deb-1nodesource1
    Candidate: 16.19.1-deb-1nodesource1
    Version table:
    *** 16.19.1-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: 1055

    *** 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

    npm ERR! code ELSPROBLEMS
    npm ERR! invalid: iobroker.icons-open-icon-library-png@0.1.3 /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png
    npm ERR! invalid: iobroker.km200@2.0.3 /opt/iobroker/node_modules/iobroker.km200
    npm ERR! invalid: iobroker.ws@2.3.6 /opt/iobroker/node_modules/iobroker.ws

    npm ERR! A complete log of this run can be found in:
    npm ERR! /home/pi/.npm/_logs/2023-03-20T11_06_07_058Z-debug-0.log
    Adapters from github: 2

    Adapter State

    • system.adapter.admin.0 : admin : iobrokerpi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
      system.adapter.backitup.0 : backitup : iobrokerpi - disabled
      system.adapter.bestway.0 : bestway : iobrokerpi - enabled

    • system.adapter.ble.0 : ble : iobrokerpi - enabled

    • system.adapter.chromecast.0 : chromecast : iobrokerpi - enabled
      system.adapter.devices.0 : devices : iobrokerpi - disabled

    • system.adapter.discovery.0 : discovery : iobrokerpi - enabled
      system.adapter.ems-esp.0 : ems-esp : iobrokerpi - enabled
      system.adapter.flot.0 : flot : iobrokerpi - disabled

    • system.adapter.fritzdect.0 : fritzdect : iobrokerpi - enabled
      system.adapter.habpanel.0 : habpanel : iobrokerpi - disabled

    • system.adapter.history.0 : history : iobrokerpi - enabled
      system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobrokerpi - disabled
      system.adapter.icons-icons8.0 : icons-icons8 : iobrokerpi - disabled
      system.adapter.icons-material-png.0 : icons-material-png : iobrokerpi - disabled
      system.adapter.icons-mfd-png.0 : icons-mfd-png : iobrokerpi - disabled
      system.adapter.info.0 : info : iobrokerpi - enabled

    • system.adapter.iot.0 : iot : iobrokerpi - enabled

    • system.adapter.javascript.0 : javascript : iobrokerpi - enabled
      system.adapter.material.0 : material : iobrokerpi - disabled

    • system.adapter.mihome-vacuum.0 : mihome-vacuum : iobrokerpi - enabled, port: 54321
      system.adapter.mobile.0 : mobile : iobrokerpi - disabled

    • system.adapter.mqtt.0 : mqtt : iobrokerpi - enabled, port: 1883, bind: 0.0.0.0

    • system.adapter.net-tools.0 : net-tools : iobrokerpi - enabled
      system.adapter.philips-tv.0 : philips-tv : iobrokerpi - enabled

    • system.adapter.ping.0 : ping : iobrokerpi - enabled

    • system.adapter.rpi2.0 : rpi2 : iobrokerpi - enabled
      system.adapter.sayit.0 : sayit : iobrokerpi - disabled, port: 0
      system.adapter.sayit.1 : sayit : iobrokerpi - disabled, port: 0

    • system.adapter.shelly.0 : shelly : iobrokerpi - enabled, port: 1882, bind: 0.0.0.0
      system.adapter.sql.0 : sql : iobrokerpi - disabled
      system.adapter.synology.0 : synology : iobrokerpi - disabled, port: 5001

    • system.adapter.telegram.0 : telegram : iobrokerpi - enabled, port: 8443, bind: 0.0.0.0

    • system.adapter.text2command.0 : text2command : iobrokerpi - enabled

    • system.adapter.tr-064.0 : tr-064 : iobrokerpi - enabled
      system.adapter.vis-colorpicker.0 : vis-colorpicker : iobrokerpi - disabled
      system.adapter.vis-inventwo.0 : vis-inventwo : iobrokerpi - enabled
      system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd : iobrokerpi - disabled
      system.adapter.vis-lcars.0 : vis-lcars : iobrokerpi - disabled
      system.adapter.vis-materialdesign.0 : vis-materialdesign : iobrokerpi - disabled
      system.adapter.vis-timeandweather.0 : vis-timeandweather : iobrokerpi - disabled

    • system.adapter.vis.0 : vis : iobrokerpi - enabled
      system.adapter.web.0 : web : iobrokerpi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
      system.adapter.ws.0 : ws : iobrokerpi - disabled, port: 8084, bind: 0.0.0.0, run as: admin

    • system.adapter.zigbee.0 : zigbee : iobrokerpi - enabled, port: /dev/ttyUSB0

    • instance is alive

    Enabled adapters with bindings

    • system.adapter.admin.0 : admin : iobrokerpi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
    • system.adapter.mihome-vacuum.0 : mihome-vacuum : iobrokerpi - enabled, port: 54321
    • system.adapter.mqtt.0 : mqtt : iobrokerpi - enabled, port: 1883, bind: 0.0.0.0
    • system.adapter.shelly.0 : shelly : iobrokerpi - enabled, port: 1882, bind: 0.0.0.0
    • system.adapter.telegram.0 : telegram : iobrokerpi - enabled, port: 8443, bind: 0.0.0.0
    • system.adapter.web.0 : web : iobrokerpi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
    • system.adapter.zigbee.0 : zigbee : iobrokerpi - enabled, port: /dev/ttyUSB0

    ioBroker-Repositories
    Cannot load "custom": Connection is closed.
    Cannot initialize database scripts: Cannot load "custom" into objects database: Connection is closed.
    Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!

    Installed ioBroker-Instances
    Used repository: latest
    Adapter "admin" : 6.3.7 , installed 6.3.5 [Updatable]
    Adapter "backitup" : 2.6.12 , installed 2.6.2 [Updatable]
    Adapter "bestway" : 0.0.3 , installed 0.0.3
    Adapter "ble" : 0.13.3 , installed 0.13.2 [Updatable]
    Adapter "chromecast" : 3.0.3 , installed 3.0.3
    Adapter "daswetter" : 3.1.7 , installed 3.1.6 [Updatable]
    Adapter "devices" : 1.1.2 , installed 1.1.2
    Adapter "discovery" : 3.1.0 , installed 3.1.0
    Adapter "ems-esp" : 1.29.0 , installed 1.22.0 [Updatable]
    Adapter "flot" : 1.12.0 , installed 1.12.0
    Adapter "fritzdect" : 2.3.1 , installed 2.2.6 [Updatable]
    Adapter "habpanel" : 0.5.0 , installed 0.5.0
    Adapter "history" : 2.2.4 , installed 2.2.4
    Adapter "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
    Adapter "icons-icons8" : 0.0.1 , installed 0.0.1
    Adapter "icons-material-png": 0.1.0, installed 0.1.0
    Adapter "icons-mfd-png": 1.1.0 , installed 1.1.0
    Adapter "icons-open-icon-library-png": 0.1.2, installed 0.1.3
    Adapter "info" : 1.9.26 , installed 1.9.25 [Updatable]
    Adapter "iot" : 1.14.5 , installed 1.14.3 [Updatable]
    Adapter "javascript" : 7.0.3 , installed 6.1.4 [Updatable]
    Controller "js-controller": 4.0.24 , installed 4.0.24
    Adapter "km200" : 2.0.3 , installed 2.0.3
    Adapter "material" : 1.3.1 , installed 1.3.0 [Updatable]
    Adapter "mihome-vacuum": 3.9.5 , installed 3.9.5
    Adapter "mobile" : 1.0.1 , installed 1.0.1
    Adapter "mqtt" : 4.0.7 , installed 4.0.7
    Adapter "net-tools" : 0.2.0 , installed 0.2.0
    Adapter "philips-tv" : 0.5.3 , installed 0.5.2 [Updatable]
    Adapter "ping" : 1.5.3 , installed 1.5.3
    Adapter "rpi2" : 1.3.2 , installed 1.3.2
    Adapter "sayit" : 1.12.6 , installed 1.12.6
    Adapter "shelly" : 6.4.0 , installed 6.3.1 [Updatable]
    Adapter "simple-api" : 2.7.2 , installed 2.7.2
    Adapter "socketio" : 6.3.5 , installed 6.3.3 [Updatable]
    Adapter "sql" : 2.2.0 , installed 2.2.0
    Adapter "synology" : 2.1.13 , installed 2.1.13
    Adapter "telegram" : 1.15.6 , installed 1.15.6
    Adapter "text2command" : 3.0.2 , installed 2.3.0 [Updatable]
    Adapter "tr-064" : 4.2.18 , installed 4.2.18
    Adapter "vis" : 1.4.16 , installed 1.4.16
    Adapter "vis-colorpicker": 2.0.3 , installed 1.2.0 [Updatable]
    Adapter "vis-hqwidgets": 1.3.1 , installed 1.3.1
    Adapter "vis-icontwo" : 0.90.0 , installed 0.89.0 [Updatable]
    Adapter "vis-inventwo" : 3.3.3 , installed 3.3.3
    Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12
    Adapter "vis-justgage" : 1.0.2 , installed 1.0.2
    Adapter "vis-lcars" : 1.0.4 , installed 1.0.4
    Adapter "vis-materialdesign": 0.5.9, installed 0.5.9
    Adapter "vis-metro" : 1.2.0 , installed 1.2.0
    Adapter "vis-timeandweather": 1.2.2, installed 1.2.2
    Adapter "web" : 5.5.3 , installed 5.4.1 [Updatable]
    Adapter "wifilight" : 1.1.4 , installed 1.1.4
    Adapter "ws" : 2.3.6 , installed 2.3.6
    Adapter "zigbee" : 1.8.10 , installed 1.8.10

    Objects and States
    Please stand by - This may take a while
    Objects: 6639
    States: 5146

    *** 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 0.0.0.0:22 0.0.0.0:* LISTEN 0 13775 547/sshd: /usr/sbin
    tcp 0 0 0.0.0.0:1884 0.0.0.0:* LISTEN 1001 17245 1010/io.mqtt.0
    tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 1001 17244 1010/io.mqtt.0
    tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 15613 530/iobroker.js-con
    tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 16926 530/iobroker.js-con
    tcp6 0 0 :::22 :::* LISTEN 0 13777 547/sshd: /usr/sbin
    tcp6 0 0 :::21 :::* LISTEN 110 15727 889/proftpd: (accep
    tcp6 0 0 :::8082 :::* LISTEN 1001 20869 1623/io.web.0
    tcp6 0 0 :::8081 :::* LISTEN 1001 14064 895/io.admin.0
    udp 0 0 0.0.0.0:53812 0.0.0.0:* 108 3764 394/avahi-daemon: r
    udp 0 0 0.0.0.0:51820 0.0.0.0:* 0 14935 -
    udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 17271 1003/io.chromecast.
    udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 3762 394/avahi-daemon: r
    udp 0 0 0.0.0.0:5683 0.0.0.0:* 1001 17337 1170/io.shelly.0
    udp 0 0 0.0.0.0:68 0.0.0.0:* 0 15537 788/dhcpcd
    udp 0 0 0.0.0.0:53421 0.0.0.0:* 1001 17855 1004/io.mihome-vacu
    udp6 0 0 :::546 :::* 0 13814 788/dhcpcd
    udp6 0 0 :::51820 :::* 0 14936 -
    udp6 0 0 :::5353 :::* 108 3763 394/avahi-daemon: r
    udp6 0 0 :::45276 :::* 108 3765 394/avahi-daemon: r

    *** Log File - Last 25 Lines ***

    2023-03-20 12:06:56.551 - debug: philips-tv.0 (1783) Objects client initialize lua scripts
    2023-03-20 12:06:56.892 - debug: philips-tv.0 (1783) Objects connected to redis: 127.0.0.1:9001
    2023-03-20 12:06:57.153 - debug: philips-tv.0 (1783) Redis States: Use Redis connection: 127.0.0.1:9000
    2023-03-20 12:06:57.459 - debug: philips-tv.0 (1783) States create System PubSub Client
    2023-03-20 12:06:57.462 - debug: philips-tv.0 (1783) States create User PubSub Client
    2023-03-20 12:06:57.917 - debug: philips-tv.0 (1783) States connected to redis: 127.0.0.1:9000
    2023-03-20 12:06:59.817 - info: javascript.0 (965) script.js.System_(Intern).Automation: test
    2023-03-20 12:06:59.818 - info: javascript.0 (965) script.js.System_(Intern).Automation: setForeignState(id=zigbee.0.a4c138f4df2ebb32.send_payload, state={"val":"{"color": {"x": 0.3125,"y": 0.32894736842105265}}","ack":false,"ts":1679310419818,"q":0,"from":"system.adapter.javascript.0","lc":1679310419818,"c":"script.js.System_(Intern).Automation"})
    2023-03-20 12:06:59.873 - info: javascript.0 (965) script.js.System_(Intern).Automation: setForeignState(id=zigbee.0.a4c138f4df2ebb32.state, state={"val":false,"ack":false,"ts":1679310419873,"q":0,"from":"system.adapter.javascript.0","lc":1679310419873,"c":"script.js.System_(Intern).Automation"})
    2023-03-20 12:07:02.085 - info: vis-inventwo.0 (1746) starting. Version 3.3.3 in /opt/iobroker/node_modules/iobroker.vis-inventwo, node: v16.19.1, js-controller: 4.0.24
    2023-03-20 12:07:03.306 - info: bestway.0 (1723) starting. Version 0.0.3 in /opt/iobroker/node_modules/iobroker.bestway, node: v16.19.1, js-controller: 4.0.24
    2023-03-20 12:07:05.371 - info: info.0 (1376) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
    2023-03-20 12:07:05.721 - info: ems-esp.0 (1870) starting. Version 1.22.0 in /opt/iobroker/node_modules/iobroker.ems-esp, node: v16.19.1, js-controller: 4.0.24
    2023-03-20 12:07:05.767 - info: ems-esp.0 (1870) no database instance selected for recordings
    2023-03-20 12:07:06.075 - info: ems-esp.0 (1870) start reading km200 data-structure
    2023-03-20 12:07:07.902 - info: info.0 (1376) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
    2023-03-20 12:07:07.934 - info: philips-tv.0 (1783) starting. Version 0.5.2 in /opt/iobroker/node_modules/iobroker.philips-tv, node: v16.19.1, js-controller: 4.0.24
    2023-03-20 12:07:07.978 - info: philips-tv.0 (1783) Starting with ip "192.168.178.121" (API v6 - Android)
    2023-03-20 12:07:07.982 - warn: philips-tv.0 (1783) Please authenticate via the adapter configuration page
    2023-03-20 12:07:12.688 - info: info.0 (1376) cpu Temp res = {"main":69.14,"cores":[],"max":69.14,"socket":[],"chipset":null}
    2023-03-20 12:07:28.902 - info: vis.0 (1541) Terminated (NO_ERROR): Without reason
    2023-03-20 12:07:29.778 - info: host.iobrokerpi instance system.adapter.vis.0 terminated while should be started once
    2023-03-20 12:07:33.527 - info: ems-esp.0 (1870) End reading km200 data-structure: 116 fields found
    2023-03-20 12:07:33.529 - info: ems-esp.0 (1870) write km200 file:/opt/iobroker/iobroker-data//ems-esp/0/km200.csv
    2023-03-20 12:07:33.532 - info: ems-esp.0 (1870) start initializing km200 states

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

    Daraufhin hab ich diesen Tipp beherzigt:
    https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update/2

    for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
    

    Danach hat der WS zwar geklappt aber der Nächste adapter steigt beim update mit 217 aus

    Aber er kann immer noch nicht installieren.
    Leider hat sich der Backup Adapter vor nem Monat aufgehängt und jetzt hab ich ECHT n Problem.

    Thomas BraunT 2 Antworten Letzte Antwort
    0
    • jmeister79J jmeister79

      Moin moin,
      ich hab gerade mal alles geupdatet und jetzt will der Webserver nimmer. Ich nutze dafür n Bash script das nacheinander den ioBroker, die Adapter und dann Linux updatet, das führe ich alle zwei Wochen oder händisch aus.

      #!/bin/bash
      sudo iobroker stop
      sudo iobroker update
      sudo iobroker upgrade self
      sudo iobroker upgrade --yes
      sudo iobroker fix
      sudo apt update
      sudo apt -y dist-upgrade
      sudo reboot
      

      Hab dann mal beim Update aufgepasst und es ist nach einer Ewigkeit Folgendes gemeldet worden:

      Update ws from @2.3.4 to @2.3.6
      NPM version: 8.19.3
      Installing iobroker.ws@2.3.6... (System call)
      host.iobrokerpi Cannot install iobroker.ws@2.3.6: 217
      
      

      iob diag bringt folgendes:

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

      Skript v.2023-01-02

      *** BASE SYSTEM ***
      Model : Raspberry Pi 4 Model B Rev 1.2
      Architecture: aarch64
      Docker: false
      Virtualization: none
      Distributor ID: Raspbian
      Description: Raspbian GNU/Linux 11 (bullseye)
      Release: 11
      Codename: bullseye

      PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
      NAME="Raspbian GNU/Linux"
      VERSION_ID="11"
      VERSION="11 (bullseye)"
      VERSION_CODENAME=bullseye
      ID=raspbian
      ID_LIKE=debian
      HOME_URL="http://www.raspbian.org/"
      SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
      BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

      Systemuptime and Load:
      12:05:25 up 0 min, 1 user, load average: 3.19, 0.82, 0.28
      CPU threads: 4

      *** Time and Time Zones ***
      Mon Mar 20 11:05:25 UTC 2023
      Mon Mar 20 12:05:25 CET 2023
      CET +0100
      Europe/Berlin

      *** User and Groups ***
      pi
      /home/pi
      pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker

      *** X-Server-Setup ***
      X-Server: false
      Desktop:
      Terminal: tty
      Boot Target: multi-user.target

      *** MEMORY ***
      total used free shared buff/cache available
      Mem: 3.8G 505M 3.0G 0.0K 297M 3.2G
      Swap: 99M 0B 99M
      Total: 3.9G 505M 3.1G

           3794 M total memory
            506 M used memory
            552 M active memory
            152 M inactive memory
           2988 M free memory
             53 M buffer memory
            244 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 16G 41G 28% /
      devtmpfs devtmpfs 1.7G 0 1.7G 0% /dev
      tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm
      tmpfs tmpfs 759M 844K 759M 1% /run
      tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
      /dev/mmcblk0p1 vfat 253M 51M 202M 20% /boot
      //datanas/Intern_Raid1/001_Cams cifs 3.6T 1.9T 1.8T 52% /mnt/datanas/001_Cams
      tmpfs tmpfs 380M 0 380M 0% /run/user/1000

      Messages in dmesg:
      [Mon Mar 20 12:04:35 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=DC:A6:32:59:34:6E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=6c586e13-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
      [Mon Mar 20 12:04:36 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
      [Mon Mar 20 12:04:36 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
      [Mon Mar 20 12:04:39 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.

      Show mounted filesystems (real ones only):
      TARGET SOURCE FSTYPE OPTIONS
      / /dev/mmcblk0p2 ext4 rw,noatime
      |-/boot /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
      `-/mnt/datanas/001_Cams //datanas/Intern_Raid1/001_Cams cifs rw,relatime,vers=1.0,cache=strict,username=cam,uid=109,noforceuid,gid=1000,noforcegid,addr=192.168.178.70,file_mode=0777,dir_mode=0777,soft,nounix,serverino,mapposix,rsize=61440,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=5

      Files in neuralgic directories:

      /var:
      2.6G /var/
      2.0G /var/log
      1.9G /var/log/journal/d894d73ccc4e4e4ea197a2ff3874f9bf
      1.9G /var/log/journal
      453M /var/cache

      /opt/iobroker/backups:
      4.0K /opt/iobroker/backups/

      /opt/iobroker/iobroker-data:
      1.8G /opt/iobroker/iobroker-data/
      960M /opt/iobroker/iobroker-data/history
      561M /opt/iobroker/iobroker-data/files
      166M /opt/iobroker/iobroker-data/backup-objects
      78M /opt/iobroker/iobroker-data/files/icons-open-icon-library-png

      The five largest files in iobroker-data are:
      41M /opt/iobroker/iobroker-data/files/material/static/js/main.90a1d068.js.map
      33M /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
      19M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.806bf48a.js.map
      19M /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.fe83292c.js.map
      17M /opt/iobroker/iobroker-data/sqlite/sqlite.db

      *** NodeJS-Installation ***

      /usr/bin/nodejs v16.19.1
      /usr/bin/node v16.19.1
      /usr/bin/npm 8.19.3
      /usr/bin/npx 8.19.3

      nodejs:
      Installed: 16.19.1-deb-1nodesource1
      Candidate: 16.19.1-deb-1nodesource1
      Version table:
      *** 16.19.1-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: 1055

      *** 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

      npm ERR! code ELSPROBLEMS
      npm ERR! invalid: iobroker.icons-open-icon-library-png@0.1.3 /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png
      npm ERR! invalid: iobroker.km200@2.0.3 /opt/iobroker/node_modules/iobroker.km200
      npm ERR! invalid: iobroker.ws@2.3.6 /opt/iobroker/node_modules/iobroker.ws

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2023-03-20T11_06_07_058Z-debug-0.log
      Adapters from github: 2

      Adapter State

      • system.adapter.admin.0 : admin : iobrokerpi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
        system.adapter.backitup.0 : backitup : iobrokerpi - disabled
        system.adapter.bestway.0 : bestway : iobrokerpi - enabled

      • system.adapter.ble.0 : ble : iobrokerpi - enabled

      • system.adapter.chromecast.0 : chromecast : iobrokerpi - enabled
        system.adapter.devices.0 : devices : iobrokerpi - disabled

      • system.adapter.discovery.0 : discovery : iobrokerpi - enabled
        system.adapter.ems-esp.0 : ems-esp : iobrokerpi - enabled
        system.adapter.flot.0 : flot : iobrokerpi - disabled

      • system.adapter.fritzdect.0 : fritzdect : iobrokerpi - enabled
        system.adapter.habpanel.0 : habpanel : iobrokerpi - disabled

      • system.adapter.history.0 : history : iobrokerpi - enabled
        system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobrokerpi - disabled
        system.adapter.icons-icons8.0 : icons-icons8 : iobrokerpi - disabled
        system.adapter.icons-material-png.0 : icons-material-png : iobrokerpi - disabled
        system.adapter.icons-mfd-png.0 : icons-mfd-png : iobrokerpi - disabled
        system.adapter.info.0 : info : iobrokerpi - enabled

      • system.adapter.iot.0 : iot : iobrokerpi - enabled

      • system.adapter.javascript.0 : javascript : iobrokerpi - enabled
        system.adapter.material.0 : material : iobrokerpi - disabled

      • system.adapter.mihome-vacuum.0 : mihome-vacuum : iobrokerpi - enabled, port: 54321
        system.adapter.mobile.0 : mobile : iobrokerpi - disabled

      • system.adapter.mqtt.0 : mqtt : iobrokerpi - enabled, port: 1883, bind: 0.0.0.0

      • system.adapter.net-tools.0 : net-tools : iobrokerpi - enabled
        system.adapter.philips-tv.0 : philips-tv : iobrokerpi - enabled

      • system.adapter.ping.0 : ping : iobrokerpi - enabled

      • system.adapter.rpi2.0 : rpi2 : iobrokerpi - enabled
        system.adapter.sayit.0 : sayit : iobrokerpi - disabled, port: 0
        system.adapter.sayit.1 : sayit : iobrokerpi - disabled, port: 0

      • system.adapter.shelly.0 : shelly : iobrokerpi - enabled, port: 1882, bind: 0.0.0.0
        system.adapter.sql.0 : sql : iobrokerpi - disabled
        system.adapter.synology.0 : synology : iobrokerpi - disabled, port: 5001

      • system.adapter.telegram.0 : telegram : iobrokerpi - enabled, port: 8443, bind: 0.0.0.0

      • system.adapter.text2command.0 : text2command : iobrokerpi - enabled

      • system.adapter.tr-064.0 : tr-064 : iobrokerpi - enabled
        system.adapter.vis-colorpicker.0 : vis-colorpicker : iobrokerpi - disabled
        system.adapter.vis-inventwo.0 : vis-inventwo : iobrokerpi - enabled
        system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd : iobrokerpi - disabled
        system.adapter.vis-lcars.0 : vis-lcars : iobrokerpi - disabled
        system.adapter.vis-materialdesign.0 : vis-materialdesign : iobrokerpi - disabled
        system.adapter.vis-timeandweather.0 : vis-timeandweather : iobrokerpi - disabled

      • system.adapter.vis.0 : vis : iobrokerpi - enabled
        system.adapter.web.0 : web : iobrokerpi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
        system.adapter.ws.0 : ws : iobrokerpi - disabled, port: 8084, bind: 0.0.0.0, run as: admin

      • system.adapter.zigbee.0 : zigbee : iobrokerpi - enabled, port: /dev/ttyUSB0

      • instance is alive

      Enabled adapters with bindings

      • system.adapter.admin.0 : admin : iobrokerpi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
      • system.adapter.mihome-vacuum.0 : mihome-vacuum : iobrokerpi - enabled, port: 54321
      • system.adapter.mqtt.0 : mqtt : iobrokerpi - enabled, port: 1883, bind: 0.0.0.0
      • system.adapter.shelly.0 : shelly : iobrokerpi - enabled, port: 1882, bind: 0.0.0.0
      • system.adapter.telegram.0 : telegram : iobrokerpi - enabled, port: 8443, bind: 0.0.0.0
      • system.adapter.web.0 : web : iobrokerpi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
      • system.adapter.zigbee.0 : zigbee : iobrokerpi - enabled, port: /dev/ttyUSB0

      ioBroker-Repositories
      Cannot load "custom": Connection is closed.
      Cannot initialize database scripts: Cannot load "custom" into objects database: Connection is closed.
      Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!

      Installed ioBroker-Instances
      Used repository: latest
      Adapter "admin" : 6.3.7 , installed 6.3.5 [Updatable]
      Adapter "backitup" : 2.6.12 , installed 2.6.2 [Updatable]
      Adapter "bestway" : 0.0.3 , installed 0.0.3
      Adapter "ble" : 0.13.3 , installed 0.13.2 [Updatable]
      Adapter "chromecast" : 3.0.3 , installed 3.0.3
      Adapter "daswetter" : 3.1.7 , installed 3.1.6 [Updatable]
      Adapter "devices" : 1.1.2 , installed 1.1.2
      Adapter "discovery" : 3.1.0 , installed 3.1.0
      Adapter "ems-esp" : 1.29.0 , installed 1.22.0 [Updatable]
      Adapter "flot" : 1.12.0 , installed 1.12.0
      Adapter "fritzdect" : 2.3.1 , installed 2.2.6 [Updatable]
      Adapter "habpanel" : 0.5.0 , installed 0.5.0
      Adapter "history" : 2.2.4 , installed 2.2.4
      Adapter "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
      Adapter "icons-icons8" : 0.0.1 , installed 0.0.1
      Adapter "icons-material-png": 0.1.0, installed 0.1.0
      Adapter "icons-mfd-png": 1.1.0 , installed 1.1.0
      Adapter "icons-open-icon-library-png": 0.1.2, installed 0.1.3
      Adapter "info" : 1.9.26 , installed 1.9.25 [Updatable]
      Adapter "iot" : 1.14.5 , installed 1.14.3 [Updatable]
      Adapter "javascript" : 7.0.3 , installed 6.1.4 [Updatable]
      Controller "js-controller": 4.0.24 , installed 4.0.24
      Adapter "km200" : 2.0.3 , installed 2.0.3
      Adapter "material" : 1.3.1 , installed 1.3.0 [Updatable]
      Adapter "mihome-vacuum": 3.9.5 , installed 3.9.5
      Adapter "mobile" : 1.0.1 , installed 1.0.1
      Adapter "mqtt" : 4.0.7 , installed 4.0.7
      Adapter "net-tools" : 0.2.0 , installed 0.2.0
      Adapter "philips-tv" : 0.5.3 , installed 0.5.2 [Updatable]
      Adapter "ping" : 1.5.3 , installed 1.5.3
      Adapter "rpi2" : 1.3.2 , installed 1.3.2
      Adapter "sayit" : 1.12.6 , installed 1.12.6
      Adapter "shelly" : 6.4.0 , installed 6.3.1 [Updatable]
      Adapter "simple-api" : 2.7.2 , installed 2.7.2
      Adapter "socketio" : 6.3.5 , installed 6.3.3 [Updatable]
      Adapter "sql" : 2.2.0 , installed 2.2.0
      Adapter "synology" : 2.1.13 , installed 2.1.13
      Adapter "telegram" : 1.15.6 , installed 1.15.6
      Adapter "text2command" : 3.0.2 , installed 2.3.0 [Updatable]
      Adapter "tr-064" : 4.2.18 , installed 4.2.18
      Adapter "vis" : 1.4.16 , installed 1.4.16
      Adapter "vis-colorpicker": 2.0.3 , installed 1.2.0 [Updatable]
      Adapter "vis-hqwidgets": 1.3.1 , installed 1.3.1
      Adapter "vis-icontwo" : 0.90.0 , installed 0.89.0 [Updatable]
      Adapter "vis-inventwo" : 3.3.3 , installed 3.3.3
      Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12
      Adapter "vis-justgage" : 1.0.2 , installed 1.0.2
      Adapter "vis-lcars" : 1.0.4 , installed 1.0.4
      Adapter "vis-materialdesign": 0.5.9, installed 0.5.9
      Adapter "vis-metro" : 1.2.0 , installed 1.2.0
      Adapter "vis-timeandweather": 1.2.2, installed 1.2.2
      Adapter "web" : 5.5.3 , installed 5.4.1 [Updatable]
      Adapter "wifilight" : 1.1.4 , installed 1.1.4
      Adapter "ws" : 2.3.6 , installed 2.3.6
      Adapter "zigbee" : 1.8.10 , installed 1.8.10

      Objects and States
      Please stand by - This may take a while
      Objects: 6639
      States: 5146

      *** 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 0.0.0.0:22 0.0.0.0:* LISTEN 0 13775 547/sshd: /usr/sbin
      tcp 0 0 0.0.0.0:1884 0.0.0.0:* LISTEN 1001 17245 1010/io.mqtt.0
      tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 1001 17244 1010/io.mqtt.0
      tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 15613 530/iobroker.js-con
      tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 16926 530/iobroker.js-con
      tcp6 0 0 :::22 :::* LISTEN 0 13777 547/sshd: /usr/sbin
      tcp6 0 0 :::21 :::* LISTEN 110 15727 889/proftpd: (accep
      tcp6 0 0 :::8082 :::* LISTEN 1001 20869 1623/io.web.0
      tcp6 0 0 :::8081 :::* LISTEN 1001 14064 895/io.admin.0
      udp 0 0 0.0.0.0:53812 0.0.0.0:* 108 3764 394/avahi-daemon: r
      udp 0 0 0.0.0.0:51820 0.0.0.0:* 0 14935 -
      udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 17271 1003/io.chromecast.
      udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 3762 394/avahi-daemon: r
      udp 0 0 0.0.0.0:5683 0.0.0.0:* 1001 17337 1170/io.shelly.0
      udp 0 0 0.0.0.0:68 0.0.0.0:* 0 15537 788/dhcpcd
      udp 0 0 0.0.0.0:53421 0.0.0.0:* 1001 17855 1004/io.mihome-vacu
      udp6 0 0 :::546 :::* 0 13814 788/dhcpcd
      udp6 0 0 :::51820 :::* 0 14936 -
      udp6 0 0 :::5353 :::* 108 3763 394/avahi-daemon: r
      udp6 0 0 :::45276 :::* 108 3765 394/avahi-daemon: r

      *** Log File - Last 25 Lines ***

      2023-03-20 12:06:56.551 - debug: philips-tv.0 (1783) Objects client initialize lua scripts
      2023-03-20 12:06:56.892 - debug: philips-tv.0 (1783) Objects connected to redis: 127.0.0.1:9001
      2023-03-20 12:06:57.153 - debug: philips-tv.0 (1783) Redis States: Use Redis connection: 127.0.0.1:9000
      2023-03-20 12:06:57.459 - debug: philips-tv.0 (1783) States create System PubSub Client
      2023-03-20 12:06:57.462 - debug: philips-tv.0 (1783) States create User PubSub Client
      2023-03-20 12:06:57.917 - debug: philips-tv.0 (1783) States connected to redis: 127.0.0.1:9000
      2023-03-20 12:06:59.817 - info: javascript.0 (965) script.js.System_(Intern).Automation: test
      2023-03-20 12:06:59.818 - info: javascript.0 (965) script.js.System_(Intern).Automation: setForeignState(id=zigbee.0.a4c138f4df2ebb32.send_payload, state={"val":"{"color": {"x": 0.3125,"y": 0.32894736842105265}}","ack":false,"ts":1679310419818,"q":0,"from":"system.adapter.javascript.0","lc":1679310419818,"c":"script.js.System_(Intern).Automation"})
      2023-03-20 12:06:59.873 - info: javascript.0 (965) script.js.System_(Intern).Automation: setForeignState(id=zigbee.0.a4c138f4df2ebb32.state, state={"val":false,"ack":false,"ts":1679310419873,"q":0,"from":"system.adapter.javascript.0","lc":1679310419873,"c":"script.js.System_(Intern).Automation"})
      2023-03-20 12:07:02.085 - info: vis-inventwo.0 (1746) starting. Version 3.3.3 in /opt/iobroker/node_modules/iobroker.vis-inventwo, node: v16.19.1, js-controller: 4.0.24
      2023-03-20 12:07:03.306 - info: bestway.0 (1723) starting. Version 0.0.3 in /opt/iobroker/node_modules/iobroker.bestway, node: v16.19.1, js-controller: 4.0.24
      2023-03-20 12:07:05.371 - info: info.0 (1376) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
      2023-03-20 12:07:05.721 - info: ems-esp.0 (1870) starting. Version 1.22.0 in /opt/iobroker/node_modules/iobroker.ems-esp, node: v16.19.1, js-controller: 4.0.24
      2023-03-20 12:07:05.767 - info: ems-esp.0 (1870) no database instance selected for recordings
      2023-03-20 12:07:06.075 - info: ems-esp.0 (1870) start reading km200 data-structure
      2023-03-20 12:07:07.902 - info: info.0 (1376) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
      2023-03-20 12:07:07.934 - info: philips-tv.0 (1783) starting. Version 0.5.2 in /opt/iobroker/node_modules/iobroker.philips-tv, node: v16.19.1, js-controller: 4.0.24
      2023-03-20 12:07:07.978 - info: philips-tv.0 (1783) Starting with ip "192.168.178.121" (API v6 - Android)
      2023-03-20 12:07:07.982 - warn: philips-tv.0 (1783) Please authenticate via the adapter configuration page
      2023-03-20 12:07:12.688 - info: info.0 (1376) cpu Temp res = {"main":69.14,"cores":[],"max":69.14,"socket":[],"chipset":null}
      2023-03-20 12:07:28.902 - info: vis.0 (1541) Terminated (NO_ERROR): Without reason
      2023-03-20 12:07:29.778 - info: host.iobrokerpi instance system.adapter.vis.0 terminated while should be started once
      2023-03-20 12:07:33.527 - info: ems-esp.0 (1870) End reading km200 data-structure: 116 fields found
      2023-03-20 12:07:33.529 - info: ems-esp.0 (1870) write km200 file:/opt/iobroker/iobroker-data//ems-esp/0/km200.csv
      2023-03-20 12:07:33.532 - info: ems-esp.0 (1870) start initializing km200 states

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

      Daraufhin hab ich diesen Tipp beherzigt:
      https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update/2

      for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
      

      Danach hat der WS zwar geklappt aber der Nächste adapter steigt beim update mit 217 aus

      Aber er kann immer noch nicht installieren.
      Leider hat sich der Backup Adapter vor nem Monat aufgehängt und jetzt hab ich ECHT n Problem.

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

      @jmeister79 sagte in Nach Upgrade/Update kein Webserver nicht mehr:

      sudo iobroker stop

      Ist ja auch schon Murks in dem Skript.
      Davon abgesehen würde ich niemals nicht unter keinen Umständen Updates über ein Skript machen.

      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

      jmeister79J 1 Antwort Letzte Antwort
      0
      • jmeister79J jmeister79

        Moin moin,
        ich hab gerade mal alles geupdatet und jetzt will der Webserver nimmer. Ich nutze dafür n Bash script das nacheinander den ioBroker, die Adapter und dann Linux updatet, das führe ich alle zwei Wochen oder händisch aus.

        #!/bin/bash
        sudo iobroker stop
        sudo iobroker update
        sudo iobroker upgrade self
        sudo iobroker upgrade --yes
        sudo iobroker fix
        sudo apt update
        sudo apt -y dist-upgrade
        sudo reboot
        

        Hab dann mal beim Update aufgepasst und es ist nach einer Ewigkeit Folgendes gemeldet worden:

        Update ws from @2.3.4 to @2.3.6
        NPM version: 8.19.3
        Installing iobroker.ws@2.3.6... (System call)
        host.iobrokerpi Cannot install iobroker.ws@2.3.6: 217
        
        

        iob diag bringt folgendes:

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

        Skript v.2023-01-02

        *** BASE SYSTEM ***
        Model : Raspberry Pi 4 Model B Rev 1.2
        Architecture: aarch64
        Docker: false
        Virtualization: none
        Distributor ID: Raspbian
        Description: Raspbian GNU/Linux 11 (bullseye)
        Release: 11
        Codename: bullseye

        PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
        NAME="Raspbian GNU/Linux"
        VERSION_ID="11"
        VERSION="11 (bullseye)"
        VERSION_CODENAME=bullseye
        ID=raspbian
        ID_LIKE=debian
        HOME_URL="http://www.raspbian.org/"
        SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
        BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

        Systemuptime and Load:
        12:05:25 up 0 min, 1 user, load average: 3.19, 0.82, 0.28
        CPU threads: 4

        *** Time and Time Zones ***
        Mon Mar 20 11:05:25 UTC 2023
        Mon Mar 20 12:05:25 CET 2023
        CET +0100
        Europe/Berlin

        *** User and Groups ***
        pi
        /home/pi
        pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker

        *** X-Server-Setup ***
        X-Server: false
        Desktop:
        Terminal: tty
        Boot Target: multi-user.target

        *** MEMORY ***
        total used free shared buff/cache available
        Mem: 3.8G 505M 3.0G 0.0K 297M 3.2G
        Swap: 99M 0B 99M
        Total: 3.9G 505M 3.1G

             3794 M total memory
              506 M used memory
              552 M active memory
              152 M inactive memory
             2988 M free memory
               53 M buffer memory
              244 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 16G 41G 28% /
        devtmpfs devtmpfs 1.7G 0 1.7G 0% /dev
        tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm
        tmpfs tmpfs 759M 844K 759M 1% /run
        tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
        /dev/mmcblk0p1 vfat 253M 51M 202M 20% /boot
        //datanas/Intern_Raid1/001_Cams cifs 3.6T 1.9T 1.8T 52% /mnt/datanas/001_Cams
        tmpfs tmpfs 380M 0 380M 0% /run/user/1000

        Messages in dmesg:
        [Mon Mar 20 12:04:35 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=DC:A6:32:59:34:6E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=6c586e13-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
        [Mon Mar 20 12:04:36 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
        [Mon Mar 20 12:04:36 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
        [Mon Mar 20 12:04:39 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.

        Show mounted filesystems (real ones only):
        TARGET SOURCE FSTYPE OPTIONS
        / /dev/mmcblk0p2 ext4 rw,noatime
        |-/boot /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
        `-/mnt/datanas/001_Cams //datanas/Intern_Raid1/001_Cams cifs rw,relatime,vers=1.0,cache=strict,username=cam,uid=109,noforceuid,gid=1000,noforcegid,addr=192.168.178.70,file_mode=0777,dir_mode=0777,soft,nounix,serverino,mapposix,rsize=61440,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=5

        Files in neuralgic directories:

        /var:
        2.6G /var/
        2.0G /var/log
        1.9G /var/log/journal/d894d73ccc4e4e4ea197a2ff3874f9bf
        1.9G /var/log/journal
        453M /var/cache

        /opt/iobroker/backups:
        4.0K /opt/iobroker/backups/

        /opt/iobroker/iobroker-data:
        1.8G /opt/iobroker/iobroker-data/
        960M /opt/iobroker/iobroker-data/history
        561M /opt/iobroker/iobroker-data/files
        166M /opt/iobroker/iobroker-data/backup-objects
        78M /opt/iobroker/iobroker-data/files/icons-open-icon-library-png

        The five largest files in iobroker-data are:
        41M /opt/iobroker/iobroker-data/files/material/static/js/main.90a1d068.js.map
        33M /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
        19M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.806bf48a.js.map
        19M /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.fe83292c.js.map
        17M /opt/iobroker/iobroker-data/sqlite/sqlite.db

        *** NodeJS-Installation ***

        /usr/bin/nodejs v16.19.1
        /usr/bin/node v16.19.1
        /usr/bin/npm 8.19.3
        /usr/bin/npx 8.19.3

        nodejs:
        Installed: 16.19.1-deb-1nodesource1
        Candidate: 16.19.1-deb-1nodesource1
        Version table:
        *** 16.19.1-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: 1055

        *** 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

        npm ERR! code ELSPROBLEMS
        npm ERR! invalid: iobroker.icons-open-icon-library-png@0.1.3 /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png
        npm ERR! invalid: iobroker.km200@2.0.3 /opt/iobroker/node_modules/iobroker.km200
        npm ERR! invalid: iobroker.ws@2.3.6 /opt/iobroker/node_modules/iobroker.ws

        npm ERR! A complete log of this run can be found in:
        npm ERR! /home/pi/.npm/_logs/2023-03-20T11_06_07_058Z-debug-0.log
        Adapters from github: 2

        Adapter State

        • system.adapter.admin.0 : admin : iobrokerpi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.backitup.0 : backitup : iobrokerpi - disabled
          system.adapter.bestway.0 : bestway : iobrokerpi - enabled

        • system.adapter.ble.0 : ble : iobrokerpi - enabled

        • system.adapter.chromecast.0 : chromecast : iobrokerpi - enabled
          system.adapter.devices.0 : devices : iobrokerpi - disabled

        • system.adapter.discovery.0 : discovery : iobrokerpi - enabled
          system.adapter.ems-esp.0 : ems-esp : iobrokerpi - enabled
          system.adapter.flot.0 : flot : iobrokerpi - disabled

        • system.adapter.fritzdect.0 : fritzdect : iobrokerpi - enabled
          system.adapter.habpanel.0 : habpanel : iobrokerpi - disabled

        • system.adapter.history.0 : history : iobrokerpi - enabled
          system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobrokerpi - disabled
          system.adapter.icons-icons8.0 : icons-icons8 : iobrokerpi - disabled
          system.adapter.icons-material-png.0 : icons-material-png : iobrokerpi - disabled
          system.adapter.icons-mfd-png.0 : icons-mfd-png : iobrokerpi - disabled
          system.adapter.info.0 : info : iobrokerpi - enabled

        • system.adapter.iot.0 : iot : iobrokerpi - enabled

        • system.adapter.javascript.0 : javascript : iobrokerpi - enabled
          system.adapter.material.0 : material : iobrokerpi - disabled

        • system.adapter.mihome-vacuum.0 : mihome-vacuum : iobrokerpi - enabled, port: 54321
          system.adapter.mobile.0 : mobile : iobrokerpi - disabled

        • system.adapter.mqtt.0 : mqtt : iobrokerpi - enabled, port: 1883, bind: 0.0.0.0

        • system.adapter.net-tools.0 : net-tools : iobrokerpi - enabled
          system.adapter.philips-tv.0 : philips-tv : iobrokerpi - enabled

        • system.adapter.ping.0 : ping : iobrokerpi - enabled

        • system.adapter.rpi2.0 : rpi2 : iobrokerpi - enabled
          system.adapter.sayit.0 : sayit : iobrokerpi - disabled, port: 0
          system.adapter.sayit.1 : sayit : iobrokerpi - disabled, port: 0

        • system.adapter.shelly.0 : shelly : iobrokerpi - enabled, port: 1882, bind: 0.0.0.0
          system.adapter.sql.0 : sql : iobrokerpi - disabled
          system.adapter.synology.0 : synology : iobrokerpi - disabled, port: 5001

        • system.adapter.telegram.0 : telegram : iobrokerpi - enabled, port: 8443, bind: 0.0.0.0

        • system.adapter.text2command.0 : text2command : iobrokerpi - enabled

        • system.adapter.tr-064.0 : tr-064 : iobrokerpi - enabled
          system.adapter.vis-colorpicker.0 : vis-colorpicker : iobrokerpi - disabled
          system.adapter.vis-inventwo.0 : vis-inventwo : iobrokerpi - enabled
          system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd : iobrokerpi - disabled
          system.adapter.vis-lcars.0 : vis-lcars : iobrokerpi - disabled
          system.adapter.vis-materialdesign.0 : vis-materialdesign : iobrokerpi - disabled
          system.adapter.vis-timeandweather.0 : vis-timeandweather : iobrokerpi - disabled

        • system.adapter.vis.0 : vis : iobrokerpi - enabled
          system.adapter.web.0 : web : iobrokerpi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
          system.adapter.ws.0 : ws : iobrokerpi - disabled, port: 8084, bind: 0.0.0.0, run as: admin

        • system.adapter.zigbee.0 : zigbee : iobrokerpi - enabled, port: /dev/ttyUSB0

        • instance is alive

        Enabled adapters with bindings

        • system.adapter.admin.0 : admin : iobrokerpi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
        • system.adapter.mihome-vacuum.0 : mihome-vacuum : iobrokerpi - enabled, port: 54321
        • system.adapter.mqtt.0 : mqtt : iobrokerpi - enabled, port: 1883, bind: 0.0.0.0
        • system.adapter.shelly.0 : shelly : iobrokerpi - enabled, port: 1882, bind: 0.0.0.0
        • system.adapter.telegram.0 : telegram : iobrokerpi - enabled, port: 8443, bind: 0.0.0.0
        • system.adapter.web.0 : web : iobrokerpi - enabled, port: 8082, bind: 0.0.0.0, run as: admin
        • system.adapter.zigbee.0 : zigbee : iobrokerpi - enabled, port: /dev/ttyUSB0

        ioBroker-Repositories
        Cannot load "custom": Connection is closed.
        Cannot initialize database scripts: Cannot load "custom" into objects database: Connection is closed.
        Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!

        Installed ioBroker-Instances
        Used repository: latest
        Adapter "admin" : 6.3.7 , installed 6.3.5 [Updatable]
        Adapter "backitup" : 2.6.12 , installed 2.6.2 [Updatable]
        Adapter "bestway" : 0.0.3 , installed 0.0.3
        Adapter "ble" : 0.13.3 , installed 0.13.2 [Updatable]
        Adapter "chromecast" : 3.0.3 , installed 3.0.3
        Adapter "daswetter" : 3.1.7 , installed 3.1.6 [Updatable]
        Adapter "devices" : 1.1.2 , installed 1.1.2
        Adapter "discovery" : 3.1.0 , installed 3.1.0
        Adapter "ems-esp" : 1.29.0 , installed 1.22.0 [Updatable]
        Adapter "flot" : 1.12.0 , installed 1.12.0
        Adapter "fritzdect" : 2.3.1 , installed 2.2.6 [Updatable]
        Adapter "habpanel" : 0.5.0 , installed 0.5.0
        Adapter "history" : 2.2.4 , installed 2.2.4
        Adapter "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
        Adapter "icons-icons8" : 0.0.1 , installed 0.0.1
        Adapter "icons-material-png": 0.1.0, installed 0.1.0
        Adapter "icons-mfd-png": 1.1.0 , installed 1.1.0
        Adapter "icons-open-icon-library-png": 0.1.2, installed 0.1.3
        Adapter "info" : 1.9.26 , installed 1.9.25 [Updatable]
        Adapter "iot" : 1.14.5 , installed 1.14.3 [Updatable]
        Adapter "javascript" : 7.0.3 , installed 6.1.4 [Updatable]
        Controller "js-controller": 4.0.24 , installed 4.0.24
        Adapter "km200" : 2.0.3 , installed 2.0.3
        Adapter "material" : 1.3.1 , installed 1.3.0 [Updatable]
        Adapter "mihome-vacuum": 3.9.5 , installed 3.9.5
        Adapter "mobile" : 1.0.1 , installed 1.0.1
        Adapter "mqtt" : 4.0.7 , installed 4.0.7
        Adapter "net-tools" : 0.2.0 , installed 0.2.0
        Adapter "philips-tv" : 0.5.3 , installed 0.5.2 [Updatable]
        Adapter "ping" : 1.5.3 , installed 1.5.3
        Adapter "rpi2" : 1.3.2 , installed 1.3.2
        Adapter "sayit" : 1.12.6 , installed 1.12.6
        Adapter "shelly" : 6.4.0 , installed 6.3.1 [Updatable]
        Adapter "simple-api" : 2.7.2 , installed 2.7.2
        Adapter "socketio" : 6.3.5 , installed 6.3.3 [Updatable]
        Adapter "sql" : 2.2.0 , installed 2.2.0
        Adapter "synology" : 2.1.13 , installed 2.1.13
        Adapter "telegram" : 1.15.6 , installed 1.15.6
        Adapter "text2command" : 3.0.2 , installed 2.3.0 [Updatable]
        Adapter "tr-064" : 4.2.18 , installed 4.2.18
        Adapter "vis" : 1.4.16 , installed 1.4.16
        Adapter "vis-colorpicker": 2.0.3 , installed 1.2.0 [Updatable]
        Adapter "vis-hqwidgets": 1.3.1 , installed 1.3.1
        Adapter "vis-icontwo" : 0.90.0 , installed 0.89.0 [Updatable]
        Adapter "vis-inventwo" : 3.3.3 , installed 3.3.3
        Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12
        Adapter "vis-justgage" : 1.0.2 , installed 1.0.2
        Adapter "vis-lcars" : 1.0.4 , installed 1.0.4
        Adapter "vis-materialdesign": 0.5.9, installed 0.5.9
        Adapter "vis-metro" : 1.2.0 , installed 1.2.0
        Adapter "vis-timeandweather": 1.2.2, installed 1.2.2
        Adapter "web" : 5.5.3 , installed 5.4.1 [Updatable]
        Adapter "wifilight" : 1.1.4 , installed 1.1.4
        Adapter "ws" : 2.3.6 , installed 2.3.6
        Adapter "zigbee" : 1.8.10 , installed 1.8.10

        Objects and States
        Please stand by - This may take a while
        Objects: 6639
        States: 5146

        *** 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 0.0.0.0:22 0.0.0.0:* LISTEN 0 13775 547/sshd: /usr/sbin
        tcp 0 0 0.0.0.0:1884 0.0.0.0:* LISTEN 1001 17245 1010/io.mqtt.0
        tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 1001 17244 1010/io.mqtt.0
        tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 15613 530/iobroker.js-con
        tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 16926 530/iobroker.js-con
        tcp6 0 0 :::22 :::* LISTEN 0 13777 547/sshd: /usr/sbin
        tcp6 0 0 :::21 :::* LISTEN 110 15727 889/proftpd: (accep
        tcp6 0 0 :::8082 :::* LISTEN 1001 20869 1623/io.web.0
        tcp6 0 0 :::8081 :::* LISTEN 1001 14064 895/io.admin.0
        udp 0 0 0.0.0.0:53812 0.0.0.0:* 108 3764 394/avahi-daemon: r
        udp 0 0 0.0.0.0:51820 0.0.0.0:* 0 14935 -
        udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 17271 1003/io.chromecast.
        udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 3762 394/avahi-daemon: r
        udp 0 0 0.0.0.0:5683 0.0.0.0:* 1001 17337 1170/io.shelly.0
        udp 0 0 0.0.0.0:68 0.0.0.0:* 0 15537 788/dhcpcd
        udp 0 0 0.0.0.0:53421 0.0.0.0:* 1001 17855 1004/io.mihome-vacu
        udp6 0 0 :::546 :::* 0 13814 788/dhcpcd
        udp6 0 0 :::51820 :::* 0 14936 -
        udp6 0 0 :::5353 :::* 108 3763 394/avahi-daemon: r
        udp6 0 0 :::45276 :::* 108 3765 394/avahi-daemon: r

        *** Log File - Last 25 Lines ***

        2023-03-20 12:06:56.551 - debug: philips-tv.0 (1783) Objects client initialize lua scripts
        2023-03-20 12:06:56.892 - debug: philips-tv.0 (1783) Objects connected to redis: 127.0.0.1:9001
        2023-03-20 12:06:57.153 - debug: philips-tv.0 (1783) Redis States: Use Redis connection: 127.0.0.1:9000
        2023-03-20 12:06:57.459 - debug: philips-tv.0 (1783) States create System PubSub Client
        2023-03-20 12:06:57.462 - debug: philips-tv.0 (1783) States create User PubSub Client
        2023-03-20 12:06:57.917 - debug: philips-tv.0 (1783) States connected to redis: 127.0.0.1:9000
        2023-03-20 12:06:59.817 - info: javascript.0 (965) script.js.System_(Intern).Automation: test
        2023-03-20 12:06:59.818 - info: javascript.0 (965) script.js.System_(Intern).Automation: setForeignState(id=zigbee.0.a4c138f4df2ebb32.send_payload, state={"val":"{"color": {"x": 0.3125,"y": 0.32894736842105265}}","ack":false,"ts":1679310419818,"q":0,"from":"system.adapter.javascript.0","lc":1679310419818,"c":"script.js.System_(Intern).Automation"})
        2023-03-20 12:06:59.873 - info: javascript.0 (965) script.js.System_(Intern).Automation: setForeignState(id=zigbee.0.a4c138f4df2ebb32.state, state={"val":false,"ack":false,"ts":1679310419873,"q":0,"from":"system.adapter.javascript.0","lc":1679310419873,"c":"script.js.System_(Intern).Automation"})
        2023-03-20 12:07:02.085 - info: vis-inventwo.0 (1746) starting. Version 3.3.3 in /opt/iobroker/node_modules/iobroker.vis-inventwo, node: v16.19.1, js-controller: 4.0.24
        2023-03-20 12:07:03.306 - info: bestway.0 (1723) starting. Version 0.0.3 in /opt/iobroker/node_modules/iobroker.bestway, node: v16.19.1, js-controller: 4.0.24
        2023-03-20 12:07:05.371 - info: info.0 (1376) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
        2023-03-20 12:07:05.721 - info: ems-esp.0 (1870) starting. Version 1.22.0 in /opt/iobroker/node_modules/iobroker.ems-esp, node: v16.19.1, js-controller: 4.0.24
        2023-03-20 12:07:05.767 - info: ems-esp.0 (1870) no database instance selected for recordings
        2023-03-20 12:07:06.075 - info: ems-esp.0 (1870) start reading km200 data-structure
        2023-03-20 12:07:07.902 - info: info.0 (1376) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
        2023-03-20 12:07:07.934 - info: philips-tv.0 (1783) starting. Version 0.5.2 in /opt/iobroker/node_modules/iobroker.philips-tv, node: v16.19.1, js-controller: 4.0.24
        2023-03-20 12:07:07.978 - info: philips-tv.0 (1783) Starting with ip "192.168.178.121" (API v6 - Android)
        2023-03-20 12:07:07.982 - warn: philips-tv.0 (1783) Please authenticate via the adapter configuration page
        2023-03-20 12:07:12.688 - info: info.0 (1376) cpu Temp res = {"main":69.14,"cores":[],"max":69.14,"socket":[],"chipset":null}
        2023-03-20 12:07:28.902 - info: vis.0 (1541) Terminated (NO_ERROR): Without reason
        2023-03-20 12:07:29.778 - info: host.iobrokerpi instance system.adapter.vis.0 terminated while should be started once
        2023-03-20 12:07:33.527 - info: ems-esp.0 (1870) End reading km200 data-structure: 116 fields found
        2023-03-20 12:07:33.529 - info: ems-esp.0 (1870) write km200 file:/opt/iobroker/iobroker-data//ems-esp/0/km200.csv
        2023-03-20 12:07:33.532 - info: ems-esp.0 (1870) start initializing km200 states

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

        Daraufhin hab ich diesen Tipp beherzigt:
        https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update/2

        for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
        

        Danach hat der WS zwar geklappt aber der Nächste adapter steigt beim update mit 217 aus

        Aber er kann immer noch nicht installieren.
        Leider hat sich der Backup Adapter vor nem Monat aufgehängt und jetzt hab ich ECHT n Problem.

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

        @jmeister79 sagte in Nach Upgrade/Update kein Webserver nicht mehr:

        Temp directories causing npm8 problem: 1055

        Mach das hier:
        https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update

        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
        • Thomas BraunT Thomas Braun

          @jmeister79 sagte in Nach Upgrade/Update kein Webserver nicht mehr:

          sudo iobroker stop

          Ist ja auch schon Murks in dem Skript.
          Davon abgesehen würde ich niemals nicht unter keinen Umständen Updates über ein Skript machen.

          jmeister79J Offline
          jmeister79J Offline
          jmeister79
          schrieb am zuletzt editiert von
          #4

          @thomas-braun Warum ist das Murks? Ich dachte es ist besser den ioBroker zu stoppen wenn ich update.
          Was spricht denn dagegen?

          Ja den Befehl aus deinem Zweiten Post habe ich befolgt, der lief auch ordentlich lange beim ersten mal. Jetzt lief er nur ne Sekunde aber das Problem bleibt

          Thomas BraunT 2 Antworten Letzte Antwort
          0
          • Ro75R Online
            Ro75R Online
            Ro75
            schrieb am zuletzt editiert von
            #5

            @jmeister79 kein sudo in Verbindung mit ioBroker.

            SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

            1 Antwort Letzte Antwort
            0
            • jmeister79J jmeister79

              @thomas-braun Warum ist das Murks? Ich dachte es ist besser den ioBroker zu stoppen wenn ich update.
              Was spricht denn dagegen?

              Ja den Befehl aus deinem Zweiten Post habe ich befolgt, der lief auch ordentlich lange beim ersten mal. Jetzt lief er nur ne Sekunde aber das Problem bleibt

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

              @jmeister79

              sudo in Verbindung mit iobroker ist Murks.
              Macht man nicht, verbiegt dir die Rechte.

              iob stop
              iob fix 
              iob start
              iob update
              iob upgrade all --debug
              

              von Hand eingeben.
              Vermutlich kommst du wegen der verbogenen Rechte auch nicht per

              for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done 
              

              an Land, weil das Kommando keine Verzeichnisse löscht, die dem root gehören.

              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
              1
              • jmeister79J jmeister79

                @thomas-braun Warum ist das Murks? Ich dachte es ist besser den ioBroker zu stoppen wenn ich update.
                Was spricht denn dagegen?

                Ja den Befehl aus deinem Zweiten Post habe ich befolgt, der lief auch ordentlich lange beim ersten mal. Jetzt lief er nur ne Sekunde aber das Problem bleibt

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

                @jmeister79

                Versuch es so:

                for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); sudo do rm -rf ${i%%/}; done 
                

                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

                jmeister79J 1 Antwort Letzte Antwort
                1
                • Thomas BraunT Thomas Braun

                  @jmeister79

                  Versuch es so:

                  for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); sudo do rm -rf ${i%%/}; done 
                  
                  jmeister79J Offline
                  jmeister79J Offline
                  jmeister79
                  schrieb am zuletzt editiert von
                  #8

                  @thomas-braun danke dir.
                  Der Fixer kann mir aber die evtl. vermurksten rechte wieder gerade biegen?

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • jmeister79J jmeister79

                    @thomas-braun danke dir.
                    Der Fixer kann mir aber die evtl. vermurksten rechte wieder gerade biegen?

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

                    @jmeister79

                    Ja, deswegen sollst du ja auch das eingeben, was ich da oben geschrieben habe.
                    Und den Quatsch aus dem Skript nehmen.

                    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

                    jmeister79J 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @jmeister79

                      Ja, deswegen sollst du ja auch das eingeben, was ich da oben geschrieben habe.
                      Und den Quatsch aus dem Skript nehmen.

                      jmeister79J Offline
                      jmeister79J Offline
                      jmeister79
                      schrieb am zuletzt editiert von
                      #10

                      @thomas-braun jetzt gehen die updates dauern aber extreeeem lange

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • jmeister79J jmeister79

                        @thomas-braun jetzt gehen die updates dauern aber extreeeem lange

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

                        @jmeister79

                        Geh 'nen Kaffee trinken während das läuft.

                        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

                        jmeister79J 2 Antworten Letzte Antwort
                        1
                        • Thomas BraunT Thomas Braun

                          @jmeister79

                          Geh 'nen Kaffee trinken während das läuft.

                          jmeister79J Offline
                          jmeister79J Offline
                          jmeister79
                          schrieb am zuletzt editiert von
                          #12

                          @thomas-braun :-D

                          1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @jmeister79

                            Geh 'nen Kaffee trinken während das läuft.

                            jmeister79J Offline
                            jmeister79J Offline
                            jmeister79
                            schrieb am zuletzt editiert von
                            #13

                            @thomas-braun

                            npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                            npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
                            npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
                            npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
                            npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                            npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                            npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                            npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                            npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                            npm WARN deprecated uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                            npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
                            

                            was sind das alles für warnungen?

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • jmeister79J jmeister79

                              @thomas-braun

                              npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                              npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
                              npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
                              npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
                              npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                              npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                              npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                              npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                              npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                              npm WARN deprecated uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                              npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                              npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
                              

                              was sind das alles für warnungen?

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

                              @jmeister79 sagte in Nach Upgrade/Update kein Webserver nicht mehr:

                              was sind das alles für warnungen?

                              Das sind keine 'Warnungen' sondern 'Hinweise'. Kannst du ignorieren, ist für die Modul-Maintainer interessant.

                              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

                              jmeister79J 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @jmeister79 sagte in Nach Upgrade/Update kein Webserver nicht mehr:

                                was sind das alles für warnungen?

                                Das sind keine 'Warnungen' sondern 'Hinweise'. Kannst du ignorieren, ist für die Modul-Maintainer interessant.

                                jmeister79J Offline
                                jmeister79J Offline
                                jmeister79
                                schrieb am zuletzt editiert von
                                #15

                                @thomas-braun yo danke. fahre das normalerweise ohne debugmode. gut ich verschließe die Augen!

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • jmeister79J jmeister79

                                  @thomas-braun yo danke. fahre das normalerweise ohne debugmode. gut ich verschließe die Augen!

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

                                  @jmeister79

                                  In deinem Skript hast du die nie gesehen, weil du da ja alles blind abnickst.
                                  Und genau deswegen würde ich das nie so machen.

                                  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

                                  jmeister79J 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @jmeister79

                                    In deinem Skript hast du die nie gesehen, weil du da ja alles blind abnickst.
                                    Und genau deswegen würde ich das nie so machen.

                                    jmeister79J Offline
                                    jmeister79J Offline
                                    jmeister79
                                    schrieb am zuletzt editiert von
                                    #17

                                    @thomas-braun Danke für deine Hilfe, ich konnte jetzt alle Updates fahren, allerdigns hat jedes einzelne Update bis zu 45 min gedauert.

                                    Nach dem jeweiligen Systemcall passierte immer ne Ewigkeit nichts und dann kamen die ganzen Nachrichten mit depricated usw.
                                    Im Top hat man gesehen, dass mein RAM bis auf 200/300 MB ausgelastet war (4GB Raspi 4).

                                    Habt Ihr da Erfahrung wo die Ursache dafür liegen kann? Hat der Updater Probleme mit meinen Ordner Rechten?
                                    Bisher lief das nie so lange

                                    Gibt es da evtl. eine Möglichkeit die Installation nachhaltig zu fixen?
                                    Ich würde ungerne alles neu aufsetzen, da bei dem Image noch so n paar kleine Helferlein neben her laufen, die ich mit Hängen und Würgen in gang bekommen hab und bei denen ich froh bin, dass sie laufen wegduck

                                    Beste Grüße
                                    Nils

                                    Thomas BraunT CodierknechtC 3 Antworten Letzte Antwort
                                    0
                                    • jmeister79J jmeister79

                                      @thomas-braun Danke für deine Hilfe, ich konnte jetzt alle Updates fahren, allerdigns hat jedes einzelne Update bis zu 45 min gedauert.

                                      Nach dem jeweiligen Systemcall passierte immer ne Ewigkeit nichts und dann kamen die ganzen Nachrichten mit depricated usw.
                                      Im Top hat man gesehen, dass mein RAM bis auf 200/300 MB ausgelastet war (4GB Raspi 4).

                                      Habt Ihr da Erfahrung wo die Ursache dafür liegen kann? Hat der Updater Probleme mit meinen Ordner Rechten?
                                      Bisher lief das nie so lange

                                      Gibt es da evtl. eine Möglichkeit die Installation nachhaltig zu fixen?
                                      Ich würde ungerne alles neu aufsetzen, da bei dem Image noch so n paar kleine Helferlein neben her laufen, die ich mit Hängen und Würgen in gang bekommen hab und bei denen ich froh bin, dass sie laufen wegduck

                                      Beste Grüße
                                      Nils

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

                                      @jmeister79

                                      iob diag
                                      

                                      sagt 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

                                      1 Antwort Letzte Antwort
                                      0
                                      • jmeister79J jmeister79

                                        @thomas-braun Danke für deine Hilfe, ich konnte jetzt alle Updates fahren, allerdigns hat jedes einzelne Update bis zu 45 min gedauert.

                                        Nach dem jeweiligen Systemcall passierte immer ne Ewigkeit nichts und dann kamen die ganzen Nachrichten mit depricated usw.
                                        Im Top hat man gesehen, dass mein RAM bis auf 200/300 MB ausgelastet war (4GB Raspi 4).

                                        Habt Ihr da Erfahrung wo die Ursache dafür liegen kann? Hat der Updater Probleme mit meinen Ordner Rechten?
                                        Bisher lief das nie so lange

                                        Gibt es da evtl. eine Möglichkeit die Installation nachhaltig zu fixen?
                                        Ich würde ungerne alles neu aufsetzen, da bei dem Image noch so n paar kleine Helferlein neben her laufen, die ich mit Hängen und Würgen in gang bekommen hab und bei denen ich froh bin, dass sie laufen wegduck

                                        Beste Grüße
                                        Nils

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

                                        @jmeister79

                                        Und was soll

                                        bei dem Image noch so n paar kleine Helferlein neben her laufen, die ich mit Hängen und Würgen in gang bekommen hab

                                        besagen? Das hört sich nach planlosem Herumgewürge an.

                                        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
                                        • jmeister79J jmeister79

                                          @thomas-braun Danke für deine Hilfe, ich konnte jetzt alle Updates fahren, allerdigns hat jedes einzelne Update bis zu 45 min gedauert.

                                          Nach dem jeweiligen Systemcall passierte immer ne Ewigkeit nichts und dann kamen die ganzen Nachrichten mit depricated usw.
                                          Im Top hat man gesehen, dass mein RAM bis auf 200/300 MB ausgelastet war (4GB Raspi 4).

                                          Habt Ihr da Erfahrung wo die Ursache dafür liegen kann? Hat der Updater Probleme mit meinen Ordner Rechten?
                                          Bisher lief das nie so lange

                                          Gibt es da evtl. eine Möglichkeit die Installation nachhaltig zu fixen?
                                          Ich würde ungerne alles neu aufsetzen, da bei dem Image noch so n paar kleine Helferlein neben her laufen, die ich mit Hängen und Würgen in gang bekommen hab und bei denen ich froh bin, dass sie laufen wegduck

                                          Beste Grüße
                                          Nils

                                          CodierknechtC Offline
                                          CodierknechtC Offline
                                          Codierknecht
                                          Developer Most Active
                                          schrieb am zuletzt editiert von
                                          #20

                                          @jmeister79 sagte in Nach Upgrade/Update kein Webserver nicht mehr:

                                          Im Top hat man gesehen, dass mein RAM bis auf 200/300 MB ausgelastet war (4GB Raspi 4).

                                          Im Zusammenhang mit

                                          bei dem Image noch so n paar kleine Helferlein neben her laufen

                                          ... da führt wohl eins zum anderen.

                                          Meine Glaskugel sagt mir, dass da z.B. noch Influx und what auch ever auf dem Raspi laufen.
                                          Da wird's dann mit 4 GB schon mal eng.

                                          "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                          Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                          HmIP|ZigBee|Tasmota|Unifi
                                          Zabbix Certified Specialist
                                          Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                          jmeister79J 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          524

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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