Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. File index_m.html not found / File index.html not found / File tab.html not found nach Neuinstallation iOBroker

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    File index_m.html not found / File index.html not found / File tab.html not found nach Neuinstallation iOBroker

    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Ralf @Homoran last edited by

      @Homoran er sagt, müsste so funktionieren.

      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Ralf last edited by

        @Ralf

        Hast du mal versucht keine externe Anleitung zu nehmen?

        z.B. unsere:
        https://forum.iobroker.net/topic/22867/how-to-node-js-für-iobroker-richtig-updaten

        R 1 Reply Last reply Reply Quote 0
        • R
          Ralf @Homoran last edited by Homoran

          @Homoran Hallo,
          ich habe jetzt versucht nach eurer Anleitung vorzugehen und hänge schon beim ersten Schritt :

          
          login as: pi
          pi@192.168.178.51's password:
          
          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: Fri Jun  7 07:11:26 2019 from ralf-pc.fritz.box
          pi@raspberrypi:~ $ sudo curl -sL https://deb.nodesource.com/setup_10.x | bash -
          
          ## Installing the NodeSource Node.js 10.x repo...
          
          
          ## Populating apt-get cache...
          
          + apt-get update
          E: Sperrdatei /var/lib/apt/lists/lock konnte nicht geöffnet werden. - open (13: Keine Berechtigung)
          E: Das Verzeichnis /var/lib/apt/lists/ kann nicht gesperrt werden.
          E: Sperrdatei /var/lib/dpkg/lock konnte nicht geöffnet werden. - open (13: Keine Berechtigung)
          E: Sperren des Administrationsverzeichnisses (/var/lib/dpkg/) nicht möglich, sind Sie root?
          Error executing command, exiting
          pi@raspberrypi:~ $
          

          Wie kann ich das entsperren ?

          AlCalzone Homoran 2 Replies Last reply Reply Quote 0
          • AlCalzone
            AlCalzone Developer @Ralf last edited by

            @Ralf Probier mal folgenden Befehl stattdessen:
            curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -

            1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @Ralf last edited by

              @Ralf

              Danke für das Aufspüren des Fehlers 😉

              Habe es jetzt im Post geändert. Sorry für die Verwirrung!

              R 1 Reply Last reply Reply Quote 0
              • R
                Ralf @Homoran last edited by

                @Homoran Habe jetzt nochmal Schritt für Schritt eure Anleitung ausgeführt :

                cd /opt/iobroker
                iobroker backup (funktioniert nicht)

                iobroker stop

                curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
                sudo apt-get install -y nodejs

                node -v (gibt die richtige Version aus)

                npm rebuild

                Dann weiter mit :
                c) Reset aller Module in node_modules

                cd /opt/iobroker
                sudo rm -r node_modules/ (hier kommt die Abfrage nach löschen des Ordners nicht)

                npm install iobroker.js-controller@1.5.11 --production

                iobroker start

                Ergebnis : Jetzt geht garnichts mehr

                Ich hänge mal den gesamten Vorgang aus Putty an. Vielleicht könnte jemand da mal drüberschauen.
                Ich weis jetzt absolut nicht weiter, danke euch schon mal für die Mühe.

                4.jpg

                login as: pi
                pi@192.168.178.51's password:

                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: Fri Jun 7 09:49:03 2019 from ralf-pc.fritz.box
                pi@raspberrypi:~ $ cd /opt/iobroker
                pi@raspberrypi:/opt/iobroker $ iobroker backup
                fs.js:114
                throw err;
                ^

                Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-controller/backups'
                at Object.mkdirSync (fs.js:757:3)
                at states.getStates (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:225:61)
                at StatesInMemory.getStates (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInMemServer.js:569:45)
                at states.getKeys (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:211:24)
                at StatesInMemory.getKeys (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInMemServer.js:727:45)
                at objects.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:204:20)
                at _getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2886:9)
                at checkObjectRights (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2912:28)
                at checkObjectRights (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1869:20)
                at ObjectsInMemServer.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2908:13)
                pi@raspberrypi:/opt/iobroker $ iobroker stop
                pi@raspberrypi:/opt/iobroker $ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -

                Installing the NodeSource Node.js 10.x repo...

                Populating apt-get cache...

                • apt-get update
                  OK http://mirrordirector.raspbian.org jessie InRelease
                  OK http://archive.raspberrypi.org jessie InRelease
                  OK https://deb.nodesource.com jessie InRelease
                  OK http://mirrordirector.raspbian.org jessie/main armhf Packages
                  OK http://archive.raspberrypi.org jessie/main armhf Packages
                  OK http://mirrordirector.raspbian.org jessie/contrib armhf Packages
                  OK http://archive.raspberrypi.org jessie/ui armhf Packages
                  OK http://mirrordirector.raspbian.org jessie/non-free armhf Packages
                  OK https://deb.nodesource.com jessie/main Sources
                  OK http://mirrordirector.raspbian.org jessie/rpi armhf Packages
                  OK https://deb.nodesource.com jessie/main armhf Packages
                  Holen: 1 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Holen: 2 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Holen: 3 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Holen: 4 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Holen: 5 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Holen: 6 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Holen: 7 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Holen: 8 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Holen: 9 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Holen: 10 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Holen: 11 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Holen: 12 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Holen: 13 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Ign https://deb.nodesource.com jessie/main Translation-de_DE
                  Holen: 14 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Ign https://deb.nodesource.com jessie/main Translation-de
                  Holen: 15 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Ign https://deb.nodesource.com jessie/main Translation-en
                  Ign http://archive.raspberrypi.org jessie/main Translation-de_DE
                  Ign http://archive.raspberrypi.org jessie/main Translation-de
                  Ign http://archive.raspberrypi.org jessie/main Translation-en
                  Ign http://archive.raspberrypi.org jessie/ui Translation-de_DE
                  Ign http://archive.raspberrypi.org jessie/ui Translation-de
                  Ign http://archive.raspberrypi.org jessie/ui Translation-en
                  Ign http://mirrordirector.raspbian.org jessie/contrib Translation-de_DE
                  Ign http://mirrordirector.raspbian.org jessie/contrib Translation-de
                  Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
                  Ign http://mirrordirector.raspbian.org jessie/main Translation-de_DE
                  Ign http://mirrordirector.raspbian.org jessie/main Translation-de
                  Ign http://mirrordirector.raspbian.org jessie/main Translation-en
                  Ign http://mirrordirector.raspbian.org jessie/non-free Translation-de_DE
                  Ign http://mirrordirector.raspbian.org jessie/non-free Translation-de
                  Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
                  Ign http://mirrordirector.raspbian.org jessie/rpi Translation-de_DE
                  Ign http://mirrordirector.raspbian.org jessie/rpi Translation-de
                  Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
                  Paketlisten werden gelesen... Fertig

                You seem to be using Devuan version jessie.

                This maps to Debian "jessie"... Adjusting for you...

                Confirming "jessie" is supported...

                • curl -sLf -o /dev/null 'https://deb.nodesource.com/node_10.x/dists/jessie/Release'

                Adding the NodeSource signing key to your keyring...

                • curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
                  OK

                Creating apt sources list file for the NodeSource Node.js 10.x repo...

                • echo 'deb https://deb.nodesource.com/node_10.x jessie main' > /etc/apt/sources.list.d/nodesource.list
                • echo 'deb-src https://deb.nodesource.com/node_10.x jessie main' >> /etc/apt/sources.list.d/nodesource.list

                Running apt-get update for you...

                • apt-get update
                  OK http://mirrordirector.raspbian.org jessie InRelease
                  OK http://archive.raspberrypi.org jessie InRelease
                  OK https://deb.nodesource.com jessie InRelease
                  OK http://mirrordirector.raspbian.org jessie/main armhf Packages
                  OK http://archive.raspberrypi.org jessie/main armhf Packages
                  OK http://mirrordirector.raspbian.org jessie/contrib armhf Packages
                  OK http://archive.raspberrypi.org jessie/ui armhf Packages
                  OK http://mirrordirector.raspbian.org jessie/non-free armhf Packages
                  OK https://deb.nodesource.com jessie/main Sources
                  OK https://deb.nodesource.com jessie/main armhf Packages
                  OK http://mirrordirector.raspbian.org jessie/rpi armhf Packages
                  Holen: 1 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Holen: 2 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Holen: 3 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Holen: 4 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Holen: 5 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Holen: 6 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Holen: 7 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Holen: 8 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Holen: 9 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Holen: 10 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Holen: 11 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Holen: 12 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Holen: 13 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
                  Ign https://deb.nodesource.com jessie/main Translation-de_DE
                  Holen: 14 https://deb.nodesource.com jessie/main Translation-de [162 B]
                  Ign https://deb.nodesource.com jessie/main Translation-de
                  Holen: 15 https://deb.nodesource.com jessie/main Translation-en [162 B]
                  Ign https://deb.nodesource.com jessie/main Translation-en
                  Ign http://archive.raspberrypi.org jessie/main Translation-de_DE
                  Ign http://archive.raspberrypi.org jessie/main Translation-de
                  Ign http://archive.raspberrypi.org jessie/main Translation-en
                  Ign http://archive.raspberrypi.org jessie/ui Translation-de_DE
                  Ign http://archive.raspberrypi.org jessie/ui Translation-de
                  Ign http://archive.raspberrypi.org jessie/ui Translation-en
                  Ign http://mirrordirector.raspbian.org jessie/contrib Translation-de_DE
                  Ign http://mirrordirector.raspbian.org jessie/contrib Translation-de
                  Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
                  Ign http://mirrordirector.raspbian.org jessie/main Translation-de_DE
                  Ign http://mirrordirector.raspbian.org jessie/main Translation-de
                  Ign http://mirrordirector.raspbian.org jessie/main Translation-en
                  Ign http://mirrordirector.raspbian.org jessie/non-free Translation-de_DE
                  Ign http://mirrordirector.raspbian.org jessie/non-free Translation-de
                  Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
                  Ign http://mirrordirector.raspbian.org jessie/rpi Translation-de_DE
                  Ign http://mirrordirector.raspbian.org jessie/rpi Translation-de
                  Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
                  Paketlisten werden gelesen... Fertig

                Run sudo apt-get install -y nodejs to install Node.js 10.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 | sudo apt-key add -
                 echo "deb 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@raspberrypi:/opt/iobroker $ sudo apt-get install -y nodejs
                Paketlisten werden gelesen... Fertig
                Abhängigkeitsbaum wird aufgebaut.
                Statusinformationen werden eingelesen.... Fertig
                nodejs ist schon die neueste Version.
                0 aktualisiert, 0 neu installiert, 0 zu entfernen und 227 nicht aktualisiert.
                pi@raspberrypi:/opt/iobroker $ node -v
                v10.16.0
                pi@raspberrypi:/opt/iobroker $ npm rebuild

                iobroker.js-controller@1.5.11 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                node lib/preinstallCheck.js

                NPM version: 6.9.0
                npm version >= 5: disabling package-lock

                iobroker.js-controller@1.5.11 install /opt/iobroker/node_modules/iobroker.js-controller
                node iobroker.js setup first

                diskusage@0.2.6 install /opt/iobroker/node_modules/diskusage
                node-gyp rebuild

                make: Entering directory '/opt/iobroker/node_modules/diskusage/build'
                CXX(target) Release/obj.target/diskusage/src/main.o
                ../src/main.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetDiskUsage(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/main.cpp:26:71: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2891): Use Isolate version [-Wdeprecated-declarations]
                DiskUsage result = GetDiskUsage(v8::String::Utf8Value(info[0]));
                ^
                CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
                ../src/diskusage_posix.cpp: In function ‘DiskUsage GetDiskUsage(const char
                )’:
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_bsize’ [-Wmissing-field-initializers]
                struct statvfs info = {};
                ^
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_frsize’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_blocks’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_bfree’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_bavail’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_files’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_ffree’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_favail’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_fsid’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::__f_unused’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_flag’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_namemax’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::__f_spare’ [-Wmissing-field-initializers]
                SOLINK_MODULE(target) Release/obj.target/diskusage.node
                COPY Release/diskusage.node
                make: Leaving directory '/opt/iobroker/node_modules/diskusage/build'

                ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
                node rebuild.js

                iobroker.js-controller@1.5.11 /opt/iobroker/node_modules/iobroker.js-controller
                bluebird@3.5.5 /opt/iobroker/node_modules/bluebird
                daemonize2@0.4.2 /opt/iobroker/node_modules/daemonize2
                iobroker.admin@3.6.3 /opt/iobroker/node_modules/iobroker.js-controller/node_modules/iobroker.admin
                @iobroker/adapter-core@1.0.3 /opt/iobroker/node_modules/@iobroker/adapter-core
                @types/iobroker@1.4.11 /opt/iobroker/node_modules/@types/iobroker
                @types/node@12.0.7 /opt/iobroker/node_modules/@types/node
                body-parser@1.19.0 /opt/iobroker/node_modules/body-parser
                bytes@3.1.0 /opt/iobroker/node_modules/bytes
                content-type@1.0.4 /opt/iobroker/node_modules/content-type
                debug@2.6.9 /opt/iobroker/node_modules/debug
                ms@2.0.0 /opt/iobroker/node_modules/ms
                depd@1.1.2 /opt/iobroker/node_modules/depd
                http-errors@1.7.2 /opt/iobroker/node_modules/http-errors
                inherits@2.0.3 /opt/iobroker/node_modules/inherits
                setprototypeof@1.1.1 /opt/iobroker/node_modules/setprototypeof
                statuses@1.5.0 /opt/iobroker/node_modules/statuses
                toidentifier@1.0.0 /opt/iobroker/node_modules/toidentifier
                iconv-lite@0.4.24 /opt/iobroker/node_modules/iconv-lite
                safer-buffer@2.1.2 /opt/iobroker/node_modules/safer-buffer
                on-finished@2.3.0 /opt/iobroker/node_modules/on-finished
                ee-first@1.1.1 /opt/iobroker/node_modules/ee-first
                qs@6.7.0 /opt/iobroker/node_modules/qs
                raw-body@2.4.0 /opt/iobroker/node_modules/raw-body
                unpipe@1.0.0 /opt/iobroker/node_modules/unpipe
                type-is@1.6.18 /opt/iobroker/node_modules/type-is
                media-typer@0.3.0 /opt/iobroker/node_modules/media-typer
                mime-types@2.1.24 /opt/iobroker/node_modules/mime-types
                mime-db@1.40.0 /opt/iobroker/node_modules/mime-db
                connect-flash@0.1.1 /opt/iobroker/node_modules/connect-flash
                cookie-parser@1.4.4 /opt/iobroker/node_modules/cookie-parser
                cookie@0.3.1 /opt/iobroker/node_modules/cookie
                cookie-signature@1.0.6 /opt/iobroker/node_modules/cookie-signature
                express@4.17.1 /opt/iobroker/node_modules/express
                accepts@1.3.7 /opt/iobroker/node_modules/accepts
                negotiator@0.6.2 /opt/iobroker/node_modules/negotiator
                array-flatten@1.1.1 /opt/iobroker/node_modules/array-flatten
                content-disposition@0.5.3 /opt/iobroker/node_modules/content-disposition
                safe-buffer@5.1.2 /opt/iobroker/node_modules/safe-buffer
                cookie@0.4.0 /opt/iobroker/node_modules/express/node_modules/cookie
                encodeurl@1.0.2 /opt/iobroker/node_modules/encodeurl
                escape-html@1.0.3 /opt/iobroker/node_modules/escape-html
                etag@1.8.1 /opt/iobroker/node_modules/etag
                finalhandler@1.1.2 /opt/iobroker/node_modules/finalhandler
                parseurl@1.3.3 /opt/iobroker/node_modules/parseurl
                fresh@0.5.2 /opt/iobroker/node_modules/fresh
                merge-descriptors@1.0.1 /opt/iobroker/node_modules/merge-descriptors
                methods@1.1.2 /opt/iobroker/node_modules/methods
                path-to-regexp@0.1.7 /opt/iobroker/node_modules/path-to-regexp
                proxy-addr@2.0.5 /opt/iobroker/node_modules/proxy-addr
                forwarded@0.1.2 /opt/iobroker/node_modules/forwarded
                ipaddr.js@1.9.0 /opt/iobroker/node_modules/ipaddr.js
                range-parser@1.2.1 /opt/iobroker/node_modules/range-parser
                send@0.17.1 /opt/iobroker/node_modules/send
                destroy@1.0.4 /opt/iobroker/node_modules/destroy
                mime@1.6.0 /opt/iobroker/node_modules/mime
                ms@2.1.1 /opt/iobroker/node_modules/send/node_modules/ms
                serve-static@1.14.1 /opt/iobroker/node_modules/serve-static
                utils-merge@1.0.1 /opt/iobroker/node_modules/utils-merge
                vary@1.1.2 /opt/iobroker/node_modules/vary
                express-fileupload@0.4.1 /opt/iobroker/node_modules/express-fileupload
                busboy@0.2.14 /opt/iobroker/node_modules/busboy
                dicer@0.2.5 /opt/iobroker/node_modules/dicer
                readable-stream@1.1.14 /opt/iobroker/node_modules/readable-stream
                core-util-is@1.0.2 /opt/iobroker/node_modules/core-util-is
                isarray@0.0.1 /opt/iobroker/node_modules/isarray
                string_decoder@0.10.31 /opt/iobroker/node_modules/string_decoder
                streamsearch@0.1.2 /opt/iobroker/node_modules/streamsearch
                fs-extra@4.0.3 /opt/iobroker/node_modules/fs-extra
                graceful-fs@4.1.15 /opt/iobroker/node_modules/graceful-fs
                jsonfile@4.0.0 /opt/iobroker/node_modules/jsonfile
                universalify@0.1.2 /opt/iobroker/node_modules/universalify
                md5@2.2.1 /opt/iobroker/node_modules/md5
                charenc@0.0.2 /opt/iobroker/node_modules/charenc
                crypt@0.0.2 /opt/iobroker/node_modules/crypt
                is-buffer@1.1.6 /opt/iobroker/node_modules/is-buffer
                streamifier@0.1.1 /opt/iobroker/node_modules/streamifier
                express-session@1.16.1 /opt/iobroker/node_modules/express-session
                depd@2.0.0 /opt/iobroker/node_modules/express-session/node_modules/depd
                on-headers@1.0.2 /opt/iobroker/node_modules/on-headers
                uid-safe@2.1.5 /opt/iobroker/node_modules/uid-safe
                random-bytes@1.0.0 /opt/iobroker/node_modules/random-bytes
                passport@0.4.0 /opt/iobroker/node_modules/passport
                passport-strategy@1.0.0 /opt/iobroker/node_modules/passport-strategy
                pause@0.0.1 /opt/iobroker/node_modules/pause
                passport-local@1.0.0 /opt/iobroker/node_modules/passport-local
                passport.socketio@3.7.0 /opt/iobroker/node_modules/passport.socketio
                xtend@4.0.1 /opt/iobroker/node_modules/xtend
                request@2.88.0 /opt/iobroker/node_modules/request
                aws-sign2@0.7.0 /opt/iobroker/node_modules/aws-sign2
                aws4@1.8.0 /opt/iobroker/node_modules/aws4
                caseless@0.12.0 /opt/iobroker/node_modules/caseless
                combined-stream@1.0.8 /opt/iobroker/node_modules/combined-stream
                delayed-stream@1.0.0 /opt/iobroker/node_modules/delayed-stream
                extend@3.0.2 /opt/iobroker/node_modules/extend
                forever-agent@0.6.1 /opt/iobroker/node_modules/forever-agent
                form-data@2.3.3 /opt/iobroker/node_modules/form-data
                asynckit@0.4.0 /opt/iobroker/node_modules/asynckit
                har-validator@5.1.3 /opt/iobroker/node_modules/har-validator
                ajv@6.10.0 /opt/iobroker/node_modules/ajv
                fast-deep-equal@2.0.1 /opt/iobroker/node_modules/fast-deep-equal
                fast-json-stable-stringify@2.0.0 /opt/iobroker/node_modules/fast-json-stable-stringify
                json-schema-traverse@0.4.1 /opt/iobroker/node_modules/json-schema-traverse
                uri-js@4.2.2 /opt/iobroker/node_modules/uri-js
                punycode@2.1.1 /opt/iobroker/node_modules/punycode
                har-schema@2.0.0 /opt/iobroker/node_modules/har-schema
                http-signature@1.2.0 /opt/iobroker/node_modules/http-signature
                assert-plus@1.0.0 /opt/iobroker/node_modules/assert-plus
                jsprim@1.4.1 /opt/iobroker/node_modules/jsprim
                extsprintf@1.3.0 /opt/iobroker/node_modules/extsprintf
                json-schema@0.2.3 /opt/iobroker/node_modules/json-schema
                verror@1.10.0 /opt/iobroker/node_modules/verror
                sshpk@1.16.1 /opt/iobroker/node_modules/sshpk
                asn1@0.2.4 /opt/iobroker/node_modules/asn1
                bcrypt-pbkdf@1.0.2 /opt/iobroker/node_modules/bcrypt-pbkdf
                tweetnacl@0.14.5 /opt/iobroker/node_modules/tweetnacl
                dashdash@1.14.1 /opt/iobroker/node_modules/dashdash
                ecc-jsbn@0.1.2 /opt/iobroker/node_modules/ecc-jsbn
                jsbn@0.1.1 /opt/iobroker/node_modules/jsbn
                getpass@0.1.7 /opt/iobroker/node_modules/getpass
                is-typedarray@1.0.0 /opt/iobroker/node_modules/is-typedarray
                isstream@0.1.2 /opt/iobroker/node_modules/isstream
                json-stringify-safe@5.0.1 /opt/iobroker/node_modules/json-stringify-safe
                oauth-sign@0.9.0 /opt/iobroker/node_modules/oauth-sign
                performance-now@2.1.0 /opt/iobroker/node_modules/performance-now
                qs@6.5.2 /opt/iobroker/node_modules/request/node_modules/qs
                tough-cookie@2.4.3 /opt/iobroker/node_modules/tough-cookie
                psl@1.1.32 /opt/iobroker/node_modules/psl
                punycode@1.4.1 /opt/iobroker/node_modules/tough-cookie/node_modules/punycode
                tunnel-agent@0.6.0 /opt/iobroker/node_modules/tunnel-agent
                uuid@3.3.2 /opt/iobroker/node_modules/uuid
                socket.io@1.7.2 /opt/iobroker/node_modules/socket.io
                debug@2.3.3 /opt/iobroker/node_modules/socket.io/node_modules/debug
                ms@0.7.2 /opt/iobroker/node_modules/socket.io/node_modules/ms
                engine.io@1.8.2 /opt/iobroker/node_modules/engine.io
                accepts@1.3.3 /opt/iobroker/node_modules/engine.io/node_modules/accepts
                negotiator@0.6.1 /opt/iobroker/node_modules/engine.io/node_modules/negotiator
                base64id@1.0.0 /opt/iobroker/node_modules/base64id
                debug@2.3.3 /opt/iobroker/node_modules/engine.io/node_modules/debug
                ms@0.7.2 /opt/iobroker/node_modules/engine.io/node_modules/ms
                engine.io-parser@1.3.2 /opt/iobroker/node_modules/engine.io-parser
                after@0.8.2 /opt/iobroker/node_modules/after
                arraybuffer.slice@0.0.6 /opt/iobroker/node_modules/arraybuffer.slice
                base64-arraybuffer@0.1.5 /opt/iobroker/node_modules/base64-arraybuffer
                blob@0.0.4 /opt/iobroker/node_modules/blob
                has-binary@0.1.7 /opt/iobroker/node_modules/has-binary
                wtf-8@1.0.0 /opt/iobroker/node_modules/wtf-8
                ws@1.1.1 /opt/iobroker/node_modules/ws
                options@0.0.6 /opt/iobroker/node_modules/options
                ultron@1.0.2 /opt/iobroker/node_modules/ultron
                object-assign@4.1.0 /opt/iobroker/node_modules/object-assign
                socket.io-adapter@0.5.0 /opt/iobroker/node_modules/socket.io-adapter
                debug@2.3.3 /opt/iobroker/node_modules/socket.io-adapter/node_modules/debug
                ms@0.7.2 /opt/iobroker/node_modules/socket.io-adapter/node_modules/ms
                socket.io-parser@2.3.1 /opt/iobroker/node_modules/socket.io-parser
                component-emitter@1.1.2 /opt/iobroker/node_modules/component-emitter
                debug@2.2.0 /opt/iobroker/node_modules/socket.io-parser/node_modules/debug
                ms@0.7.1 /opt/iobroker/node_modules/socket.io-parser/node_modules/ms
                json3@3.3.2 /opt/iobroker/node_modules/json3
                socket.io-client@1.7.2 /opt/iobroker/node_modules/socket.io-client
                backo2@1.0.2 /opt/iobroker/node_modules/backo2
                component-bind@1.0.0 /opt/iobroker/node_modules/component-bind
                component-emitter@1.2.1 /opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter
                debug@2.3.3 /opt/iobroker/node_modules/socket.io-client/node_modules/debug
                ms@0.7.2 /opt/iobroker/node_modules/socket.io-client/node_modules/ms
                engine.io-client@1.8.2 /opt/iobroker/node_modules/engine.io-client
                component-emitter@1.2.1 /opt/iobroker/node_modules/engine.io-client/node_modules/component-emitter
                component-inherit@0.0.3 /opt/iobroker/node_modules/component-inherit
                debug@2.3.3 /opt/iobroker/node_modules/engine.io-client/node_modules/debug
                ms@0.7.2 /opt/iobroker/node_modules/engine.io-client/node_modules/ms
                has-cors@1.1.0 /opt/iobroker/node_modules/has-cors
                indexof@0.0.1 /opt/iobroker/node_modules/indexof
                parsejson@0.0.3 /opt/iobroker/node_modules/parsejson
                better-assert@1.0.2 /opt/iobroker/node_modules/better-assert
                callsite@1.0.0 /opt/iobroker/node_modules/callsite
                parseqs@0.0.5 /opt/iobroker/node_modules/parseqs
                parseuri@0.0.5 /opt/iobroker/node_modules/parseuri
                xmlhttprequest-ssl@1.5.3 /opt/iobroker/node_modules/xmlhttprequest-ssl
                yeast@0.1.2 /opt/iobroker/node_modules/yeast
                object-component@0.0.3 /opt/iobroker/node_modules/object-component
                to-array@0.1.4 /opt/iobroker/node_modules/to-array
                jsonwebtoken@8.5.1 /opt/iobroker/node_modules/jsonwebtoken
                jws@3.2.2 /opt/iobroker/node_modules/jws
                jwa@1.4.1 /opt/iobroker/node_modules/jwa
                buffer-equal-constant-time@1.0.1 /opt/iobroker/node_modules/buffer-equal-constant-time
                ecdsa-sig-formatter@1.0.11 /opt/iobroker/node_modules/ecdsa-sig-formatter
                lodash.includes@4.3.0 /opt/iobroker/node_modules/lodash.includes
                lodash.isboolean@3.0.3 /opt/iobroker/node_modules/lodash.isboolean
                lodash.isinteger@4.0.4 /opt/iobroker/node_modules/lodash.isinteger
                lodash.isnumber@3.0.3 /opt/iobroker/node_modules/lodash.isnumber
                lodash.isplainobject@4.0.6 /opt/iobroker/node_modules/lodash.isplainobject
                lodash.isstring@4.0.1 /opt/iobroker/node_modules/lodash.isstring
                lodash.once@4.1.1 /opt/iobroker/node_modules/lodash.once
                ms@2.1.2 /opt/iobroker/node_modules/jsonwebtoken/node_modules/ms
                semver@5.7.0 /opt/iobroker/node_modules/semver
                jszip@3.2.1 /opt/iobroker/node_modules/jszip
                lie@3.3.0 /opt/iobroker/node_modules/lie
                immediate@3.0.6 /opt/iobroker/node_modules/immediate
                pako@1.0.10 /opt/iobroker/node_modules/pako
                readable-stream@2.3.6 /opt/iobroker/node_modules/jszip/node_modules/readable-stream
                isarray@1.0.0 /opt/iobroker/node_modules/jszip/node_modules/isarray
                process-nextick-args@2.0.0 /opt/iobroker/node_modules/process-nextick-args
                string_decoder@1.1.1 /opt/iobroker/node_modules/jszip/node_modules/string_decoder
                util-deprecate@1.0.2 /opt/iobroker/node_modules/util-deprecate
                set-immediate-shim@1.0.1 /opt/iobroker/node_modules/set-immediate-shim
                loadavg-windows@1.1.1 /opt/iobroker/node_modules/loadavg-windows
                weak-daemon@1.0.3 /opt/iobroker/node_modules/weak-daemon
                mkdirp@0.5.1 /opt/iobroker/node_modules/mkdirp
                minimist@0.0.8 /opt/iobroker/node_modules/minimist
                ncp@2.0.0 /opt/iobroker/node_modules/ncp
                node-schedule@1.3.2 /opt/iobroker/node_modules/node-schedule
                cron-parser@2.11.0 /opt/iobroker/node_modules/cron-parser
                is-nan@1.2.1 /opt/iobroker/node_modules/is-nan
                define-properties@1.1.3 /opt/iobroker/node_modules/define-properties
                object-keys@1.1.1 /opt/iobroker/node_modules/object-keys
                moment-timezone@0.5.25 /opt/iobroker/node_modules/moment-timezone
                moment@2.24.0 /opt/iobroker/node_modules/moment
                long-timeout@0.1.1 /opt/iobroker/node_modules/long-timeout
                sorted-array-functions@1.2.0 /opt/iobroker/node_modules/sorted-array-functions
                node.extend@2.0.2 /opt/iobroker/node_modules/node.extend
                has@1.0.3 /opt/iobroker/node_modules/has
                function-bind@1.1.1 /opt/iobroker/node_modules/function-bind
                is@3.3.0 /opt/iobroker/node_modules/is
                pidusage@2.0.17 /opt/iobroker/node_modules/pidusage
                prompt@1.0.0 /opt/iobroker/node_modules/prompt
                colors@1.3.3 /opt/iobroker/node_modules/colors
                pkginfo@0.4.1 /opt/iobroker/node_modules/pkginfo
                read@1.0.7 /opt/iobroker/node_modules/read
                mute-stream@0.0.8 /opt/iobroker/node_modules/mute-stream
                revalidator@0.1.8 /opt/iobroker/node_modules/revalidator
                utile@0.3.0 /opt/iobroker/node_modules/utile
                async@0.9.2 /opt/iobroker/node_modules/async
                deep-equal@0.2.2 /opt/iobroker/node_modules/deep-equal
                i@0.3.6 /opt/iobroker/node_modules/i
                ncp@1.0.1 /opt/iobroker/node_modules/utile/node_modules/ncp
                rimraf@2.6.3 /opt/iobroker/node_modules/rimraf
                glob@7.1.4 /opt/iobroker/node_modules/glob
                fs.realpath@1.0.0 /opt/iobroker/node_modules/fs.realpath
                inflight@1.0.6 /opt/iobroker/node_modules/inflight
                once@1.4.0 /opt/iobroker/node_modules/once
                wrappy@1.0.2 /opt/iobroker/node_modules/wrappy
                minimatch@3.0.4 /opt/iobroker/node_modules/minimatch
                brace-expansion@1.1.11 /opt/iobroker/node_modules/brace-expansion
                balanced-match@1.0.0 /opt/iobroker/node_modules/balanced-match
                concat-map@0.0.1 /opt/iobroker/node_modules/concat-map
                path-is-absolute@1.0.1 /opt/iobroker/node_modules/path-is-absolute
                winston@2.1.1 /opt/iobroker/node_modules/prompt/node_modules/winston
                async@1.0.0 /opt/iobroker/node_modules/prompt/node_modules/async
                colors@1.0.3 /opt/iobroker/node_modules/prompt/node_modules/winston/node_modules/colors
                cycle@1.0.3 /opt/iobroker/node_modules/cycle
                eyes@0.1.8 /opt/iobroker/node_modules/eyes
                pkginfo@0.3.1 /opt/iobroker/node_modules/prompt/node_modules/winston/node_modules/pkginfo
                stack-trace@0.0.10 /opt/iobroker/node_modules/stack-trace
                pyconf@1.1.7 /opt/iobroker/node_modules/pyconf
                safe-replace@1.1.0 /opt/iobroker/node_modules/safe-replace
                tar@4.4.10 /opt/iobroker/node_modules/tar
                chownr@1.1.1 /opt/iobroker/node_modules/chownr
                fs-minipass@1.2.6 /opt/iobroker/node_modules/fs-minipass
                minipass@2.3.5 /opt/iobroker/node_modules/minipass
                yallist@3.0.3 /opt/iobroker/node_modules/yallist
                minizlib@1.2.1 /opt/iobroker/node_modules/minizlib
                winston@2.4.4 /opt/iobroker/node_modules/winston
                async@1.0.0 /opt/iobroker/node_modules/winston/node_modules/async
                colors@1.0.3 /opt/iobroker/node_modules/winston/node_modules/colors
                winston-daily-rotate-file@1.7.2 /opt/iobroker/node_modules/winston-daily-rotate-file
                yargs@11.1.0 /opt/iobroker/node_modules/yargs
                cliui@4.1.0 /opt/iobroker/node_modules/cliui
                string-width@2.1.1 /opt/iobroker/node_modules/string-width
                is-fullwidth-code-point@2.0.0 /opt/iobroker/node_modules/is-fullwidth-code-point
                strip-ansi@4.0.0 /opt/iobroker/node_modules/strip-ansi
                ansi-regex@3.0.0 /opt/iobroker/node_modules/ansi-regex
                wrap-ansi@2.1.0 /opt/iobroker/node_modules/wrap-ansi
                string-width@1.0.2 /opt/iobroker/node_modules/wrap-ansi/node_modules/string-width
                code-point-at@1.1.0 /opt/iobroker/node_modules/code-point-at
                is-fullwidth-code-point@1.0.0 /opt/iobroker/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point
                number-is-nan@1.0.1 /opt/iobroker/node_modules/number-is-nan
                strip-ansi@3.0.1 /opt/iobroker/node_modules/wrap-ansi/node_modules/strip-ansi
                ansi-regex@2.1.1 /opt/iobroker/node_modules/wrap-ansi/node_modules/ansi-regex
                decamelize@1.2.0 /opt/iobroker/node_modules/decamelize
                find-up@2.1.0 /opt/iobroker/node_modules/find-up
                locate-path@2.0.0 /opt/iobroker/node_modules/locate-path
                p-locate@2.0.0 /opt/iobroker/node_modules/p-locate
                p-limit@1.3.0 /opt/iobroker/node_modules/p-limit
                p-try@1.0.0 /opt/iobroker/node_modules/p-try
                path-exists@3.0.0 /opt/iobroker/node_modules/path-exists
                get-caller-file@1.0.3 /opt/iobroker/node_modules/get-caller-file
                os-locale@2.1.0 /opt/iobroker/node_modules/os-locale
                execa@0.7.0 /opt/iobroker/node_modules/execa
                cross-spawn@5.1.0 /opt/iobroker/node_modules/cross-spawn
                lru-cache@4.1.5 /opt/iobroker/node_modules/lru-cache
                pseudomap@1.0.2 /opt/iobroker/node_modules/pseudomap
                yallist@2.1.2 /opt/iobroker/node_modules/lru-cache/node_modules/yallist
                shebang-command@1.2.0 /opt/iobroker/node_modules/shebang-command
                shebang-regex@1.0.0 /opt/iobroker/node_modules/shebang-regex
                which@1.3.1 /opt/iobroker/node_modules/which
                isexe@2.0.0 /opt/iobroker/node_modules/isexe
                get-stream@3.0.0 /opt/iobroker/node_modules/get-stream
                is-stream@1.1.0 /opt/iobroker/node_modules/is-stream
                npm-run-path@2.0.2 /opt/iobroker/node_modules/npm-run-path
                path-key@2.0.1 /opt/iobroker/node_modules/path-key
                p-finally@1.0.0 /opt/iobroker/node_modules/p-finally
                signal-exit@3.0.2 /opt/iobroker/node_modules/signal-exit
                strip-eof@1.0.0 /opt/iobroker/node_modules/strip-eof
                lcid@1.0.0 /opt/iobroker/node_modules/lcid
                invert-kv@1.0.0 /opt/iobroker/node_modules/invert-kv
                mem@1.1.0 /opt/iobroker/node_modules/mem
                mimic-fn@1.2.0 /opt/iobroker/node_modules/mimic-fn
                require-directory@2.1.1 /opt/iobroker/node_modules/require-directory
                require-main-filename@1.0.1 /opt/iobroker/node_modules/require-main-filename
                set-blocking@2.0.0 /opt/iobroker/node_modules/set-blocking
                which-module@2.0.0 /opt/iobroker/node_modules/which-module
                y18n@3.2.1 /opt/iobroker/node_modules/y18n
                yargs-parser@9.0.2 /opt/iobroker/node_modules/yargs-parser
                camelcase@4.1.0 /opt/iobroker/node_modules/camelcase
                @root/mkdirp@1.0.0 /opt/iobroker/node_modules/@root/mkdirp
                acme@1.3.0 /opt/iobroker/node_modules/acme
                acme-v2@1.7.7 /opt/iobroker/node_modules/acme-v2
                @coolaj86/urequest@1.3.7 /opt/iobroker/node_modules/@coolaj86/urequest
                rsa-compat@2.0.8 /opt/iobroker/node_modules/rsa-compat
                keypairs@1.2.14 /opt/iobroker/node_modules/keypairs
                eckles@1.4.1 /opt/iobroker/node_modules/eckles
                rasha@1.2.5 /opt/iobroker/node_modules/rasha
                bindings@1.5.0 /opt/iobroker/node_modules/bindings
                file-uri-to-path@1.0.0 /opt/iobroker/node_modules/file-uri-to-path
                diskusage@0.2.6 /opt/iobroker/node_modules/diskusage
                nan@2.14.0 /opt/iobroker/node_modules/nan
                glossy@0.1.7 /opt/iobroker/node_modules/glossy
                le-challenge-fs@2.0.9 /opt/iobroker/node_modules/le-challenge-fs
                le-sni-auto@2.1.9 /opt/iobroker/node_modules/le-sni-auto
                le-store-certbot@2.2.3 /opt/iobroker/node_modules/le-store-certbot
                redis-commands@1.5.0 /opt/iobroker/node_modules/redis-commands
                redis-parser@2.6.0 /opt/iobroker/node_modules/redis-parser
                winston-syslog@1.2.6 /opt/iobroker/node_modules/winston-syslog
                cert-info@1.5.1 /opt/iobroker/node_modules/cert-info
                double-ended-queue@2.1.0-0 /opt/iobroker/node_modules/double-ended-queue
                greenlock@2.7.1 /opt/iobroker/node_modules/greenlock
                ursa-optional@0.9.10 /opt/iobroker/node_modules/ursa-optional
                redis@2.8.0 /opt/iobroker/node_modules/redis
                node-forge@0.7.6 /opt/iobroker/node_modules/node-forge
                le-acme-core@2.1.4 /opt/iobroker/node_modules/le-acme-core
                rsa-compat@1.9.4 /opt/iobroker/node_modules/le-acme-core/node_modules/rsa-compat
                pi@raspberrypi:/opt/iobroker $ sudo rm -r node_modules/
                pi@raspberrypi:/opt/iobroker $ npm install iobroker.js-controller@1.5.11 --production
                npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3

                iobroker.js-controller@1.5.11 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                node lib/preinstallCheck.js

                NPM version: 6.9.0
                npm version >= 5: disabling package-lock

                unix-dgram@0.2.3 install /opt/iobroker/node_modules/unix-dgram
                node-gyp rebuild

                make: Entering directory '/opt/iobroker/node_modules/unix-dgram/build'
                CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
                In file included from ../node_modules/nan/nan.h:190:0,
                from ../src/unix_dgram.cc:5:
                ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Localv8::Object, v8::Localv8::Value, v8::Localv8::Value, v8::PropertyAttribute)’:
                ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
                return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                ^
                In file included from ../src/unix_dgram.cc:5:0:
                ../node_modules/nan/nan.h: In function ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value)’:
                ../node_modules/nan/nan.h:817:60: warning: ‘v8::Localv8::Value node::MakeCallback(v8::Isolate
                , v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value)’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/node.h:176): Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                v8::Isolate::GetCurrent(), target, func, argc, argv);
                ^
                ../node_modules/nan/nan.h: In function ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::String, int, v8::Localv8::Value
                )’:
                ../node_modules/nan/nan.h:831:62: warning: ‘v8::Localv8::Value node::MakeCallback(v8::Isolate*, v8::Localv8::Object, v8::Localv8::String, int, v8::Localv8::Value)’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/node.h:169): Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                ^
                ../node_modules/nan/nan.h: In function ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, const char
                , int, v8::Localv8::Value)’:
                ../node_modules/nan/nan.h:845:62: warning: ‘v8::Localv8::Value node::MakeCallback(v8::Isolate
                , v8::Localv8::Object, const char*, int, v8::Localv8::Value)’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/node.h:162): Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                v8::Isolate::GetCurrent(), target, method, argc, argv);
                ^
                ../node_modules/nan/nan.h: In member function ‘v8::Localv8::Value Nan::Callback::Call_(v8::Isolate
                , v8::Localv8::Object, int, v8::Localv8::Value) const’:
                ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Localv8::Value node::MakeCallback(v8::Isolate
                , v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value*)’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/node.h:176): Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                ));
                ^
                ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                domain = info[0]->Int32Value();
                ^
                ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                type = info[1]->Int32Value();
                ^
                ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                protocol = info[2]->Int32Value();
                ^
                ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                fd = info[0]->Int32Value();
                ^
                ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2891): Use Isolate version [-Wdeprecated-declarations]
                String::Utf8Value path(info[1]);
                ^
                ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                fd = info[0]->Int32Value();
                ^
                ../src/unix_dgram.cc:259:27: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:10046): Use maybe version [-Wdeprecated-declarations]
                buf = info[1]->ToObject();
                ^
                ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2477): Use maybe version [-Wdeprecated-declarations]
                offset = info[2]->Uint32Value();
                ^
                ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2477): Use maybe version [-Wdeprecated-declarations]
                length = info[3]->Uint32Value();
                ^
                ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2891): Use Isolate version [-Wdeprecated-declarations]
                String::Utf8Value path(info[4]);
                ^
                ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                fd = info[0]->Int32Value();
                ^
                ../src/unix_dgram.cc:303:27: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:10046): Use maybe version [-Wdeprecated-declarations]
                buf = info[1]->ToObject();
                ^
                ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                fd = info[0]->Int32Value();
                ^
                ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2891): Use Isolate version [-Wdeprecated-declarations]
                String::Utf8Value path(info[1]);
                ^
                ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                fd = info[0]->Int32Value();
                ^
                unix_dgram.target.mk:99: recipe for target 'Release/obj.target/unix_dgram/src/unix_dgram.o' failed
                make: *** [Release/obj.target/unix_dgram/src/unix_dgram.o] Error 1
                make: Leaving directory '/opt/iobroker/node_modules/unix-dgram/build'
                gyp ERR! build error
                gyp ERR! stack Error: make failed with exit code: 2
                gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
                gyp ERR! stack at ChildProcess.emit (events.js:198:13)
                gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                gyp ERR! System Linux 4.9.35-v7+
                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
                gyp ERR! node -v v10.16.0
                gyp ERR! node-gyp -v v3.8.0
                gyp ERR! not ok

                ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
                node rebuild.js

                diskusage@0.2.6 install /opt/iobroker/node_modules/diskusage
                node-gyp rebuild

                make: Entering directory '/opt/iobroker/node_modules/diskusage/build'
                CXX(target) Release/obj.target/diskusage/src/main.o
                ../src/main.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetDiskUsage(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/main.cpp:26:71: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated (declared at /home/pi/.node-gyp/10.16.0/include/node/v8.h:2891): Use Isolate version [-Wdeprecated-declarations]
                DiskUsage result = GetDiskUsage(v8::String::Utf8Value(info[0]));
                ^
                CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
                ../src/diskusage_posix.cpp: In function ‘DiskUsage GetDiskUsage(const char
                )’:
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_bsize’ [-Wmissing-field-initializers]
                struct statvfs info = {};
                ^
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_frsize’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_blocks’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_bfree’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_bavail’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_files’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_ffree’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_favail’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_fsid’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::__f_unused’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_flag’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_namemax’ [-Wmissing-field-initializers]
                ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::__f_spare’ [-Wmissing-field-initializers]
                SOLINK_MODULE(target) Release/obj.target/diskusage.node
                COPY Release/diskusage.node
                make: Leaving directory '/opt/iobroker/node_modules/diskusage/build'

                iobroker.js-controller@1.5.11 install /opt/iobroker/node_modules/iobroker.js-controller
                node iobroker.js setup first

                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules/unix-dgram):
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: node-gyp rebuild
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

                • iobroker.js-controller@1.5.11
                  added 341 packages from 279 contributors and audited 855 packages in 72.615s
                  found 27 vulnerabilities (19 low, 8 high)
                  run npm audit fix to fix them, or npm audit for details
                  pi@raspberrypi:/opt/iobroker $ npm audit fix
                  npm ERR! code EAUDITNOLOCK
                  npm ERR! audit Neither npm-shrinkwrap.json nor package-lock.json found: Cannot audit a project without a lockfile
                  npm ERR! audit Try creating one first with: npm i --package-lock-only

                npm ERR! A complete log of this run can be found in:
                npm ERR! /home/pi/.npm/_logs/2019-06-07T11_00_48_619Z-debug.log
                pi@raspberrypi:/opt/iobroker $ sudo npm audit fix
                npm ERR! code EAUDITNOLOCK
                npm ERR! audit Neither npm-shrinkwrap.json nor package-lock.json found: Cannot audit a project without a lockfile
                npm ERR! audit Try creating one first with: npm i --package-lock-only

                npm ERR! A complete log of this run can be found in:
                npm ERR! /root/.npm/_logs/2019-06-07T11_01_37_916Z-debug.log
                pi@raspberrypi:/opt/iobroker $ iobroker start
                pi@raspberrypi:/opt/iobroker $

                Homoran 1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Ralf last edited by

                  @Ralf sagte in File index_m.html not found / File index.html not found / File tab.html not found nach Neuinstallation iOBroker:

                  cd /opt/iobroker
                  iobroker backup (funktioniert nicht)

                  Warum nicht, was kommt da für ein Fehler?

                  R 1 Reply Last reply Reply Quote 0
                  • R
                    Ralf @Homoran last edited by

                    @Homoran
                    pi@raspberrypi:~ $ cd /opt/iobroker
                    pi@raspberrypi:/opt/iobroker $ iobroker backup
                    fs.js:114
                    throw err;
                    ^

                    Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-controller/backups'
                    at Object.mkdirSync (fs.js:757:3)
                    at states.getStates (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:225:61)
                    at StatesInMemory.getStates (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInMemServer.js:569:45)
                    at states.getKeys (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:211:24)
                    at StatesInMemory.getKeys (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInMemServer.js:727:45)
                    at objects.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:204:20)
                    at _getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2886:9)
                    at checkObjectRights (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2912:28)
                    at checkObjectRights (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1869:20)
                    at ObjectsInMemServer.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2908:13)

                    Homoran 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Ralf last edited by

                      @Ralf sagte in File index_m.html not found / File index.html not found / File tab.html not found nach Neuinstallation iOBroker:

                      Error: EACCES: permission denied

                      Das sieht aus, als hättest du den Fixer nicht laufen lassen

                      1 Reply Last reply Reply Quote 0
                      • R
                        Ralf last edited by

                        @Homoran sagte in File index_m.html not found / File index.html not found / File tab.html not found nach Neuinstallation iOBroker:

                        Das sieht aus, als hättest du den Fixer nicht laufen lassen

                        Steht auch nicht in der Anleitung (woher sollte ich das wissen)
                        Dann habe ich jetzt zwar kein Backup, aber warum geht denn jetzt gar nichts mehr ?

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Ralf last edited by

                          @Ralf sagte in File index_m.html not found / File index.html not found / File tab.html not found nach Neuinstallation iOBroker:

                          Steht auch nicht in der Anleitung (woher sollte ich das wissen)

                          Eventuell werfe ich hier zwei Threads durcheinander, ich dachte das Thema hätten wir gerade durch gehabt.

                          Wenn nicht, steht das mit dem Fixer natürlich nicht in DER Anleitung, da der Fixer nur bei Probleminstallationen fällig werden muss.

                          R 1 Reply Last reply Reply Quote 0
                          • R
                            Ralf @Homoran last edited by Ralf

                            @Homoran kein Problem.
                            Hast du vielleicht Gelegenheit, mal meine Geschichte anzusehen ? iOBroker startet jetzt nicht mehr nach Ausführung der Anleitung.

                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @Ralf last edited by

                              @Ralf

                              Das Problem ist, wie @AlCalzone schon schreibt, dass Elzershark Befehle verwendet, die vor Jahren mal gepasst hätten, heute aber zu unvorhersehbaren Effekten führen können.

                              Dir jetzt mal eben schnell zu helfen ist eventuell gar nicht mehr möglich.

                              Mein Vorschlag wäre:
                              komplett neu aufbauen und dann vorhandenes Backup einspielen.

                              Was hast du bisher auf der Installation gehabt, was du nicht vermissen willst?

                              R 1 Reply Last reply Reply Quote 0
                              • R
                                Ralf @Homoran last edited by

                                @Homoran ich hatte eigentlich nur relativ wenige Adapter und zwei Blockly Skripte installiert, von denen ich Sicherungen habe. Wichtig wäre der Alexa2 Adapter.
                                2019-06-06 16_27_19-instances - ioBroker.jpg

                                Homoran 1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Ralf last edited by Homoran

                                  @Ralf

                                  Hast du noch ein Backup?

                                  Hattest du Historydaten?

                                  R 1 Reply Last reply Reply Quote 0
                                  • R
                                    Ralf @Homoran last edited by Ralf

                                    @Homoran das Backup hat ja nicht funktioniert. Ich habe allerdings eine alte Komplettsicherung der SD Karte.
                                    Ich weis gar nicht, was History Daten sind und wofür man sie braucht.

                                    Homoran paul53 2 Replies Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @Ralf last edited by

                                      @Ralf

                                      @Ralf sagte in File index_m.html not found / File index.html not found / File tab.html not found nach Neuinstallation iOBroker:

                                      Ich weis gar nicht, was History Daten sind

                                      In diesem Falle ist das gut 😉 Dann brauchen wir uns darum nicht zu kümmern.

                                      Sicherheitshalber habe ich mir jetzt den Eröffnungsthread nochmal durchgelesen.

                                      @Ralf sagte in File index_m.html not found / File index.html not found / File tab.html not found nach Neuinstallation iOBroker:

                                      Nachdem ich die iObroker Installation bei einem Update zerschossen habe, bekomme ich nach der Neu-Installation die folgenden Fehlermeldungen :
                                      File index_m.html not found
                                      File index.html not found
                                      File tab.html not found

                                      Da hast du bereits dein Backup wieder eingespielt gehabt?

                                      R 1 Reply Last reply Reply Quote 0
                                      • R
                                        Ralf @Homoran last edited by

                                        @Homoran Ich bin nicht sicher, ob ich da bereits das Backup wieder eingespielt hatte. Spricht etwas gegen eine Neuinstallation bei den wenigen Adaptern ? Die Sicherung auf die SD Karte zurückzuschreiben dauert ja Stunden.

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Ralf last edited by Homoran

                                          @Ralf

                                          Wenn du da schon dein Backup wieder eingespielt hast gibt es (mindestens) zwei mögliche Gründe für das aufgetretene:

                                          • Das Backup war bereits defekt.
                                          • Der Restore war noch nicht fertig.
                                            ** Du hast schon einige Adapter installiert, und da alles nach einem Restor neu Installiert und ggf. kompiliert wird, aknn so ein Restore auch schon mal 2 Stunden dauern.
                                            Das sieht man auch daran, dass die Icons bei den Instanzen moch nicht zu shen sind.

                                          Wie lange hattest du denn gewartet?

                                          @Ralf sagte in File index_m.html not found / File index.html not found / File tab.html not found nach Neuinstallation iOBroker:

                                          Spricht etwas gegen eine Neuinstallation bei den wenigen Adaptern

                                          Im Gegenteil.
                                          Danach hast du definitiv ein sauberes System, was man zum gegenwärtigen Zeitpunkt nicht mit Sicherheit sagen kann.

                                          Nur zwei Anmerkungen:

                                          1. Bitte nimm unsere Anleitung: https://www.iobroker.net/#de/documentation/install/linux.md
                                            (Achtung unter Punkt 4, ist ein Fehler -der ist bereits korrigiert aber noch nicht online! - hier heißt es korrekt: sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs )

                                          2. Gemäß deinem Screenshot im ersten Post
                                            b744e33d-fa7c-46fe-ab55-392578f01b8d-grafik.png
                                            hast du schon einige (mindestens 18) Instanzen installiert.
                                            Ein RaspberryPi besitzt nur 1GB RAM. Hier kann es schon langsam eng werden.

                                          R 1 Reply Last reply Reply Quote 0
                                          • paul53
                                            paul53 @Ralf last edited by

                                            @Ralf sagte:

                                            Ich weis gar nicht, was History Daten sind und wofür man sie braucht.

                                            Was macht dann die aktive History-Instanz ?

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

                                            Support us

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

                                            353
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            iobroker
                                            4
                                            29
                                            3151
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo