Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. (Gelöst) ioBroker Installation MacMini M1 geht nicht

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    (Gelöst) ioBroker Installation MacMini M1 geht nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      Walkinlarge2010 last edited by Walkinlarge2010

      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.0

      Vielen Dank vorab!

      Beste Grüße
      Walkinlarge

      Thomas Braun W F 3 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Walkinlarge2010 last edited by

        @walkinlarge2010 sagte in (Problem) ioBroker Installation MacMini M1 geht nicht:

        Node 16.13.0
        NPM 8.1.0

        Zum 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.

        W 1 Reply Last reply Reply Quote 0
        • W
          Walkinlarge2010 @Thomas Braun last edited by

          @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.

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Walkinlarge2010 last edited by

            @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.

            1 Reply Last reply Reply Quote 1
            • W
              Walkinlarge2010 @Walkinlarge2010 last edited by

              @pix bist du inzwischen auf dem aktuellen MacMini und hast evtl. eine Idee wie ich ioBroker zum laufen bekommen könnte?

              P 1 Reply Last reply Reply Quote 0
              • F
                falkomfs @Walkinlarge2010 last edited by

                @walkinlarge2010 Versuch mal "iobroker restart", mit start funtioniert es auch meinem mini auch nicht

                W 1 Reply Last reply Reply Quote 1
                • P
                  pix @Walkinlarge2010 last edited by

                  @walkinlarge2010 Nein, ich bin umgezogen auf Proxmox. Mir wäre der Mac mini M1 auch lieber...

                  W 1 Reply Last reply Reply Quote 0
                  • W
                    Walkinlarge2010 @falkomfs last edited by

                    @falkomfs Danke, Danke, Danke! Das war es 🙂 Du hast mir meinen Abend gerettet 🙂

                    1 Reply Last reply Reply Quote 0
                    • W
                      Walkinlarge2010 @pix last edited by

                      @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.

                      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

                      677
                      Online

                      31.9k
                      Users

                      80.1k
                      Topics

                      1.3m
                      Posts

                      apple installation macmini macmini m1 monterey osx read-only file system silicon
                      4
                      9
                      851
                      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