Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Entwicklung
    4. Online Version

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Online Version

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

      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 Reply Quote 0
      • Bluefox
        Bluefox last edited by

        Danke. Die Information war wirklich ausreichend.

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

        1 Reply Last reply Reply Quote 0
        • V
          vader722 last edited by

          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 Reply Quote 0
          • Bluefox
            Bluefox last edited by

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

            1 Reply Last reply Reply Quote 0
            • V
              vader722 last edited by

              Ahh ok, gut zu wissen 8-)

              1 Reply Last reply Reply Quote 0
              • V
                versteckt last edited by

                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

                1 Reply Last reply Reply Quote 0
                • Bluefox
                  Bluefox last edited by

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

                  1 Reply Last reply Reply Quote 0
                  • Bluefox
                    Bluefox last edited by

                    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 Reply Quote 0
                    • P
                      Pman last edited by

                      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 Reply Quote 0
                      • V
                        versteckt last edited by

                        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

                        1 Reply Last reply Reply Quote 0
                        • ruhr70
                          ruhr70 last edited by

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

                          1 Reply Last reply Reply Quote 0
                          • V
                            versteckt last edited by

                            Mach mal einen chmod -R 777 im ioBroker Verzeichnis.

                            Gesendet von meinem iPhone mit Tapatalk

                            1 Reply Last reply Reply Quote 0
                            • ruhr70
                              ruhr70 last edited by

                              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.

                              1 Reply Last reply Reply Quote 0
                              • Bluefox
                                Bluefox last edited by

                                @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 Reply Quote 0
                                • ruhr70
                                  ruhr70 last edited by

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

                                  1 Reply Last reply Reply Quote 0
                                  • V
                                    versteckt last edited by

                                    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

                                    1 Reply Last reply Reply Quote 0
                                    • ruhr70
                                      ruhr70 last edited by

                                      @versteckt:

                                      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" `

                                      Direkt durchgeführt:

                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ sudo ps -ef|grep io|egrep -v "System|Applic|usr"
                                        501  1145     1   0  8:20pm ??         0:02.40 com.pushbullet.macapp-notifications
                                        501  2466     1   0  8:31pm ??         0:00.40 io.js-controller  
                                        501  2760   962   0  8:35pm ttys000    0:00.00 grep io
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker stop
                                      Stopping ioBroker controller daemon...
                                      ioBroker controller daemon stopped.
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ sudo ps -ef|grep io|egrep -v "System|Applic|usr"
                                        501  1145     1   0  8:20pm ??         0:02.49 com.pushbullet.macapp-notifications
                                        501  2826   962   0  8:36pm ttys000    0:00.00 grep io
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ 
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ 
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ sudo chown -R herwig:staff /Users/herwig/iobroker
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ls
                                      etc					iobroker-data
                                      fritz.gif				log
                                      ioBroker.js-controller-master.zip	node_modules
                                      iobroker
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker start
                                      Starting ioBroker controller daemon...
                                      ioBroker controller daemon started. PID: 2889
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ 
                                      

                                      Die Webseiten lassen sich immer noch nicht öffnen 😞

                                      Muss ich noch etwas starten? Etwas ganz einfaches, von dem jeder ausgeht, dass das selbstverständlich ist und es deshalb nicht erwähnt? 😉

                                      Einmal sudo immer sudo?

                                      Du meinst, wenn ich iobroker mit sudo installiert habe, will er das immer so und mit dem chown -R herwig wird das von "sudo" auf meinem User geändert?

                                      Linux und Mac… na ja... der Unterbau ist identisch.. ich benutze den Mac aber in der GUI 😉 und eher gar nicht auf CLI Ebene. Also Linux Dummy User...

                                      1 Reply Last reply Reply Quote 0
                                      • V
                                        versteckt last edited by

                                        Was sagt das Logfile? Bzw. ist der Port 8081 aktiv?

                                        netstat -na|grep 8081
                                        

                                        Muss ich noch etwas starten? Etwas ganz einfaches, von dem jeder ausgeht, dass das selbstverständlich ist und es deshalb nicht erwähnt? 

                                        Nein

                                        Du meinst, wenn ich iobroker mit sudo installiert habe, will er das immer so und mit dem chown -R herwig wird das von "sudo" auf meinem User geändert?

                                        Ja

                                        Linux und Mac… na ja... der Unterbau ist identisch.. ich benutze den Mac aber in der GUI  und eher gar nicht auf CLI Ebene. Also Linux Dummy User...

                                        Ich hab leicht reden, ich nutze Mac, Linux und Unix bereits seit Jahrzehnten.

                                        1 Reply Last reply Reply Quote 0
                                        • ruhr70
                                          ruhr70 last edited by

                                          @versteckt:

                                          Ich hab leicht reden, ich nutze Mac, Linux und Unix bereits seit Jahrzehnten. `

                                          na dann bin ich doch optimistisch, dass ich das mit Deiner Unterstützung hinbekomme 😉

                                          ` > Michaels-MacBook-Pro-Retina-2:iobroker herwig$ netstat -na|grep 8081

                                          tcp4 0 0 172.16.130.113.52712 172.16.130.122.8081 ESTABLISHED

                                          tcp4 0 0 172.16.130.113.52710 172.16.130.122.8081 ESTABLISHED

                                          tcp4 0 0 172.16.130.113.52708 172.16.130.122.8081 CLOSE_WAIT

                                          tcp4 0 0 172.16.130.113.52707 172.16.130.122.8081 CLOSE_WAIT

                                          Michaels-MacBook-Pro-Retina-2:iobroker herwig$ netstat -na|grep 8082

                                          tcp4 0 0 172.16.130.113.52757 172.16.130.122.8082 ESTABLISHED

                                          Michaels-MacBook-Pro-Retina-2:iobroker herwig$ `

                                          Links müsste die 8081 und die 8082 stehen?

                                          Wenn ja, sind die Ports nicht aktiv oder?

                                          Auf der rechten Seite ist die IP der zweiten ioBroker Installation unter Debian (VM auf dem Mac).

                                          1 Reply Last reply Reply Quote 0
                                          • ruhr70
                                            ruhr70 last edited by

                                            Nachtrag… Du fragtest noch nach dem Logfile...

                                            2015-06-29 19:07:30.982  - warn: admin.0 Reconnection to DB.
                                            2015-06-29 19:25:51.344  - info: admin.0 terminating http server on port 8081
                                            2015-06-29 19:25:51.337  - info: host.Michaels-MacBook-Pro-Retina-2.local received SIGTERM
                                            2015-06-29 19:25:51.361  - info: host.Michaels-MacBook-Pro-Retina-2.local terminated
                                            2015-06-29 19:25:52.846  - info: admin.0 terminating with timeout
                                            2015-06-29 19:34:04.918  - info: host.Michaels-MacBook-Pro-Retina-2.local ioBroker.js-controller version 0.6.6 js-controller starting
                                            2015-06-29 19:34:04.920  - info: host.Michaels-MacBook-Pro-Retina-2.local Copyright (c) 2014-2015 bluefox, hobbyquaker
                                            2015-06-29 19:34:04.921  - info: host.Michaels-MacBook-Pro-Retina-2.local hostname: Michaels-MacBook-Pro-Retina-2.local
                                            2015-06-29 19:34:04.921  - info: host.Michaels-MacBook-Pro-Retina-2.local ip addresses: fe80::aa20:66f 172.16.130.113 fe80::2acf:e 172.16.130.183 fe80::f49e:180::cbf:870 fd56:9af1: 192.168.184.1 192.168.225.1
                                            2015-06-29 19:34:04.982  - info: inMem-states listening on port 9000
                                            2015-06-29 19:34:04.991  - info: inMem-objects listening on port 9001
                                            2015-06-29 19:34:04.993  - info: host.Michaels-MacBook-Pro-Retina-2.local InMemoryDB connected
                                            2015-06-29 19:34:04.995  - info: host.Michaels-MacBook-Pro-Retina-2.local 12 instances found
                                            2015-06-29 19:34:04.995  - warn: host.Michaels-MacBook-Pro-Retina-2.local does not start any instances on this host
                                            2015-06-29 19:34:43.550  - info: host.Michaels-MacBook-Pro-Retina-2.local received SIGTERM
                                            2015-06-29 19:34:43.551  - info: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.hm-rpc.0
                                            2015-06-29 19:34:43.551  - warn: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.hm-rpc.0 not running
                                            2015-06-29 19:34:43.551  - info: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.fritzbox.0
                                            2015-06-29 19:34:43.551  - warn: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.fritzbox.0 not running
                                            2015-06-29 19:34:43.553  - info: host.Michaels-MacBook-Pro-Retina-2.local terminated
                                            2015-06-29 19:34:47.799  - info: host.Michaels-MacBook-Pro-Retina-2.local ioBroker.js-controller version 0.6.6 js-controller starting
                                            2015-06-29 19:34:47.803  - info: host.Michaels-MacBook-Pro-Retina-2.local Copyright (c) 2014-2015 bluefox, hobbyquaker
                                            2015-06-29 19:34:47.803  - info: host.Michaels-MacBook-Pro-Retina-2.local hostname: Michaels-MacBook-Pro-Retina-2.local
                                            2015-06-29 19:34:47.804  - info: host.Michaels-MacBook-Pro-Retina-2.local ip addresses:  172.16.130.113  172.16.130.183 f 192.168.184.1 192.168.225.1
                                            2015-06-29 19:34:47.867  - info: inMem-states listening on port 9000
                                            2015-06-29 19:34:47.876  - info: inMem-objects listening on port 9001
                                            2015-06-29 19:34:47.878  - info: host.Michaels-MacBook-Pro-Retina-2.local InMemoryDB connected
                                            2015-06-29 19:34:47.881  - info: host.Michaels-MacBook-Pro-Retina-2.local 12 instances found
                                            2015-06-29 19:34:47.881  - warn: host.Michaels-MacBook-Pro-Retina-2.local does not start any instances on this host
                                            2015-06-29 19:35:51.070  - info: vis.0 starting. Version 0.6.1 in /Users/herwig/iobroker/node_modules/iobroker.vis
                                            2015-06-29 19:35:51.189  - info: vis.0 Changes in index.html detected => update cache.manifest
                                            2015-06-29 19:35:54.479  - info: vis.0 starting. Version 0.6.1 in /Users/herwig/iobroker/node_modules/iobroker.vis
                                            2015-06-29 19:58:46.345  - info: host.Michaels-MacBook-Pro-Retina-2.local received SIGTERM
                                            2015-06-29 19:58:46.348  - info: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.hm-rpc.0
                                            2015-06-29 19:58:46.348  - warn: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.hm-rpc.0 not running
                                            2015-06-29 19:58:46.348  - info: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.fritzbox.0
                                            2015-06-29 19:58:46.348  - warn: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.fritzbox.0 not running
                                            2015-06-29 19:58:46.352  - info: host.Michaels-MacBook-Pro-Retina-2.local terminated
                                            2015-06-29 20:06:19.172  - info: host.Michaels-MacBook-Pro-Retina-2.local ioBroker.js-controller version 0.7.1 js-controller starting
                                            2015-06-29 20:06:19.175  - info: host.Michaels-MacBook-Pro-Retina-2.local Copyright (c) 2014-2015 bluefox, hobbyquaker
                                            2015-06-29 20:06:19.176  - info: host.Michaels-MacBook-Pro-Retina-2.local hostname: Michaels-MacBook-Pro-Retina-2.local
                                            2015-06-29 20:06:19.176  - info: host.Michaels-MacBook-Pro-Retina-2.local ip addresses:  172.16.130.113
                                            2015-06-29 20:06:19.240  - info: inMem-states listening on port 9000
                                            2015-06-29 20:06:19.251  - info: inMem-objects listening on port 9001
                                            2015-06-29 20:06:19.253  - info: host.Michaels-MacBook-Pro-Retina-2.local InMemoryDB connected
                                            2015-06-29 20:06:19.256  - info: host.Michaels-MacBook-Pro-Retina-2.local 12 instances found
                                            2015-06-29 20:06:19.257  - warn: host.Michaels-MacBook-Pro-Retina-2.local does not start any instances on this host
                                            2015-06-29 20:14:09.261  - info: host.Michaels-MacBook-Pro-Retina-2.local received SIGTERM
                                            2015-06-29 20:14:09.269  - info: host.Michaels-MacBook-Pro-Retina-2.local terminated
                                            2015-06-29 20:14:09.752  - info: host.Michaels-MacBook-Pro-Retina-2.local ioBroker.js-controller version 0.7.1 js-controller starting
                                            2015-06-29 20:14:09.756  - info: host.Michaels-MacBook-Pro-Retina-2.local Copyright (c) 2014-2015 bluefox, hobbyquaker
                                            2015-06-29 20:14:09.757  - info: host.Michaels-MacBook-Pro-Retina-2.local hostname: Michaels-MacBook-Pro-Retina-2.local
                                            2015-06-29 20:14:09.757  - info: host.Michaels-MacBook-Pro-Retina-2.local ip addresses: 
                                            2015-06-29 20:14:09.829  - info: inMem-states listening on port 9000
                                            2015-06-29 20:14:09.841  - info: inMem-objects listening on port 9001
                                            2015-06-29 20:14:09.844  - info: host.Michaels-MacBook-Pro-Retina-2.local InMemoryDB connected
                                            2015-06-29 20:14:09.848  - info: host.Michaels-MacBook-Pro-Retina-2.local 12 instances found
                                            2015-06-29 20:14:09.848  - warn: host.Michaels-MacBook-Pro-Retina-2.local does not start any instances on this host
                                            2015-06-29 20:15:51.694  - info: host.Michaels-MacBook-Pro-Retina-2.local received SIGTERM
                                            2015-06-29 20:15:51.698  - info: host.Michaels-MacBook-Pro-Retina-2.local terminated
                                            2015-06-29 20:25:51.707  - info: host.Michaels-MacBook-Pro-Retina-2.local ioBroker.js-controller version 0.7.1 js-controller starting
                                            2015-06-29 20:25:51.710  - info: host.Michaels-MacBook-Pro-Retina-2.local Copyright (c) 2014-2015 bluefox, hobbyquaker
                                            2015-06-29 20:25:51.710  - info: host.Michaels-MacBook-Pro-Retina-2.local hostname: Michaels-MacBook-Pro-Retina-2.local
                                            2015-06-29 20:25:51.710  - info: host.Michaels-MacBook-Pro-Retina-2.local ip addresses: 
                                            2015-06-29 20:25:51.778  - info: inMem-states listening on port 9000
                                            2015-06-29 20:25:51.789  - info: inMem-objects listening on port 9001
                                            2015-06-29 20:25:51.792  - info: host.Michaels-MacBook-Pro-Retina-2.local InMemoryDB connected
                                            2015-06-29 20:25:51.795  - info: host.Michaels-MacBook-Pro-Retina-2.local 12 instances found
                                            2015-06-29 20:25:51.795  - warn: host.Michaels-MacBook-Pro-Retina-2.local does not start any instances on this host
                                            2015-06-29 20:30:32.740  - info: host.Michaels-MacBook-Pro-Retina-2.local received SIGTERM
                                            2015-06-29 20:30:32.741  - info: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.hm-rpc.0
                                            2015-06-29 20:30:32.741  - warn: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.hm-rpc.0 not running
                                            2015-06-29 20:30:32.741  - info: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.fritzbox.0
                                            2015-06-29 20:30:32.742  - warn: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.fritzbox.0 not running
                                            2015-06-29 20:30:32.743  - info: host.Michaels-MacBook-Pro-Retina-2.local terminated
                                            2015-06-29 20:31:36.937  - info: host.Michaels-MacBook-Pro-Retina-3.local ioBroker.js-controller version 0.7.2 js-controller starting
                                            2015-06-29 20:31:36.940  - info: host.Michaels-MacBook-Pro-Retina-3.local Copyright (c) 2014-2015 bluefox, hobbyquaker
                                            2015-06-29 20:31:36.940  - info: host.Michaels-MacBook-Pro-Retina-3.local hostname: Michaels-MacBook-Pro-Retina-3.local
                                            2015-06-29 20:31:36.940  - info: host.Michaels-MacBook-Pro-Retina-3.local ip addresses:
                                            2015-06-29 20:31:37.005  - info: inMem-states listening on port 9000
                                            2015-06-29 20:31:37.016  - info: inMem-objects listening on port 9001
                                            2015-06-29 20:31:37.018  - info: host.Michaels-MacBook-Pro-Retina-3.local InMemoryDB connected
                                            2015-06-29 20:31:37.021  - info: host.Michaels-MacBook-Pro-Retina-3.local 12 instances found
                                            2015-06-29 20:31:37.021  - warn: host.Michaels-MacBook-Pro-Retina-3.local does not start any instances on this host
                                            2015-06-29 20:36:08.148  - info: host.Michaels-MacBook-Pro-Retina-3.local received SIGTERM
                                            2015-06-29 20:36:08.150  - info: host.Michaels-MacBook-Pro-Retina-3.local terminated
                                            2015-06-29 20:36:57.122  - info: host.Michaels-MacBook-Pro-Retina-2.local ioBroker.js-controller version 0.7.2 js-controller starting
                                            2015-06-29 20:36:57.126  - info: host.Michaels-MacBook-Pro-Retina-2.local Copyright (c) 2014-2015 bluefox, hobbyquaker
                                            2015-06-29 20:36:57.126  - info: host.Michaels-MacBook-Pro-Retina-2.local hostname: Michaels-MacBook-Pro-Retina-2.local
                                            2015-06-29 20:36:57.126  - info: host.Michaels-MacBook-Pro-Retina-2.local ip addresses: 
                                            2015-06-29 20:36:57.191  - info: inMem-states listening on port 9000
                                            2015-06-29 20:36:57.204  - info: inMem-objects listening on port 9001
                                            2015-06-29 20:36:57.206  - info: host.Michaels-MacBook-Pro-Retina-2.local InMemoryDB connected
                                            2015-06-29 20:36:57.209  - info: host.Michaels-MacBook-Pro-Retina-2.local 12 instances found
                                            2015-06-29 20:36:57.210  - warn: host.Michaels-MacBook-Pro-Retina-2.local does not start any instances on this host
                                            
                                            

                                            dort sehe ich nur Port 9000 und 9001…

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            951
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            73
                                            10751
                                            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