Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Hilfe bei der Installation von IoBroker

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Hilfe bei der Installation von IoBroker

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AndreH. last edited by Homoran

      Moin moin,

      ich bin auf diesem Gebiet komplett neu und habe mich die letzten Tage und Wochen damit rumgeärgert.
      Leider weiss ich nicht mehr weiter und hoffe ich könnt mir helfen.

      Mein Problem:

      ich habe vor einer Woche mein altes Netbook zu einem Raspberry Pi umgewandelt und wollte darauf jetzt Iobroker installieren. Leider klappt es vorne und hinten nicht.
      Auf meinem Windows 10 Rechner mit Ubuntu als Partition hat es geklappt. Nur für 24/7 frist die Kiste mir einfach zuviel Strom. Daher das Netbook.

      Folgende Maske beim Starten:

      Linux raspberrypi 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64
      
      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 Jan 24 09:42:04 2020 from 192.168.178.35
      

      Ich hatte am Anfang immer Probleme mit der npm Version. hab sie nie über 5.8.0 bekommen. Sonst ging die Installation einfach. Nur da hing es immer.

      pi@raspberrypi:~ $ node -v
      v10.15.2
      pi@raspberrypi:~ $ nodejs -v
      v10.15.2
      pi@raspberrypi:~ $ npm -v
      6.4.1
      

      Hab die Versionen jetzt drauf und IoBroker installiert. Leider startet IoBroker nicht und keine Ahnung was ich jetzt noch machen soll.

      Status sieht so aus:

      internal/modules/cjs/loader.js:583
          throw err;
          ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
          at Function.Module._load (internal/modules/cjs/loader.js:507:25)
          at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
          at startup (internal/bootstrap/node.js:283:19)
          at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
      

      Hoffe mir kann einer helfen.

      Lieben Gruß
      André

      sigi234 Homoran H 3 Replies Last reply Reply Quote 0
      • sigi234
        sigi234 Forum Testing Most Active @AndreH. last edited by sigi234

        @AndreH

        https://www.iobroker.net/#de/documentation/trouble/RunsNoMore.md

        cd /opt/iobroker
        iobroker stop
        npm install iobroker.js-controller
        iobroker start
        
        1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @AndreH. last edited by

          @AndreH
          Die Kombination Nodejs 10.15 und npm 6.4.1 ist schon seltsam.
          So etwas tritt meistens auf, wenn die Distro ein eigenes Repo für node hat.

          Hattest du VOR curl...node... geprüft ob schon ein nodejs drauf war?

          A 1 Reply Last reply Reply Quote 0
          • A
            AndreH. last edited by Homoran

            
            login as: pi
            pi@192.168.178.63's password:
            Linux raspberrypi 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64
            
            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 Jan 24 10:03:34 2020 from 192.168.178.35
            pi@raspberrypi:~ $ cd /opt/iobroker
            pi@raspberrypi:/opt/iobroker $ iobroker stop
            pi@raspberrypi:/opt/iobroker $ npm install iobroker.js-controller
            Unhandled rejection Error: EACCES: permission denied, mkdir '/home/iobroker'c2e
            
            npm ERR! cb() never called!
            
            npm ERR! This is an error with npm itself. Please report this error at:
            npm ERR!     <https://npm.community>
            pi@raspberrypi:/opt/iobroker $ iobroker start
            pi@raspberrypi:/opt/iobroker $ cd
            pi@raspberrypi:~ $ ps -A | grep iobroker
            pi@raspberrypi:~ $ cd /opt/iobroker
            pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs
            internal/modules/cjs/loader.js:583
                throw err;
                ^
            
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/controller.js'
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                at startup (internal/bootstrap/node.js:283:19)
                at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
            pi@raspberrypi:/opt/iobroker $ netstat -n -a -p TCP
            (Es konnten nicht alle Prozesse identifiziert werden; Informationen über
            nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
            Aktive Internetverbindungen (Server und stehende Verbindungen)
            Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -
            tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      -
            tcp        0     64 192.168.178.63:22       192.168.178.35:56528    VERBUNDEN   -
            tcp6       0      0 :::22                   :::*                    LISTEN      -
            tcp6       0      0 ::1:25                  :::*                    LISTEN      -
            udp        0      0 0.0.0.0:39549           0.0.0.0:*                           -
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           -
            udp        0      0 0.0.0.0:68              0.0.0.0:*                           -
            udp        0      0 192.168.178.63:123      0.0.0.0:*                           -
            udp        0      0 127.0.0.1:123           0.0.0.0:*                           -
            udp        0      0 0.0.0.0:123             0.0.0.0:*                           -
            udp6       0      0 :::546                  :::*                                -
            udp6       0      0 :::37684                :::*                                -
            udp6       0      0 :::5353                 :::*                                -
            udp6       0      0 2a02:8108:52c0:23d0:123 :::*                                -
            udp6       0      0 fe80::96b9:1195:849:123 :::*                                -
            udp6       0      0 ::1:123                 :::*                                -
            udp6       0      0 :::123                  :::*                                -
            raw6       0      0 :::58                   :::*                    7           -
            Aktive Sockets in der UNIX-Domäne (Server und stehende Verbindungen)
            Proto RefCnt Flags       Type       State         I-Node   PID/Program name     Pfad
            unix  2      [ ACC ]     STREAM     HÖRT         24069    1194/menu-cached     /run/user/1000/menu-cached-:0
            unix  2      [ ACC ]     STREAM     HÖRT         21439    -                    /tmp/.X11-unix/X0
            unix  2      [ ]         DGRAM                    13068    -                    /run/systemd/journal/syslog
            unix  2      [ ACC ]     STREAM     HÖRT         24804    -                    /tmp/ssh-xqO4n6UpzQh8/agent.1072
            unix  2      [ ACC ]     STREAM     HÖRT         25102    -                    /tmp/ssh-VnLIZA6DwFAI/agent.1149
            unix  2      [ ACC ]     STREAM     HÖRT         13071    -                    /run/systemd/fsck.progress
            unix  2      [ ]         DGRAM                    25492    1144/lxpanel         /tmp/dhcpcd-pi/libdhcpcd-wpa-1144.0
            unix  2      [ ]         DGRAM                    25493    1144/lxpanel         /tmp/dhcpcd-pi/libdhcpcd-wpa-1144.1
            unix  16     [ ]         DGRAM                    13086    -                    /run/systemd/journal/dev-log
            unix  2      [ ACC ]     STREAM     HÖRT         21438    -                    @/tmp/.X11-unix/X0
            unix  2      [ ACC ]     STREAM     HÖRT         13094    -                    /run/lvm/lvmpolld.socket
            unix  2      [ ACC ]     STREAM     HÖRT         25157    1146/pcmanfm         /run/user/1000/pcmanfm-socket--0
            unix  2      [ ACC ]     STREAM     HÖRT         16234    -                    /var/run/dbus/system_bus_socket
            unix  2      [ ]         DGRAM                    23442    936/systemd          /run/user/1000/systemd/notify
            unix  2      [ ACC ]     STREAM     HÖRT         23446    936/systemd          /run/user/1000/systemd/private
            unix  2      [ ACC ]     STREAM     HÖRT         23454    936/systemd          /run/user/1000/bus
            unix  2      [ ACC ]     STREAM     HÖRT         23456    936/systemd          /run/user/1000/gnupg/S.gpg-agent.extra
            unix  2      [ ACC ]     STREAM     HÖRT         23459    936/systemd          /run/user/1000/gnupg/S.gpg-agent
            unix  2      [ ACC ]     STREAM     HÖRT         23461    936/systemd          /run/user/1000/gnupg/S.gpg-agent.ssh
            unix  2      [ ACC ]     STREAM     HÖRT         23463    936/systemd          /run/user/1000/gnupg/S.gpg-agent.browser
            unix  2      [ ACC ]     STREAM     HÖRT         23465    936/systemd          /run/user/1000/gnupg/S.dirmngr
            unix  2      [ ACC ]     STREAM     HÖRT         21695    -                    /var/run/dhcpcd.sock
            unix  2      [ ACC ]     STREAM     HÖRT         21697    -                    /var/run/dhcpcd.unpriv.sock
            unix  4      [ ]         DGRAM                    20936    -                    /var/run/wpa_supplicant/wlan0
            unix  2      [ ACC ]     STREAM     HÖRT         19922    -                    /run/uuidd/request
            unix  2      [ ACC ]     STREAM     HÖRT         19926    -                    /run/thd.socket
            unix  2      [ ACC ]     STREAM     HÖRT         19929    -                    /run/avahi-daemon/socket
            unix  3      [ ]         DGRAM                    13023    -                    /run/systemd/notify
            unix  2      [ ACC ]     STREAM     HÖRT         13027    -                    /run/systemd/private
            unix  2      [ ACC ]     STREAM     HÖRT         13042    -                    /run/systemd/journal/stdout
            unix  6      [ ]         DGRAM                    13046    -                    /run/systemd/journal/socket
            unix  2      [ ACC ]     SEQPAKET   HÖRT         13051    -                    /run/udev/control
            unix  3      [ ]         STREAM     VERBUNDEN     20402    -
            unix  3      [ ]         STREAM     VERBUNDEN     21509    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     20684    -
            unix  3      [ ]         STREAM     VERBUNDEN     23945    1124/gvfsd-fuse
            unix  3      [ ]         STREAM     VERBUNDEN     20308    -
            unix  3      [ ]         STREAM     VERBUNDEN     1053314  -
            unix  3      [ ]         STREAM     VERBUNDEN     20755    -
            unix  3      [ ]         STREAM     VERBUNDEN     25421    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     21603    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     14403    -
            unix  3      [ ]         STREAM     VERBUNDEN     22827    -
            unix  3      [ ]         DGRAM                    13026    -
            unix  3      [ ]         STREAM     VERBUNDEN     21927    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     21674    -
            unix  3      [ ]         DGRAM                    15811    -
            unix  3      [ ]         STREAM     VERBUNDEN     21248    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     21930    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     24107    1206/gvfs-afc-volum
            unix  2      [ ]         DGRAM                    12156    -
            unix  3      [ ]         STREAM     VERBUNDEN     25317    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     23917    1072/lxsession
            unix  3      [ ]         STREAM     VERBUNDEN     1058202  -
            unix  3      [ ]         STREAM     VERBUNDEN     23393    936/systemd
            unix  3      [ ]         STREAM     VERBUNDEN     20877    -
            unix  3      [ ]         STREAM     VERBUNDEN     23914    -                    @/tmp/.X11-unix/X0
            unix  2      [ ]         DGRAM                    1053294  -
            unix  3      [ ]         STREAM     VERBUNDEN     24806    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     21508    -
            unix  3      [ ]         DGRAM                    15812    -
            unix  2      [ ]         DGRAM                    23837    -
            unix  3      [ ]         STREAM     VERBUNDEN     24108    1144/lxpanel
            unix  3      [ ]         STREAM     VERBUNDEN     23946    1080/dbus-daemon     /run/user/1000/bus
            unix  2      [ ]         STREAM     VERBUNDEN     1053153  -
            unix  3      [ ]         STREAM     VERBUNDEN     1053313  -
            unix  3      [ ]         STREAM     VERBUNDEN     20870    -
            unix  3      [ ]         DGRAM                    13025    -
            unix  2      [ ]         DGRAM                    20868    -
            unix  2      [ ]         DGRAM                    20824    -
            unix  3      [ ]         STREAM     VERBUNDEN     20322    -
            unix  3      [ ]         STREAM     VERBUNDEN     21929    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     22826    -
            unix  3      [ ]         STREAM     VERBUNDEN     21247    -
            unix  3      [ ]         STREAM     VERBUNDEN     16376    -
            unix  3      [ ]         STREAM     VERBUNDEN     23913    1072/lxsession
            unix  3      [ ]         STREAM     VERBUNDEN     20080    -
            unix  3      [ ]         STREAM     VERBUNDEN     25097    1139/lxpolkit
            unix  3      [ ]         STREAM     VERBUNDEN     21675    -                    /run/systemd/journal/stdout
            unix  3      [ ]         DGRAM                    14593    -
            unix  3      [ ]         STREAM     VERBUNDEN     25488    1144/lxpanel
            unix  3      [ ]         STREAM     VERBUNDEN     23918    -                    @/tmp/.X11-unix/X0
            unix  2      [ ]         DGRAM                    21834    -
            unix  3      [ ]         DGRAM                    14592    -
            unix  3      [ ]         STREAM     VERBUNDEN     24878    1072/lxsession
            unix  3      [ ]         STREAM     VERBUNDEN     13624    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     25103    1139/lxpolkit
            unix  3      [ ]         STREAM     VERBUNDEN     25513    1194/menu-cached     /run/user/1000/menu-cached-:0
            unix  3      [ ]         STREAM     VERBUNDEN     25082    1139/lxpolkit
            unix  3      [ ]         STREAM     VERBUNDEN     20081    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     24127    -                    /var/run/dhcpcd.unpriv.sock
            unix  3      [ ]         STREAM     VERBUNDEN     23963    -                    @/tmp/.X11-unix/X0
            unix  2      [ ]         DGRAM                    21327    -
            unix  3      [ ]         STREAM     VERBUNDEN     21900    -
            unix  3      [ ]         STREAM     VERBUNDEN     24126    -                    /var/run/dhcpcd.unpriv.sock
            unix  3      [ ]         STREAM     VERBUNDEN     25104    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     25489    1144/lxpanel
            unix  3      [ ]         STREAM     VERBUNDEN     25147    1144/lxpanel
            unix  2      [ ]         DGRAM                    14590    -
            unix  3      [ ]         STREAM     VERBUNDEN     25145    -                    @/tmp/.X11-unix/X0
            unix  3      [ ]         STREAM     VERBUNDEN     25098    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     25144    1144/lxpanel
            unix  3      [ ]         STREAM     VERBUNDEN     19228    -
            unix  3      [ ]         STREAM     VERBUNDEN     19229    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     21931    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     25151    1129/openbox
            unix  2      [ ]         DGRAM                    21881    -
            unix  3      [ ]         STREAM     VERBUNDEN     25148    -                    @/tmp/.X11-unix/X0
            unix  3      [ ]         STREAM     VERBUNDEN     21836    -
            unix  3      [ ]         STREAM     VERBUNDEN     20309    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     25502    1144/lxpanel
            unix  3      [ ]         STREAM     VERBUNDEN     25152    -                    @/tmp/.X11-unix/X0
            unix  3      [ ]         STREAM     VERBUNDEN     21837    -
            unix  3      [ ]         STREAM     VERBUNDEN     23074    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     25328    1206/gvfs-afc-volum
            unix  3      [ ]         STREAM     VERBUNDEN     25215    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     23449    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     22603    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     25464    1263/gvfsd-trash     @/dbus-vfs-daemon/socket-IPg7qKIu
            unix  3      [ ]         STREAM     VERBUNDEN     25453    1263/gvfsd-trash
            unix  3      [ ]         STREAM     VERBUNDEN     24072    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     23836    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     25329    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     25311    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     1057040  -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     21925    -
            unix  3      [ ]         STREAM     VERBUNDEN     21692    -
            unix  3      [ ]         STREAM     VERBUNDEN     25308    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     25166    1146/pcmanfm
            unix  3      [ ]         STREAM     VERBUNDEN     24586    -
            unix  3      [ ]         STREAM     VERBUNDEN     25310    1202/gvfs-goa-volum
            unix  3      [ ]         STREAM     VERBUNDEN     21514    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     24614    -
            unix  3      [ ]         DGRAM                    23444    936/systemd
            unix  3      [ ]         STREAM     VERBUNDEN     25413    1215/gvfs-mtp-volum
            unix  3      [ ]         STREAM     VERBUNDEN     21926    -
            unix  2      [ ]         DGRAM                    23401    -
            unix  3      [ ]         STREAM     VERBUNDEN     23073    -
            unix  3      [ ]         STREAM     VERBUNDEN     25369    -                    /run/systemd/journal/stdout
            unix  2      [ ]         DGRAM                    23413    936/systemd
            unix  3      [ ]         STREAM     VERBUNDEN     21928    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     25372    1211/gvfs-gphoto2-v
            unix  3      [ ]         STREAM     VERBUNDEN     25155    -                    @/tmp/.X11-unix/X0
            unix  2      [ ]         DGRAM                    24648    -
            unix  3      [ ]         STREAM     VERBUNDEN     25307    1202/gvfs-goa-volum
            unix  2      [ ]         DGRAM                    23268    -
            unix  2      [ ]         DGRAM                    20685    -
            unix  3      [ ]         STREAM     VERBUNDEN     23448    936/systemd
            unix  3      [ ]         STREAM     VERBUNDEN     22602    -
            unix  3      [ ]         STREAM     VERBUNDEN     25418    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     25154    1146/pcmanfm
            unix  3      [ ]         STREAM     VERBUNDEN     23394    -                    /run/systemd/journal/stdout
            unix  2      [ ]         DGRAM                    22647    -
            unix  3      [ ]         STREAM     VERBUNDEN     25368    1211/gvfs-gphoto2-v
            unix  3      [ ]         STREAM     VERBUNDEN     25167    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     20082    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     25454    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     25169    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     25373    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     25168    1144/lxpanel
            unix  2      [ ]         DGRAM                    13174    -
            unix  3      [ ]         STREAM     VERBUNDEN     20403    -                    /run/systemd/journal/stdout
            unix  3      [ ]         DGRAM                    23445    936/systemd
            unix  2      [ ]         DGRAM                    21680    -
            unix  3      [ ]         STREAM     VERBUNDEN     25414    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     25214    1194/menu-cached
            unix  3      [ ]         STREAM     VERBUNDEN     23835    -                    @/tmp/.X11-unix/X0
            unix  3      [ ]         STREAM     VERBUNDEN     25463    1146/pcmanfm
            unix  3      [ ]         STREAM     VERBUNDEN     25417    1215/gvfs-mtp-volum
            unix  3      [ ]         STREAM     VERBUNDEN     21309    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     24664    936/systemd
            unix  2      [ ]         DGRAM                    21828    -
            unix  3      [ ]         STREAM     VERBUNDEN     24710    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     22916    -                    /run/systemd/journal/stdout
            unix  2      [ ]         DGRAM                    21241    -
            unix  3      [ ]         STREAM     VERBUNDEN     22758    -
            unix  3      [ ]         STREAM     VERBUNDEN     24854    1119/gvfsd
            unix  3      [ ]         STREAM     VERBUNDEN     24858    1080/dbus-daemon     /run/user/1000/bus
            unix  3      [ ]         STREAM     VERBUNDEN     25261    -                    /var/run/dbus/system_bus_socket
            unix  3      [ ]         STREAM     VERBUNDEN     24707    1080/dbus-daemon
            unix  3      [ ]         STREAM     VERBUNDEN     23849    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     24708    1080/dbus-daemon
            unix  3      [ ]         STREAM     VERBUNDEN     24857    1119/gvfsd
            unix  3      [ ]         STREAM     VERBUNDEN     25264    1198/gvfs-udisks2-v
            unix  3      [ ]         STREAM     VERBUNDEN     25258    -                    /run/systemd/journal/stdout
            unix  3      [ ]         STREAM     VERBUNDEN     25257    1198/gvfs-udisks2-v
            unix  3      [ ]         STREAM     VERBUNDEN     24698    1080/dbus-daemon
            unix  2      [ ]         DGRAM                    23972    -
            unix  3      [ ]         STREAM     VERBUNDEN     22915    -
            unix  2      [ ]         DGRAM                    21826    -
            unix  3      [ ]         STREAM     VERBUNDEN     24855    -                    /run/systemd/journal/stdout
            unix  2      [ ]         DGRAM                    24807    1080/dbus-daemon
            unix  3      [ ]         STREAM     VERBUNDEN     25260    1198/gvfs-udisks2-v
            pi@raspberrypi:/opt/iobroker $ iobroker list instances
            internal/modules/cjs/loader.js:583
                throw err;
                ^
            
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                at startup (internal/bootstrap/node.js:283:19)
                at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
            pi@raspberrypi:/opt/iobroker $ npm install iobroker.js-controller
            Unhandled rejection Error: EACCES: permission denied, mkdir '/home/iobroker'0d8
            
            npm ERR! cb() never called!
            
            npm ERR! This is an error with npm itself. Please report this error at:
            npm ERR!     <https://npm.community>
            pi@raspberrypi:/opt/iobroker $ sudo apt-get --purge remove node
            Paketlisten werden gelesen... Fertig
            Abhängigkeitsbaum wird aufgebaut.
            Statusinformationen werden eingelesen.... Fertig
            E: Paket node kann nicht gefunden werden.
            pi@raspberrypi:/opt/iobroker $ sudo apt-get --purge remove nodejs
            Paketlisten werden gelesen... Fertig
            Abhängigkeitsbaum wird aufgebaut.
            Statusinformationen werden eingelesen.... Fertig
            Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
              gstreamer0.10-alsa gstreamer0.10-plugins-base gyp libc-ares2
              libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libjs-inherits
              libjs-is-typedarray libnode-dev libnode64 libssl-dev libuv1 libuv1-dev
              libxfce4util-bin libxfce4util-common libxfce4util7 libxfconf-0-2
              multiarch-support nodejs-doc pimixer point-rpi xfconf
            Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
            Die folgenden Pakete werden ENTFERNT:
              node-abbrev* node-ajv* node-ansi* node-ansi-align* node-ansi-regex*
              node-ansi-styles* node-ansistyles* node-aproba* node-archy*
              node-are-we-there-yet* node-asn1* node-assert-plus* node-asynckit*
              node-aws-sign2* node-aws4* node-balanced-match* node-bcrypt-pbkdf*
              node-bluebird* node-boxen* node-brace-expansion* node-builtin-modules*
              node-builtins* node-cacache* node-call-limit* node-camelcase* node-caseless*
              node-chalk* node-chownr* node-cli-boxes* node-cliui* node-clone* node-co*
              node-color-convert* node-color-name* node-combined-stream* node-concat-map*
              node-concat-stream* node-config-chain* node-console-control-strings*
              node-copy-concurrently* node-core-util-is* node-cross-spawn* node-cyclist*
              node-dashdash* node-decamelize* node-decompress-response* node-deep-extend*
              node-defaults* node-delayed-stream* node-delegates* node-detect-indent*
              node-detect-newline* node-duplexer3* node-duplexify* node-ecc-jsbn*
              node-editor* node-encoding* node-end-of-stream* node-errno*
              node-escape-string-regexp* node-execa* node-extend* node-extsprintf*
              node-find-up* node-flush-write-stream* node-forever-agent* node-form-data*
              node-from2* node-fs-vacuum* node-fs-write-stream-atomic* node-fs.realpath*
              node-gauge* node-get-caller-file* node-get-stream* node-getpass* node-glob*
              node-got* node-graceful-fs* node-gyp* node-har-schema* node-har-validator*
              node-has-flag* node-has-symbol-support-x* node-has-to-string-tag-x*
              node-has-unicode* node-hosted-git-info* node-http-signature*
              node-iconv-lite* node-iferr* node-import-lazy* node-imurmurhash*
              node-inflight* node-inherits* node-ini* node-invert-kv*
              node-is-builtin-module* node-is-npm* node-is-object* node-is-plain-obj*
              node-is-retry-allowed* node-is-stream* node-is-typedarray* node-isarray*
              node-isexe* node-isstream* node-isurl* node-jsbn*
              node-json-parse-better-errors* node-json-schema* node-json-stable-stringify*
              node-json-stringify-safe* node-jsonify* node-jsonparse* node-jsonstream*
              node-jsprim* node-latest-version* node-lazy-property* node-lcid*
              node-libnpx* node-locate-path* node-lockfile* node-lowercase-keys*
              node-lru-cache* node-mem* node-mime-types* node-mimic-fn*
              node-mimic-response* node-minimatch* node-minimist* node-mississippi*
              node-mkdirp* node-move-concurrently* node-mute-stream* node-node-uuid*
              node-nopt* node-normalize-package-data* node-npm-package-arg*
              node-npm-run-path* node-npmlog* node-oauth-sign* node-object-assign*
              node-once* node-opener* node-os-locale* node-osenv* node-p-cancelable*
              node-p-finally* node-p-limit* node-p-locate* node-p-timeout*
              node-package-json* node-parallel-transform* node-path-exists*
              node-path-is-absolute* node-path-is-inside* node-performance-now*
              node-prepend-http* node-process-nextick-args* node-promise-inflight*
              node-promzard* node-proto-list* node-prr* node-pump* node-pumpify*
              node-punycode* node-qs* node-qw* node-rc* node-read* node-read-package-json*
              node-readable-stream* node-registry-auth-token* node-registry-url*
              node-request* node-require-directory* node-require-main-filename*
              node-resolve-from* node-retry* node-rimraf* node-run-queue*
              node-safe-buffer* node-semver* node-semver-diff* node-set-blocking*
              node-sha* node-shebang-command* node-shebang-regex* node-signal-exit*
              node-slash* node-slide* node-sorted-object* node-spdx-correct*
              node-spdx-expression-parse* node-spdx-license-ids* node-sshpk* node-ssri*
              node-stream-each* node-stream-iterate* node-stream-shift*
              node-string-decoder* node-string-width* node-strip-ansi* node-strip-eof*
              node-strip-json-comments* node-supports-color* node-tar* node-term-size*
              node-text-table* node-through* node-through2* node-timed-out*
              node-tough-cookie* node-tunnel-agent* node-tweetnacl* node-typedarray*
              node-uid-number* node-unique-filename* node-unpipe* node-url-parse-lax*
              node-url-to-options* node-util-deprecate* node-uuid*
              node-validate-npm-package-license* node-validate-npm-package-name*
              node-verror* node-wcwidth.js* node-which* node-which-module*
              node-wide-align* node-widest-line* node-wrap-ansi* node-wrappy*
              node-write-file-atomic* node-xdg-basedir* node-xtend* node-y18n*
              node-yallist* node-yargs* node-yargs-parser* nodejs* npm*
            0 aktualisiert, 0 neu installiert, 241 zu entfernen und 0 nicht aktualisiert.
            Nach dieser Operation werden 16,7 MB Plattenplatz freigegeben.
            Möchten Sie fortfahren? [J/n] J
            (Lese Datenbank ... 150139 Dateien und Verzeichnisse sind derzeit installiert.)
            Entfernen von npm (5.8.0+ds6-4) ...
            Entfernen von node-gyp (3.8.0-6) ...
            Entfernen von node-nopt (3.0.6-3) ...
            Entfernen von node-abbrev (1.1.1-1) ...
            Entfernen von node-request (2.88.1-2) ...
            Entfernen von node-har-validator (5.1.0-1) ...
            Entfernen von node-ajv (5.0.0-1) ...
            Entfernen von node-ansi (0.3.0-3) ...
            Entfernen von node-boxen (1.2.2-1) ...
            Entfernen von node-ansi-align (2.0.0-1) ...
            Entfernen von node-libnpx (10.2.0+repack-1) ...
            Entfernen von node-yargs (10.0.3-2) ...
            Entfernen von node-cliui (4.1.0-1) ...
            Entfernen von node-wrap-ansi (4.0.0-1) ...
            Entfernen von node-chalk (2.3.0-2) ...
            Entfernen von node-ansi-styles (3.2.1-1) ...
            Entfernen von node-ansistyles (0.1.3-1) ...
            Entfernen von node-npmlog (4.1.2-1) ...
            Entfernen von node-gauge (2.7.4-1) ...
            Entfernen von node-cacache (11.3.2-2) ...
            Entfernen von node-move-concurrently (1.0.1-2) ...
            Entfernen von node-archy (1.0.0-2) ...
            Entfernen von node-are-we-there-yet (1.1.4-1) ...
            Entfernen von node-http-signature (1.2.0-1) ...
            Entfernen von node-sshpk (1.13.1+dfsg-2) ...
            Entfernen von node-asn1 (0.2.3-1) ...
            Entfernen von node-dashdash (1.14.1-2) ...
            Entfernen von node-jsprim (1.4.0-1) ...
            Entfernen von node-verror (1.10.0-1) ...
            Entfernen von node-form-data (2.3.2-2) ...
            Entfernen von node-asynckit (0.4.0-2) ...
            Entfernen von node-aws-sign2 (0.7.1-1) ...
            Entfernen von node-aws4 (1.8.0-1) ...
            Entfernen von node-read-package-json (2.0.13-1) ...
            Entfernen von node-copy-concurrently (1.0.5-4) ...
            Entfernen von node-bcrypt-pbkdf (1.0.1-1) ...
            Entfernen von node-bluebird (3.5.1+dfsg2-2) ...
            Entfernen von node-normalize-package-data (2.4.0-1) ...
            Entfernen von node-is-builtin-module (2.0.0-1) ...
            Entfernen von node-builtin-modules (3.0.0-1) ...
            Entfernen von node-npm-package-arg (6.0.0-2) ...
            Entfernen von node-validate-npm-package-name (3.0.0-1) ...
            Entfernen von node-builtins (1.0.3-1) ...
            Entfernen von node-call-limit (1.1.0-1) ...
            Entfernen von node-yargs-parser (11.1.1-1) ...
            Entfernen von node-camelcase (5.0.0-1) ...
            Entfernen von node-caseless (0.12.0-1) ...
            Entfernen von node-tar (4.4.6+ds1-3) ...
            Entfernen von node-chownr (1.1.1-1) ...
            Entfernen von node-cli-boxes (1.0.0-1) ...
            Entfernen von node-widest-line (1.2.2-1) ...
            Entfernen von node-co (4.6.0-1) ...
            Entfernen von node-color-convert (1.9.0-3) ...
            Entfernen von node-color-name (1.1.3-1) ...
            Entfernen von node-combined-stream (1.0.7-1) ...
            Entfernen von node-mississippi (3.0.0-1) ...
            Entfernen von node-concat-stream (1.6.2-1) ...
            Entfernen von node-config-chain (1.1.11-1) ...
            Entfernen von node-console-control-strings (1.1.0-1) ...
            Entfernen von node-through2 (2.0.5-2) ...
            Entfernen von node-flush-write-stream (1.0.3-1) ...
            Entfernen von node-term-size (1.2.0+dfsg-2) ...
            Entfernen von node-os-locale (2.0.0-1) ...
            Entfernen von node-execa (0.10.0+dfsg-1) ...
            Entfernen von node-cross-spawn (5.1.0-2) ...
            Entfernen von node-parallel-transform (1.1.0-2) ...
            Entfernen von node-cyclist (1.0.1-2) ...
            Entfernen von node-decamelize (1.2.0-1) ...
            Entfernen von node-latest-version (3.1.0-1) ...
            Entfernen von node-package-json (4.0.1-1) ...
            Entfernen von node-got (7.1.0-1) ...
            Entfernen von node-decompress-response (3.3.0-1) ...
            Entfernen von node-registry-url (3.1.0-1) ...
            Entfernen von node-registry-auth-token (3.3.1-1) ...
            Entfernen von node-rc (1.1.6-2) ...
            Entfernen von node-deep-extend (0.4.1-2) ...
            Entfernen von node-delayed-stream (0.0.5-1) ...
            Entfernen von node-delegates (1.0.0-1) ...
            Entfernen von node-detect-indent (5.0.0-1) ...
            Entfernen von node-detect-newline (2.1.0-1) ...
            Entfernen von node-duplexer3 (0.1.4-4) ...
            Entfernen von node-pumpify (1.5.1-1) ...
            Entfernen von node-duplexify (3.6.1-1) ...
            Entfernen von node-ecc-jsbn (0.1.1-1) ...
            Entfernen von node-editor (1.0.0-1) ...
            Entfernen von node-encoding (0.1.12-2) ...
            Entfernen von node-stream-each (1.2.2-2) ...
            Entfernen von node-pump (3.0.0-1) ...
            Entfernen von node-end-of-stream (1.4.1-1) ...
            Entfernen von node-errno (0.1.4-1) ...
            Entfernen von node-escape-string-regexp (1.0.5-1) ...
            Entfernen von node-extend (3.0.2-1) ...
            Entfernen von node-extsprintf (1.3.0-1) ...
            Entfernen von node-find-up (2.1.0-1) ...
            Entfernen von node-forever-agent (0.6.1-1) ...
            Entfernen von node-from2 (2.3.0-1) ...
            Entfernen von node-fs-vacuum (1.2.10-2) ...
            Entfernen von node-fs-write-stream-atomic (1.0.10-4) ...
            Entfernen von node-get-caller-file (1.0.2-1) ...
            Entfernen von node-get-stream (3.0.0-1) ...
            Entfernen von node-getpass (0.1.7-1) ...
            Entfernen von node-write-file-atomic (2.3.0-1) ...
            Entfernen von node-sha (2.0.1-1) ...
            Entfernen von node-graceful-fs (4.1.11-1) ...
            Entfernen von node-har-schema (2.0.0-1) ...
            Entfernen von node-supports-color (4.4.0-2) ...
            Entfernen von node-has-flag (2.0.0-1) ...
            Entfernen von node-isurl (1.0.0-1) ...
            Entfernen von node-has-to-string-tag-x (1.4.1+dfsg-1) ...
            Entfernen von node-has-symbol-support-x (1.4.1+dfsg-1) ...
            Entfernen von node-has-unicode (2.0.1-2) ...
            Entfernen von node-hosted-git-info (2.7.1-1) ...
            Entfernen von node-iconv-lite (0.4.13-2) ...
            Entfernen von node-iferr (1.0.2-1) ...
            Entfernen von node-import-lazy (3.0.0.REALLY.2.1.0-1) ...
            Entfernen von node-unique-filename (1.1.0+ds-2) ...
            Entfernen von node-imurmurhash (0.1.4-1) ...
            Entfernen von node-ini (1.3.5-1) ...
            Entfernen von node-lcid (1.0.0-1) ...
            Entfernen von node-invert-kv (1.0.0-1) ...
            Entfernen von node-is-npm (1.0.0-1) ...
            Entfernen von node-is-object (1.0.1-1) ...
            Entfernen von node-is-plain-obj (1.1.0-1) ...
            Entfernen von node-is-retry-allowed (1.1.0-1) ...
            Entfernen von node-is-stream (1.1.0-1) ...
            Entfernen von node-is-typedarray (1.0.0-2) ...
            Entfernen von node-which (1.3.0-2) ...
            Entfernen von node-isexe (2.0.0-4) ...
            Entfernen von node-isstream (0.1.2+dfsg-1) ...
            Entfernen von node-jsbn (1.1.0-1) ...
            Entfernen von node-json-parse-better-errors (1.0.2-2) ...
            Entfernen von node-json-schema (0.2.3-1) ...
            Entfernen von node-json-stable-stringify (1.0.1-1) ...
            Entfernen von node-json-stringify-safe (5.0.1-1) ...
            Entfernen von node-jsonify (0.0.0-1) ...
            Entfernen von node-jsonstream (1.3.2-1) ...
            Entfernen von node-jsonparse (1.3.1-6) ...
            Entfernen von node-lazy-property (1.0.0-3) ...
            Entfernen von node-locate-path (2.0.0-1) ...
            Entfernen von node-lockfile (1.0.4-1) ...
            Entfernen von node-lowercase-keys (1.0.0-2) ...
            Entfernen von node-lru-cache (5.1.1-4) ...
            Entfernen von node-mem (1.1.0-1) ...
            Entfernen von node-mime-types (2.1.21-1) ...
            Entfernen von node-mimic-fn (1.1.0-1) ...
            Entfernen von node-mimic-response (1.0.0-1) ...
            Entfernen von node-minimist (1.2.0-1) ...
            Entfernen von node-mkdirp (0.5.1-1) ...
            Entfernen von node-promzard (0.3.0-1) ...
            Entfernen von node-read (1.0.7-1) ...
            Entfernen von node-mute-stream (0.0.8-1) ...
            Entfernen von node-node-uuid (3.3.2-2) ...
            Entfernen von node-npm-run-path (2.0.2-2) ...
            Entfernen von node-oauth-sign (0.9.0-1) ...
            Entfernen von node-object-assign (4.1.1-2) ...
            Entfernen von node-opener (1.4.3-1) ...
            Entfernen von node-osenv (0.1.5-1) ...
            Entfernen von node-p-cancelable (0.3.0-1) ...
            Entfernen von node-p-timeout (1.2.0-1) ...
            Entfernen von node-p-finally (1.0.0-2) ...
            Entfernen von node-p-locate (2.0.0-1) ...
            Entfernen von node-p-limit (1.1.0-1) ...
            Entfernen von node-path-exists (3.0.0-1) ...
            Entfernen von node-path-is-inside (1.0.2-1) ...
            Entfernen von node-performance-now (2.1.0+debian-1) ...
            Entfernen von node-url-parse-lax (1.0.0-1) ...
            Entfernen von node-prepend-http (2.0.0-1) ...
            Entfernen von node-promise-inflight (1.0.1-1) ...
            Entfernen von node-proto-list (1.2.4-1) ...
            Entfernen von node-prr (1.0.1-1) ...
            Entfernen von node-tough-cookie (2.3.4+dfsg-1) ...
            Entfernen von node-punycode (2.1.1-2) ...
            Entfernen von node-qs (6.5.2-1) ...
            Entfernen von node-qw (1.0.1-1) ...
            Entfernen von node-require-directory (2.1.1-1) ...
            Entfernen von node-require-main-filename (1.0.1-1) ...
            Entfernen von node-resolve-from (4.0.0-1) ...
            Entfernen von node-retry (0.10.1-1) ...
            Entfernen von node-tunnel-agent (0.6.1-1) ...
            Entfernen von node-semver-diff (2.1.0-2) ...
            Entfernen von node-semver (5.5.1-1) ...
            Entfernen von node-set-blocking (2.0.0-1) ...
            Entfernen von node-shebang-command (1.2.0-1) ...
            Entfernen von node-shebang-regex (2.0.0-1) ...
            Entfernen von node-signal-exit (3.0.2-1) ...
            Entfernen von node-slash (1.0.0-1) ...
            Entfernen von node-slide (1.1.6-2) ...
            Entfernen von node-sorted-object (2.0.1-1) ...
            Entfernen von node-validate-npm-package-license (3.0.1-1) ...
            Entfernen von node-spdx-correct (1.0.2-1) ...
            Entfernen von node-spdx-expression-parse (1.0.4-1) ...
            Entfernen von node-spdx-license-ids (1.2.2-1) ...
            Entfernen von node-ssri (5.2.4-2) ...
            Entfernen von node-stream-iterate (1.2.0-4) ...
            Entfernen von node-stream-shift (1.0.0-1) ...
            Entfernen von node-strip-eof (1.0.0-2) ...
            Entfernen von node-strip-json-comments (2.0.1-2) ...
            Entfernen von node-text-table (0.2.0-2) ...
            Entfernen von node-through (2.3.8-1) ...
            Entfernen von node-timed-out (4.0.1-4) ...
            Entfernen von node-tweetnacl (0.14.5+dfsg-3) ...
            Entfernen von node-typedarray (0.0.6-1) ...
            Entfernen von node-uid-number (0.0.6-1) ...
            Entfernen von node-unpipe (1.0.0-1) ...
            Entfernen von node-url-to-options (1.0.1-1) ...
            Entfernen von node-uuid (3.3.2-2) ...
            Entfernen von node-which-module (2.0.0-1) ...
            Entfernen von node-wide-align (1.1.0-1) ...
            Entfernen von node-xdg-basedir (3.0.0-1) ...
            Entfernen von node-xtend (4.0.1-2) ...
            Entfernen von node-y18n (3.2.1-2) ...
            Entfernen von node-yallist (3.0.3-1) ...
            Entfernen von node-run-queue (1.0.3-1) ...
            Entfernen von node-aproba (1.2.0-1) ...
            Entfernen von node-assert-plus (1.0.0-1) ...
            Entfernen von node-rimraf (2.6.2-1) ...
            Entfernen von node-glob (7.1.3-2) ...
            Entfernen von node-minimatch (3.0.4-3) ...
            Entfernen von node-brace-expansion (1.1.8-1) ...
            Entfernen von node-balanced-match (0.4.2-1) ...
            Entfernen von node-string-width (2.1.1-1) ...
            Entfernen von node-wcwidth.js (1.0.0-1) ...
            Entfernen von node-defaults (1.0.3-1) ...
            Entfernen von node-clone (2.1.2-1) ...
            Entfernen von node-concat-map (0.0.1-1) ...
            Entfernen von node-readable-stream (2.3.6-1) ...
            Entfernen von node-core-util-is (1.0.2-1) ...
            Entfernen von node-fs.realpath (1.0.0-1) ...
            Entfernen von node-inflight (1.0.6-1) ...
            Entfernen von node-inherits (2.0.3-1) ...
            Entfernen von node-isarray (2.0.4-1) ...
            Entfernen von node-once (1.4.0-3) ...
            Entfernen von node-path-is-absolute (1.0.0-1) ...
            Entfernen von node-process-nextick-args (2.0.0-1) ...
            Entfernen von node-string-decoder (1.2.0-1) ...
            Entfernen von node-safe-buffer (5.1.2-1) ...
            Entfernen von node-util-deprecate (1.0.2-1) ...
            Entfernen von node-wrappy (1.0.2-1) ...
            Entfernen von node-strip-ansi (4.0.0-1) ...
            Entfernen von node-ansi-regex (3.0.0-1) ...
            Entfernen von nodejs (10.15.2~dfsg-2) ...
            Trigger für man-db (2.8.5-2) werden verarbeitet ...
            (Lese Datenbank ... 145386 Dateien und Verzeichnisse sind derzeit installiert.)
            Löschen der Konfigurationsdateien von npm (5.8.0+ds6-4) ...
            pi@raspberrypi:/opt/iobroker $ sudo apt-get autoremove
            Paketlisten werden gelesen... Fertig
            Abhängigkeitsbaum wird aufgebaut.
            Statusinformationen werden eingelesen.... Fertig
            Die folgenden Pakete werden ENTFERNT:
              gstreamer0.10-alsa gstreamer0.10-plugins-base gyp libc-ares2
              libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libjs-inherits
              libjs-is-typedarray libnode-dev libnode64 libssl-dev libuv1 libuv1-dev
              libxfce4util-bin libxfce4util-common libxfce4util7 libxfconf-0-2
              multiarch-support nodejs-doc pimixer point-rpi xfconf
            0 aktualisiert, 0 neu installiert, 22 zu entfernen und 0 nicht aktualisiert.
            Nach dieser Operation werden 52,3 MB Plattenplatz freigegeben.
            Möchten Sie fortfahren? [J/n] J
            (Lese Datenbank ... 145386 Dateien und Verzeichnisse sind derzeit installiert.)
            Entfernen von pimixer (0.20190918~133938) ...
            Entfernen von gstreamer0.10-alsa:i386 (0.10.36-2) ...
            Entfernen von gstreamer0.10-plugins-base:i386 (0.10.36-2) ...
            Entfernen von gyp (0.1+20180428git4d467626-3) ...
            Entfernen von libnode-dev:i386 (10.15.2~dfsg-2) ...
            Entfernen von libnode64:i386 (10.15.2~dfsg-2) ...
            Entfernen von libc-ares2:i386 (1.14.0-1) ...
            Entfernen von libgstreamer-plugins-base0.10-0:i386 (0.10.36-2) ...
            Entfernen von libgstreamer0.10-0:i386 (0.10.36-1.5) ...
            Entfernen von libjs-inherits (2.0.3-1) ...
            Entfernen von libjs-is-typedarray (1.0.0-2) ...
            Entfernen von libssl-dev:i386 (1.1.1d-0+deb10u2) ...
            Entfernen von libuv1-dev:i386 (1.24.1-1) ...
            Entfernen von libuv1:i386 (1.24.1-1) ...
            Entfernen von libxfce4util-bin (4.12.1-3) ...
            Entfernen von libxfconf-0-2 (4.12.1-1) ...
            Entfernen von xfconf (4.12.1-1) ...
            Entfernen von libxfce4util7:i386 (4.12.1-3) ...
            Entfernen von libxfce4util-common (4.12.1-3) ...
            Entfernen von multiarch-support (2.28-10) ...
            Entfernen von nodejs-doc (10.15.2~dfsg-2) ...
            Entfernen von point-rpi (0.20160905) ...
            Trigger für mime-support (3.62) werden verarbeitet ...
            Trigger für gnome-menus (3.31.4-3) werden verarbeitet ...
            Trigger für libc-bin (2.28-10) werden verarbeitet ...
            Trigger für man-db (2.8.5-2) werden verarbeitet ...
            Trigger für desktop-file-utils (0.23-4) werden verarbeitet ...
            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:1 http://security.debian.org buster/updates InRelease
            OK:2 http://ftp.debian.org/debian buster InRelease
            Holen:3 http://ftp.debian.org/debian buster-updates InRelease [49,3 kB]
            Holen:4 http://archive.raspberrypi.org/debian buster InRelease [25,3 kB]
            OK:5 https://deb.nodesource.com/node_8.x buster InRelease
            Holen:6 http://archive.raspberrypi.org/debian buster/main amd64 Packages [156 kB]
            Holen:7 http://archive.raspberrypi.org/debian buster/main i386 Packages [157 kB]
            Es wurden 388 kB in 4 s geholt (101 kB/s).
            Paketlisten werden gelesen... Fertig
            
            ## Confirming "buster" is supported...
            
            + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_10.x/dists/buster/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 buster main' > /etc/apt/sources.list.d/nodesource.list
            + echo 'deb-src https://deb.nodesource.com/node_10.x buster main' >> /etc/apt/sources.list.d/nodesource.list
            
            ## Running `apt-get update` for you...
            
            + apt-get update
            OK:1 http://security.debian.org buster/updates InRelease
            OK:2 http://ftp.debian.org/debian buster InRelease
            OK:3 http://archive.raspberrypi.org/debian buster InRelease
            OK:4 http://ftp.debian.org/debian buster-updates InRelease
            Holen:5 https://deb.nodesource.com/node_10.x buster InRelease [4.584 B]
            Holen:6 https://deb.nodesource.com/node_10.x buster/main amd64 Packages [766 B]
            Es wurden 5.350 B in 3 s geholt (1.802 B/s).
            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
            Die folgenden zusätzlichen Pakete werden installiert:
              libc-ares2 libnode64 libuv1 nodejs-doc
            Vorgeschlagene Pakete:
              npm
            Die folgenden NEUEN Pakete werden installiert:
              libc-ares2 libnode64 libuv1 nodejs nodejs-doc
            0 aktualisiert, 5 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.
            Es müssen noch 0 B von 6.913 kB an Archiven heruntergeladen werden.
            Nach dieser Operation werden 29,6 MB Plattenplatz zusätzlich benutzt.
            Vormals nicht ausgewähltes Paket libc-ares2:i386 wird gewählt.
            (Lese Datenbank ... 144518 Dateien und Verzeichnisse sind derzeit installiert.)
            Vorbereitung zum Entpacken von .../libc-ares2_1.14.0-1_i386.deb ...
            Entpacken von libc-ares2:i386 (1.14.0-1) ...
            Vormals nicht ausgewähltes Paket libuv1:i386 wird gewählt.
            Vorbereitung zum Entpacken von .../libuv1_1.24.1-1_i386.deb ...
            Entpacken von libuv1:i386 (1.24.1-1) ...
            Vormals nicht ausgewähltes Paket libnode64:i386 wird gewählt.
            Vorbereitung zum Entpacken von .../libnode64_10.15.2~dfsg-2_i386.deb ...
            Entpacken von libnode64:i386 (10.15.2~dfsg-2) ...
            Vormals nicht ausgewähltes Paket nodejs wird gewählt.
            Vorbereitung zum Entpacken von .../nodejs_10.15.2~dfsg-2_i386.deb ...
            Entpacken von nodejs (10.15.2~dfsg-2) ...
            Vormals nicht ausgewähltes Paket nodejs-doc wird gewählt.
            Vorbereitung zum Entpacken von .../nodejs-doc_10.15.2~dfsg-2_all.deb ...
            Entpacken von nodejs-doc (10.15.2~dfsg-2) ...
            libc-ares2:i386 (1.14.0-1) wird eingerichtet ...
            libuv1:i386 (1.24.1-1) wird eingerichtet ...
            libnode64:i386 (10.15.2~dfsg-2) wird eingerichtet ...
            nodejs-doc (10.15.2~dfsg-2) wird eingerichtet ...
            nodejs (10.15.2~dfsg-2) wird eingerichtet ...
            update-alternatives: /usr/bin/nodejs wird verwendet, um /usr/bin/js (js) im automatischen Modus bereitzustellen
            Trigger für libc-bin (2.28-10) werden verarbeitet ...
            Trigger für man-db (2.8.5-2) werden verarbeitet ...
            pi@raspberrypi:/opt/iobroker $ node -v
            v10.15.2
            pi@raspberrypi:/opt/iobroker $ npm -v
            6.4.1
            pi@raspberrypi:/opt/iobroker $ npm rebuild
            
            > iobroker@2.0.3 install /opt/iobroker/node_modules/iobroker
            > node lib/checkVersions.js
            
            NPM version: 6.4.1
            
            > iobroker@2.0.3 postinstall /opt/iobroker/node_modules/iobroker
            > node lib/install.js
            
            lib/install.js is not being run as part of an installation - skipping...
            colors@1.4.0 /opt/iobroker/node_modules/colors
            fs-extra@7.0.1 /opt/iobroker/node_modules/fs-extra
            graceful-fs@4.2.3 /opt/iobroker/node_modules/graceful-fs
            jsonfile@4.0.0 /opt/iobroker/node_modules/jsonfile
            universalify@0.1.2 /opt/iobroker/node_modules/universalify
            iobroker@2.0.3 /opt/iobroker/node_modules/iobroker
            semver@5.7.1 /opt/iobroker/node_modules/semver
            yargs@7.1.0 /opt/iobroker/node_modules/yargs
            camelcase@3.0.0 /opt/iobroker/node_modules/camelcase
            cliui@3.2.0 /opt/iobroker/node_modules/cliui
            string-width@1.0.2 /opt/iobroker/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/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/strip-ansi
            ansi-regex@2.1.1 /opt/iobroker/node_modules/ansi-regex
            wrap-ansi@2.1.0 /opt/iobroker/node_modules/wrap-ansi
            decamelize@1.2.0 /opt/iobroker/node_modules/decamelize
            get-caller-file@1.0.3 /opt/iobroker/node_modules/get-caller-file
            os-locale@1.4.0 /opt/iobroker/node_modules/os-locale
            lcid@1.0.0 /opt/iobroker/node_modules/lcid
            invert-kv@1.0.0 /opt/iobroker/node_modules/invert-kv
            read-pkg-up@1.0.1 /opt/iobroker/node_modules/read-pkg-up
            find-up@1.1.2 /opt/iobroker/node_modules/find-up
            path-exists@2.1.0 /opt/iobroker/node_modules/path-exists
            pinkie-promise@2.0.1 /opt/iobroker/node_modules/pinkie-promise
            pinkie@2.0.4 /opt/iobroker/node_modules/pinkie
            read-pkg@1.1.0 /opt/iobroker/node_modules/read-pkg
            load-json-file@1.1.0 /opt/iobroker/node_modules/load-json-file
            parse-json@2.2.0 /opt/iobroker/node_modules/parse-json
            error-ex@1.3.2 /opt/iobroker/node_modules/error-ex
            is-arrayish@0.2.1 /opt/iobroker/node_modules/is-arrayish
            pify@2.3.0 /opt/iobroker/node_modules/pify
            strip-bom@2.0.0 /opt/iobroker/node_modules/strip-bom
            is-utf8@0.2.1 /opt/iobroker/node_modules/is-utf8
            normalize-package-data@2.5.0 /opt/iobroker/node_modules/normalize-package-data
            hosted-git-info@2.8.5 /opt/iobroker/node_modules/hosted-git-info
            resolve@1.15.0 /opt/iobroker/node_modules/resolve
            path-parse@1.0.6 /opt/iobroker/node_modules/path-parse
            validate-npm-package-license@3.0.4 /opt/iobroker/node_modules/validate-npm-package-license
            spdx-correct@3.1.0 /opt/iobroker/node_modules/spdx-correct
            spdx-expression-parse@3.0.0 /opt/iobroker/node_modules/spdx-expression-parse
            spdx-exceptions@2.2.0 /opt/iobroker/node_modules/spdx-exceptions
            spdx-license-ids@3.0.5 /opt/iobroker/node_modules/spdx-license-ids
            path-type@1.1.0 /opt/iobroker/node_modules/path-type
            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@1.0.0 /opt/iobroker/node_modules/which-module
            y18n@3.2.1 /opt/iobroker/node_modules/y18n
            yargs-parser@5.0.0 /opt/iobroker/node_modules/yargs-parser
            
            ┌────────────────────────────────────────────────────────────┐
            │                  npm update check failed                   │
            │            Try running with sudo or get access             │
            │            to the local update config store via            │
            │ sudo chown -R $USER:$(id -gn $USER) /home/iobroker/.config │
            └────────────────────────────────────────────────────────────┘
            pi@raspberrypi:/opt/iobroker $ sudo iobroker start
            pi@raspberrypi:/opt/iobroker $ sudo iobroker status
            internal/modules/cjs/loader.js:583
                throw err;
                ^
            
            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
                at Function.Module._load (internal/modules/cjs/loader.js:507:25)
                at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
                at startup (internal/bootstrap/node.js:283:19)
                at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
            pi@raspberrypi:/opt/iobroker $
            
            

            ich habe alles nach Anleitung gemacht, leider ist nichts besser geworden.
            Kann ich das alles löschen und nochmal neu machen?

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

              @AndreH sagte in Hilfe bei der Installation von IoBroker:

              ich habe alles nach Anleitung gemacht,

              Das bezweifle ich bei dem Ergebnis

              @AndreH sagte in Hilfe bei der Installation von IoBroker:

              Kann ich das alles löschen und nochmal neu machen?

              Wäre vielleicht das sinnvollste.

              Und bitte diesmal vor dem node install auf node-versionen testen

              A 1 Reply Last reply Reply Quote 0
              • A
                AndreH. @Homoran last edited by AndreH.

                @Homoran

                Die npm Version war vorher 5.8.0.

                IoBroker läuft darunter ja nicht. Deswegen musste ich die ja auf 6.x bringen und das war das Ergebnis.

                Homoran 1 Reply Last reply Reply Quote 0
                • A
                  AndreH. @Homoran last edited by

                  @Homoran

                  Ich hab Node und nodejs vorher getestet. Beides nicht gefunden.

                  Soll ich das System denn nochmal neu aufsetzen oder komm ich da irgendwie drum rum?

                  Danke für die Hilfe.

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

                    @AndreH sagte in Hilfe bei der Installation von IoBroker:

                    Deswegen musste ich die ja auf 6.x bringen und das war das Ergebnis.

                    Nein!
                    du musst nodejs auf 10.18 bringen damit npm 6.4 mitkommt

                    Aber anscheinend bekommst du nodejs 10.18 nicht daruf, obwohl du es anforderst

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      AndreH. @Homoran last edited by

                      @Homoran

                      kann ich das auch so versuchen?

                      https://forum.iobroker.net/topic/29277/howto-iobroker-installation-raspi-3

                      oder geht das wegen meiner hardware nicht?

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

                        @AndreH
                        Der Thread behandelt ein Problem und da wird auch als Lösung auf die offizielle Anleitung verwiesen.

                        Lt. Screenshot nutzst du Debian amd64.
                        Was hat dein netbook für einen Prozessor.

                        A 1 Reply Last reply Reply Quote 0
                        • H
                          hmanfred @AndreH. last edited by

                          @AndreH sagte in Hilfe bei der Installation von IoBroker:

                          ich habe vor einer Woche mein altes Netbook zu einem Raspberry Pi umgewandelt

                          Da fängt's doch schon an.

                          Das ist wie "ich habe meinen alten Mercedes 190 in ein BMW-Motorrad umgewandelt".

                          Ein Raspberry Pi ist die klar definierte Hardware eines Einplatinencomputers.

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            AndreH. @Homoran last edited by

                            @Homoran

                            Das isrt ein Acer one 722. Mit AMD-APU C-60 und der Grafik Radeon HD 6290.
                            Geht aber irgendwie alles nicht. Irgendein Bauteil ist zu schwach.

                            Habe gestern auf meinem Asus Laptop MX Linux installiert und dann IoBroker nach Anleitung. Hat alles super funktioniert. Den Acer nach dem gleichen Schema neu aufgesetzt und alles wie vorher auch gemacht. Nur fehlt immer die npm Version. Muss an dem alten Model liegen.

                            Danke für die Hilfe.
                            Werd mir jetzt doch nen Raspberry kaufen.

                            1 Reply Last reply Reply Quote 0
                            • A
                              AndreH. @hmanfred last edited by

                              @hmanfred

                              Ja da hast Du Recht. In der Anleitung stand das so und ich denke jeder versteht was ich meine.

                              https://www.tutonaut.de/anleitung-altes-netbook-in-ein-raspberry-pi-notebook-verwandeln/

                              Danke trotzdem für gar nichts.

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

                                @AndreH sagte in Hilfe bei der Installation von IoBroker:

                                In der Anleitung stand das so

                                Das ist eine externe Anleitung.
                                zu der können wir hier keinen Support bieten.

                                @AndreH sagte in Hilfe bei der Installation von IoBroker:

                                Das isrt ein Acer one 722. Mit AMD-APU C-60

                                Ist das jetzt eine 64Bit Struktur?

                                @AndreH sagte in Hilfe bei der Installation von IoBroker:

                                Nur fehlt immer die npm Version. Muss an dem alten Model liegen.

                                Nein, an dem falschen Linux-Image

                                A 2 Replies Last reply Reply Quote 0
                                • H
                                  hmanfred last edited by hmanfred

                                  Eben!

                                  Das ist dann kein Raspberry Pi Notebook sondern ein Notebook, auf dem [Zitat aus der Anleitung] "Debian Stretch with Raspberry Pi Desktop" läuft!

                                  Von einem richtigen RPi so weit entfernt wie der erwähnte Mecedes vom BMW Motorrad. Auch wenn ein Motor und die Instrumente eines BMW-Motorrades eingebaut sind.

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    AndreH. @Homoran last edited by

                                    @Homoran

                                    ist eine 64Bit Struktur.

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      AndreH. @Homoran last edited by

                                      @Homoran

                                      ich hab es jetzt nochmal mit 32 Bit probiert. Hift alles nichts. Es fehlt immer die npm Version.
                                      Kannst Du mir denn sagen welches Image ich nehmen soll.

                                      Hab jetzt MX-19 386.iso probiert. Leider auch da das gleiche.

                                      Langsam geb ich es auf. Bei meinem Laptop funktioniert es einwandfrei. nur frist der knapp 30 Watt und das Netbook nur 10. Auf Dauer ist das schon ein Unterschied.

                                      Danke für Deine Hilfe.

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

                                        @AndreH sagte in Hilfe bei der Installation von IoBroker:

                                        Kannst Du mir denn sagen welches Image ich nehmen soll.

                                        Nicht wirklich.

                                        Wenn es eine 64Bit Umgebung ist würde ich mit dem Debian AMD64 netinstall anfangen

                                        A 1 Reply Last reply Reply Quote 0
                                        • A
                                          AndreH. @Homoran last edited by

                                          @Homoran

                                          HI...

                                          das habe ich mir auch gedacht. Nur da hängt er sich immer beim booten am GNOME Display Manager auf.

                                          Das hat er beim anderen Laptop auch gemacht. Deswegen bin ich auf MX-Linux umgestiegen. Das ging beim Laptop dann, nur beim Netbook nicht.

                                          1 Reply Last reply Reply Quote 0
                                          • I
                                            invincible_phil last edited by

                                            Hi, ich klink mich mal ein.

                                            Ich habe vor kurzem nämlich auch ein altes Netbook "Acer D150" als Smarthome Zentrale aufgesetzt. Nach extrem vielem hin und her, ebenfalls mit verschiedenen Systemen die eigentlich für Raspberry Pi´s gedacht sind, habe ich Ubuntu aufgespielt und damit läuft es deutlich besser 😉

                                            Also meine Empfehlung probiere es mal mit Ubuntu.

                                            A 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            798
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            iobroker installation
                                            6
                                            25
                                            2046
                                            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