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

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

                                  ich scheine nicht alleine zu sein mit dem Problem der selbstständig ändernden Hostnamen am Mac:

                                  http://www.macuser.de/forum/thema/71109 … engt/page8

                                  Dort ist der letzte Eintrag vom 17.06.2015 und das Thema scheint nicht gelöst.

                                  DNS wird bei mir von dem Synology NAS übernommen.

                                  Mal sehen, ob ich noch was finde. Es kann doch nicht sein, dass ich wg. so einem (Mac) Käse ioBroker dort nicht nutzen kann. 😞

                                  Da läuft die "Entwicklungsumgebung" drauf. Muss mir sonst anschauen, wie ich Webstorm lokal am Mac am sinnvollsten nutze, mit einer entfernten iobroker Installation. Dann verstehe ich aber mal wenigstens, wo nun was ausgeführt wird, was mir derzeit nicht ganz klar ist (wenn ich im Webstorm auf Run drücke… peinlich, peinlich,....)

                                  Wird schon. Ein Mac ist schließlich kein Windows 😉

                                  [EDIT] noch zur Info, falls noch jemand das Problem bekommt. Ich bin im Betaprogramm von Yosemite angemeldet.Dort wurde mir schon ewig die Mac OS X Beta 10.10.4 angeboten. Da ich den Rechner nciht gerne neu starte 😉 habe ich das jetzt sehr lange ausgesessen. Heute im Zuge des ioBroker Updates habe ich dann einmal durchgestartet und direkt 10.10.4 installiert. Seitdem scheinen die Hostnamen "zu spinnen".

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

                                    Hier kann wahrscheinlich Bluefox schnell helfen…?!

                                    2015-06-29 22:05:18.904 - error: host.Michaels-MacBook-Pro-Retina.local startInstance web.0: cannot find start file!

                                    2015-06-29 22:05:10.886  - info: inMem-states listening on port 9000
                                    2015-06-29 22:05:10.897  - info: inMem-objects listening on port 9001
                                    2015-06-29 22:05:10.900  - info: host.Michaels-MacBook-Pro-Retina.local InMemoryDB connected
                                    2015-06-29 22:05:10.903  - info: host.Michaels-MacBook-Pro-Retina.local 12 instances found
                                    2015-06-29 22:05:10.903  - info: host.Michaels-MacBook-Pro-Retina.local starting 4 instances
                                    2015-06-29 22:05:11.332  - info: yr.0 starting. Version 0.1.6 in /Users/herwig/iobroker/node_modules/iobroker.yr
                                    2015-06-29 22:05:11.819  - info: yr.0 got weather data from yr.no
                                    2015-06-29 22:05:14.906  - info: host.Michaels-MacBook-Pro-Retina.local instance system.adapter.history.0 started with pid 9804
                                    2015-06-29 22:05:15.239  - info: history.0 starting. Version 0.1.3 in /Users/herwig/iobroker/node_modules/iobroker.history
                                    2015-06-29 22:05:16.839  - info: host.Michaels-MacBook-Pro-Retina.local instance system.adapter.yr.0 terminated with code 0 (OK)
                                    2015-06-29 22:05:18.904  - error: host.Michaels-MacBook-Pro-Retina.local startInstance web.0: cannot find start file!
                                    

                                    Ich habe jetzt das WLAN im Macbook deaktiviert. Seitdem bleibt der Hostname noch stabil… toi, toi, toi, ...

                                    Nun komme ich nach einem ./iobroker restart immer noch nciht auf meine Webseiten 8081 und 8082.

                                    Die letzte error Meldung aus dem Log sagt vielleicht was aus?

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

                                      so… funktioniert wieder...

                                      was am Ende geholfen hat... da bin ich mir nicht zu 100% sicher, da ich viel hin und her probiert habe.

                                      Leider musste ich wieder Kommandos unter sudo ausführen (ohne sudo liefen sie nicht durch).

                                      sudo ./iobroker upgrade
                                      sudo ./iobroker add web
                                      

                                      waren die letzten Schritte. Danach konnte ich wieder Admin und VIS benutzen.

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

                                      Support us

                                      ioBroker
                                      Community Adapters
                                      Donate

                                      658
                                      Online

                                      31.7k
                                      Users

                                      79.8k
                                      Topics

                                      1.3m
                                      Posts

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