<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr]]></title><description><![CDATA[<p dir="auto">Moin moin,<br />
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.</p>
<pre><code>#!/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
</code></pre>
<p dir="auto">Hab dann mal beim Update aufgepasst und es ist nach einer Ewigkeit Folgendes gemeldet worden:</p>
<pre><code>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

</code></pre>
<p dir="auto">iob diag bringt folgendes:</p>
<pre><code></code></pre>
<p dir="auto">======== Start marking the full check here =========</p>
<p dir="auto">Skript v.2023-01-02</p>
<p dir="auto">*** BASE SYSTEM ***<br />
Model           : Raspberry Pi 4 Model B Rev 1.2<br />
Architecture:   aarch64<br />
Docker:         false<br />
Virtualization: none<br />
Distributor ID: Raspbian<br />
Description:    Raspbian GNU/Linux 11 (bullseye)<br />
Release:        11<br />
Codename:       bullseye</p>
<p dir="auto">PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"<br />
NAME="Raspbian GNU/Linux"<br />
VERSION_ID="11"<br />
VERSION="11 (bullseye)"<br />
VERSION_CODENAME=bullseye<br />
ID=raspbian<br />
ID_LIKE=debian<br />
HOME_URL="<a href="http://www.raspbian.org/" rel="nofollow ugc">http://www.raspbian.org/</a>"<br />
SUPPORT_URL="<a href="http://www.raspbian.org/RaspbianForums" rel="nofollow ugc">http://www.raspbian.org/RaspbianForums</a>"<br />
BUG_REPORT_URL="<a href="http://www.raspbian.org/RaspbianBugs" rel="nofollow ugc">http://www.raspbian.org/RaspbianBugs</a>"</p>
<p dir="auto">Systemuptime and Load:<br />
12:05:25 up 0 min,  1 user,  load average: 3.19, 0.82, 0.28<br />
CPU threads: 4</p>
<p dir="auto">*** Time and Time Zones ***<br />
Mon Mar 20 11:05:25 UTC 2023<br />
Mon Mar 20 12:05:25 CET 2023<br />
CET +0100<br />
Europe/Berlin</p>
<p dir="auto">*** User and Groups ***<br />
pi<br />
/home/pi<br />
pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker</p>
<p dir="auto">*** X-Server-Setup ***<br />
X-Server:       false<br />
Desktop:<br />
Terminal:       tty<br />
Boot Target:    multi-user.target</p>
<p dir="auto">*** MEMORY ***<br />
total        used        free      shared  buff/cache   available<br />
Mem:            3.8G        505M        3.0G        0.0K        297M        3.2G<br />
Swap:            99M          0B         99M<br />
Total:          3.9G        505M        3.1G</p>
<pre><code>     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
</code></pre>
<p dir="auto">*** FILESYSTEM ***<br />
Filesystem                      Type      Size  Used Avail Use% Mounted on<br />
/dev/root                       ext4       59G   16G   41G  28% /<br />
devtmpfs                        devtmpfs  1.7G     0  1.7G   0% /dev<br />
tmpfs                           tmpfs     1.9G     0  1.9G   0% /dev/shm<br />
tmpfs                           tmpfs     759M  844K  759M   1% /run<br />
tmpfs                           tmpfs     5.0M  4.0K  5.0M   1% /run/lock<br />
/dev/mmcblk0p1                  vfat      253M   51M  202M  20% /boot<br />
//datanas/Intern_Raid1/001_Cams cifs      3.6T  1.9T  1.8T  52% /mnt/datanas/001_Cams<br />
tmpfs                           tmpfs     380M     0  380M   0% /run/user/1000</p>
<p dir="auto">Messages in dmesg:<br />
[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<br />
[Mon Mar 20 12:04:36 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.<br />
[Mon Mar 20 12:04:36 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.<br />
[Mon Mar 20 12:04:39 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.</p>
<p dir="auto">Show mounted filesystems (real ones only):<br />
TARGET                  SOURCE                          FSTYPE OPTIONS<br />
/                       /dev/mmcblk0p2                  ext4   rw,noatime<br />
|-/boot                 /dev/mmcblk0p1                  vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro<br />
`-/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</p>
<p dir="auto">Files in neuralgic directories:</p>
<p dir="auto">/var:<br />
2.6G    /var/<br />
2.0G    /var/log<br />
1.9G    /var/log/journal/d894d73ccc4e4e4ea197a2ff3874f9bf<br />
1.9G    /var/log/journal<br />
453M    /var/cache</p>
<p dir="auto">/opt/iobroker/backups:<br />
4.0K    /opt/iobroker/backups/</p>
<p dir="auto">/opt/iobroker/iobroker-data:<br />
1.8G    /opt/iobroker/iobroker-data/<br />
960M    /opt/iobroker/iobroker-data/history<br />
561M    /opt/iobroker/iobroker-data/files<br />
166M    /opt/iobroker/iobroker-data/backup-objects<br />
78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png</p>
<p dir="auto">The five largest files in iobroker-data are:<br />
41M     /opt/iobroker/iobroker-data/files/material/static/js/main.90a1d068.js.map<br />
33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map<br />
19M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.806bf48a.js.map<br />
19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.fe83292c.js.map<br />
17M     /opt/iobroker/iobroker-data/sqlite/sqlite.db</p>
<p dir="auto">*** NodeJS-Installation ***</p>
<p dir="auto">/usr/bin/nodejs         v16.19.1<br />
/usr/bin/node           v16.19.1<br />
/usr/bin/npm            8.19.3<br />
/usr/bin/npx            8.19.3</p>
<p dir="auto">nodejs:<br />
Installed: 16.19.1-deb-1nodesource1<br />
Candidate: 16.19.1-deb-1nodesource1<br />
Version table:<br />
*** 16.19.1-deb-1nodesource1 500<br />
500 <a href="https://deb.nodesource.com/node_16.x" rel="nofollow ugc">https://deb.nodesource.com/node_16.x</a> bullseye/main armhf Packages<br />
100 /var/lib/dpkg/status<br />
12.22.12~dfsg-1~deb11u3 500<br />
500 <a href="http://raspbian.raspberrypi.org/raspbian" rel="nofollow ugc">http://raspbian.raspberrypi.org/raspbian</a> bullseye/main armhf Packages</p>
<p dir="auto">Temp directories causing npm8 problem: 1055</p>
<p dir="auto">*** ioBroker-Installation ***</p>
<p dir="auto">ioBroker Status<br />
iobroker is running on this host.</p>
<p dir="auto">Objects type: jsonl<br />
States  type: jsonl</p>
<p dir="auto">Core adapters versions<br />
js-controller:  4.0.24<br />
admin:          6.3.5<br />
javascript:     6.1.4</p>
<p dir="auto">npm ERR! code ELSPROBLEMS<br />
npm ERR! invalid: iobroker.icons-open-icon-library-png@0.1.3 /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png<br />
npm ERR! invalid: iobroker.km200@2.0.3 /opt/iobroker/node_modules/iobroker.km200<br />
npm ERR! invalid: <a href="http://iobroker.ws" rel="nofollow ugc">iobroker.ws</a>@2.3.6 /opt/iobroker/node_modules/iobroker.ws</p>
<p dir="auto">npm ERR! A complete log of this run can be found in:<br />
npm ERR!     /home/pi/.npm/_logs/2023-03-20T11_06_07_058Z-debug-0.log<br />
Adapters from github:   2</p>
<p dir="auto">Adapter State</p>
<ul>
<li>
<p dir="auto">system.adapter.admin.0                  : admin                 : iobrokerpi                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin<br />
system.adapter.backitup.0               : backitup              : iobrokerpi                               - disabled<br />
system.adapter.bestway.0                : bestway               : iobrokerpi                               -  enabled</p>
</li>
<li>
<p dir="auto">system.adapter.ble.0                    : ble                   : iobrokerpi                               -  enabled</p>
</li>
<li>
<p dir="auto">system.adapter.chromecast.0             : chromecast            : iobrokerpi                               -  enabled<br />
system.adapter.devices.0                : devices               : iobrokerpi                               - disabled</p>
</li>
<li>
<p dir="auto">system.adapter.discovery.0              : discovery             : iobrokerpi                               -  enabled<br />
system.adapter.ems-esp.0                : ems-esp               : iobrokerpi                               -  enabled<br />
system.adapter.flot.0                   : flot                  : iobrokerpi                               - disabled</p>
</li>
<li>
<p dir="auto">system.adapter.fritzdect.0              : fritzdect             : iobrokerpi                               -  enabled<br />
system.adapter.habpanel.0               : habpanel              : iobrokerpi                               - disabled</p>
</li>
<li>
<p dir="auto">system.adapter.history.0                : history               : iobrokerpi                               -  enabled<br />
system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobrokerpi                               - disabled<br />
system.adapter.icons-icons8.0           : icons-icons8          : iobrokerpi                               - disabled<br />
system.adapter.icons-material-png.0     : icons-material-png    : iobrokerpi                               - disabled<br />
system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobrokerpi                               - disabled<br />
system.adapter.info.0                   : info                  : iobrokerpi                               -  enabled</p>
</li>
<li>
<p dir="auto">system.adapter.iot.0                    : iot                   : iobrokerpi                               -  enabled</p>
</li>
<li>
<p dir="auto">system.adapter.javascript.0             : javascript            : iobrokerpi                               -  enabled<br />
system.adapter.material.0               : material              : iobrokerpi                               - disabled</p>
</li>
<li>
<p dir="auto">system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobrokerpi                               -  enabled, port: 54321<br />
system.adapter.mobile.0                 : mobile                : iobrokerpi                               - disabled</p>
</li>
<li>
<p dir="auto">system.adapter.mqtt.0                   : mqtt                  : iobrokerpi                               -  enabled, port: 1883, bind: 0.0.0.0</p>
</li>
<li>
<p dir="auto">system.adapter.net-tools.0              : net-tools             : iobrokerpi                               -  enabled<br />
system.adapter.philips-tv.0             : philips-tv            : iobrokerpi                               -  enabled</p>
</li>
<li>
<p dir="auto">system.adapter.ping.0                   : ping                  : iobrokerpi                               -  enabled</p>
</li>
<li>
<p dir="auto">system.adapter.rpi2.0                   : rpi2                  : iobrokerpi                               -  enabled<br />
system.adapter.sayit.0                  : sayit                 : iobrokerpi                               - disabled, port: 0<br />
system.adapter.sayit.1                  : sayit                 : iobrokerpi                               - disabled, port: 0</p>
</li>
<li>
<p dir="auto">system.adapter.shelly.0                 : shelly                : iobrokerpi                               -  enabled, port: 1882, bind: 0.0.0.0<br />
system.adapter.sql.0                    : sql                   : iobrokerpi                               - disabled<br />
system.adapter.synology.0               : synology              : iobrokerpi                               - disabled, port: 5001</p>
</li>
<li>
<p dir="auto">system.adapter.telegram.0               : telegram              : iobrokerpi                               -  enabled, port: 8443, bind: 0.0.0.0</p>
</li>
<li>
<p dir="auto">system.adapter.text2command.0           : text2command          : iobrokerpi                               -  enabled</p>
</li>
<li>
<p dir="auto">system.adapter.tr-064.0                 : tr-064                : iobrokerpi                               -  enabled<br />
system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobrokerpi                               - disabled<br />
system.adapter.vis-inventwo.0           : vis-inventwo          : iobrokerpi                               -  enabled<br />
system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobrokerpi                               - disabled<br />
system.adapter.vis-lcars.0              : vis-lcars             : iobrokerpi                               - disabled<br />
system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobrokerpi                               - disabled<br />
system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobrokerpi                               - disabled</p>
</li>
<li>
<p dir="auto">system.adapter.vis.0                    : vis                   : iobrokerpi                               -  enabled<br />
system.adapter.web.0                    : web                   : iobrokerpi                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin<br />
system.adapter.ws.0                     : ws                    : iobrokerpi                               - disabled, port: 8084, bind: 0.0.0.0, run as: admin</p>
</li>
<li>
<p dir="auto">system.adapter.zigbee.0                 : zigbee                : iobrokerpi                               -  enabled, port: /dev/ttyUSB0</p>
</li>
<li>
<p dir="auto">instance is alive</p>
</li>
</ul>
<p dir="auto">Enabled adapters with bindings</p>
<ul>
<li>system.adapter.admin.0                  : admin                 : iobrokerpi                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin</li>
<li>system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobrokerpi                               -  enabled, port: 54321</li>
<li>system.adapter.mqtt.0                   : mqtt                  : iobrokerpi                               -  enabled, port: 1883, bind: 0.0.0.0</li>
<li>system.adapter.shelly.0                 : shelly                : iobrokerpi                               -  enabled, port: 1882, bind: 0.0.0.0</li>
<li>system.adapter.telegram.0               : telegram              : iobrokerpi                               -  enabled, port: 8443, bind: 0.0.0.0</li>
<li>system.adapter.web.0                    : web                   : iobrokerpi                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin</li>
<li>system.adapter.zigbee.0                 : zigbee                : iobrokerpi                               -  enabled, port: /dev/ttyUSB0</li>
</ul>
<p dir="auto">ioBroker-Repositories<br />
Cannot load "custom": Connection is closed.<br />
Cannot initialize database scripts: Cannot load "custom" into objects database: Connection is closed.<br />
Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!</p>
<p dir="auto">Installed ioBroker-Instances<br />
Used repository: latest<br />
Adapter    "admin"        : 6.3.7    , installed 6.3.5  [Updatable]<br />
Adapter    "backitup"     : 2.6.12   , installed 2.6.2  [Updatable]<br />
Adapter    "bestway"      : 0.0.3    , installed 0.0.3<br />
Adapter    "ble"          : 0.13.3   , installed 0.13.2 [Updatable]<br />
Adapter    "chromecast"   : 3.0.3    , installed 3.0.3<br />
Adapter    "daswetter"    : 3.1.7    , installed 3.1.6  [Updatable]<br />
Adapter    "devices"      : 1.1.2    , installed 1.1.2<br />
Adapter    "discovery"    : 3.1.0    , installed 3.1.0<br />
Adapter    "ems-esp"      : 1.29.0   , installed 1.22.0 [Updatable]<br />
Adapter    "flot"         : 1.12.0   , installed 1.12.0<br />
Adapter    "fritzdect"    : 2.3.1    , installed 2.2.6  [Updatable]<br />
Adapter    "habpanel"     : 0.5.0    , installed 0.5.0<br />
Adapter    "history"      : 2.2.4    , installed 2.2.4<br />
Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0<br />
Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1<br />
Adapter    "icons-material-png": 0.1.0, installed 0.1.0<br />
Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0<br />
Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3<br />
Adapter    "info"         : 1.9.26   , installed 1.9.25 [Updatable]<br />
Adapter    "iot"          : 1.14.5   , installed 1.14.3 [Updatable]<br />
Adapter    "javascript"   : 7.0.3    , installed 6.1.4  [Updatable]<br />
Controller "js-controller": 4.0.24   , installed 4.0.24<br />
Adapter    "km200"        : 2.0.3    , installed 2.0.3<br />
Adapter    "material"     : 1.3.1    , installed 1.3.0  [Updatable]<br />
Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5<br />
Adapter    "mobile"       : 1.0.1    , installed 1.0.1<br />
Adapter    "mqtt"         : 4.0.7    , installed 4.0.7<br />
Adapter    "net-tools"    : 0.2.0    , installed 0.2.0<br />
Adapter    "philips-tv"   : 0.5.3    , installed 0.5.2  [Updatable]<br />
Adapter    "ping"         : 1.5.3    , installed 1.5.3<br />
Adapter    "rpi2"         : 1.3.2    , installed 1.3.2<br />
Adapter    "sayit"        : 1.12.6   , installed 1.12.6<br />
Adapter    "shelly"       : 6.4.0    , installed 6.3.1  [Updatable]<br />
Adapter    "simple-api"   : 2.7.2    , installed 2.7.2<br />
Adapter    "socketio"     : 6.3.5    , installed 6.3.3  [Updatable]<br />
Adapter    "sql"          : 2.2.0    , installed 2.2.0<br />
Adapter    "synology"     : 2.1.13   , installed 2.1.13<br />
Adapter    "telegram"     : 1.15.6   , installed 1.15.6<br />
Adapter    "text2command" : 3.0.2    , installed 2.3.0  [Updatable]<br />
Adapter    "tr-064"       : 4.2.18   , installed 4.2.18<br />
Adapter    "vis"          : 1.4.16   , installed 1.4.16<br />
Adapter    "vis-colorpicker": 2.0.3  , installed 1.2.0  [Updatable]<br />
Adapter    "vis-hqwidgets": 1.3.1    , installed 1.3.1<br />
Adapter    "vis-icontwo"  : 0.90.0   , installed 0.89.0 [Updatable]<br />
Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3<br />
Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12<br />
Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2<br />
Adapter    "vis-lcars"    : 1.0.4    , installed 1.0.4<br />
Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9<br />
Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0<br />
Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2<br />
Adapter    "web"          : 5.5.3    , installed 5.4.1  [Updatable]<br />
Adapter    "wifilight"    : 1.1.4    , installed 1.1.4<br />
Adapter    "ws"           : 2.3.6    , installed 2.3.6<br />
Adapter    "zigbee"       : 1.8.10   , installed 1.8.10</p>
<p dir="auto">Objects and States<br />
Please stand by - This may take a while<br />
Objects:        6639<br />
States:         5146</p>
<p dir="auto">*** OS-Repositories and Updates ***<br />
Hit:1 <a href="http://raspbian.raspberrypi.org/raspbian" rel="nofollow ugc">http://raspbian.raspberrypi.org/raspbian</a> bullseye InRelease<br />
Hit:2 <a href="http://archive.raspberrypi.org/debian" rel="nofollow ugc">http://archive.raspberrypi.org/debian</a> bullseye InRelease<br />
Hit:3 <a href="https://deb.nodesource.com/node_16.x" rel="nofollow ugc">https://deb.nodesource.com/node_16.x</a> bullseye InRelease<br />
Reading package lists...<br />
Pending Updates: 0</p>
<p dir="auto">*** Listening Ports ***<br />
Active Internet connections (only servers)<br />
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name<br />
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13775      547/sshd: /usr/sbin<br />
tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       17245      1010/io.mqtt.0<br />
tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       17244      1010/io.mqtt.0<br />
tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       15613      530/iobroker.js-con<br />
tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       16926      530/iobroker.js-con<br />
tcp6       0      0 :::22                   :::*                    LISTEN      0          13777      547/sshd: /usr/sbin<br />
tcp6       0      0 :::21                   :::*                    LISTEN      110        15727      889/proftpd: (accep<br />
tcp6       0      0 :::8082                 :::*                    LISTEN      1001       20869      1623/io.web.0<br />
tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14064      895/io.admin.0<br />
udp        0      0 0.0.0.0:53812           0.0.0.0:*                           108        3764       394/avahi-daemon: r<br />
udp        0      0 0.0.0.0:51820           0.0.0.0:*                           0          14935      -<br />
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       17271      1003/io.chromecast.<br />
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        3762       394/avahi-daemon: r<br />
udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       17337      1170/io.shelly.0<br />
udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          15537      788/dhcpcd<br />
udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       17855      1004/io.mihome-vacu<br />
udp6       0      0 :::546                  :::*                                0          13814      788/dhcpcd<br />
udp6       0      0 :::51820                :::*                                0          14936      -<br />
udp6       0      0 :::5353                 :::*                                108        3763       394/avahi-daemon: r<br />
udp6       0      0 :::45276                :::*                                108        3765       394/avahi-daemon: r</p>
<p dir="auto">*** Log File - Last 25 Lines ***</p>
<p dir="auto">2023-03-20 12:06:56.551  - debug: philips-tv.0 (1783) Objects client initialize lua scripts<br />
2023-03-20 12:06:56.892  - debug: philips-tv.0 (1783) Objects connected to redis: 127.0.0.1:9001<br />
2023-03-20 12:06:57.153  - debug: philips-tv.0 (1783) Redis States: Use Redis connection: 127.0.0.1:9000<br />
2023-03-20 12:06:57.459  - debug: philips-tv.0 (1783) States create System PubSub Client<br />
2023-03-20 12:06:57.462  - debug: philips-tv.0 (1783) States create User PubSub Client<br />
2023-03-20 12:06:57.917  - debug: philips-tv.0 (1783) States connected to redis: 127.0.0.1:9000<br />
2023-03-20 12:06:59.817  - info: javascript.0 (965) script.js.System_(Intern).Automation: test<br />
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"})<br />
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"})<br />
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<br />
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<br />
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"<br />
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<br />
2023-03-20 12:07:05.767  - info: ems-esp.0 (1870) no database instance selected for recordings<br />
2023-03-20 12:07:06.075  - info: ems-esp.0 (1870) start reading km200 data-structure<br />
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"<br />
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<br />
2023-03-20 12:07:07.978  - info: philips-tv.0 (1783) Starting with ip "192.168.178.121" (API v6 - Android)<br />
2023-03-20 12:07:07.982  - warn: philips-tv.0 (1783) Please authenticate via the adapter configuration page<br />
2023-03-20 12:07:12.688  - info: info.0 (1376) cpu Temp res = {"main":69.14,"cores":[],"max":69.14,"socket":[],"chipset":null}<br />
2023-03-20 12:07:28.902  - info: vis.0 (1541) Terminated (NO_ERROR): Without reason<br />
2023-03-20 12:07:29.778  - info: host.iobrokerpi instance system.adapter.vis.0 terminated while should be started once<br />
2023-03-20 12:07:33.527  - info: ems-esp.0 (1870) End reading km200 data-structure: 116 fields found<br />
2023-03-20 12:07:33.529  - info: ems-esp.0 (1870) write km200 file:/opt/iobroker/iobroker-data//ems-esp/0/km200.csv<br />
2023-03-20 12:07:33.532  - info: ems-esp.0 (1870) start initializing km200 states</p>
<p dir="auto">============ Mark until here for C&amp;P =============</p>
<p dir="auto">Daraufhin hab ich diesen Tipp beherzigt:<br />
<a href="https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update/2">https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update/2</a></p>
<pre><code>for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
</code></pre>
<p dir="auto">Danach hat der WS zwar geklappt aber der Nächste adapter steigt beim update mit 217 aus</p>
<p dir="auto">Aber er kann immer noch nicht installieren.<br />
Leider hat sich der Backup Adapter vor nem Monat aufgehängt und jetzt hab ich ECHT n Problem.</p>
]]></description><link>https://forum.iobroker.net/topic/64030/gelöst-nach-upgrade-update-kein-webserver-nicht-mehr</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 19:55:39 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/64030.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Mar 2023 11:15:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Wed, 22 Mar 2023 07:19:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> ja, das mit dem backup ordner war ein versehen, was beim neuaufsetzen grad passiert war und schon behoben ist.</p>
<p dir="auto">die repos hatte ich für einen experimentellen adapter benutzt und habe ich auch grad entfernt.</p>
<p dir="auto">Beste Grüße<br />
Nils</p>
<p dir="auto">ps.: und jetzt ist er wieder schnell... seltsam</p>
]]></description><link>https://forum.iobroker.net/post/966723</link><guid isPermaLink="true">https://forum.iobroker.net/post/966723</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Wed, 22 Mar 2023 07:19:59 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 14:54:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a> sagte in <a href="/post/966453">Nach Upgrade/Update kein Webserver nicht mehr</a>:</p>
<pre><code>//192.168.178.70/iobroker_backup                    cifs      3.6T  1.9T  1.8T  52% /opt/iobroker/backups
//192.168.178.70/Intern_RAID1/Backups/iobroker_auto cifs      3.6T  1.9T  1.8T  52% /opt/iobroker/backups
</code></pre>
<p dir="auto">Mit den Einstellungen musst du aber höllisch aufpassen, dass du da nix doppelt in den Mountpunkt /opt/iobroker/backups knallst. Zumal der Backitup-Adapter da je nach Einstellung auch noch unabhängig von der fstab agiert.<br />
Bzw. da ist schon was doppeltgemoppelt, <code>iob diag</code> zeigt ja auch etwas später die gemounteten Dateisysteme an.</p>
<p dir="auto">Zu ioBroker-Repositories:</p>
<pre><code>iobroker repo del online
iobroker repo del sources
iobroker repo del km
</code></pre>
]]></description><link>https://forum.iobroker.net/post/966458</link><guid isPermaLink="true">https://forum.iobroker.net/post/966458</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 14:54:48 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 14:42:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a></p>
<p dir="auto">Büdde!</p>
<pre><code>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:
 15:38:23 up  5:23,  1 user,  load average: 0.59, 0.88, 1.86
CPU threads: 4

*** Time and Time Zones ***
Tue Mar 21 14:38:23 UTC 2023
Tue Mar 21 15:38:23 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        1.4G        130M        0.0K        2.3G        2.4G
Swap:            99M          0B         99M
Total:          3.9G        1.4G        230M

         3794 M total memory
         1359 M used memory
         1465 M active memory
         1652 M inactive memory
          130 M free memory
          106 M buffer memory
         2197 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   17G   39G  31% /
devtmpfs                                            devtmpfs  1.7G     0  1.7G   0% /dev
tmpfs                                               tmpfs     1.9G     0  1.9G   0% /dev/shm
tmpfs                                               tmpfs     759M  884K  759M   1% /run
tmpfs                                               tmpfs     5.0M  4.0K  5.0M   1% /run/lock
/dev/mmcblk0p1                                      vfat      253M   51M  202M  20% /boot
tmpfs                                               tmpfs     380M     0  380M   0% /run/user/1000
//192.168.178.70/iobroker_backup                    cifs      3.6T  1.9T  1.8T  52% /opt/iobroker/backups
//192.168.178.70/Intern_RAID1/Backups/iobroker_auto cifs      3.6T  1.9T  1.8T  52% /opt/iobroker/backups

Messages in dmesg:
[Tue Mar 21 10:14:52 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  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
[Tue Mar 21 10:14:53 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[Tue Mar 21 10:14:53 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[Tue Mar 21 10:14:56 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
`-/opt/iobroker/backups   //192.168.178.70/iobroker_backup                    cifs   rw,relatime,vers=1.0,cache=strict,username=iobroker_backup,uid=1001,noforceuid,gid=1001,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
  `-/opt/iobroker/backups //192.168.178.70/Intern_RAID1/Backups/iobroker_auto cifs   rw,relatime,vers=1.0,cache=strict,username=iobroker_backup,uid=1001,noforceuid,gid=1001,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.3G    /var/
2.0G    /var/log/journal/d894d73ccc4e4e4ea197a2ff3874f9bf
2.0G    /var/log/journal
2.0G    /var/log
114M    /var/lib

/opt/iobroker/backups:
1.6G    /opt/iobroker/backups/
598M    /opt/iobroker/backups/iobroker-data
321M    /opt/iobroker/backups/iobroker-data/files
167M    /opt/iobroker/backups/iobroker_2023_02_07-02_00_20_iobroker_pi_backupiobroker.tar
166M    /opt/iobroker/backups/iobroker-data/backup-objects

/opt/iobroker/iobroker-data:
1.4G    /opt/iobroker/iobroker-data/
958M    /opt/iobroker/iobroker-data/history
391M    /opt/iobroker/iobroker-data/files
55M     /opt/iobroker/iobroker-data/files/material
52M     /opt/iobroker/iobroker-data/files/material/static

The five largest files in iobroker-data are:
50M     /opt/iobroker/iobroker-data/objects.jsonl
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

*** NodeJS-Installation ***

/usr/bin/nodejs         v18.15.0
/usr/bin/node           v18.15.0
/usr/bin/npm            9.5.0
/usr/bin/npx            9.5.0

nodejs:
  Installed: 18.15.0-deb-1nodesource1
  Candidate: 18.15.0-deb-1nodesource1
  Version table:
 *** 18.15.0-deb-1nodesource1 500
        500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
        100 /var/lib/dpkg/status
     12.22.12~dfsg-1~deb11u3 500
        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages

Temp directories causing npm8 problem: 0

*** ioBroker-Installation ***

ioBroker Status
iobroker is running on this host.


Objects type: jsonl
States  type: jsonl

Core adapters versions
js-controller:  4.0.24
admin:          6.3.5
javascript:     6.1.4

Adapters from github:   0

Adapter State
+ system.adapter.admin.0                  : admin                 : iobrokerpi                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
+ system.adapter.backitup.0               : backitup              : iobrokerpi                               -  enabled
+ 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                               - disabled
+ 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.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                               - disabled
+ system.adapter.tr-064.0                 : tr-064                : iobrokerpi                               -  enabled
  system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobrokerpi                               -  enabled
+ system.adapter.vis-inventwo.0           : vis-inventwo          : iobrokerpi                               -  enabled
  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobrokerpi                               -  enabled
  system.adapter.vis-lcars.0              : vis-lcars             : iobrokerpi                               -  enabled
  system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobrokerpi                               -  enabled
  system.adapter.vis-metro.0              : vis-metro             : iobrokerpi                               -  enabled
  system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobrokerpi                               -  enabled
  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                               -  enabled, 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.ws.0                     : ws                    : iobrokerpi                               -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
+ system.adapter.zigbee.0                 : zigbee                : iobrokerpi                               -  enabled, port: /dev/ttyUSB0

ioBroker-Repositories
online        : https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/conf/sources-dist.json
sources       : conf/sources-dist.json
latest        : http://iobroker.live/repo/sources-dist-latest.json
stable        : http://download.iobroker.net/sources-dist.json
beta          : http://download.iobroker.net/sources-dist-latest.json
km            : https://github.com/frankjoke/ioBroker.km200

Active repo(s): stable

Installed ioBroker-Instances
Used repository: stable
Adapter    "admin"        : 6.3.5    , installed 6.3.5
Adapter    "backitup"     : 2.5.12   , installed 2.6.2
Adapter    "bestway"      : 0.0.3    , installed 0.0.3
Adapter    "ble"          : 0.13.0   , installed 0.13.2
Adapter    "chromecast"   : 2.3.1    , installed 3.0.3
Adapter    "devices"      : 1.1.2    , installed 1.1.2
Adapter    "discovery"    : 3.1.0    , installed 3.1.0
Adapter    "ems-esp"      : 1.26.0   , installed 1.26.0
Adapter    "flot"         : 1.11.0   , installed 1.12.0
Adapter    "fritzdect"    : 2.2.6    , installed 2.2.6
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    "info"         : 1.9.19   , installed 1.9.25
Adapter    "iot"          : 1.14.2   , installed 1.14.3
Adapter    "javascript"   : 6.1.4    , installed 6.1.4
Controller "js-controller": 4.0.24   , installed 4.0.24
Adapter    "material"     : 1.1.2    , installed 1.3.0
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.3   , installed 1.12.6
Adapter    "shelly"       : 6.3.1    , installed 6.3.1
Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
Adapter    "socketio"     : 4.2.0    , installed 6.3.3
Adapter    "synology"     : 2.1.13   , installed 2.1.13
Adapter    "telegram"     : 1.15.2   , installed 1.15.6
Adapter    "text2command" : 2.3.0    , installed 2.3.0
Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
Adapter    "vis"          : 1.4.15   , installed 1.4.15
Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
Adapter    "vis-lcars"    : 1.0.4    , installed 1.0.4
Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
Adapter    "web"          : 4.3.0    , installed 5.4.1
Adapter    "ws"           : 1.3.0    , installed 1.3.0
Adapter    "zigbee"       : 1.8.10   , installed 1.8.10

Objects and States
Please stand by - This may take a while
Objects:        6617
States:         5099

*** OS-Repositories and Updates ***
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
Reading package lists...
Pending Updates: 0

*** Listening Ports ***
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       243539     31435/iobroker.js-c
tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       243546     31435/iobroker.js-c
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14685      547/sshd: /usr/sbin
tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       244436     31540/io.mqtt.0
tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       244435     31540/io.mqtt.0
tcp6       0      0 :::22                   :::*                    LISTEN      0          14687      547/sshd: /usr/sbin
tcp6       0      0 :::21                   :::*                    LISTEN      110        14175      811/proftpd: (accep
tcp6       0      0 :::8084                 :::*                    LISTEN      1001       246685     31927/io.ws.0
tcp6       0      0 :::8082                 :::*                    LISTEN      1001       254777     358/io.web.0
tcp6       0      0 :::8081                 :::*                    LISTEN      1001       245792     31453/io.admin.0
udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       246106     31556/io.shelly.0
udp        0      0 0.0.0.0:36424           0.0.0.0:*                           108        12159      394/avahi-daemon: r
udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12262      738/dhcpcd
udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       246836     31534/io.mihome-vac
udp        0      0 0.0.0.0:51820           0.0.0.0:*                           0          13236      -
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       244228     31521/io.chromecast
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12157      394/avahi-daemon: r
udp6       0      0 :::43007                :::*                                108        12160      394/avahi-daemon: r
udp6       0      0 :::546                  :::*                                0          12274      738/dhcpcd
udp6       0      0 :::51820                :::*                                0          13237      -
udp6       0      0 :::5353                 :::*                                108        12158      394/avahi-daemon: r

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

2023-03-21 15:39:42.552  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:42.572  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:45.084  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:45.552  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:45.574  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:47.922  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:47.989  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:47.990  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:47.995  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:48.548  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:48.557  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:48.612  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:48.615  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:48.617  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:48.626  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:49.020  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:50.548  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:50.586  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:39:55.086  - info: ws.0 (31927) ==&gt; Connected system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:40:00.384  - info: javascript.0 (31491) script.js.Heizung.Fussbodenheizung_steuerung: ...
2023-03-21 15:40:01.223  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:40:01.289  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:40:01.359  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:40:01.363  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41
2023-03-21 15:40:01.365  - info: ws.0 (31927) &lt;== Disconnect system.user.admin from ::ffff:192.168.178.41

</code></pre>
]]></description><link>https://forum.iobroker.net/post/966453</link><guid isPermaLink="true">https://forum.iobroker.net/post/966453</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 14:42:52 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 14:37:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a></p>
<p dir="auto">Wenn du jetzt noch die vollständige Ausgabe von</p>
<pre><code>iob diag
</code></pre>
<p dir="auto">posten magst? Dann könnte man da auch mal drüber schauen.</p>
]]></description><link>https://forum.iobroker.net/post/966449</link><guid isPermaLink="true">https://forum.iobroker.net/post/966449</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 14:37:07 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 13:07:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/codierknecht" aria-label="Profile: codierknecht">@<bdi>codierknecht</bdi></a> Danke.<br />
ich liebäugle mit was besserem als einem Raspi aber ich muss mich mal damit eingehend beschäftigen.</p>
<p dir="auto">Nils</p>
]]></description><link>https://forum.iobroker.net/post/966426</link><guid isPermaLink="true">https://forum.iobroker.net/post/966426</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 13:07:35 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 13:06:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a><br />
Wenn die Kiste dann wieder am Start ist:<br />
Schau Dir regelmäßig den Speicherverbrauch des Systems an. Mir dünkt, dass die Kiste mit Deinen Zusatzdiensten möglicherweise überfordert ist.<br />
Wenn's eng zu werden droht, solltest Du Dir überlegen, einige Dinge auszulagern.</p>
]]></description><link>https://forum.iobroker.net/post/966425</link><guid isPermaLink="true">https://forum.iobroker.net/post/966425</guid><dc:creator><![CDATA[Codierknecht]]></dc:creator><pubDate>Tue, 21 Mar 2023 13:06:07 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 12:21:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
Danke danke!<br />
Installation ist durch und er isntalliert jetzt anch und nach alle adapter neu, diesmal gehts.</p>
<p dir="auto">Danke euch beiden für die Tipps. Wieder viel gelernt!!!</p>
]]></description><link>https://forum.iobroker.net/post/966413</link><guid isPermaLink="true">https://forum.iobroker.net/post/966413</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 12:21:40 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 11:23:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a></p>
<pre><code>cd /opt/iobroker
sudo -H -u iobroker npm install iobroker.js-controller
</code></pre>
]]></description><link>https://forum.iobroker.net/post/966395</link><guid isPermaLink="true">https://forum.iobroker.net/post/966395</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 11:23:34 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 11:00:33 GMT]]></title><description><![CDATA[<p dir="auto">Also im Wiki finde ich ejtzt folgenden Befehl:</p>
<p dir="auto">curl -sLf <a href="https://iobroker.net/install.sh" rel="nofollow ugc">https://iobroker.net/install.sh</a> | bash -</p>
<p dir="auto">Ich möchte gerne alles loswerden und neuch machen und dann ein abckup einspielen.</p>
<p dir="auto">Ich denke ich hab mir alles kaputt gemacht gestern und heute.</p>
<pre><code>pi@iobrokerpi:/opt/iobroker $ iob
node:internal/modules/cjs/loader:1078
  throw err;
  ^

Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
    at Module._load (node:internal/modules/cjs/loader:920:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:23:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v18.15.0

</code></pre>
<p dir="auto">ich glaub hier ist der zug abgefahren...</p>
]]></description><link>https://forum.iobroker.net/post/966392</link><guid isPermaLink="true">https://forum.iobroker.net/post/966392</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 11:00:33 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:47:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a> sagte in <a href="/post/966370">Nach Upgrade/Update kein Webserver nicht mehr</a>:</p>
<blockquote>
<p dir="auto">hier aus dem forum</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a> Ein echtes Problem, dass die Leute hier natürlich dutzende von Posts finden, viele davon aber einfach falsch oder schlicht veraltet sind.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a> In <a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: Thomas-Braun">@<bdi>Thomas-Braun</bdi></a> 's Signatur sieht Du, wie es richtig gemacht wird. Das hat er nicht ohne Grund da reingeschrieben.</p>
]]></description><link>https://forum.iobroker.net/post/966391</link><guid isPermaLink="true">https://forum.iobroker.net/post/966391</guid><dc:creator><![CDATA[Codierknecht]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:47:15 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:35:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a></p>
<p dir="auto">Beispielsweise history. Jeder andere das gleiche.</p>
<pre><code>host.iobrokerpi
2023-03-21 11:35:07.419	info	iobroker npm-install: exit 25
host.iobrokerpi
2023-03-21 11:35:06.388	error	iobroker npm-install: host.iobrokerpi Cannot install iobroker.history@2.2.4: 217
host.iobrokerpi
2023-03-21 11:34:52.248	info	iobroker npm-install: Installing iobroker.history@2.2.4... (System call)
host.iobrokerpi
2023-03-21 11:34:52.245	info	iobroker npm-install: NPM version: 9.5.0
host.iobrokerpi
2023-03-21 11:34:47.234	info	iobroker install history@2.2.4 using installedFrom
host.iobrokerpi
2023-03-21 11:34:47.233	warn	startInstance cannot find adapter "history@2.2.4". Try to install it... 1 attempt
</code></pre>
]]></description><link>https://forum.iobroker.net/post/966389</link><guid isPermaLink="true">https://forum.iobroker.net/post/966389</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:35:55 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:33:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> said in <a href="/post/966386">Nach Upgrade/Update kein Webserver nicht mehr</a>:</p>
<blockquote>
<p dir="auto">type -P nodejs node npm npx &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; npx -v</p>
</blockquote>
<p dir="auto">/usr/bin/nodejs<br />
/usr/bin/node<br />
/usr/bin/npm<br />
/usr/bin/npx<br />
v18.15.0<br />
v18.15.0<br />
9.5.0<br />
9.5.0</p>
]]></description><link>https://forum.iobroker.net/post/966388</link><guid isPermaLink="true">https://forum.iobroker.net/post/966388</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:33:16 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:31:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a> sagte in <a href="/post/966383">Nach Upgrade/Update kein Webserver nicht mehr</a>:</p>
<blockquote>
<p dir="auto">er versucht jetzt laufend die Adapter zu installieren und scheitert.</p>
</blockquote>
<p dir="auto">Mit welchen Meldungen? Werden da Module neugebaut?</p>
]]></description><link>https://forum.iobroker.net/post/966387</link><guid isPermaLink="true">https://forum.iobroker.net/post/966387</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:31:13 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:30:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a></p>
<pre><code>sudo ln -s /usr/bin/node /usr/bin/nodejs &amp;&gt; /dev/null
type -P nodejs node npm npx &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; npx -v
</code></pre>
<p dir="auto">sagt?</p>
]]></description><link>https://forum.iobroker.net/post/966386</link><guid isPermaLink="true">https://forum.iobroker.net/post/966386</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:30:26 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:22:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> ok das hat schonmal geklappt.<br />
npm und node sind aktuell.<br />
aber ich habe mir offenbar den iobroker hart zerschossen.<br />
er versucht jetzt laufend die Adapter zu installieren und scheitert.</p>
<p dir="auto">ich versuche mal das Backup von heute morgen einzuspielen.</p>
]]></description><link>https://forum.iobroker.net/post/966383</link><guid isPermaLink="true">https://forum.iobroker.net/post/966383</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:22:21 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:11:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a></p>
<p dir="auto">Das ist okay.</p>
]]></description><link>https://forum.iobroker.net/post/966381</link><guid isPermaLink="true">https://forum.iobroker.net/post/966381</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:11:49 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:11:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a></p>
<p dir="auto">dann srell mal deinen Bildschirm hochkant: :-)</p>
<pre><code>Removing nodejs (16.19.1-deb-1nodesource1) ...
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/yallist' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/write-file-atomic' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/wrappy' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/wide-align' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/which/bin' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/wcwidth' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/walk-up-path' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/validate-npm-package-name' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/validate-npm-package-license' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/util-deprecate' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/unique-slug' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/unique-filename' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/treeverse' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/tiny-relative-date' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/text-table' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/tar' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/string_decoder' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/ssri' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/spdx-expression-parse' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/spdx-correct' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/socks' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/smart-buffer' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/signal-exit' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/set-blocking' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/safer-buffer' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/safe-buffer' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/rimraf/node_modules/glob' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/retry' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/read' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/read-package-json' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/read-package-json-fast' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/read-cmd-shim' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/qrcode-terminal' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/promzard' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/promise-retry' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/promise-inflight' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/promise-call-limit' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/promise-all-reject-late' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/proc-log' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/postcss-selector-parser' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/parse-conflict-json' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/pacote' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/once' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npmlog' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-user-validate' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-registry-fetch' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-profile' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-pick-manifest' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-packlist' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-package-arg' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-normalize-package-bin' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-install-checks' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-bundled' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/npm-audit-report' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/normalize-package-data' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/nopt' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/node-gyp/.github' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/negotiator' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/mute-stream' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/ms' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/mkdirp' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/minizlib' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/minipass' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/minipass-sized' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/minipass-pipeline' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/minipass-json-stream' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/minipass-flush' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/minipass-fetch' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/minipass-collect' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/minimatch' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/make-fetch-happen' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/lru-cache' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmversion' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmteam' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmsearch' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmpublish/lib' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmpack' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmorg' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmhook' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmfund' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmexec' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmdiff' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/libnpmaccess' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/just-diff' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/just-diff-apply' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/jsonparse' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/json-stringify-nice' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/json-parse-even-better-errors' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/isexe' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/is-lambda' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/is-core-module' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/is-cidr' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/init-package-json' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/ini' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/inherits' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/inflight' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/infer-owner' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/ignore-walk' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/iconv-lite' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/humanize-ms' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/http-cache-semantics' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/hosted-git-info/lib' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/has' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/has-unicode' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/graceful-fs' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/glob' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/gauge' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/function-bind' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/fs.realpath' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/fs-minipass' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/fastest-levenshtein' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/err-code' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/encoding' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/emoji-regex' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/diff' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/depd' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/delegates' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/defaults' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/debug/node_modules/ms' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/cssesc' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/console-control-strings' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/concat-map' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/common-ancestor-path' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/columnify' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/color-support' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/color-name' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/color-convert' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/cmd-shim' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/clone' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/cli-table3' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/cli-columns' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/cidr-regex' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/chownr' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/cacache/lib/util' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/brace-expansion' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/bin-links' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/balanced-match' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/are-we-there-yet' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/archy' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/aproba' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/agentkeepalive' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/abbrev' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@tootallnate/once' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/run-script' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/query' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/package-json' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/name-from-folder' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/move-file' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/map-workspaces' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/git' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/disparity-colors' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/config/lib' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@gar/promisify' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/@colors/colors' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/man/man1' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/lib/utils' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/lib/commands' not empty so not removed
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/docs/output/commands' not empty so not removed

</code></pre>
]]></description><link>https://forum.iobroker.net/post/966379</link><guid isPermaLink="true">https://forum.iobroker.net/post/966379</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:11:02 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:08:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a></p>
<p dir="auto">Zeigen...<br />
Meine Glaskugel ist defekt.</p>
]]></description><link>https://forum.iobroker.net/post/966376</link><guid isPermaLink="true">https://forum.iobroker.net/post/966376</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:08:42 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:08:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> beim remove der nodejs gitbs jede megne warnungen wg nicht leerer npm ordner</p>
]]></description><link>https://forum.iobroker.net/post/966374</link><guid isPermaLink="true">https://forum.iobroker.net/post/966374</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:08:04 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:06:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a></p>
<p dir="auto">Check mit:</p>
<pre><code>sudo ln -s /usr/bin/node /usr/bin/nodejs &amp;&gt; /dev/null
type -P nodejs node npm npx &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; npx -v 
</code></pre>
]]></description><link>https://forum.iobroker.net/post/966373</link><guid isPermaLink="true">https://forum.iobroker.net/post/966373</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:06:52 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:05:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a></p>
<pre><code>iob stop
sudo apt purge --autoremove nodejs* npm node-* 
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt update
sudo apt install nodejs
iob start
</code></pre>
]]></description><link>https://forum.iobroker.net/post/966372</link><guid isPermaLink="true">https://forum.iobroker.net/post/966372</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:05:56 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:05:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> hier aus dem forum.</p>
<p dir="auto">Offenbar sind keine der Adapter isntalliert, im logbuch versucht er das gerade und schafft es nicht.</p>
<p dir="auto">Wohl zerschossen.</p>
]]></description><link>https://forum.iobroker.net/post/966370</link><guid isPermaLink="true">https://forum.iobroker.net/post/966370</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:05:23 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 10:04:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmeister79" aria-label="Profile: jmeister79">@<bdi>jmeister79</bdi></a> sagte in <a href="/post/966364">Nach Upgrade/Update kein Webserver nicht mehr</a>:</p>
<blockquote>
<p dir="auto">sudo apt-get install nodejs.</p>
</blockquote>
<p dir="auto">Vollkommen falsch. Wo hast du das her?</p>
]]></description><link>https://forum.iobroker.net/post/966368</link><guid isPermaLink="true">https://forum.iobroker.net/post/966368</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 21 Mar 2023 10:04:12 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Nach Upgrade&#x2F;Update kein Webserver nicht mehr on Tue, 21 Mar 2023 09:59:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a></p>
<pre><code>pi@iobrokerpi:~ $ iob repo list
online        : https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/conf/sources-dist.json
sources       : conf/sources-dist.json
latest        : http://iobroker.live/repo/sources-dist-latest.json
stable        : http://download.iobroker.net/sources-dist.json
beta          : http://download.iobroker.net/sources-dist-latest.json
km            : https://github.com/frankjoke/ioBroker.km200

Active repo(s): stable

</code></pre>
<p dir="auto">ich habe auf stable gestellt und dann unter adapter "Adapter auf updates Prüfen" gedrückt. Dann kam der Kreis.</p>
<p dir="auto">Iob restart und reboot haben nichts gebracht</p>
<p dir="auto">ich hab fix usw durchlaufen lassen, erst</p>
<pre><code> curl -sL https://iobroker.net/install.sh | bash -

</code></pre>
<p dir="auto">hat ein lebenszeichen gebracht.<br />
npm ist nun auf 8 aber node auf 16 und will nicht updaten wg</p>
<pre><code>pi@iobrokerpi:~ $ sudo apt-get install nodejs.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'nodejs-legacy' for regex 'nodejs.'
Note, selecting 'nodejs-dev' for regex 'nodejs.'
Note, selecting 'nodejs-doc' for regex 'nodejs.'
Note, selecting 'nodejs' instead of 'nodejs-legacy'
Note, selecting 'nodejs' instead of 'nodejs-dev'
nodejs is already the newest version (16.19.1-deb-1nodesource1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nodejs : Conflicts: nodejs-doc
E: Unable to correct problems, you have held broken packages.

</code></pre>
<p dir="auto">Aktueller stand ist jetzt das, bis auf Admin, backitup und discovery alle isntanzen rot sind und nicht starten</p>
]]></description><link>https://forum.iobroker.net/post/966364</link><guid isPermaLink="true">https://forum.iobroker.net/post/966364</guid><dc:creator><![CDATA[jmeister79]]></dc:creator><pubDate>Tue, 21 Mar 2023 09:59:02 GMT</pubDate></item></channel></rss>