Beiträge von Klausiy123

    Hallo und Danke euch, ich habs erst wie gschrieben versucht, ohne Erfolg. Da mein System, ASUS Tinkerboard mit piVCCU, neu aufgesetzt war, hab ich das einfach noch mal gemacht. Backups nicht eingesielt sonder erst die updates und upgrads gemacht und dann iobrokeer installiert. Das hat funktioniert. Anschleissend dann mein Backup von Raspimatic eingespielt und die Addons aktualisiert.

    Danke und Gruß Klausiy

    Hallo zusammen,

    bei der Installation von iobroker auf meinem tinker board mit dem Image pivccu kommt es zu diversen Fehlermeldungen. Nach der Anleitung von iobroker.ner

    Installation ioBroker

    1. ioBroker installieren
      1. sudo mkdir /opt/iobroker
      2. sudo chmod 777 /opt/iobroker
      3. cd /opt/iobroker
      4. sudo npm install iobroker --unsafe-perm

    geht es bis zum 3 Punkt ohne Fehler. Dann kommt das hier:

    Unhandled rejection Error: EROFS: read-only file system, mkdir '/root/.npm/_cacache/index-v5/cf' Unhandled rejection Error: EROFS: read-only file system, mkdir '/root/.npm/_cacache/index-v5/a5' Unhandled rejection Error: EROFS: read-only file system, mkdir '/root/.npm/_cacache/index-v5/4f' Unhandled rejection Error: EROFS: read-only file system, mkdir '/root/.npm/_cacache/index-v5/c0' Unhandled rejection Error: EROFS: read-only file system, mkdir '/root/.npm/_cacache/index-v5/3b' Unhandled rejection Error: EROFS: read-only file system, open '/root/.npm/_cacache/tmp/a4b8f68c' Unhandled rejection Error: EROFS: read-only file system, open '/root/.npm/_cacache/tmp/0c6f6a57' Unhandled rejection Error: EROFS: read-only file system, mkdir '/root/.npm/_cacache/index-v5/ac/ba' npm ERR! path /root/.npm/_cacache/tmp/2b1e93fd npm ERR! code EROFS npm ERR! errno -30 npm ERR! syscall unlink npm ERR! rofs EROFS: read-only file system, unlink '/root/.npm/_cacache/tmp/2b1e93fd' npm ERR! rofs Often virtualized file systems, or other file systems npm ERR! rofs that don't support symlinks, give this error. root@tinkerboard:/opt/iobroker#

    Wo liegt mein Fehler?

    Danke und Gruß