NEWS
(Gelöst) ioBroker Installation MacMini M1 geht nicht
-
Hi zusammen,
ich verzweifle aktuell an der ioBroker Installation und hoffe ihr habt eine Lösung oder den entscheidenden Tipp
Bisher hatte ich mein ioBroker auf einem 2012er Mac Mini problemlos am laufen. Nun habe ich einen neuen MacMini mit M1 Prozessor und Mac OS Monterey und bekomme es nicht zum laufen
Folgendes habe ich gemacht
Anleitung aus dem Wiki befolgt LINK. So hatte ich das bei meinem alten auch gemacht.Als Ergebnis kam folgendes raus, hier gibt es schon Probleme beim Verzeichnis erstellen, wenn ich das richtig verstehe
ms@Mac-mini ~ % curl -sL https://iobroker.net/install.sh | bash - library: loaded Library version=2021-08-05 ========================================================================== Welcome to the ioBroker installer! Installer version: 2021-06-18 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/4) ========================================================================== Password: Error: Running Homebrew as root is extremely dangerous and no longer supported. As Homebrew does not drop privileges on installation you would be giving all build scripts full access to your system. Changing npm registry to https://registry.npmjs.org ========================================================================== Creating ioBroker user and directory (2/4) ========================================================================== Directory /usr/local/iobroker created ========================================================================== Installing ioBroker (3/4) ========================================================================== ========================================================================== Finalizing installation (4/4) ========================================================================== Enabling autostart... bash: line 1244: /Users/ms/Library/LaunchAgents/org.ioBroker.LaunchAtLogin.plist: No such file or directory Load failed: 5: Input/output error Try running `launchctl bootstrap` as root for richer errors. Autostart enabled! mkdir: /root/.iobroker: Read-only file system touch: /root/.bashrc: No such file or directory ========================================================================== ioBroker was installed successfully Open http://192.168.2.213:8081 in a browser and start configuring! ========================================================================== You need to re-login before doing anything else on the console!
Um das zu beheben, habe ich den Fixer LINK drüber laufen lassen mit folgendem Ergebnis
ms@Mac-mini iobroker % curl -sL https://iobroker.net/fix.sh | bash - library: loaded Library version=2021-08-05 ========================================================================== Welcome to the ioBroker installation fixer! Script version: 2021-04-07 You might need to enter your password a couple of times. ========================================================================== ========================================================================== Installing prerequisites (1/3) ========================================================================== Password: Error: Running Homebrew as root is extremely dangerous and no longer supported. As Homebrew does not drop privileges on installation you would be giving all build scripts full access to your system. ========================================================================== Checking ioBroker user and directory permissions (2/3) ========================================================================== mkdir: /root/.iobroker: Read-only file system touch: /root/.bashrc: No such file or directory Fixing directory permissions... sudo: usermod: command not found This system does not support setting default permissions. Do not use npm to manually install adapters unless you know what you are doing! ========================================================================== Checking autostart (3/3) ========================================================================== Enabling autostart... bash: line 1219: /Users/ms/Library/LaunchAgents/org.ioBroker.LaunchAtLogin.plist: No such file or directory Load failed: 5: Input/output error Try running `launchctl bootstrap` as root for richer errors. Autostart enabled! ========================================================================== Your installation was fixed successfully Run iobroker start to start ioBroker again! ==========================================================================
Wenn ich den ioBroker starten will, kommt immer folgender Fehler und er startet nicht
ms@Mac-mini iobroker % iobroker start Load failed: 5: Input/output error Try running `launchctl bootstrap` as root for richer errors.
Da komme ich nun auch nicht mehr weiter, vermute mal das hängt mit dem read only File System zusammen, kann mich aber auch irren
Jemand eine Idee oder schon das selbe Problem gehabt? Ich hoffe ich habe alle relevanten Info bereit gestellt
Node 16.13.0
NPM 8.1.0Vielen Dank vorab!
Beste Grüße
Walkinlarge -
@walkinlarge2010 sagte in (Problem) ioBroker Installation MacMini M1 geht nicht:
Node 16.13.0
NPM 8.1.0Zum Apfel kann ich dir nix sagen, aber node16 und insbesondere npm8 ist viel zu hoch im Moment. Höchstens node14 inkl. npm6 einsetzen. Alles andere funktioniert noch nicht stabil genug. Insbesondere (Erst-)Installationen sind da betroffen.
-
@thomas-braun danke, werde es mal mit niedrigeren Versionen versuchen und Bescheid geben, ob es was gebracht hat.
Vermute aber, dass das Problem anders gelagert is. Mal sehen. -
@walkinlarge2010 sagte in (Problem) ioBroker Installation MacMini M1 geht nicht:
Vermute aber, dass das Problem anders gelagert is.
Ja, auch. Aber npm@8 ist definitiv z. Zt. ein dicker Stolperstein, über den du zusätzlich wohl auch stolperst.
-
@pix bist du inzwischen auf dem aktuellen MacMini und hast evtl. eine Idee wie ich ioBroker zum laufen bekommen könnte?
-
@walkinlarge2010 Versuch mal "iobroker restart", mit start funtioniert es auch meinem mini auch nicht
-
@walkinlarge2010 Nein, ich bin umgezogen auf Proxmox. Mir wäre der Mac mini M1 auch lieber...
-
@falkomfs Danke, Danke, Danke! Das war es Du hast mir meinen Abend gerettet
-
@pix ein Versuch war es wert, hatte gelesen, das du in einem anderen Thread davon geschrieben hattest.
Mit
iobroker restart
hat es erst mal funktioniert. Mal sehen ob ich noch auf andere Probleme stoße.