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@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Online Version

    This topic has been deleted. Only users with topic management privileges can see it.
    • 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
                              • V
                                versteckt last edited by

                                Du hast keinen Listener auf Port 8081.

                                chmod -R 777 /Users/herwig/iobroker/node_modules/iobroker.js-controller
                                

                                und danach iobroker neustarten und Logfile bitte vom Start.
                                1304_screenshot_17.png

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

                                  Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker stop
                                  Stopping ioBroker controller daemon...
                                  ioBroker controller daemon stopped.
                                  Michaels-MacBook-Pro-Retina-2:iobroker herwig$ chmod -R 777 /Users/herwig/iobroker/node_modules/iobroker.js-controller
                                  Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker start
                                  Starting ioBroker controller daemon...
                                  ioBroker controller daemon started. PID: 4382
                                  Michaels-MacBook-Pro-Retina-2:iobroker herwig$ netstat -na|grep 8081
                                  tcp4       0      0  172.16.130.113.53452   172.16.130.122.8081    ESTABLISHED
                                  tcp4       0      0  172.16.130.113.52712   172.16.130.122.8081    ESTABLISHED
                                  Michaels-MacBook-Pro-Retina-2:iobroker herwig$ 
                                  
                                  

                                  gestopt, chmod, gestartet

                                  und das Log:

                                  2015-06-29 20:56:23.051  - info: host.Michaels-MacBook-Pro-Retina-2.local received SIGTERM
                                  2015-06-29 20:56:23.053  - info: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.hm-rpc.0
                                  2015-06-29 20:56:23.053  - warn: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.hm-rpc.0 not running
                                  2015-06-29 20:56:23.053  - info: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.fritzbox.0
                                  2015-06-29 20:56:23.053  - warn: host.Michaels-MacBook-Pro-Retina-2.local stopInstance system.adapter.fritzbox.0 not running
                                  2015-06-29 20:56:23.055  - info: host.Michaels-MacBook-Pro-Retina-2.local terminated
                                  2015-06-29 20:56:33.286  - info: host.Michaels-MacBook-Pro-Retina-2.local ioBroker.js-controller version 0.7.2 js-controller starting
                                  2015-06-29 20:56:33.290  - info: host.Michaels-MacBook-Pro-Retina-2.local Copyright (c) 2014-2015 bluefox, hobbyquaker
                                  2015-06-29 20:56:33.291  - info: host.Michaels-MacBook-Pro-Retina-2.local hostname: Michaels-MacBook-Pro-Retina-2.local
                                  2015-06-29 20:56:33.291  - info: host.Michaels-MacBook-Pro-Retina-2.local ip addresses: fe80::aa20: 172.16.130.113 fe80::2acf:e9ff 172.16.130.183 fe80::8f7: fe80::2d7b:f56b:86e6:f792:2d7b:f56b:8 192.168.184.1 192.168.225.1
                                  2015-06-29 20:56:33.358  - info: inMem-states listening on port 9000
                                  2015-06-29 20:56:33.369  - info: inMem-objects listening on port 9001
                                  2015-06-29 20:56:33.371  - info: host.Michaels-MacBook-Pro-Retina-2.local InMemoryDB connected
                                  2015-06-29 20:56:33.374  - info: host.Michaels-MacBook-Pro-Retina-2.local 12 instances found
                                  2015-06-29 20:56:33.375  - warn: host.Michaels-MacBook-Pro-Retina-2.local does not start any instances on this host
                                  
                                  

                                  keine Änderung 😞

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

                                    @ruhr70:

                                    2015-06-29 20:56:33.375 - warn: host.Michaels-MacBook-Pro-Retina-2.local does not start any instances on this host

                                    keine Änderung 😞 `
                                    Was siehst du bei:

                                    iobroker list instances
                                    
                                    

                                    und

                                    bei

                                    iobroker object get system.adapter.admin.0 --pretty
                                    

                                    Es sieht so aus, als ob hostname geändert wurde.

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

                                      @Bluefox:

                                      @ruhr70:

                                      2015-06-29 20:56:33.375 - warn: host.Michaels-MacBook-Pro-Retina-2.local does not start any instances on this host

                                      keine Änderung 😞 `
                                      Was siehst du bei:

                                      iobroker list instances
                                      
                                      ```` `  
                                      
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker list instances
                                      system.adapter.admin.0                 : admin       - disabled, port: 8081, bind: 0.0.0.0
                                      system.adapter.example.0               : example     - disabled
                                      system.adapter.ping.0                  : ping        - disabled
                                      system.adapter.javascript.0            : javascript  - disabled
                                      system.adapter.sayit.0                 : sayit       - disabled
                                      system.adapter.mqtt.0                  : mqtt        - disabled, port: 1883
                                      system.adapter.yr.0                    : yr          -  enabled
                                      system.adapter.history.0               : history     -  enabled
                                      system.adapter.web.0                   : web         -  enabled, port: 8082, bind: 0.0.0.0
                                      system.adapter.vis.0                   : vis         -  enabled
                                      system.adapter.hm-rpc.0                : hm-rpc      - disabled
                                      system.adapter.fritzbox.0              : fritzbox    - disabled
                                      

                                      @Bluefox:

                                      und

                                      bei

                                      iobroker object get system.adapter.admin.0 --pretty
                                      ```` `  
                                      
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker object get system.adapter.admin.0 --pretty
                                      {
                                        "_id": "system.adapter.admin.0",
                                        "type": "instance",
                                        "common": {
                                          "name": "admin",
                                          "version": "0.4.8",
                                          "title": "",
                                          "desc": {
                                            "en": "Opens a webserver for the ioBroker admin UI",
                                            "de": "Stellt Webserver für 'ioBroker Admin UI' zur Verfügung",
                                            "ru": "Запускает веб сервер с 'ioBroker admin UI' для удобной настройки через веб интерфейс"
                                          },
                                          "mode": "daemon",
                                          "platform": "Javascript/Node.js",
                                          "loglevel": "info",
                                          "icon": "admin.png",
                                          "messagebox": true,
                                          "enabled": false,
                                          "extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/admin/admin.png",
                                          "keywords": [
                                            "setup",
                                            "config",
                                            "update",
                                            "upgrade",
                                            "system",
                                            "konfiguration",
                                            "administration",
                                            "einrichtung",
                                            "wartung"
                                          ],
                                          "readme": "https://github.com/ioBroker/ioBroker.admin/blob/master/README.md",
                                          "authors": [
                                            "hobbyquaker <hq@ccu.io>",
                                            "bluefox <bluefox@ccu.io>"
                                          ],
                                          "type": "common adapters",
                                          "license": "MIT",
                                          "logTransporter": true,
                                          "wwwDontUpload": true,
                                          "installedVersion": "0.4.8",
                                          "host": "Michaels-MacBook-Pro-Retina.local",
                                          "schedule": ""
                                        },
                                        "native": {
                                          "port": 8081,
                                          "auth": false,
                                          "secure": false,
                                          "bind": "0.0.0.0",
                                          "cache": false,
                                          "certPublic": "",
                                          "certPrivate": ""
                                        }
                                      }
                                      Michaels-MacBook-Pro-Retina-2:iobroker herwig$</bluefox@ccu.io></hq@ccu.io> 
                                      

                                      @Bluefox:

                                      Es sieht so aus, als ob hostname geändert wurde. `

                                      mmh….

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

                                      Michaels-MacBook-Pro-Retina-2.local

                                      vs.

                                      "host": "Michaels-MacBook-Pro-Retina.local"

                                      das -2 scheint dazugekommen zu sein…

                                      aber warum? :shock: :? :?:
                                      3188_cloud.png

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

                                        Apple…

                                        Gesendet von meinem iPhone mit Tapatalk

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

                                          Stell das in Settings/Sharing in Mac OSX zurück

                                          Gesendet von meinem iPhone mit Tapatalk

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

                                            habe ich schon versucht…

                                            und es wird verrückt:

                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ ./iobroker stop
                                            Stopping ioBroker controller daemon...
                                            ioBroker controller daemon stopped.
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina-2.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina-2.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina-3.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina-3.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina-3.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina-2.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina-2.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina-2.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ hostname
                                            Michaels-MacBook-Pro-Retina-2.local
                                            Michaels-MacBook-Pro-Retina-2:iobroker herwig$ 
                                            
                                            

                                            Über Einstellungen/Freigeben geändert:

                                            Michaels-MacBook-Pro-Retina.local

                                            dann im Termial mehrmals hostname eingegeben und es ändert sich wie folgt:

                                            Michaels-MacBook-Pro-Retina.local

                                            Michaels-MacBook-Pro-Retina-2.local

                                            Michaels-MacBook-Pro-Retina-3.local

                                            und wieder zurück zu

                                            Michaels-MacBook-Pro-Retina-2.local

                                            In der Zeit habe ich nichts gemacht, als hostname im Terminal zu bestätigen… :shock:

                                            Was ist denn das für ein ''&%&$'$§ grummel :?:

                                            Was macht der Mac da...?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            728
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

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