Linux Mint 20 Ulyana podex@KNX-Server:/opt/iobroker$ node -v v12.18.3 podex@KNX-Server:/opt/iobroker$ cat INSTALLER_INFO.txt Installer version: 2020-06-12 Installation date 2020-08-30 Platform: linux Installed as non-root user podex podex@KNX-Server:/opt$ curl -sLf https://iobroker.net/install.sh | bash - library: loaded Library version=2020-06-12 ========================================================================== Welcome to the ioBroker installer! Installer version: 2020-06-12 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/4) ========================================================================== OK:1 http://security.ubuntu.com/ubuntu focal-security InRelease OK:2 http://archive.canonical.com/ubuntu focal InRelease OK:3 http://archive.ubuntu.com/ubuntu focal InRelease OK:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease OK:5 https://deb.nodesource.com/node_12.x focal InRelease Ign:6 http://packages.linuxmint.com ulyana InRelease OK:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease OK:8 http://packages.linuxmint.com ulyana Release Paketlisten werden gelesen... Fertig Changing npm registry to https://registry.npmjs.org Installed build-essential Installed gcc-c++ Installed libavahi-compat-libdnssd-dev Installed libudev-dev Installed libpam0g-dev Installed git Installed python-dev ========================================================================== Creating ioBroker user and directory (2/4) ========================================================================== User iobroker created Created /etc/sudoers.d/iobroker Directory /opt/iobroker created ========================================================================== Installing ioBroker (3/4) ========================================================================== In file included from ../src/main.cpp:3: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] 2294 | , reinterpret_cast(AsyncExecuteComplete) | ^ In file included from ../../nan/nan.h:56, from ../src/main.cpp:3: ../src/main.cpp: At global scope: /home/podex/.cache/node-gyp/12.18.3/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void (*)(v8::Local)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] 608 | (node::addon_register_func) (regfunc), \ | ^ /home/podex/.cache/node-gyp/12.18.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’ 642 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’ 42 | NODE_MODULE(diskusage, Init) | ^~~~~~~~~~~ In file included from ../src/unix_dgram.cc:5: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] 2294 | , reinterpret_cast(AsyncExecuteComplete) | ^ In file included from ../../nan/nan.h:56, from ../src/unix_dgram.cc:5: ../src/unix_dgram.cc: At global scope: /home/podex/.cache/node-gyp/12.18.3/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void (*)(v8::Local)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] 608 | (node::addon_register_func) (regfunc), \ | ^ /home/podex/.cache/node-gyp/12.18.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’ 642 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’ 404 | NODE_MODULE(unix_dgram, Initialize) | ^~~~~~~~~~~ ATTENTION: Error reporting via Sentry will be activated on next start of ioBroker ioBroker wants to make sure to deliver the most stable smart home system. To allow this we decided to implement an automatic error and crash reporting solution into the js-controller and also into adapters. THIS REPORTING WILL BE ENABLED WITH THE NEXT START OF YOUR IOBROKER! For any error that leads to the crash of the js-controller or one of the relevant adapters the error details are send to a server. For the js-controller and core adapters this server is located and operated in germany. For community adapters please check the Github Readme of the affected adapter for details which Sentry server is used. If you want to disable the error reporting you can use the command 'iobroker plugin disable sentry' This command will also make sure that no adapter that runs on this host will send crash reporting data to sentry. ========================================================================== Finalizing installation (4/4) ========================================================================== Enabling autostart... Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service. Autostart enabled! Fixing directory permissions... ========================================================================== ioBroker was installed successfully Open http://192.168.x.x:8081 in a browser and start configuring! ========================================================================== You need to re-login before doing anything else on the console! podex@KNX-Server:/opt/iobroker$ iobroker list adapters system.adapter.admin : admin - v4.0.10 system.adapter.discovery : discovery - v2.3.7 system.adapter.fritzdect : fritzdect - v0.2.4 system.adapter.info : info - v1.7.2 system.adapter.ping : ping - v1.4.8 system.adapter.tr-064 : tr-064 - v4.0.9 system.adapter.vis : vis - v1.2.4 system.adapter.web : web - v3.0.9 podex@KNX-Server:/opt/iobroker$ iobroker list instances + system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.discovery.0 : discovery - enabled + system.adapter.fritzdect.0 : fritzdect - enabled + system.adapter.info.0 : info - enabled + system.adapter.ping.0 : ping - enabled + system.adapter.tr-064.0 : tr-064 - enabled + system.adapter.tr-064.1 : tr-064 - enabled system.adapter.vis.0 : vis - enabled + system.adapter.web.0 : web - enabled, port: 8082, bind: 0.0.0.0, run as: admin + instance is alive Diese Seite verwendet die nicht standardisierte Eigenschaft "zoom". Stattdessen sollte calc() in den entsprechenden Eigenschaftswerten oder "transform" zusammen mit "transform-origin: 0 0" verwendet werden. edit.html Layout-Darstellung wurde erzwungen, bevor die Seite vollständig geladen war. Falls Stylesheet noch nicht geladen sind, kann dies zu einem kurzzeitigen Darstellung des Inhalts ohne Formatierung führen. jquery-1.11.2.min.js:4:29775 window.controllers/Controllers sollte nicht mehr verwendet werden. Verwenden Sie es nicht für die Browser-Erkennung. ace.js:1:18478 Laden fehlgeschlagen für das