Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. Online Version

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.1k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.4k

Online Version

Scheduled Pinned Locked Moved Entwicklung
73 Posts 9 Posters 13.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    StefSign
    wrote on last edited by
    #40

    Hallo,

    gerade auf einem Odroid XU3 mit aktuellen Archlinux nach der letzten Anleitung (OCC habe ich noch weggelassen) installiert.

    Von einem Chrome Browser/Mac zugegriffen.

    Ergebnis:

    • Auf den ersten Blick funktioniert alles.

    • VIS lies sich starten und funktioniert besser als Version 0.5.9

    Alles in Allen "gute Arbeit"

    Steve

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vader722
      wrote on last edited by
      #41

      Ich hab mal die letzte Version nach Bluefox Anleitung installiert.

      Installation lief auf dem BananaPi Problemlos. Wenn ich die einzelnen Objekte anklicke kann ich auch schön die Rechte vergeben.

      Leider bekomme ich den Zugriff über die Simple-API nicht mehr hin. Beim Zugriff auf z.B.

      https://IP/getPlainValue/hm-rpc.1.HEQ0XXXXX.1.STATE?user=USERNAME&pass=PASSWORT
      

      bekomme ich immer````
      error: permissionError

      
      Es ist egal welchen User ich als Owner eintrage. Es sind die Rechte für Alle (sowohl Objekt als auch Zustand) vergeben.
      
      Im Log ist kein Eintrag zu sehen.
      
      Ansonsten läuft alles problemlos (wobei ich VIS wegen ein paar fehlenden hq-Widgets) noch nicht nutze.
      
      Gruss Marco
      1 Reply Last reply
      0
      • BluefoxB Offline
        BluefoxB Offline
        Bluefox
        wrote on last edited by
        #42

        Was wird bei dir angezeigt?

        iobroker o get hm-rpc.1.HEQ0XXXXX.1.STATE --pretty
        

        Kannst du auch andere Variablen probieren. Z.B.

        https://IP:8087/getPlainValue/system.adapter.admin.0.uptime?user=admin&pass=iobroker
        

        ?

        1 Reply Last reply
        0
        • BluefoxB Offline
          BluefoxB Offline
          Bluefox
          wrote on last edited by
          #43

          und?

          iobroker list users
          iobroker list groups
          
          
          1 Reply Last reply
          0
          • V Offline
            V Offline
            vader722
            wrote on last edited by
            #44

            Hi Bluefox,

            die Ausgabe von````
            iobroker o get hm-rpc.1.HEQXXXXX.1.STATE

            
            

            {
            "type": "state",
            "common": {
            "name": "Licht Arbeitszimmer.STATE",
            "type": "boolean",
            "role": "state",
            "def": false,
            "read": true,
            "write": true
            },
            "native": {
            "CONTROL": "SWITCH.STATE",
            "ID": "STATE",
            "TYPE": "BOOL",
            "UNIT": "",
            "FLAGS": 1,
            "OPERATIONS": 7,
            "TAB_ORDER": 0,
            "DEFAULT": false,
            "MAX": true,
            "MIN": false
            },
            "_id": "hm-rpc.1.HEQ0XXXX.1.STATE",
            "acl": {
            "object": 1638,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator",
            "state": 1638
            }
            }

            
            Dabei ist es egal ob ich den Besitzer vorher auf "marco" ändere oder "admin" lasse. Die Ausgabe vom owner bleibt system.users.admin, wohingegen im Admin Adapter der Benutzer korrekt dargestellt wird.
            
            Die Rechte liegen bei "777" also jeder darf alles. Wenn ich den Aufruf als "admin" tätige, bekomme ich den State angezeigt.
            
            Der Aufruf von````
            https://IP:8087/getPlainValue/system.adapter.admin.0.uptime?user=admin&pass=iobroker
            ````funktioniert als admin. Also User "marco" nicht.
            
            

            iobroker list users

            
            

            ID | Name | Active | Groups
            ---------------------------------------+-------------+----------+--------------
            system.user.admin | admin | enabled | administrator
            system.user.marco | marco | enabled | administrator

            
            

            iobroker list users

            
            ```
             `system.group      | object  | state   | file      | user  | others                 | users
                                | l r w d | l r w d | l r w c d | w c d |                        |
            --------------------+---------+---------+-----------+-------+------------------------+---------
            
            /opt/iobroker/node_modules/iobroker.js-controller/lib/setupList.js:394
                           for (var m = 0; m < objs.rows[i].value.common.members.length; m
                                                                                ^
            TypeError: Cannot read property 'length' of null
                at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/setupList.js:394:82)
                at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:295:6)
                at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:220:12)
                at Manager. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-bind/index.js:21:15)
                at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-emitter/index.js:134:20)
                at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:301:8)
                at Decoder. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-bind/index.js:21:15)
                at Decoder.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-emitter/index.js:134:20)
                at Decoder.add (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/socket.io-parser/index.js:247:12)
                at Manager.ondata (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:291:16)</anonymous></anonymous></anonymous>` 
            
            Ich hoffe es hilft Dir im Debugging.
            
            Gruss Marco[/i]
            ```
            1 Reply Last reply
            0
            • BluefoxB Offline
              BluefoxB Offline
              Bluefox
              wrote on last edited by
              #45

              Danke. Die Information war wirklich ausreichend.

              Kannst du wieder js-controller und admin updaten? (Von git)

              1 Reply Last reply
              0
              • V Offline
                V Offline
                vader722
                wrote on last edited by
                #46

                Meine Güte das geht immer schnell bei Dir !

                Ich hab das mal getestet und es geht wieder :) Danke

                Ich hab allerdings mal testweise die Gruppen und Jeder Rechte entzogen (Objekt und State, lesen und schreiben) und kann als User "marco" noch auf das Objekt zugreifen, obwohl es dem User admin gehört. Ich bin zwar in der Admin Gruppe, habe aber die Rechte für die Gruppe entzogen, sollte doch eigentlich nicht mehr gehen oder ?

                Ansonsten wie immer, vielen Dank für Deine Arbeit !

                Gruss Marco

                1 Reply Last reply
                0
                • BluefoxB Offline
                  BluefoxB Offline
                  Bluefox
                  wrote on last edited by
                  #47

                  administrator Gruppe, genauso wie "user.admin" darf alles!..

                  1 Reply Last reply
                  0
                  • V Offline
                    V Offline
                    vader722
                    wrote on last edited by
                    #48

                    Ahh ok, gut zu wissen 8-)

                    1 Reply Last reply
                    0
                    • V Offline
                      V Offline
                      versteckt
                      wrote on last edited by
                      #49

                      Habe gestern noch schnell meinen occ aktualisiert und dann mit der neuen Version gleich mal die multi Select Funktion

                      in Enums getestet.

                      Ist super geworden, muss jetzt nicht immer alles einzeln durchklicken.

                      Was mir noch aufgefallen ist, bei Neustart des occ Adapters, hängt sich das adminTab von occ auf.

                      Bedeutet das ich den Browser neuladen muss. Werde ich mir aber noch ansehen, ob das nicht ein

                      Problem auf meiner Seite ist.

                      LG Christian

                      Raspi 1, Raspi 2, iobroker, Mac Mini: alles mit aktueller ioBroker Version

                      homegear für Homematic und MAX!

                      occ, zWave, rpi, hmm und homekit Entwickler

                      1 Reply Last reply
                      0
                      • BluefoxB Offline
                        BluefoxB Offline
                        Bluefox
                        wrote on last edited by
                        #50

                        Also. Weil es keine weitere Fehlermeldungen gibt, werde ich heute Abend versuchen die neue Versionen zur Verfügung zu stellen.

                        1 Reply Last reply
                        0
                        • BluefoxB Offline
                          BluefoxB Offline
                          Bluefox
                          wrote on last edited by
                          #51

                          Es kann sein, dass nach der Update auf 0.6.1 von "vis", mann muss händisch das Objekt patchen und zwar im Object

                          system.adapter.vis.0

                          Das Attribute "common.onlyWWW" auf false setzten.
                          48_img_011.png
                          oder ganz raus löschen:

                          1 Reply Last reply
                          0
                          • P Offline
                            P Offline
                            Pman
                            wrote on last edited by
                            #52

                            Habe zu erst den Admin Adapter aktualisiert (über die GUI), danach ging der Zugriff auf die GUI nicht mehr. Nach einem````
                            iobroker upgrade self

                            1 Reply Last reply
                            0
                            • V Offline
                              V Offline
                              versteckt
                              wrote on last edited by
                              #53

                              Hallo, hab grade eben aktualisert:

                              Christians-Mac-mini:DEVELOPMENT christian$ ./iobroker upgrade self
                              npm install iobroker.js-controller --production --prefix "/Users/christian/DEVELOPMENT" (System call)
                              Host "Christians-Mac-mini.local" (darwin) updated
                              Execute: chmod 777 -R /Users/christian/DEVELOPMENT/node_modules/iobroker.js-controller
                              chmod: -R: No such file or directory
                              Chmod finished. Restart controller
                              Starting node restart.js
                              
                              

                              Restart blieb hängen, musste den js-controller killen, dann hat es funktioniert.

                              chmod -R 777 funktioniert unter Mac, umgekehrt leider nicht.

                              Update der Adapter mittels Web war kein Problem.

                              LG Christian

                              Raspi 1, Raspi 2, iobroker, Mac Mini: alles mit aktueller ioBroker Version

                              homegear für Homematic und MAX!

                              occ, zWave, rpi, hmm und homekit Entwickler

                              1 Reply Last reply
                              0
                              • ruhr70R Offline
                                ruhr70R Offline
                                ruhr70
                                wrote on last edited by
                                #54

                                @versteckt:

                                Hallo, hab grade eben aktualisert:

                                Christians-Mac-mini:DEVELOPMENT christian$ ./iobroker upgrade self
                                npm install iobroker.js-controller --production --prefix "/Users/christian/DEVELOPMENT" (System call)
                                Host "Christians-Mac-mini.local" (darwin) updated
                                Execute: chmod 777 -R /Users/christian/DEVELOPMENT/node_modules/iobroker.js-controller
                                chmod: -R: No such file or directory
                                Chmod finished. Restart controller
                                Starting node restart.js
                                
                                

                                Restart blieb hängen, musste den js-controller killen, dann hat es funktioniert.

                                chmod -R 777 funktioniert unter Mac, umgekehrt leider nicht.

                                Update der Adapter mittels Web war kein Problem.

                                LG Christian `

                                mmhh… grummel... meine Mac Installation funktioniert nicht mehr :(

                                npm install iobroker.js-controller --production --prefix "/Users/herwig/iobroker" (System call)
                                Host "Michaels-MacBook-Pro-Retina-2.local" (darwin) updated
                                Execute: chmod 777 -R /Users/herwig/iobroker/node_modules/iobroker.js-controller
                                chmod: -R: No such file or directory
                                Chmod finished. Restart controller
                                Starting node restart.js
                                

                                Das sieht erst einmal ähnlich aus.

                                aber dann? Ich komme nicht auf die Adminseite, Vis, usw.

                                Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker restart
                                ioBroker controller daemon is not running
                                Starting ioBroker controller daemon...
                                ioBroker controller daemon started. PID: 1656
                                

                                Habe ich noch probiert.

                                Dann ein Update vom Admin Adapter, der wie folgt fehlgeschlagen ist:

                                Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker update admin
                                /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:426
                                                    if ((!toRead || sources._failCounter.length > 10) && timeo
                                                                                        ^
                                TypeError: Cannot read property 'length' of undefined
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:426:57
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:376:39
                                    at getJson (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:162:31)
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:346:13
                                    at getJson (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:131:31)
                                    at getIoPack (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:339:5)
                                    at Object.getRepositoryFile (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:424:17)
                                    at updateRepo (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2901:15)
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2902:13
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:493:31
                                Michaels-MacBook-Pro-Retina-2:iobroker herwig$ sudo ./iobroker update admin
                                /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:426
                                                    if ((!toRead || sources._failCounter.length > 10) && timeo
                                                                                        ^
                                TypeError: Cannot read property 'length' of undefined
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:426:57
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:376:39
                                    at getJson (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:162:31)
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:346:13
                                    at getJson (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:131:31)
                                    at getIoPack (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:339:5)
                                    at Object.getRepositoryFile (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:424:17)
                                    at updateRepo (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2901:15)
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2902:13
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:493:31
                                Michaels-MacBook-Pro-Retina-2:iobroker herwig$ sudo ./iobroker update javascript
                                /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:426
                                                    if ((!toRead || sources._failCounter.length > 10) && timeo
                                                                                        ^
                                TypeError: Cannot read property 'length' of undefined
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:426:57
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:376:39
                                    at getJson (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:162:31)
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:346:13
                                    at getJson (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:131:31)
                                    at getIoPack (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:339:5)
                                    at Object.getRepositoryFile (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:424:17)
                                    at updateRepo (/Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2901:15)
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2902:13
                                    at /Users/herwig/iobroker/node_modules/iobroker.js-controller/lib/tools.js:493:31
                                

                                kurz… ich bekomme meine ioBroker Mac Umgebung nicht mehr zum Laufen :-(

                                Adapter: Fritzbox, Unify Circuit
                                Skripte: dynamic hue, Bluetooth Scan, Multi-Ereignisliste

                                1 Reply Last reply
                                0
                                • V Offline
                                  V Offline
                                  versteckt
                                  wrote on last edited by
                                  #55

                                  Mach mal einen chmod -R 777 im ioBroker Verzeichnis.

                                  Gesendet von meinem iPhone mit Tapatalk

                                  Raspi 1, Raspi 2, iobroker, Mac Mini: alles mit aktueller ioBroker Version

                                  homegear für Homematic und MAX!

                                  occ, zWave, rpi, hmm und homekit Entwickler

                                  1 Reply Last reply
                                  0
                                  • ruhr70R Offline
                                    ruhr70R Offline
                                    ruhr70
                                    wrote on last edited by
                                    #56

                                    im iobroker Verzeichnis kommt:

                                    Michaels-MacBook-Pro-Retina-2:iobroker herwig$ chmod -R 777
                                    usage:	chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]] mode|entry file ...
                                    	chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
                                    Michaels-MacBook-Pro-Retina-2:iobroker herwig$ chmod -R777
                                    chmod: illegal option -- 7
                                    usage:	chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a  [i][# [ n]]] mode|entry file ...
                                    	chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
                                    

                                    Eine Ebene davor:

                                    Michaels-MacBook-Pro-Retina-2:~ herwig$ sudo chmod -R 777 iobroker
                                    Michaels-MacBook-Pro-Retina-2:~ herwig$ 
                                    

                                    (Ohne sudo kommen nur Fehlermeldungen. Irgendwie werde ich mit den Rechten nicht grün auf dem Mac.)

                                    dann ein:

                                    Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker start
                                    Starting ioBroker controller daemon...
                                    ioBroker controller daemon started. PID: 1851
                                    Michaels-MacBook-Pro-Retina-2:iobroker herwig$ 
                                    

                                    Kann trotzdem die Admin Seite oder VIS nicht öffnen.

                                    Adapter: Fritzbox, Unify Circuit
                                    Skripte: dynamic hue, Bluetooth Scan, Multi-Ereignisliste

                                    1 Reply Last reply
                                    0
                                    • BluefoxB Offline
                                      BluefoxB Offline
                                      Bluefox
                                      wrote on last edited by
                                      #57

                                      @ruhr70:

                                      Restart blieb hängen, musste den js-controller killen, dann hat es funktioniert.

                                      chmod -R 777 funktioniert unter Mac, umgekehrt leider nicht.

                                      kurz… ich bekomme meine ioBroker Mac Umgebung nicht mehr zum Laufen :-( `
                                      Probiere bitte````
                                      cd /Users/herwig/iobroker
                                      ./iobroker stop
                                      npm install iobroker.js-controller --production
                                      sudo chmod 777 * -R
                                      ./iobroker start

                                      1 Reply Last reply
                                      0
                                      • ruhr70R Offline
                                        ruhr70R Offline
                                        ruhr70
                                        wrote on last edited by
                                        #58

                                        @Bluefox:

                                        Probiere bitte````
                                        cd /Users/herwig/iobroker
                                        ./iobroker stop
                                        npm install iobroker.js-controller --production
                                        sudo chmod 777 * -R
                                        ./iobroker start

                                        ```` `

                                        habe ich gemacht:

                                        Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker stop
                                        Stopping ioBroker controller daemon...
                                        ioBroker controller daemon stopped.
                                        Michaels-MacBook-Pro-Retina-2:iobroker herwig$ npm install iobroker.js-controller --production
                                        
                                        > ws@0.5.0 install /Users/herwig/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io/node_modules/engine.io/node_modules/ws
                                        > (node-gyp rebuild 2> builderror.log) || (exit 0)
                                        
                                          CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
                                          SOLINK_MODULE(target) Release/bufferutil.node
                                          SOLINK_MODULE(target) Release/bufferutil.node: Finished
                                          CXX(target) Release/obj.target/validation/src/validation.o
                                          SOLINK_MODULE(target) Release/validation.node
                                          SOLINK_MODULE(target) Release/validation.node: Finished
                                        
                                        > ws@0.4.31 install /Users/herwig/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws
                                        > (node-gyp rebuild 2> builderror.log) || (exit 0)
                                        
                                          CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
                                        
                                        > iobroker.js-controller@0.7.2 install /Users/herwig/iobroker/node_modules/iobroker.js-controller
                                        > node lib/setup.js setup first
                                        
                                        iobroker.js-controller@0.7.2 node_modules/iobroker.js-controller
                                        ├── daemonize2@0.4.2
                                        ├── mime@1.3.4
                                        ├── node-schedule@0.1.13
                                        ├── ncp@2.0.0
                                        ├── adm-zip@0.4.7
                                        ├── semver@4.3.6
                                        ├── yargs@3.7.2 (decamelize@1.0.0, camelcase@1.1.0, window-size@0.1.0, wordwrap@0.0.2)
                                        ├── node.extend@1.1.5 (is@3.0.1)
                                        ├── winston@1.0.1 (cycle@1.0.3, stack-trace@0.0.9, eyes@0.1.8, isstream@0.1.2, pkginfo@0.3.0, async@0.9.2, colors@1.0.3)
                                        ├── prompt@0.2.14 (revalidator@0.1.8, pkginfo@0.3.0, read@1.0.6, winston@0.8.3, utile@0.2.1)
                                        ├── tar.gz@0.1.1 (commander@1.1.1, tar@0.1.20, fstream@0.1.31)
                                        ├── request@2.55.0 (caseless@0.9.0, aws-sign2@0.5.0, forever-agent@0.6.1, stringstream@0.0.4, oauth-sign@0.6.0, tunnel-agent@0.4.0, isstream@0.1.2, json-stringify-safe@5.0.1, node-uuid@1.4.3, qs@2.4.2, combined-stream@0.0.7, form-data@0.2.0, mime-types@2.0.14, http-signature@0.10.1, bl@0.9.4, tough-cookie@2.0.0, hawk@2.3.1, har-validator@1.8.0)
                                        ├── npm@2.7.6
                                        ├── socket.io@1.3.5 (debug@2.1.0, has-binary-data@0.1.3, socket.io-adapter@0.3.1, socket.io-parser@2.2.4, engine.io@1.5.1)
                                        └── socket.io-client@1.3.5 (to-array@0.1.3, indexof@0.0.1, component-bind@1.0.0, debug@0.7.4, backo2@1.0.2, object-component@0.0.3, component-emitter@1.1.2, has-binary@0.1.6, parseuri@0.0.2, socket.io-parser@2.2.4, engine.io-client@1.5.1)
                                        Michaels-MacBook-Pro-Retina-2:iobroker herwig$ sudo chmod 777 * -R
                                        Password:
                                        chmod: -R: No such file or directory
                                        Michaels-MacBook-Pro-Retina-2:iobroker herwig$ sudo chmod -R 777 *
                                        Michaels-MacBook-Pro-Retina-2:iobroker herwig$ 
                                        Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker start
                                        Starting ioBroker controller daemon...
                                        ioBroker controller daemon started. PID: 2466
                                        Michaels-MacBook-Pro-Retina-2:iobroker herwig$ 
                                        
                                        

                                        Musste das

                                        sudo chmod 777 * -R
                                        

                                        gegen:

                                        sudo chmod -R 777 *
                                        

                                        tauschen.

                                        Daemon startet. Auf Admin und Vis komme ich trotzdem nicht. :?

                                        Adapter: Fritzbox, Unify Circuit
                                        Skripte: dynamic hue, Bluetooth Scan, Multi-Ereignisliste

                                        1 Reply Last reply
                                        0
                                        • V Offline
                                          V Offline
                                          versteckt
                                          wrote on last edited by
                                          #59

                                          Nunja, die Rechte unter Mac sind eigentlich gleich wie unter Linux, einmal sudo immer sudo.

                                          Ändere mal das ganze ioBroker Verzeichnis mittels

                                          sudo chown -R herwig:staff /Users/herwig/iobroker

                                          Und alle io Prozesse vorher stoppen/killen und dann als User herwig iobroker Neustarten.

                                          Du siehst alle Prozesse mittels

                                          sudo ps -ef|grep io|egrep -v "System|Applic|usr"

                                          Gesendet von meinem iPhone mit Tapatalk

                                          Raspi 1, Raspi 2, iobroker, Mac Mini: alles mit aktueller ioBroker Version

                                          homegear für Homematic und MAX!

                                          occ, zWave, rpi, hmm und homekit Entwickler

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          403

                                          Online

                                          32.7k

                                          Users

                                          82.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe