Iobroker Installation mit Tool funktioniert nicht

  • Hallo,

    beim installieren mit Tool pkt. 6 erhalte ich Fehlermeldungen. Erst nach :     3 NPM Adapter rebuild. Nach NPM Upgrade (1) ausfuehren

    war iobroker startklar. Ist da ein Bug?


    Hier das kompl. Log:


    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

    Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
    Hit:2 https://deb.nodesource.com/node_12.x buster InRelease
    Hit:3 http://archive.raspberrypi.org/debian buster InRelease
    Reading package lists...
    Building dependency tree...
    Reading state information...
    All packages are up to date.

    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

    Reading package lists...
    Building dependency tree...
    Reading state information...
    Calculating upgrade...
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following packages will be REMOVED:
    nodejs*
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    After this operation, 85.8 MB disk space will be freed.
    (Reading database ... 52605 files and directories currently installed.)
    Removing nodejs (12.22.10-deb-1nodesource1) ...
    Processing triggers for man-db (2.8.5-2) ...
    Reading package lists...
    Building dependency tree...
    Reading state information...
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    ## Installing the NodeSource Node.js 12.x repo...

    ## Populating apt-get cache...

    #NAME?
    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...

    ## Confirming "buster" is supported...

    + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/buster/Release'

    ## Adding the NodeSource signing key to your keyring...

    + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null

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

    + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' > /etc/apt/sources.list.d/nodesource.list
    + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' >> /etc/apt/sources.list.d/nodesource.list

    ## Running `apt-get update` for you...

    #NAME?
    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...

    ## Run `sudo apt-get install -y nodejs` to install Node.js 12.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

    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
    nodejs
    debconf: unable to initialize frontend: Dialog
    debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
    debconf: falling back to frontend: Readline
    debconf: unable to initialize frontend: Readline
    debconf: (This frontend requires a controlling tty.)
    debconf: falling back to frontend: Teletype
    dpkg-preconfigure: unable to re-open stdin:
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B/15.9 MB of archives.
    After this operation, 85.8 MB of additional disk space will be used.
    Selecting previously unselected package nodejs.
    (Reading database ... 47741 files and directories currently installed.)
    Preparing to unpack .../nodejs_12.22.10-deb-1nodesource1_armhf.deb ...
    Unpacking nodejs (12.22.10-deb-1nodesource1) ...
    Setting up nodejs (12.22.10-deb-1nodesource1) ...
    Processing triggers for man-db (2.8.5-2) ...
    library: loaded
    Library version=2022-02-10

    ==========================================================================

    Welcome to the ioBroker installer!
    Installer version: 2022-02-13

    You might need to enter your password a couple of times.

    ==========================================================================

    ==========================================================================
    Installing prerequisites (1/4)
    ==========================================================================

    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...
    Changing npm registry to https://registry.npmjs.org
    Installed gcc-c++

    ==========================================================================
    Creating ioBroker user and directory (2/4)
    ==========================================================================

    Created /etc/sudoers.d/iobroker
    Directory /opt/iobroker created

    ==========================================================================
    Installing ioBroker (3/4)
    ==========================================================================

    npm ERR! code EINTEGRITY
    npm ERR! sha512-V+Vjn4+8CPh4URUYB3iw+XKT/mLJ2uJ15k7PYc+EUJ2wGuVHo5l7BYvNApaub5p/L4mXaGMZ6eSkOhY/Hfd51w== integrity checksum failed when using sha512: wanted sha512-V+Vjn4+8CPh4URUYB3iw+XKT/mLJ2uJ15k7PYc+EUJ2wGuVHo5l7BYvNApaub5p/L4mXaGMZ6eSkOhY/Hfd51w== but got sha512-bMS8TGkmSiYaus03YQ2q2Q6FlOOzqnJDnJ1jhDvdmKb0MhTyJ/2A1wU3TyG8GzO37y7bRLpcb2ZUwwZ9mm9ncQ==. (69142 bytes)

    npm ERR! A complete log of this run can be found in:
    npm ERR! /home/pi/.npm/_logs/2022-03-17T09_58_34_669Z-debug.log

    ==========================================================================
    Finalizing installation (4/4)
    ==========================================================================

    Enabling autostart...
    Autostart enabled!
    Fixing directory permissions...

    ==========================================================================

    ioBroker was installed successfully
    Open http://192.168.178.26:8081 in a browser and start configuring!

    ==========================================================================

    You need to re-login before doing anything else on the console!

    npm WARN invalid config prefix=true
    npm WARN invalid config Must be a valid filesystem path

    > iobroker.js-controller@4.0.21 preinstall /home/pi/node_modules/iobroker.js-controller
    > node lib/preinstallCheck.js

    NPM version: 6.14.16

    > iobroker.js-controller@4.0.21 install /home/pi/node_modules/iobroker.js-controller
    > node iobroker.js setup first

    Successfully migrated 15 objects to Redis Sets
    object _design/system updated
    {
    "defaultPrivate": "-----BEGIN RSA PRIVATE KEY-----\r\nMIIEpQIBAAKCAQEA0vJ5Ae/79iwNVFbJE+X30N0G6cK3Esrl46d/MvY1ZLvsO8Vl\r\nTf1aGhHJW/+1pPjokYX3wvluPS1NdmDftqxeJivXR/b9L4jQ1wx8wvt8jkzXurz9\r\nzeoh8RRQYQkKayIMLePav/OoCmaD/ioGWT54zLRblfY5l4shROtIRrPRrH5vG8M1\r\nraomcXmEXGSm8emsVza+vAHe1IZyXgD1tlaDS8O6hjNFmSTZLGQbTOoynlkP+B+X\r\nP6r7yjD6EVepEjh54EL9HmOUoDyVxrywCw4CbLpeKzsvm6j6+UCSGenC5K3BgmKn\r\nw9W++/4YFD/NM8NCfvIaZOJ/Sp6mVai0/3sdQwIDAQABAoIBAQCkdJ68UPE5EUzv\r\nBJ3M4ouaDMb39XKutvoUyp+TBnnH5+4bByCcdbkJ+/XkwG1HiTofQbdQDQ/RqADt\r\nGkcu7iCUV7eFhlwK8/oEvdqCVHfdpLDHB9JC95awkWq8y8SQk0G1gR8oaPgH67ZZ\r\nrz+10ctxo+aG+igaKkCsr1VwsX30oE7KJLd2zPJKJcySsN1FGer4Nipgei6a+lbH\r\nEMK/WrXD72qNIoLutVXjPPcbjoY43IFKvPwfLUFcMNCx4ugKeWz3tirsNcUEfenB\r\n/saZ8kobMkWmigLWQIVDZHf2AUJQqITDn+RsIMzFuvxjpYAFR4d3OHWwMaOKWZ1z\r\nnZ2cCR5BAoGBAPA+qGZBKhyoEUyVSWpcxdRIS24tnWZAaxFKXNvjdXZ1DRQclln2\r\nEJFOuyazOc7JvvxUEqTdPkK0VioAXN2bLyjdKrr2WUO7YPhL9xye5xLTBRq363IC\r\nx9o4wGGgKgjVu3V8kY04PTUcrV81KLF4hVCVO2lCGQ89tYuaEBPy0EtjAoGBAODH\r\n8/dN+WvkLC8OnRfds2IzikD+2DzOzg3H1wSp+KitGcE19vfi84yhtydGDRMj0Ztk\r\nr9AY1YJg+dFw0SNaDGkkTvl/Z4eXi/FBTxw9YokEw9CNH0MuFuXRuRtGHrQkNOyR\r\nSPV83SwoqOkt4q94pSHDomo+lVSDT+4oktiMFbyhAoGAexygz0W1ftnhg409AfRo\r\nrFAf12Yosq1wMHwa+dOl7f4tpZDAu3kNJGlkHoDZrs5TwJqUs0dtEGG5heyJqkZL\r\n9HTh4M09ESiEmLjU+SW05ECe7QIy9UnXgEx0yZJ59+0PEzWyoNuhAgagEZn8MHXC\r\nW3kd6OKmVNkan19jvdVASGECgYEAjpCDPZDo5vMayuW74Q0t3tTNlReNUlPgAIGE\r\n8GJVYbYYJaDyeJoq2kEfBvu5AzCump4rnBKEKGMVTy78li1gvbbXmAqkQS1vBp7j\r\nbAfK3Rh2kWlQMK2kvDJd8txwUNS99GTZH0oIhR9ssif2JFCie123PydeUvHN2kFF\r\nka6XgsECgYEAx1gNqvM473KB3607rwK7Po2fPf9z48snsdqci3he4tYJQeUYiVF3\r\nYVNIiFJZKegnRJAR+DZggvP/F1wdxFg/NKB37FVay/i1r6Bj2uevV6Q7OFPiUb+m\r\nG1bipPMxXducGH6Zf9hfSsaD0OW/9SAT55W+Cn5ELbgejBNwEwAnKaQ=\r\n-----END RSA PRIVATE KEY-----\r\n",
    "defaultPublic": "-----BEGIN CERTIFICATE-----\r\nMIIDhjCCAm6gAwIBAgIJBig2M2BabYLeMA0GCSqGSIb3DQEBCwUAMD4xETAPBgNV\r\nBAMTCGlvYnJva2VyMRYwFAYDVQQKEw1pb0Jyb2tlciBHbWJIMREwDwYDVQQLEwhp\r\nb2Jyb2tlcjAeFw0yMjAzMTcwOTU4NTlaFw0yMzAzMTcwOTU4NTlaMEExFDASBgNV\r\nBAMTC3Jhc3BiZXJyeXBpMRYwFAYDVQQKEw1pb0Jyb2tlciBHbWJIMREwDwYDVQQL\r\nEwhpb2Jyb2tlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANLyeQHv\r\n+/YsDVRWyRPl99DdBunCtxLK5eOnfzL2NWS77DvFZU39WhoRyVv/taT46JGF98L5\r\nbj0tTXZg37asXiYr10f2/S+I0NcMfML7fI5M17q8/c3qIfEUUGEJCmsiDC3j2r/z\r\nqApmg/4qBlk+eMy0W5X2OZeLIUTrSEaz0ax+bxvDNa2qJnF5hFxkpvHprFc2vrwB\r\n3tSGcl4A9bZWg0vDuoYzRZkk2SxkG0zqMp5ZD/gflz+q+8ow+hFXqRI4eeBC/R5j\r\nlKA8lca8sAsOAmy6Xis7L5uo+vlAkhnpwuStwYJip8PVvvv+GBQ/zTPDQn7yGmTi\r\nf0qeplWotP97HUMCAwEAAaOBgzCBgDAMBgNVHRMBAf8EAjAAMA8GA1UdDwEB/wQF\r\nAwMHv4AwFgYDVR0RBA8wDYILcmFzcGJlcnJ5cGkwHQYDVR0OBBYEFOBTEEc8MHVt\r\nRoH4R5W5ZgwCHsK2MB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAJBgNV\r\nHSMEAjAAMA0GCSqGSIb3DQEBCwUAA4IBAQAshYVSa7NoWpKSSpOhbfPqPKmcKoLh\r\nFTK+TdbFqJrsHuWqsZK6AP7N88xaTDFPB055aorXJ3LvsQ8d3ZT4QEVWQ/DTD3VL\r\nensyMKvFk5we8iyas4VlAbwr6gQtdM7f8rR4oZ6mP/1QwxCaGMnZEG/ljmfqNSHK\r\ntSpPC8Sb+9UPH0LzOH7jd8CtqvGfWP02oAqsf7Sto8Vus9cBoivSW5nlgyTmaf5o\r\nvdl6qFojEbhNB+yLNYzA2CTZn8CCY+w/sKAU6P24jWhPkrr/pjgMWMll7RuEj6+p\r\n4c9oGKmoXmUktQ2W9HqbN7xQom4aJwC0Evg5K+6QovTFYLUqir2rdYYt\r\n-----END CERTIFICATE-----\r\n"
    }
    Update certificate defaultPrivate
    The object "system.certificates" was updated successfully.
    Update certificate defaultPublic
    The object "system.certificates" was updated successfully.
    npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
    npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
    npm WARN pi No description
    npm WARN pi No repository field.
    npm WARN pi No README data
    npm WARN pi No license field.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

    + iobroker.js-controller@4.0.21
    updated 1 package and audited 565 packages in 23.908s

    16 packages are looking for funding
    run `npm fund` for details

    found 15 vulnerabilities (9 low, 3 moderate, 3 high)
    run `npm audit fix` to fix them, or `npm audit` for details
    library: loaded
    Library version=2022-02-10
    ioBroker is not installed in /opt/iobroker! Cannot fix anything...

    > esbuild@0.11.23 postinstall /home/pi/node_modules/esbuild
    > node install.js

    > @root/acme@3.1.0 postinstall /home/pi/node_modules/@root/acme
    > node scripts/postinstall

    > diskusage@1.1.3 install /home/pi/node_modules/diskusage
    > node-gyp rebuild

    make: Entering directory '/home/pi/node_modules/diskusage/build'
    CXX(target) Release/obj.target/diskusage/src/main.o
    In file included from ../../nan/nan.h:58,
    from ../src/main.cpp:3:
    /home/pi/.cache/node-gyp/12.22.10/include/node/node.h:736: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]
    (node::addon_register_func) (regfunc), \
    ^
    /home/pi/.cache/node-gyp/12.22.10/include/node/node.h:770:3: note: in expansion of macro ÔÇÿNODE_MODULE_XÔÇÖ
    NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
    ^~~~~~~~~~~~~
    ../src/main.cpp:42:1: note: in expansion of macro ÔÇÿNODE_MODULEÔÇÖ
    NODE_MODULE(diskusage, Init)
    ^~~~~~~~~~~
    CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o
    ^C
    C:\Users\ep-se\Downloads\ioBrokermaster\ioBrokerBackupInstallTool-master\InstallBackupTool\ioBrokerTool\Programm\Programm>