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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Nach Update auf Admin 5.8 Startet Biobroker nicht mehr

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    492

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.6k

Nach Update auf Admin 5.8 Startet Biobroker nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
120 Beiträge 7 Kommentatoren 10.5k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M michaelxhoffmann

    @homoran Mit anderen Worten ich habe es ver....?

    crunchipC Abwesend
    crunchipC Abwesend
    crunchip
    Forum Testing Most Active
    schrieb am zuletzt editiert von
    #70

    @michaelxhoffmann nö, noch nicht ganz
    hast du oben erwähnten Befehl ausgeführt?

    umgestiegen von Proxmox auf Unraid

    M 1 Antwort Letzte Antwort
    0
    • crunchipC crunchip

      @michaelxhoffmann nö, noch nicht ganz
      hast du oben erwähnten Befehl ausgeführt?

      M Offline
      M Offline
      michaelxhoffmann
      schrieb am zuletzt editiert von
      #71

      @crunchip Ja

      pi@raspberrypi:/opt/iobroker/node_modules/iobroker.web $ npm install --production
      npm WARN config production Use `--omit=dev` instead.
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      
      added 137 packages, and audited 139 packages in 1m
      
      10 packages are looking for funding
        run `npm fund` for details
      
      3 moderate severity vulnerabilities
      
      To address all issues (including breaking changes), run:
        npm audit fix --force
      
      Run `npm audit` for details.
      
      

      Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

      crunchipC 1 Antwort Letzte Antwort
      0
      • M michaelxhoffmann

        @crunchip Ja

        pi@raspberrypi:/opt/iobroker/node_modules/iobroker.web $ npm install --production
        npm WARN config production Use `--omit=dev` instead.
        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
        
        added 137 packages, and audited 139 packages in 1m
        
        10 packages are looking for funding
          run `npm fund` for details
        
        3 moderate severity vulnerabilities
        
        To address all issues (including breaking changes), run:
          npm audit fix --force
        
        Run `npm audit` for details.
        
        
        crunchipC Abwesend
        crunchipC Abwesend
        crunchip
        Forum Testing Most Active
        schrieb am zuletzt editiert von crunchip
        #72

        @michaelxhoffmann ok, dann nochmal im selben Verzeichnis
        npm install --omit=dev

        anschließend

        cd /opt/iobroker/node_modules/iobroker.socketio
        npm install --omit=dev
        

        umgestiegen von Proxmox auf Unraid

        M 1 Antwort Letzte Antwort
        0
        • crunchipC crunchip

          @michaelxhoffmann ok, dann nochmal im selben Verzeichnis
          npm install --omit=dev

          anschließend

          cd /opt/iobroker/node_modules/iobroker.socketio
          npm install --omit=dev
          
          M Offline
          M Offline
          michaelxhoffmann
          schrieb am zuletzt editiert von michaelxhoffmann
          #73

          @crunchip
          Jo gemacht:

          pi@raspberrypi:/opt/iobroker/node_modules/iobroker.web $ npm install --omit=dev
          
          up to date, audited 139 packages in 5s
          
          10 packages are looking for funding
            run `npm fund` for details
          
          3 moderate severity vulnerabilities
          
          To address all issues (including breaking changes), run:
            npm audit fix --force
          
          Run `npm audit` for details.
          
          
          pi@raspberrypi:/opt/iobroker/node_modules/iobroker.socketio $ npm install --omit=dev
          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
          
          added 62 packages, and audited 64 packages in 28s
          
          3 packages are looking for funding
            run `npm fund` for details
          
          1 moderate severity vulnerability
          
          To address all issues (including breaking changes), run:
            npm audit fix --force
          
          Run `npm audit` for details.
          
          

          Socketio immer noch rot :(

          Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

          crunchipC 1 Antwort Letzte Antwort
          0
          • M michaelxhoffmann

            @crunchip
            Jo gemacht:

            pi@raspberrypi:/opt/iobroker/node_modules/iobroker.web $ npm install --omit=dev
            
            up to date, audited 139 packages in 5s
            
            10 packages are looking for funding
              run `npm fund` for details
            
            3 moderate severity vulnerabilities
            
            To address all issues (including breaking changes), run:
              npm audit fix --force
            
            Run `npm audit` for details.
            
            
            pi@raspberrypi:/opt/iobroker/node_modules/iobroker.socketio $ npm install --omit=dev
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            
            added 62 packages, and audited 64 packages in 28s
            
            3 packages are looking for funding
              run `npm fund` for details
            
            1 moderate severity vulnerability
            
            To address all issues (including breaking changes), run:
              npm audit fix --force
            
            Run `npm audit` for details.
            
            

            Socketio immer noch rot :(

            crunchipC Abwesend
            crunchipC Abwesend
            crunchip
            Forum Testing Most Active
            schrieb am zuletzt editiert von crunchip
            #74

            @michaelxhoffmann ok, sollten dann jetzt wieder laufen

            eventuell auch mal

            sudo reboot
            

            umgestiegen von Proxmox auf Unraid

            M 1 Antwort Letzte Antwort
            0
            • crunchipC crunchip

              @michaelxhoffmann ok, sollten dann jetzt wieder laufen

              eventuell auch mal

              sudo reboot
              
              M Offline
              M Offline
              michaelxhoffmann
              schrieb am zuletzt editiert von michaelxhoffmann
              #75

              @crunchip nope :( Instanz bleibt rot

              Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

              HomoranH 1 Antwort Letzte Antwort
              0
              • M michaelxhoffmann

                @crunchip nope :( Instanz bleibt rot

                HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von
                #76

                @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

                @crunchip nope :( Adapter bleibt rot

                und was steht im log?????

                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                M 1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

                  @crunchip nope :( Adapter bleibt rot

                  und was steht im log?????

                  M Offline
                  M Offline
                  michaelxhoffmann
                  schrieb am zuletzt editiert von michaelxhoffmann
                  #77

                  @homoran ```

                  host.raspberrypi
                  2023-08-31 14:10:03.959	info	object deleted system.adapter.socketio.0
                  host.raspberrypi
                  2023-08-31 14:10:00.888	info	iobroker host.raspberrypi Counted 3 states (system.adapter.socketio.0.*) from states
                  host.raspberrypi
                  2023-08-31 14:10:00.751	info	iobroker host.raspberrypi Counted 2 states (io.socketio.0.*) from states
                  host.raspberrypi
                  2023-08-31 14:10:00.711	info	iobroker host.raspberrypi Counted 14 states of system.adapter.socketio.0
                  host.raspberrypi
                  2023-08-31 14:10:00.641	info	iobroker host.raspberrypi Counted 2 states of socketio.0
                  host.raspberrypi
                  2023-08-31 14:10:00.571	info	iobroker host.raspberrypi Counted 1 channels of socketio.0
                  host.raspberrypi
                  2023-08-31 14:10:00.442	info	iobroker host.raspberrypi Counted 1 instances of socketio.0
                  host.raspberrypi
                  2023-08-31 14:10:00.003	info	iobroker Delete instance "socketio.0"
                  host.raspberrypi
                  2023-08-31 14:09:54.509	info	iobroker del socketio.0
                  host.raspberrypi
                  2023-08-31 14:09:08.373	info	system.adapter.socketio.0 will be rebuilt
                  host.raspberrypi
                  2023-08-31 14:09:08.373	info	Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards.
                  host.raspberrypi
                  2023-08-31 14:09:08.373	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  host.raspberrypi
                  2023-08-31 14:09:08.372	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                  host.raspberrypi
                  2023-08-31 14:09:08.371	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                  host.raspberrypi
                  2023-08-31 14:09:08.370	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                  host.raspberrypi
                  2023-08-31 14:09:04.753	info	instance system.adapter.socketio.0 started with pid 1994
                  
                  jarvis.0
                  2023-08-31 14:09:02.390	info	Connection: WebSocket opened on port 8400 using http...
                  
                  

                  Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                  crunchipC HomoranH 3 Antworten Letzte Antwort
                  0
                  • M michaelxhoffmann

                    @homoran ```

                    host.raspberrypi
                    2023-08-31 14:10:03.959	info	object deleted system.adapter.socketio.0
                    host.raspberrypi
                    2023-08-31 14:10:00.888	info	iobroker host.raspberrypi Counted 3 states (system.adapter.socketio.0.*) from states
                    host.raspberrypi
                    2023-08-31 14:10:00.751	info	iobroker host.raspberrypi Counted 2 states (io.socketio.0.*) from states
                    host.raspberrypi
                    2023-08-31 14:10:00.711	info	iobroker host.raspberrypi Counted 14 states of system.adapter.socketio.0
                    host.raspberrypi
                    2023-08-31 14:10:00.641	info	iobroker host.raspberrypi Counted 2 states of socketio.0
                    host.raspberrypi
                    2023-08-31 14:10:00.571	info	iobroker host.raspberrypi Counted 1 channels of socketio.0
                    host.raspberrypi
                    2023-08-31 14:10:00.442	info	iobroker host.raspberrypi Counted 1 instances of socketio.0
                    host.raspberrypi
                    2023-08-31 14:10:00.003	info	iobroker Delete instance "socketio.0"
                    host.raspberrypi
                    2023-08-31 14:09:54.509	info	iobroker del socketio.0
                    host.raspberrypi
                    2023-08-31 14:09:08.373	info	system.adapter.socketio.0 will be rebuilt
                    host.raspberrypi
                    2023-08-31 14:09:08.373	info	Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards.
                    host.raspberrypi
                    2023-08-31 14:09:08.373	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    host.raspberrypi
                    2023-08-31 14:09:08.372	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                    host.raspberrypi
                    2023-08-31 14:09:08.371	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                    host.raspberrypi
                    2023-08-31 14:09:08.370	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                    host.raspberrypi
                    2023-08-31 14:09:04.753	info	instance system.adapter.socketio.0 started with pid 1994
                    
                    jarvis.0
                    2023-08-31 14:09:02.390	info	Connection: WebSocket opened on port 8400 using http...
                    
                    
                    crunchipC Abwesend
                    crunchipC Abwesend
                    crunchip
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von
                    #78

                    @michaelxhoffmann nur socketio und web funktioniert jetzt?

                    umgestiegen von Proxmox auf Unraid

                    M 1 Antwort Letzte Antwort
                    0
                    • M michaelxhoffmann

                      @homoran ```

                      host.raspberrypi
                      2023-08-31 14:10:03.959	info	object deleted system.adapter.socketio.0
                      host.raspberrypi
                      2023-08-31 14:10:00.888	info	iobroker host.raspberrypi Counted 3 states (system.adapter.socketio.0.*) from states
                      host.raspberrypi
                      2023-08-31 14:10:00.751	info	iobroker host.raspberrypi Counted 2 states (io.socketio.0.*) from states
                      host.raspberrypi
                      2023-08-31 14:10:00.711	info	iobroker host.raspberrypi Counted 14 states of system.adapter.socketio.0
                      host.raspberrypi
                      2023-08-31 14:10:00.641	info	iobroker host.raspberrypi Counted 2 states of socketio.0
                      host.raspberrypi
                      2023-08-31 14:10:00.571	info	iobroker host.raspberrypi Counted 1 channels of socketio.0
                      host.raspberrypi
                      2023-08-31 14:10:00.442	info	iobroker host.raspberrypi Counted 1 instances of socketio.0
                      host.raspberrypi
                      2023-08-31 14:10:00.003	info	iobroker Delete instance "socketio.0"
                      host.raspberrypi
                      2023-08-31 14:09:54.509	info	iobroker del socketio.0
                      host.raspberrypi
                      2023-08-31 14:09:08.373	info	system.adapter.socketio.0 will be rebuilt
                      host.raspberrypi
                      2023-08-31 14:09:08.373	info	Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards.
                      host.raspberrypi
                      2023-08-31 14:09:08.373	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                      host.raspberrypi
                      2023-08-31 14:09:08.372	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                      host.raspberrypi
                      2023-08-31 14:09:08.371	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                      host.raspberrypi
                      2023-08-31 14:09:08.370	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                      host.raspberrypi
                      2023-08-31 14:09:04.753	info	instance system.adapter.socketio.0 started with pid 1994
                      
                      jarvis.0
                      2023-08-31 14:09:02.390	info	Connection: WebSocket opened on port 8400 using http...
                      
                      
                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von Homoran
                      #79

                      @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

                      Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards

                      ok!
                      warten.

                      @crunchip
                      aber wieso noch ein rebuild?
                      von anderer Node-Version steht jetzt ichts mehr drin

                      EDIT:
                      Das ist doch das log vor dem löschen (??) des Adapters

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Antwort Letzte Antwort
                      0
                      • crunchipC crunchip

                        @michaelxhoffmann nur socketio und web funktioniert jetzt?

                        M Offline
                        M Offline
                        michaelxhoffmann
                        schrieb am zuletzt editiert von
                        #80

                        @crunchip Nein web funktioniert auch nicht

                        Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                        1 Antwort Letzte Antwort
                        0
                        • M michaelxhoffmann

                          @homoran ```

                          host.raspberrypi
                          2023-08-31 14:10:03.959	info	object deleted system.adapter.socketio.0
                          host.raspberrypi
                          2023-08-31 14:10:00.888	info	iobroker host.raspberrypi Counted 3 states (system.adapter.socketio.0.*) from states
                          host.raspberrypi
                          2023-08-31 14:10:00.751	info	iobroker host.raspberrypi Counted 2 states (io.socketio.0.*) from states
                          host.raspberrypi
                          2023-08-31 14:10:00.711	info	iobroker host.raspberrypi Counted 14 states of system.adapter.socketio.0
                          host.raspberrypi
                          2023-08-31 14:10:00.641	info	iobroker host.raspberrypi Counted 2 states of socketio.0
                          host.raspberrypi
                          2023-08-31 14:10:00.571	info	iobroker host.raspberrypi Counted 1 channels of socketio.0
                          host.raspberrypi
                          2023-08-31 14:10:00.442	info	iobroker host.raspberrypi Counted 1 instances of socketio.0
                          host.raspberrypi
                          2023-08-31 14:10:00.003	info	iobroker Delete instance "socketio.0"
                          host.raspberrypi
                          2023-08-31 14:09:54.509	info	iobroker del socketio.0
                          host.raspberrypi
                          2023-08-31 14:09:08.373	info	system.adapter.socketio.0 will be rebuilt
                          host.raspberrypi
                          2023-08-31 14:09:08.373	info	Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards.
                          host.raspberrypi
                          2023-08-31 14:09:08.373	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                          host.raspberrypi
                          2023-08-31 14:09:08.372	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                          host.raspberrypi
                          2023-08-31 14:09:08.371	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                          host.raspberrypi
                          2023-08-31 14:09:08.370	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                          host.raspberrypi
                          2023-08-31 14:09:04.753	info	instance system.adapter.socketio.0 started with pid 1994
                          
                          jarvis.0
                          2023-08-31 14:09:02.390	info	Connection: WebSocket opened on port 8400 using http...
                          
                          
                          crunchipC Abwesend
                          crunchipC Abwesend
                          crunchip
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von crunchip
                          #81

                          @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

                          iobroker del socketio.0

                          ?
                          ist dass das log nach dem reboot?
                          edit
                          @Homoran hab dein edit gesehen

                          umgestiegen von Proxmox auf Unraid

                          M 1 Antwort Letzte Antwort
                          0
                          • crunchipC crunchip

                            @michaelxhoffmann sagte in Nach Update auf Admin 5.8 Startet Biobroker nicht mehr:

                            iobroker del socketio.0

                            ?
                            ist dass das log nach dem reboot?
                            edit
                            @Homoran hab dein edit gesehen

                            M Offline
                            M Offline
                            michaelxhoffmann
                            schrieb am zuletzt editiert von
                            #82

                            @crunchip Ich habe in der letzten halben stunde diverse male neu gebootet. Sicherheitshalber boote ich jetzt noch mal neu und logge neu

                            Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                            crunchipC 1 Antwort Letzte Antwort
                            0
                            • M michaelxhoffmann

                              @crunchip Ich habe in der letzten halben stunde diverse male neu gebootet. Sicherheitshalber boote ich jetzt noch mal neu und logge neu

                              crunchipC Abwesend
                              crunchipC Abwesend
                              crunchip
                              Forum Testing Most Active
                              schrieb am zuletzt editiert von crunchip
                              #83

                              @michaelxhoffmann warte mal mit dem reboot
                              mach noch zuvor ein

                              sudo -u iobroker npm cache clean --force
                              

                              und dann reboot
                              anschliessend log von web und socketio

                              umgestiegen von Proxmox auf Unraid

                              M 1 Antwort Letzte Antwort
                              0
                              • crunchipC crunchip

                                @michaelxhoffmann warte mal mit dem reboot
                                mach noch zuvor ein

                                sudo -u iobroker npm cache clean --force
                                

                                und dann reboot
                                anschliessend log von web und socketio

                                M Offline
                                M Offline
                                michaelxhoffmann
                                schrieb am zuletzt editiert von
                                #84

                                @crunchip :) zu spät ich mache einfach noch mal ein reboot. das übt

                                Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                                crunchipC 1 Antwort Letzte Antwort
                                0
                                • M michaelxhoffmann

                                  @crunchip :) zu spät ich mache einfach noch mal ein reboot. das übt

                                  crunchipC Abwesend
                                  crunchipC Abwesend
                                  crunchip
                                  Forum Testing Most Active
                                  schrieb am zuletzt editiert von
                                  #85

                                  @michaelxhoffmann ok
                                  dann zeig die Logausgabe

                                  umgestiegen von Proxmox auf Unraid

                                  1 Antwort Letzte Antwort
                                  0
                                  • M Offline
                                    M Offline
                                    michaelxhoffmann
                                    schrieb am zuletzt editiert von
                                    #86
                                    spberrypi
                                    2023-08-31 14:32:54.203	info	system.adapter.web.0 will be rebuilt (Args: {"path":"/opt/iobroker/node_modules","module":"iobroker.js-controller","version":"5.0.12"})
                                    host.raspberrypi
                                    2023-08-31 14:32:54.202	info	Adapter system.adapter.web.0 needs rebuild of iobroker.js-controller and will be restarted afterwards.
                                    host.raspberrypi
                                    2023-08-31 14:32:54.202	error	instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                    host.raspberrypi
                                    2023-08-31 14:32:54.202	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.web/main.js' ]
                                    host.raspberrypi
                                    2023-08-31 14:32:54.201	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.web/main.js:10:21)
                                    host.raspberrypi
                                    2023-08-31 14:32:54.200	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
                                    host.raspberrypi
                                    2023-08-31 14:32:51.934	info	instance system.adapter.web.0 started with pid 3561
                                    
                                    jarvis.0
                                    2023-08-31 14:31:13.899	info	Connection: WebSocket opened on port 8400 using http...
                                    
                                    lovelace.0
                                    2023-08-31 14:30:38.444	warn	Information for Developer: Using the direct "Let's encrypt" module import is deprecated and will be removed in the next js-controller version, use @iobroker/webserver instead
                                    host.raspberrypi
                                    2023-08-31 14:30:07.863	warn	adapter "web" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt
                                    host.raspberrypi
                                    2023-08-31 14:30:07.861	info	system.adapter.web.0 will be rebuilt
                                    host.raspberrypi
                                    2023-08-31 14:30:07.861	info	Adapter system.adapter.web.0 needs rebuild and will be restarted afterwards.
                                    host.raspberrypi
                                    2023-08-31 14:30:07.861	error	instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                    host.raspberrypi
                                    2023-08-31 14:30:07.860	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.web/main.js' ]
                                    host.raspberrypi
                                    2023-08-31 14:30:07.859	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.web/main.js:10:21)
                                    host.raspberrypi
                                    2023-08-31 14:30:07.859	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
                                    
                                    jarvis.0
                                    2023-08-31 14:31:13.899	info	Connection: WebSocket opened on port 8400 using http...
                                    host.raspberrypi
                                    2023-08-31 14:30:28.465	info	system.adapter.socketio.0 will be rebuilt
                                    host.raspberrypi
                                    2023-08-31 14:30:28.464	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                    host.raspberrypi
                                    2023-08-31 14:30:28.463	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                                    host.raspberrypi
                                    2023-08-31 14:30:28.464	info	Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards.
                                    host.raspberrypi
                                    2023-08-31 14:30:28.462	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                                    host.raspberrypi
                                    2023-08-31 14:30:28.461	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                                    host.raspberrypi
                                    2023-08-31 14:32:53.816	warn	adapter "socketio" seems to be installed for a different version of Node.js. Trying to rebuild it... 2 attempt
                                    host.raspberrypi
                                    2023-08-31 14:32:53.815	info	system.adapter.socketio.0 will be rebuilt (Args: {"path":"/opt/iobroker/node_modules","module":"iobroker.js-controller","version":"5.0.12"})
                                    host.raspberrypi
                                    2023-08-31 14:32:53.815	info	Adapter system.adapter.socketio.0 needs rebuild of iobroker.js-controller and will be restarted afterwards.
                                    host.raspberrypi
                                    2023-08-31 14:32:53.815	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                    host.raspberrypi
                                    2023-08-31 14:32:53.814	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                                    host.raspberrypi
                                    2023-08-31 14:32:53.813	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                                    host.raspberrypi
                                    2023-08-31 14:32:53.813	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                                    host.raspberrypi
                                    2023-08-31 14:32:51.985	info	instance system.adapter.socketio.0 started with pid 3567
                                    
                                    jarvis.0
                                    2023-08-31 14:31:13.899	info	Connection: WebSocket opened on port 8400 using http...
                                    host.raspberrypi
                                    2023-08-31 14:30:28.465	info	system.adapter.socketio.0 will be rebuilt
                                    host.raspberrypi
                                    2023-08-31 14:30:28.464	info	Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards.
                                    host.raspberrypi
                                    2023-08-31 14:30:28.464	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                    host.raspberrypi
                                    2023-08-31 14:30:28.463	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                                    host.raspberrypi
                                    2023-08-31 14:30:28.462	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                                    host.raspberrypi
                                    2023-08-31 14:30:28.461	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                                    host.raspberrypi
                                    2023-08-31 14:30:24.252	info	instance system.adapter.socketio.0 started with pid 1643
                                    

                                    Homematic CCU2 - Raspberry Pi 4 - IOS (siri) - Amazon Echo 3rd Gen.

                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • M michaelxhoffmann
                                      spberrypi
                                      2023-08-31 14:32:54.203	info	system.adapter.web.0 will be rebuilt (Args: {"path":"/opt/iobroker/node_modules","module":"iobroker.js-controller","version":"5.0.12"})
                                      host.raspberrypi
                                      2023-08-31 14:32:54.202	info	Adapter system.adapter.web.0 needs rebuild of iobroker.js-controller and will be restarted afterwards.
                                      host.raspberrypi
                                      2023-08-31 14:32:54.202	error	instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                      host.raspberrypi
                                      2023-08-31 14:32:54.202	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.web/main.js' ]
                                      host.raspberrypi
                                      2023-08-31 14:32:54.201	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.web/main.js:10:21)
                                      host.raspberrypi
                                      2023-08-31 14:32:54.200	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
                                      host.raspberrypi
                                      2023-08-31 14:32:51.934	info	instance system.adapter.web.0 started with pid 3561
                                      
                                      jarvis.0
                                      2023-08-31 14:31:13.899	info	Connection: WebSocket opened on port 8400 using http...
                                      
                                      lovelace.0
                                      2023-08-31 14:30:38.444	warn	Information for Developer: Using the direct "Let's encrypt" module import is deprecated and will be removed in the next js-controller version, use @iobroker/webserver instead
                                      host.raspberrypi
                                      2023-08-31 14:30:07.863	warn	adapter "web" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt
                                      host.raspberrypi
                                      2023-08-31 14:30:07.861	info	system.adapter.web.0 will be rebuilt
                                      host.raspberrypi
                                      2023-08-31 14:30:07.861	info	Adapter system.adapter.web.0 needs rebuild and will be restarted afterwards.
                                      host.raspberrypi
                                      2023-08-31 14:30:07.861	error	instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                      host.raspberrypi
                                      2023-08-31 14:30:07.860	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.web/main.js' ]
                                      host.raspberrypi
                                      2023-08-31 14:30:07.859	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.web/main.js:10:21)
                                      host.raspberrypi
                                      2023-08-31 14:30:07.859	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
                                      
                                      jarvis.0
                                      2023-08-31 14:31:13.899	info	Connection: WebSocket opened on port 8400 using http...
                                      host.raspberrypi
                                      2023-08-31 14:30:28.465	info	system.adapter.socketio.0 will be rebuilt
                                      host.raspberrypi
                                      2023-08-31 14:30:28.464	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                      host.raspberrypi
                                      2023-08-31 14:30:28.463	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                                      host.raspberrypi
                                      2023-08-31 14:30:28.464	info	Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards.
                                      host.raspberrypi
                                      2023-08-31 14:30:28.462	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                                      host.raspberrypi
                                      2023-08-31 14:30:28.461	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                                      host.raspberrypi
                                      2023-08-31 14:32:53.816	warn	adapter "socketio" seems to be installed for a different version of Node.js. Trying to rebuild it... 2 attempt
                                      host.raspberrypi
                                      2023-08-31 14:32:53.815	info	system.adapter.socketio.0 will be rebuilt (Args: {"path":"/opt/iobroker/node_modules","module":"iobroker.js-controller","version":"5.0.12"})
                                      host.raspberrypi
                                      2023-08-31 14:32:53.815	info	Adapter system.adapter.socketio.0 needs rebuild of iobroker.js-controller and will be restarted afterwards.
                                      host.raspberrypi
                                      2023-08-31 14:32:53.815	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                      host.raspberrypi
                                      2023-08-31 14:32:53.814	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                                      host.raspberrypi
                                      2023-08-31 14:32:53.813	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                                      host.raspberrypi
                                      2023-08-31 14:32:53.813	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                                      host.raspberrypi
                                      2023-08-31 14:32:51.985	info	instance system.adapter.socketio.0 started with pid 3567
                                      
                                      jarvis.0
                                      2023-08-31 14:31:13.899	info	Connection: WebSocket opened on port 8400 using http...
                                      host.raspberrypi
                                      2023-08-31 14:30:28.465	info	system.adapter.socketio.0 will be rebuilt
                                      host.raspberrypi
                                      2023-08-31 14:30:28.464	info	Adapter system.adapter.socketio.0 needs rebuild and will be restarted afterwards.
                                      host.raspberrypi
                                      2023-08-31 14:30:28.464	error	instance system.adapter.socketio.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                      host.raspberrypi
                                      2023-08-31 14:30:28.463	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.socketio/main.js' ]
                                      host.raspberrypi
                                      2023-08-31 14:30:28.462	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/main.js:9:21)
                                      host.raspberrypi
                                      2023-08-31 14:30:28.461	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.socketio/main.js
                                      host.raspberrypi
                                      2023-08-31 14:30:24.252	info	instance system.adapter.socketio.0 started with pid 1643
                                      
                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von Homoran
                                      #87

                                      @michaelxhoffmann wieso springt die Zeit im 2. log? (zeile 16 -> 14)
                                      Ansonsten scheinen beide Adapter gerade neu gebaut zu werden.

                                      Also etwas warten

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      crunchipC 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @michaelxhoffmann wieso springt die Zeit im 2. log? (zeile 16 -> 14)
                                        Ansonsten scheinen beide Adapter gerade neu gebaut zu werden.

                                        Also etwas warten

                                        crunchipC Abwesend
                                        crunchipC Abwesend
                                        crunchip
                                        Forum Testing Most Active
                                        schrieb am zuletzt editiert von
                                        #88

                                        @homoran glaub da springt nix, das hat er zusammenkopiert, daher auch ne leerzeile(31)

                                        umgestiegen von Proxmox auf Unraid

                                        HomoranH 1 Antwort Letzte Antwort
                                        0
                                        • crunchipC crunchip

                                          @homoran glaub da springt nix, das hat er zusammenkopiert, daher auch ne leerzeile(31)

                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #89

                                          @crunchip oder der ntp schlägt nach dem reboot verzögert zu

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          M 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          517

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe