Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] nach admin-update keine verbindung zur .8081 er Seite

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst] nach admin-update keine verbindung zur .8081 er Seite

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

      Iobroker läuft. (siehe bei list instances) aber ich komme nicht zur admin-seite (er rödelt ewig bringt aber keinen error)

      Gruss

      crepp

      Gesendet von meinem Nexus 4 mit Tapatalk

      1 Reply Last reply Reply Quote 0
      • A
        aquapro last edited by

        Hatte ich auch schon, neben diversen anderen Nettigkeiten.

        Als erste Versuche mach ich dann immer:

        cd /opt/iobroker
        sudo iobroker stop
        sudo npm install iobroker.js-controller
        sudo npm install iobroker.admin
        sudo chmod 777 * -R
        iobroker start
        
        

        Wenn es dann nicht ging, hab ich eine zweite admin instanz installiert, dann ging es bis jetzt immer:

        cd /opt/iobroker
        sudo iobroker stop
        sudo iobroker add admin --enabled --port 808X <- X durch eigenen Port ändern
        iobroker start
        
        

        Admin-Oberfläche über den neuen Port versuchen.

        Dann kam ich rein und hab mich erst umgeschaut.

        Wenn soweit okay, hab ich beide admin instanzen deinstalliert, und nur eine wieder neu installiert.

        Frag mich nicht warum es dann ging, ich verzweifel auch oft daran. Im Augenblick am history adapter, der auch nicht mehr richtig in der admin Oberfläche ansprechbar ist.

        Welche node Version ist eigentlich bei Dir drauf?

        Gruß

        Tino

        1 Reply Last reply Reply Quote 0
        • C
          crepp last edited by

          Hallo,

          Danke für die schnelle Antwort.

          Zu 1.

          Ich glaube dass ich das in den letzten Tagen schon mal probiert hatte (hast Du in einem anderem Thread schon gepostet ?)

          Aber ich werde heute abend noch mal testen.

          Zu 2.

          Die Node Version bekomme ich heute abend raus u. werde sie hier einstellen (Habe nach dieser Anleitung installiert http://www.iobroker.net/?page_id=44&lan … stallation)

          Demzufolge müsste ich die 0_12_6 Version haben.

          Gruß

          crepp

          1 Reply Last reply Reply Quote 0
          • C
            crepp last edited by

            Bingo ! :mrgreen:

            Es hat endlich geklappt nach Deiner Anleitung.

            Ein Problem war: mit list instances hat er mir eine admin session angezeigt die gar nicht korrekt installiert war. Als ich sie nämlich löschen wollte bekom ich ne Fehlermeldung. Hab dann die zusätzlich angelegte admin-Session nach dem Test gelöscht und rebooted. Nach dem neuinstall der ursprünglichen admin-Konsole (Port 8081) funktioniert es jetzt !

            Vielen Dank für Deine Hilfe aquapro !

            Gruß

            crepp

            1 Reply Last reply Reply Quote 0
            • C
              crepp last edited by

              Hab mich ein bischen zu früh gefreut - das Problem ist n.n. ganz gelöst.

              Nachdem ich eine Komplettbackup der Karte des funktionierenden Systems gemacht habe, war das gleiche Problem wieder da.

              cd /opt/iobroker
              sudo iobroker stop
              sudo npm install iobroker.js-controller
              sudo npm install iobroker.admin
              sudo chmod 777 * -R
              iobroker start
              

              Danach lief es wieder.

              Es hängt also scheinbar mit dem Neustart zusammen ?!

              Werde also erstmal auf reboots verzichten …

              :roll:

              Gruß

              crepp

              1 Reply Last reply Reply Quote 0
              • A
                aquapro last edited by

                Ein einfacher reboot darf da nichts machen. Zumal die Befehle aus Deinem letzten Post die beiden Adapter "nur" neu installieren und die rechte vergeben werden. Beides darf nach neustart nicht weg sein.

                Bist Du sicher das iobroker im autostart ist und auch beim shutdown korrekt beendet wird.

                Probier mal

                iobroker stop
                
                

                Und schau nach ob das Teil auch korrekt beendet ist.

                Dann:

                sudo shutdown -r now
                
                

                Wenn der pi wieder da ist, schauen ob der iobroker prozess überhaupt gestartet wurde.

                Ein:

                iobroker start
                
                

                sollte auch meckern, das schon in prozess da ist. Wenn er nicht meckert, wurde iobroker nach reboot gar nicht gestartet, somit auch kein Zugriff auf die Adminseite.

                Und dann schauen ob die admin Seite erreichbar ist.

                Gruß

                Tino
                9744_bildschirmfoto_2018-12-05_um_07.34.04.png

                1 Reply Last reply Reply Quote 0
                • C
                  crepp last edited by

                  Danke für die Tips, an den autostart hab ich gar nicht mehr gedacht. Bei der vorherigen Installation hatte ich das eingerichtet. Bei der jetzigen bin ich mir nicht sicher …

                  Werde heute abend mal schauen ob es korrekt eingerichtet ist.

                  Gruß

                  crepp

                  1 Reply Last reply Reply Quote 0
                  • A
                    aquapro last edited by

                    Das klingt gut. Bei der manuellen installation vergisst man das gern.

                    1 Reply Last reply Reply Quote 0
                    • C
                      crepp last edited by

                      @aquapro:

                      Das klingt gut. Bei der manuellen installation vergisst man das gern. `
                      Also der autostart war eingerichtet. Nach dem reboot konnte ich trotzdem nicht auf den Adapter tab zugreifen (Zahnrad) alle anderen waren OK.

                      Hat jemand eine Idee?

                      Gruss

                      Crepp

                      Gesendet von meinem Nexus 4 mit Tapatalk
                      9054_snapshot.jpg

                      1 Reply Last reply Reply Quote 0
                      • A
                        aquapro last edited by

                        Ich hab das mal nachgestellt, weil ich eh einen zweiten BananaPi aufbauen wollte.

                        Selbe Problem hier. Nach der Installation geht noch alles, reboot und dann kommt man nicht mehr in den admin rein. Es kommt kurz das Zahnrad und dann bleibt Seite weiß.

                        Mehrere Rechner und browser versucht. Kein Zugriff.

                        Gruß

                        Tino

                        1 Reply Last reply Reply Quote 0
                        • A
                          aquapro last edited by

                          So, ich hab mir mal die Mühe gemacht und iobroker immer wieder deinstalliert und installier.

                          Es sieht so aus, das https schuld ist.

                          Sobald ich den admin adapter auf https umschalte, geht die Oberfläche zwar noch nach einen strg+f5 via https, aber nach einem reboot kommt nach dem Zahnrad nur eine weiße Seite.

                          Sobald ich folgendes mache:

                          iobroker stop
                          iobroker add admin --enabled --port 8082
                          iobroker start
                          

                          Komme ich zwar nicht via http in port 8082, aber via https in port 8081.

                          system.adapter.admin.0                 : admin       -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          system.adapter.admin.1                 : admin       -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          

                          Nach dem nächsten reboot, komme ich dann in http 8082 rein, aber nicht mehr in https 8081.

                          Ich werd verrückt.

                          Hier mal etwas log:

                          admin-1	2016-01-09 13:07:16	info	Repository received successfully.
                          admin-0	2016-01-09 13:07:15	info	Repository received successfully.
                          host-bananapi	2016-01-09 13:07:04	info	Update repository 'default' under 'conf/sources-dist.json'
                          	2016-01-09 13:07:04	error	at Socket.onevent (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io/lib/socket.js:335:8)
                          	2016-01-09 13:07:04	error	at Socket.emit (events.js:118:17)
                          	2016-01-09 13:07:04	error	at Socket. (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2521:28)
                          	2016-01-09 13:07:04	error	at ObjectsInMemServer.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:542:13)
                          	2016-01-09 13:07:04	error	at checkObjectRights (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:465:18)
                          	2016-01-09 13:07:04	error	at ObjectsInMemServer.getUserGroup (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1301:14)
                          	2016-01-09 13:07:04	error	at ObjectsInMemServer.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2353:23)
                          	2016-01-09 13:07:04	error	at /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1333:18
                          	2016-01-09 13:07:04	error	at ObjectsInMemServer.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2353:23)
                          	2016-01-09 13:07:04	error	at /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1386:78
                          	2016-01-09 13:07:04	error	TypeError: Cannot read property 'create' of undefined
                          admin-1	2016-01-09 13:07:00	info	received all objects
                          admin-1	2016-01-09 13:07:00	info	received all states
                          admin-1	2016-01-09 13:07:00	info	Use link 'http://localhost:8082' to configure.
                          admin-1	2016-01-09 13:07:00	info	http server listening on port 8082
                          admin-1	2016-01-09 13:07:00	info	Request actual repository...
                          admin-1	2016-01-09 13:07:00	info	requesting all objects
                          admin-1	2016-01-09 13:07:00	info	requesting all states
                          admin-1	2016-01-09 13:06:56	info	starting. Version 0.7.2 in /opt/iobroker/node_modules/iobroker.admin
                          admin-0	2016-01-09 13:06:52	info	received all objects
                          admin-0	2016-01-09 13:06:52	info	received all states
                          host-bananapi	2016-01-09 13:06:49	info	Update repository 'default' under 'conf/sources-dist.json'
                          admin-0	2016-01-09 13:06:49	info	Use link 'https://localhost:8081' to configure.
                          admin-0	2016-01-09 13:06:49	info	https server listening on port 8081
                          admin-0	2016-01-09 13:06:49	info	requesting all objects
                          admin-0	2016-01-09 13:06:49	info	requesting all states
                          admin-0	2016-01-09 13:06:49	info	Request actual repository...
                          admin-0	2016-01-09 13:06:48	info	starting. Version 0.7.2 in /opt/iobroker/node_modules/iobroker.admin
                          host-bananapi	2016-01-09 13:06:42	info	instance system.adapter.admin.1 started with pid 570
                          host-bananapi	2016-01-09 13:06:38	info	instance system.adapter.admin.0 started with pid 566
                          host-bananapi	2016-01-09 13:06:38	info	starting 2 instances
                          host-bananapi	2016-01-09 13:06:38	info	2 instances found
                          host-bananapi	2016-01-09 13:06:38	info	InMemoryDB connected
                          inMem-objects	2016-01-09 13:06:37	info	listening on port 9001
                          inMem-states	2016-01-09 13:06:37	info	listening on port 9000
                          host-bananapi	2016-01-09 13:06:37	info	ip addresses: 192.168.178.68 fe80::16:5ff:fec0:ca18
                          host-bananapi	2016-01-09 13:06:37	info	hostname: bananapi
                          host-bananapi	2016-01-09 13:06:37	info	Copyright (c) 2014-2015 bluefox, hobbyquaker
                          host-bananapi	2016-01-09 13:06:37	info	iobroker.js-controller version 0.8.2 js-controller starting
                          host-bananapi	2016-01-09 13:05:37	info	terminated
                          host-bananapi	2016-01-09 13:05:37	warn	stopInstance system.adapter.admin.1 not running
                          host-bananapi	2016-01-09 13:05:37	info	stopInstance system.adapter.admin.1
                          host-bananapi	2016-01-09 13:05:37	warn	stopInstance system.adapter.admin.0 not running
                          host-bananapi	2016-01-09 13:05:37	info	stopInstance system.adapter.admin.0
                          host-bananapi	2016-01-09 13:05:37	info	received SIGTERM
                          host-bananapi	2016-01-09 13:05:36	info	terminated
                          host-bananapi	2016-01-09 13:05:36	info	instance system.adapter.admin.1 terminated with code 0 (OK)
                          host-bananapi	2016-01-09 13:05:36	info	instance system.adapter.admin.0 terminated with code 0 (OK)
                          host-bananapi	2016-01-09 13:05:36	info	stopInstance system.adapter.admin.1 killing pid 675
                          host-bananapi	2016-01-09 13:05:36	info	stopInstance system.adapter.admin.1
                          admin-1	2016-01-09 13:05:36	info	terminating
                          host-bananapi	2016-01-09 13:05:36	info	stopInstance system.adapter.admin.0 killing pid 672
                          host-bananapi	2016-01-09 13:05:36	info	stopInstance system.adapter.admin.0
                          admin-0	2016-01-09 13:05:36	info	terminating
                          admin-1	2016-01-09 13:05:36	info	terminating http server on port 8082
                          host-bananapi	2016-01-09 13:05:36	info	received SIGTERM
                          admin-0	2016-01-09 13:05:36	info	terminating https server on port 8081
                          admin-1	2016-01-09 13:00:44	info	Repository received successfully.
                          admin-0	2016-01-09 13:00:43	info	Repository received successfully.
                          	2016-01-09 13:00:38	error	at Socket.onevent (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io/lib/socket.js:335:8)
                          	2016-01-09 13:00:38	error	at Socket.emit (events.js:118:17)
                          	2016-01-09 13:00:38	error	at Socket. (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2521:28)
                          	2016-01-09 13:00:38	error	at ObjectsInMemServer.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:542:13)
                          	2016-01-09 13:00:38	error	at checkObjectRights (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:465:18)
                          	2016-01-09 13:00:38	error	at ObjectsInMemServer.getUserGroup (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1301:14)
                          	2016-01-09 13:00:38	error	at ObjectsInMemServer.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2353:23)
                          	2016-01-09 13:00:38	error	at /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1333:18
                          	2016-01-09 13:00:38	error	at ObjectsInMemServer.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2353:23)
                          	2016-01-09 13:00:38	error	at /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1386:78
                          	2016-01-09 13:00:38	error	TypeError: Cannot read property 'create' of undefined
                          host-bananapi	2016-01-09 13:00:35	info	Update repository 'default' under 'conf/sources-dist.json'
                          admin-1	2016-01-09 13:00:34	info	received all objects
                          admin-1	2016-01-09 13:00:34	info	received all states
                          admin-1	2016-01-09 13:00:33	info	Use link 'http://localhost:8082' to configure.
                          admin-1	2016-01-09 13:00:33	info	http server listening on port 8082
                          admin-1	2016-01-09 13:00:33	info	Request actual repository...
                          admin-1	2016-01-09 13:00:33	info	requesting all objects
                          admin-1	2016-01-09 13:00:33	info	requesting all states
                          admin-1	2016-01-09 13:00:30	info	starting. Version 0.7.2 in /opt/iobroker/node_modules/iobroker.admin
                          admin-0	2016-01-09 13:00:23	info	received all objects
                          host-bananapi	2016-01-09 13:00:20	info	Update repository 'default' under 'conf/sources-dist.json'
                          admin-0	2016-01-09 13:00:20	info	received all states
                          admin-0	2016-01-09 13:00:19	info	Use link 'https://localhost:8081' to configure.
                          admin-0	2016-01-09 13:00:19	info	https server listening on port 8081
                          admin-0	2016-01-09 13:00:19	info	requesting all objects
                          admin-0	2016-01-09 13:00:19	info	requesting all states
                          admin-0	2016-01-09 13:00:19	info	Request actual repository...
                          admin-0	2016-01-09 13:00:19	info	starting. Version 0.7.2 in /opt/iobroker/node_modules/iobroker.admin
                          
                          

                          Ideen?

                          Gruß

                          Tino

                          1 Reply Last reply Reply Quote 0
                          • A
                            aquapro last edited by

                            Hier noch mal ein sauberes log.

                            13:15 Uhr

                            shutdown -h now
                            
                            

                            13:20 Uhr start des pi

                            13:32 connect via https 8081 geht nicht. Dann sofort via http port 8082, geht.

                            	2016-01-09 13:32:26	error	at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io/lib/socket.js:295:12)
                            	2016-01-09 13:32:26	error	at Socket.onevent (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io/lib/socket.js:335:8)
                            	2016-01-09 13:32:26	error	at Socket.emit (events.js:118:17)
                            	2016-01-09 13:32:26	error	at Socket. (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2521:28)
                            	2016-01-09 13:32:26	error	at ObjectsInMemServer.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:542:13)
                            	2016-01-09 13:32:26	error	at checkObjectRights (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:465:18)
                            	2016-01-09 13:32:26	error	at ObjectsInMemServer.getUserGroup (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1301:14)
                            	2016-01-09 13:32:26	error	at ObjectsInMemServer.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2353:23)
                            	2016-01-09 13:32:26	error	at /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1333:18
                            	2016-01-09 13:32:26	error	at ObjectsInMemServer.getObjectList (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2353:23)
                            	2016-01-09 13:32:26	error	at /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1386:78
                            	2016-01-09 13:32:26	error	TypeError: Cannot read property 'create' of undefined
                            admin-1	2016-01-09 13:22:38	info	Repository received successfully.
                            admin-0	2016-01-09 13:22:36	info	Repository received successfully.
                            host-bananapi	2016-01-09 13:22:29	info	Update repository 'default' under 'conf/sources-dist.json'
                            admin-1	2016-01-09 13:22:28	info	received all objects
                            admin-1	2016-01-09 13:22:28	info	received all states
                            admin-1	2016-01-09 13:22:24	info	Use link 'http://localhost:8082' to configure.
                            admin-1	2016-01-09 13:22:24	info	http server listening on port 8082
                            admin-1	2016-01-09 13:22:24	info	Request actual repository...
                            admin-1	2016-01-09 13:22:24	info	requesting all objects
                            admin-1	2016-01-09 13:22:24	info	requesting all states
                            admin-1	2016-01-09 13:22:23	info	starting. Version 0.7.2 in /opt/iobroker/node_modules/iobroker.admin
                            admin-0	2016-01-09 13:22:16	info	received all objects
                            admin-0	2016-01-09 13:22:13	info	received all states
                            host-bananapi	2016-01-09 13:22:13	info	Update repository 'default' under 'conf/sources-dist.json'
                            admin-0	2016-01-09 13:22:13	info	Use link 'https://localhost:8081' to configure.
                            admin-0	2016-01-09 13:22:13	info	https server listening on port 8081
                            admin-0	2016-01-09 13:22:13	info	requesting all objects
                            admin-0	2016-01-09 13:22:13	info	requesting all states
                            admin-0	2016-01-09 13:22:13	info	Request actual repository...
                            admin-0	2016-01-09 13:22:12	info	starting. Version 0.7.2 in /opt/iobroker/node_modules/iobroker.admin
                            host-bananapi	2016-01-09 13:22:06	info	instance system.adapter.admin.1 started with pid 569
                            host-bananapi	2016-01-09 13:22:02	info	instance system.adapter.admin.0 started with pid 565
                            host-bananapi	2016-01-09 13:22:02	info	starting 2 instances
                            host-bananapi	2016-01-09 13:22:02	info	2 instances found
                            host-bananapi	2016-01-09 13:22:02	info	InMemoryDB connected
                            inMem-objects	2016-01-09 13:22:02	info	listening on port 9001
                            inMem-states	2016-01-09 13:22:01	info	listening on port 9000
                            host-bananapi	2016-01-09 13:22:01	info	ip addresses: 192.168.178.68 fe80::16:5ff:fec0:ca18
                            host-bananapi	2016-01-09 13:22:01	info	hostname: bananapi
                            host-bananapi	2016-01-09 13:22:01	info	Copyright (c) 2014-2015 bluefox, hobbyquaker
                            host-bananapi	2016-01-09 13:22:01	info	iobroker.js-controller version 0.8.2 js-controller starting
                            
                            
                            1 Reply Last reply Reply Quote 0
                            • R
                              ramonh2712 last edited by

                              Hallo zusammen,

                              ich hatte das Problem, dass nach dem Admin-Update nur noch das Zahnrad kam.

                              Daraufhin habe ich wie oben beschrieben folgendes gemacht:

                              cd /opt/iobroker
                              sudo iobroker stop
                              sudo npm install iobroker.js-controller
                              sudo npm install iobroker.admin
                              sudo chmod 777 * -R
                              iobroker start
                              

                              Jetzt funktioniert das Admin wieder, allerdings kann ich keine Adapter mehr installieren. Folgender Fehler steht im Log:

                              iobroker	2016-02-25 11:23:34	info	exit 25
                              iobroker	2016-02-25 11:23:34	error	host.raspberrypi Cannot install iobroker.harmony: 1
                              iobroker	2016-02-25 11:23:34	info	npm ERR! Please include the following file with any support request:npm ERR! /npm-debug.log
                              iobroker	2016-02-25 11:23:34	info	
                              iobroker	2016-02-25 11:23:34	info	npm ERR! Please check if you have git installed and in your PATH.
                              iobroker	2016-02-25 11:23:34	info	npm ERR! This is most likely not a problem with npm itself.
                              iobroker	2016-02-25 11:23:34	info	npm ERR! Failed using git.
                              iobroker	2016-02-25 11:23:34	info	npm ERR!
                              iobroker	2016-02-25 11:23:34	info	npm ERR! not found: git
                              iobroker	2016-02-25 11:23:34	info	npm ERR! code ENOGIT
                              iobroker	2016-02-25 11:23:34	info	npm ERR! npm v2.11.2
                              iobroker	2016-02-25 11:23:34	info	npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.harmony" "--production" "--prefix" "/opt/iobroker"npm ERR! node v0.12.6
                              iobroker	2016-02-25 11:23:34	info	npm ERR! Linux 4.1.13-v7+
                              iobroker	2016-02-25 11:23:33	info	undefinednpm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/Pmant/harmonyhubjs-client.git /root/.npm/_git-remotes/https-github-com-Pmant-harmonyhubjs-client
                              iobroker	2016-02-25 11:23:33	info	ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/Pmant/harmonyhubjs-client.git /root/.npm/_git-remotes/https-github-com-Pmant-harmonyhubjs-client-git-49cda7c8:
                              iobroker	2016-02-25 11:23:33	info	npm
                              iobroker	2016-02-25 11:23:25	info	npm install iobroker.harmony --production --prefix "/opt/iobroker" (System call)
                              iobroker	2016-02-25 11:23:21	info	add harmony
                              

                              Weiss jemand rat?

                              Danke schonmal!
                              2554_opera_momentaufnahme_2019-02-01_153242_192.168.178.24.png

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

                                @ramonh2712:

                                Hallo zusammen,

                                ich hatte das Problem, dass nach dem Admin-Update nur noch das Zahnrad kam.

                                Daraufhin habe ich wie oben beschrieben folgendes gemacht:

                                cd /opt/iobroker
                                sudo iobroker stop
                                sudo npm install iobroker.js-controller
                                sudo npm install iobroker.admin
                                sudo chmod 777 * -R
                                iobroker start
                                

                                Jetzt funktioniert das Admin wieder, allerdings kann ich keine Adapter mehr installieren. Folgender Fehler steht im Log:

                                iobroker	2016-02-25 11:23:34	info	exit 25
                                iobroker	2016-02-25 11:23:34	error	host.raspberrypi Cannot install iobroker.harmony: 1
                                iobroker	2016-02-25 11:23:34	info	npm ERR! Please include the following file with any support request:npm ERR! /npm-debug.log
                                iobroker	2016-02-25 11:23:34	info	
                                iobroker	2016-02-25 11:23:34	info	npm ERR! Please check if you have git installed and in your PATH.
                                iobroker	2016-02-25 11:23:34	info	npm ERR! This is most likely not a problem with npm itself.
                                iobroker	2016-02-25 11:23:34	info	npm ERR! Failed using git.
                                iobroker	2016-02-25 11:23:34	info	npm ERR!
                                iobroker	2016-02-25 11:23:34	info	npm ERR! not found: git
                                iobroker	2016-02-25 11:23:34	info	npm ERR! code ENOGIT
                                iobroker	2016-02-25 11:23:34	info	npm ERR! npm v2.11.2
                                iobroker	2016-02-25 11:23:34	info	npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.harmony" "--production" "--prefix" "/opt/iobroker"npm ERR! node v0.12.6
                                iobroker	2016-02-25 11:23:34	info	npm ERR! Linux 4.1.13-v7+
                                iobroker	2016-02-25 11:23:33	info	undefinednpm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/Pmant/harmonyhubjs-client.git /root/.npm/_git-remotes/https-github-com-Pmant-harmonyhubjs-client
                                iobroker	2016-02-25 11:23:33	info	ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/Pmant/harmonyhubjs-client.git /root/.npm/_git-remotes/https-github-com-Pmant-harmonyhubjs-client-git-49cda7c8:
                                iobroker	2016-02-25 11:23:33	info	npm
                                iobroker	2016-02-25 11:23:25	info	npm install iobroker.harmony --production --prefix "/opt/iobroker" (System call)
                                iobroker	2016-02-25 11:23:21	info	add harmony
                                

                                Weiss jemand rat?

                                Danke schonmal! `
                                Wirklich keine Adapter oder nur Harmonie? Weil Harmonie braucht Git und du hast keins.

                                1 Reply Last reply Reply Quote 0
                                • R
                                  ramonh2712 last edited by

                                  Stimmt.

                                  Nach der git installation lief es…

                                  Danke!

                                  1 Reply Last reply Reply Quote 1
                                  • H
                                    hannes58 @fischi87 last edited by

                                    @fischi87 geht das auch unter windows

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

                                      @hannes58 Hobby-Archäologe? Der Thread ist vier Jahre alt.

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

                                      Support us

                                      ioBroker
                                      Community Adapters
                                      Donate
                                      FAQ Cloud / IOT
                                      HowTo: Node.js-Update
                                      HowTo: Backup/Restore
                                      Downloads
                                      BLOG

                                      588
                                      Online

                                      31.9k
                                      Users

                                      80.1k
                                      Topics

                                      1.3m
                                      Posts

                                      9
                                      22
                                      29360
                                      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