Last login: Sun Oct 9 15:45:50 on ttys000
richardnussdorfer@MacBook-Pro-von-Richard ~ % ssh pi@192.168.0.92
pi@192.168.0.92's password:
Linux iobroker-pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Oct 9 14:46:06 2022 from 192.168.0.193
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
pi@iobroker-pi:~ $ sudo reboot
Connection to 192.168.0.92 closed by remote host.
Connection to 192.168.0.92 closed.
richardnussdorfer@MacBook-Pro-von-Richard ~ % ssh pi@192.168.0.92
pi@192.168.0.92's password:
Linux iobroker-pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Oct 9 15:02:28 2022 from 192.168.0.193
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
pi@iobroker-pi:~ $ sudo reboot
Connection to 192.168.0.92 closed by remote host.
Connection to 192.168.0.92 closed.
richardnussdorfer@MacBook-Pro-von-Richard ~ % ssh pi@192.168.0.92
pi@192.168.0.92's password:
Linux iobroker-pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Oct 9 15:42:15 2022 from 192.168.0.193
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
pi@iobroker-pi:~ $ iob stop
pi@iobroker-pi:~ $ iob fix
library: loaded
Library version=2022-06-15
==========================================================================
Welcome to the ioBroker installation fixer!
Script version: 2022-06-03
You might need to enter your password a couple of times.
==========================================================================
==========================================================================
Installing prerequisites (1/3)
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
Reading package lists... Done
Installed gcc-c++
==========================================================================
Checking ioBroker user and directory permissions (2/3)
Created /etc/sudoers.d/iobroker
Fixing directory permissions...
==========================================================================
Checking autostart (3/3)
Enabling autostart...
Autostart enabled!
==========================================================================
Your installation was fixed successfully
Run iobroker start to start ioBroker again!
==========================================================================
pi@iobroker-pi:~ $ iob start
pi@iobroker-pi:~ $ iob stop
pi@iobroker-pi:~ $ iob start
pi@iobroker-pi:~ $ sudo reboot
Connection to 192.168.0.92 closed by remote host.
Connection to 192.168.0.92 closed.
richardnussdorfer@MacBook-Pro-von-Richard ~ % ssh pi@192.168.0.92
pi@192.168.0.92's password:
Linux iobroker-pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Oct 9 16:02:22 2022 from 192.168.0.193
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
pi@iobroker-pi:~ $ sudo apt update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 https://deb.nodesource.com/node_12.x buster InRelease
Hit:3 http://raspbian.raspberrypi.org/raspbian buster InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
pi@iobroker-pi:~ $ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@iobroker-pi:~ $ sudo apt dist-upgradesudo apt dist-upgrade
E: Invalid operation dist-upgradesudo
pi@iobroker-pi:~ $ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@iobroker-pi:~ $ curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
Installing the NodeSource Node.js 14.x repo...
Populating apt-get cache...
Confirming "buster" is supported...
Adding the NodeSource signing key to your keyring...
Creating apt sources list file for the NodeSource Node.js 14.x repo...
Running apt-get update for you...
Run sudo apt-get install -y nodejs to install Node.js 14.x and npm
You may also need development tools to build native addons:
sudo apt-get install gcc g++ make
To install the Yarn package manager, run:
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
pi@iobroker-pi:~ $ sudo apt-get install -y nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
nodejs
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 23.3 MB of archives.
After this operation, 31.2 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_14.x buster/main armhf nodejs armhf 14.20.1-deb-1nodesource1 [23.3 MB]
Fetched 23.3 MB in 3s (7,113 kB/s)
apt-listchanges: Reading changelogs...
(Reading database ... 52601 files and directories currently installed.)
Preparing to unpack .../nodejs_14.20.1-deb-1nodesource1_armhf.deb ...
Unpacking nodejs (14.20.1-deb-1nodesource1) over (12.22.12-deb-1nodesource1) ...
Setting up nodejs (14.20.1-deb-1nodesource1) ...
Processing triggers for man-db (2.8.5-2) ...
pi@iobroker-pi:~ $ sudo reboot
Connection to 192.168.0.92 closed by remote host.
Connection to 192.168.0.92 closed.
richardnussdorfer@MacBook-Pro-von-Richard ~ % ssh pi@192.168.0.92
pi@192.168.0.92's password:
Linux iobroker-pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Oct 9 16:29:51 2022 from 192.168.0.193
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
pi@iobroker-pi:~ $ node -v
v14.20.1
pi@iobroker-pi:~ $ curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
Installing the NodeSource Node.js 16.x repo...
Populating apt-get cache...
Confirming "buster" is supported...
Adding the NodeSource signing key to your keyring...
Creating apt sources list file for the NodeSource Node.js 16.x repo...
Running apt-get update for you...
Run sudo apt-get install -y nodejs to install Node.js 16.x and npm
You may also need development tools to build native addons:
sudo apt-get install gcc g++ make
To install the Yarn package manager, run:
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
pi@iobroker-pi:~ $
pi@iobroker-pi:~ $ sudo apt-get install -y nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
nodejs
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 24.1 MB of archives.
After this operation, 2,072 kB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_16.x buster/main armhf nodejs armhf 16.17.1-deb-1nodesource1 [24.1 MB]
Fetched 24.1 MB in 3s (7,256 kB/s)
apt-listchanges: Reading changelogs...
(Reading database ... 52699 files and directories currently installed.)
Preparing to unpack .../nodejs_16.17.1-deb-1nodesource1_armhf.deb ...
Unpacking nodejs (16.17.1-deb-1nodesource1) over (14.20.1-deb-1nodesource1) ...
Setting up nodejs (16.17.1-deb-1nodesource1) ...
Processing triggers for man-db (2.8.5-2) ...
pi@iobroker-pi:~ $ sudo reboot
Connection to 192.168.0.92 closed by remote host.
Connection to 192.168.0.92 closed.
richardnussdorfer@MacBook-Pro-von-Richard ~ % ssh pi@192.168.0.92
pi@192.168.0.92's password:
Linux iobroker-pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Oct 9 18:06:04 2022 from 192.168.0.193
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
pi@iobroker-pi:~ $ curl -sL https://iobroker.net/fix.sh | bash -
library: loaded
Library version=2022-06-15
ioBroker or some processes are still running:
io.admin.0
io.history.0
io.javascript.0
io.telegram.0
Please stop them first and try again!
pi@iobroker-pi:~ $ iobroker stop
pi@iobroker-pi:~ $ curl -sL https://iobroker.net/fix.sh | bash -
library: loaded
Library version=2022-06-15
==========================================================================
Welcome to the ioBroker installation fixer!
Script version: 2022-06-03
You might need to enter your password a couple of times.
==========================================================================
==========================================================================
Installing prerequisites (1/3)
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
Reading package lists... Done
Installed gcc-c++
==========================================================================
Checking ioBroker user and directory permissions (2/3)
Created /etc/sudoers.d/iobroker
Fixing directory permissions...
==========================================================================
Checking autostart (3/3)
Enabling autostart...
Autostart enabled!
==========================================================================
Your installation was fixed successfully
Run iobroker start to start ioBroker again!
==========================================================================
pi@iobroker-pi:~ $ iobroker stop
pi@iobroker-pi:~ $ cd /opt/iobroker
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $ sudo npm cache verify
^[[A^[[B
Cache verified and compressed (~/.npm/_cacache)
Content verified: 1865 (82716378 bytes)
Index entries: 2899
Finished in 24.574s
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $ sudo chown -R iobroker /opt/iobroker
pi@iobroker-pi:/opt/iobroker $ sudo apt update -y && sudo apt upgrade -y
Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
Fetched 15.0 kB in 1s (12.9 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@iobroker-pi:/opt/iobroker $ sudo apt-get purge nodejs -y && sudo apt-get autoremove -y && sudo apt-get autoclean -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
nodejs*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 119 MB disk space will be freed.
(Reading database ... 50868 files and directories currently installed.)
Removing nodejs (16.17.1-deb-1nodesource1) ...
dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator' not empty so not removed
Processing triggers for man-db (2.8.5-2) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Del nodejs 12.22.12-deb-1nodesource1 [15.9 MB]
Del nodejs 14.20.1-deb-1nodesource1 [23.3 MB]
pi@iobroker-pi:/opt/iobroker $ sudo curl -sL https://deb.nodesource.com/setup_16.x | sudo bash -
Installing the NodeSource Node.js 16.x repo...
Populating apt-get cache...
Confirming "buster" is supported...
Adding the NodeSource signing key to your keyring...
Creating apt sources list file for the NodeSource Node.js 16.x repo...
Running apt-get update for you...
Run sudo apt-get install -y nodejs to install Node.js 16.x and npm
You may also need development tools to build native addons:
sudo apt-get install gcc g++ make
To install the Yarn package manager, run:
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
pi@iobroker-pi:/opt/iobroker $ sudo apt-get install -y nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
nodejs
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/24.1 MB of archives.
After this operation, 119 MB of additional disk space will be used.
Selecting previously unselected package nodejs.
(Reading database ... 47737 files and directories currently installed.)
Preparing to unpack .../nodejs_16.17.1-deb-1nodesource1_armhf.deb ...
Unpacking nodejs (16.17.1-deb-1nodesource1) ...
Setting up nodejs (16.17.1-deb-1nodesource1) ...
Processing triggers for man-db (2.8.5-2) ...
pi@iobroker-pi:/opt/iobroker $ sudo chown -R iobroker /opt/iobroker
pi@iobroker-pi:/opt/iobroker $ iobroker stop
pi@iobroker-pi:/opt/iobroker $ curl -sL https://iobroker.net/fix.sh | bash -
library: loaded
Library version=2022-06-15
==========================================================================
Welcome to the ioBroker installation fixer!
Script version: 2022-06-03
You might need to enter your password a couple of times.
==========================================================================
==========================================================================
Installing prerequisites (1/3)
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
Reading package lists... Done
Installed gcc-c++
==========================================================================
Checking ioBroker user and directory permissions (2/3)
Created /etc/sudoers.d/iobroker
Fixing directory permissions...
==========================================================================
Checking autostart (3/3)
Enabling autostart...
Autostart enabled!
==========================================================================
Your installation was fixed successfully
Run iobroker start to start ioBroker again!
==========================================================================
pi@iobroker-pi:/opt/iobroker $ npm install -y iobroker.js-controller --unsafe-perm --production --save --prefix
npm WARN invalid config prefix=true set in command line options
npm WARN invalid config Must be valid filesystem path
npm WARN config production Use --omit=dev instead.
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
(##################) ⠴ idealTree:iobroker: sill idealTree buildDeps
(##################) ⠴ idealTree:iobroker: sill idealTree buildDeps
npm WARN skipping integrity check for git dependency ssh://git@github.com/walli545/ioBroker.time-switch.git
(##################) ⠏ reify:@types/node: timing reifyNode:node_modules/iobroker.time-switch/node_modules/cron-parser Completed in 158ms
added 6 packages, removed 2 packages, and changed 1 package in 3m
189 packages are looking for funding
run npm fund for details
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $ npm install -y iobroker.js-controller --unsafe-perm --production --save --prefix
npm WARN invalid config prefix=true set in command line options
npm WARN invalid config Must be valid filesystem path
npm WARN config production Use --omit=dev instead.
added 1 package, removed 1 package, and changed 1 package in 9s
189 packages are looking for funding
run npm fund for details
pi@iobroker-pi:/opt/iobroker $ npm rebuild
rebuilt dependencies successfully
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $ iobroker update
Used repository: Stable (default)
Adapter "admin" : 6.2.22 , installed 6.2.22
Adapter "alias-manager": 1.2.4 , installed 1.2.6
Adapter "backitup" : 2.4.12 , installed 2.4.16
Adapter "cloud" : 4.2.2 , installed 4.2.2
Adapter "daswetter" : 3.1.3 , installed 3.1.4
Adapter "denon" : 1.13.4 , installed 1.13.4
Adapter "discovery" : 3.0.5 , installed 3.0.5
Adapter "echarts" : 1.0.12 , installed 1.0.12
Adapter "fritzdect" : 2.2.3 , installed 2.2.6
Adapter "fronius" : 1.1.3 , installed 1.1.3
Adapter "fuelpricemonitor": 0.3.0 , installed 0.3.0
Adapter "go-e" : 1.0.23 , installed 1.0.25
Adapter "habpanel" : 0.5.0 , installed 0.5.0
Adapter "harmony" : 1.2.2 , installed 1.2.2
Adapter "history" : 2.2.0 , installed 2.2.4
Adapter "hs100" : 2.1.2 , installed 2.1.2
Adapter "hue" : 3.7.1 , installed 3.7.1
Adapter "hue-extended" : 2.0.0 , installed 2.0.0
Adapter "icons-icons8" : 0.0.1 , installed 0.0.1
Adapter "icons-mfd-png": 1.1.0 , installed 1.1.0
Adapter "icons-open-icon-library-png": 0.1.2, installed 0.1.2
Adapter "icons-ultimate-png": 1.0.1, installed 1.0.1
Adapter "influxdb" : 3.1.8 , installed 3.2.0
Adapter "info" : 1.9.19 , installed 1.9.21
Adapter "iot" : 1.11.9 , installed 1.12.2
Adapter "javascript" : 6.0.3 , installed 6.0.3
Controller "js-controller": 4.0.23 , installed 4.0.23
Adapter "kecontact" : 1.4.1 , installed 1.4.1
Adapter "linktap" : 0.2.1 , installed 0.2.1
Adapter "logparser" : 1.1.0 , installed 1.1.0
Adapter "modbus" : 5.0.5 , installed 5.0.8
Adapter "mqtt" : 4.0.7 , installed 4.0.7
Adapter "owntracks" : 1.0.3 , installed 1.0.4
Adapter "places" : 1.1.2 , installed 1.1.2
Adapter "psa" : 0.0.11 , installed 0.0.11
Adapter "renault" : 0.0.14 , installed 0.0.14
Adapter "s7" : 1.3.13 , installed 1.3.14
Adapter "shelly" : 6.0.0 , installed 6.2.0
Adapter "simple-api" : 2.7.0 , installed 2.7.2
Adapter "socketio" : 4.2.0 , installed 6.1.9
Adapter "sonoff" : 2.5.1 , installed 2.5.1
Adapter "synology" : 2.1.9 , installed 2.1.9
Adapter "telegram" : 1.14.1 , installed 1.14.1
Adapter "virtualpowermeter": 1.4.6, installed 1.4.6
Adapter "vis-icontwo" : 0.89.0 , installed 0.89.0
Adapter "vis-inventwo" : 3.3.1 , installed 3.3.3
Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12
Adapter "vis-justgage" : 1.0.2 , installed 1.0.2
Adapter "vis-map" : 1.0.4 , installed 1.0.4
Adapter "web" : 4.3.0 , installed 5.2.5
Adapter "ws" : 1.3.0 , installed 2.1.4
Adapter "yahka" : 0.13.1 , installed 0.14.0
Adapter "zigbee" : 1.7.5 , installed 1.7.6
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $ iobroker upgrade self
Host "iobroker-pi" is up to date.
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $ iobroker upgrade
All adapters are up to date
pi@iobroker-pi:/opt/iobroker $
pi@iobroker-pi:/opt/iobroker $ sudo reboot
Connection to 192.168.0.92 closed by remote host.
Connection to 192.168.0.92 closed.
richardnussdorfer@MacBook-Pro-von-Richard ~ % ssh pi@192.168.0.92
pi@192.168.0.92's password:
Linux iobroker-pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Oct 9 18:08:03 2022 from 192.168.0.193
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
pi@iobroker-pi:~ $ iobroker upgrade vis@1.4.11 --debug
This upgrade of "vis" will at least introduce the following changes:
-> 1.4.11:
Removed ES6 commands to be supported by older browsers
Fixed problem with update of grouped widgets
Added web manifest to be able to handle vis as the web app
-> 1.4.8:
Added support for js-controller 4.x
-> 1.4.7:
Fixed subscribeOidAtRuntime if called with invalid IDs
Added support of license manager
BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
Would you like to upgrade vis from @0.0.0 to @1.4.11 now? [(y)es, (n)o]: y
Update vis from @0.0.0 to @1.4.11
NPM version: 8.15.0
Installing iobroker.vis@1.4.11... (System call)
npm ERR! code 6
npm ERR! path /opt/iobroker/node_modules/iobroker.vis
npm ERR! command failed
npm ERR! command sh /tmp/install-1afdc587.sh
npm ERR! A complete log of this run can be found in:
npm ERR! /home/iobroker/.npm/_logs/2022-10-09T17_55_17_832Z-debug-0.log
host.iobroker-pi Cannot install iobroker.vis@1.4.11: 6
pi@iobroker-pi:~ $ cd /home
pi@iobroker-pi:/home $ cd iobroker
pi@iobroker-pi:/home/iobroker $ cd .npm
pi@iobroker-pi:/home/iobroker/.npm $ cd _logs
pi@iobroker-pi:/home/iobroker/.npm/_logs $ edit 2022-10-09T17_55_17_832Z-debug-0.log
Error: no write permission for file "2022-10-09T17_55_17_832Z-debug-0.log"
pi@iobroker-pi:/home/iobroker/.npm/_logs $ ls
2022-10-09T17_22_38_366Z-debug-0.log 2022-10-09T17_23_17_003Z-debug-0.log 2022-10-09T17_27_01_156Z-debug-0.log
2022-10-09T17_22_49_636Z-debug-0.log 2022-10-09T17_23_30_950Z-debug-0.log 2022-10-09T17_55_16_475Z-debug-0.log
2022-10-09T17_22_55_400Z-debug-0.log 2022-10-09T17_23_32_782Z-debug-0.log 2022-10-09T17_55_17_832Z-debug-0.log
2022-10-09T17_22_57_971Z-debug-0.log 2022-10-09T17_26_59_780Z-debug-0.log
pi@iobroker-pi:/home/iobroker/.npm/_logs $ sudo edit 2022-10-09T17_55_17_832Z-debug-0.log
581 timing reifyNode:node_modules/follow-redirects Completed in 140ms
582 timing reifyNode:node_modules/iobroker.javascript/node_modules/@types/node Completed in 225ms
583 http fetch GET 200 https://registry.npmjs.org/axios/-/axios-0.25.0.tgz 325ms (cache miss)
584 timing reifyNode:node_modules/iobroker.vis/node_modules/axios Completed in 357ms
585 http fetch GET 200 https://registry.npmjs.org/iobroker.vis/-/iobroker.vis-1.4.11.tgz 2473ms (cache miss)
586 timing reifyNode:node_modules/iobroker.vis Completed in 2500ms
587 timing reify:unpack Completed in 2501ms
588 timing reify:unretire Completed in 6ms
589 timing build:queue Completed in 9ms
590 info run iobroker.vis@1.4.11 install node_modules/iobroker.vis node main.js --install
591 info run iobroker.vis@1.4.11 install { code: 6, signal: null }
592 timing reify:rollback:createSparse Completed in 361ms
593 timing reify:rollback:retireShallow Completed in 321ms
594 timing command:install Completed in 17308ms
595 verbose stack Error: command failed
595 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:63:27)
595 verbose stack at ChildProcess.emit (node:events:513:28)
595 verbose stack at maybeClose (node:internal/child_process:1093:16)
595 verbose stack at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
596 verbose pkgid iobroker.vis@1.4.11
597 verbose cwd /opt/iobroker
598 verbose Linux 5.10.103-v7l+
599 verbose node v16.17.1
600 verbose npm v8.15.0
601 error code 6
602 error path /opt/iobroker/node_modules/iobroker.vis
603 error command failed
604 error command sh /tmp/install-1afdc587.sh
605 verbose exit 6
606 timing npm Completed in 17648ms
607 verbose unfinished npm timer reify 1665338118161
608 verbose unfinished npm timer reify:build 1665338130969
609 verbose unfinished npm timer build 1665338130974
610 verbose unfinished npm timer build:deps 1665338130975
611 verbose unfinished npm timer build:run:install 1665338130985
612 verbose unfinished npm timer build:run:install:node_modules/iobroker.vis 1665338130986
613 verbose code 6
614 error A complete log of this run can be found in:
614 error /home/iobroker/.npm/_logs/2022-10-09T17_55_17_832Z-debug-0.log