Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Iobroker Problem js controller stürtzt ab

    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

    Iobroker Problem js controller stürtzt ab

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Fritzk last edited by

      @fritzk sagte in Iobroker Problem js controller stürtzt ab:

      Warum weshalb das so ist.....ist mir ein großes Rätsel.

      Das ist so, weil der Prozess abgebrochen wird, wenn der entsprechende user sich ausloggt.
      Deswegen wird sowas auch "anders" gestartet, mittlerweile per systemd. Das ist aber bei dir 'kaputt'.

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

        @fritzk

        systemctl list-units --failed --no-pager
        
        F 1 Reply Last reply Reply Quote 0
        • F
          Fritzk @Thomas Braun last edited by

          @thomas-braun

          proxio@Haupt-IoBroker:/opt/iobroker$ systemctl list-units --failed --no-pager
            UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
          * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
          * networking.service   loaded failed failed Raise network interfaces
          
          LOAD   = Reflects whether the unit definition was properly loaded.
          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
          SUB    = The low-level unit activation state, values depend on unit type.
          2 loaded units listed.
          proxio@Haupt-IoBroker:/opt/iobroker$
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Fritzk last edited by

            @fritzk sagte in Iobroker Problem js controller stürtzt ab:

            networking

            Starte das mal neu

            sudo systemctl restart networking.service
            
            F 1 Reply Last reply Reply Quote 0
            • F
              Fritzk @Thomas Braun last edited by

              @thomas-braun

              proxio@Haupt-IoBroker:/opt/iobroker$ sudo systemctl restart networking.service
              [sudo] password for proxio:
              Job for networking.service failed because the control process exited with error code.
              See "systemctl status networking.service" and "journalctl -xeu networking.service" for details.
              proxio@Haupt-IoBroker:/opt/iobroker$
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Fritzk last edited by

                @fritzk sagte in Iobroker Problem js controller stürtzt ab:

                systemctl status networking.service
                
                F 1 Reply Last reply Reply Quote 0
                • F
                  Fritzk @Thomas Braun last edited by

                  @thomas-braun

                  proxio@Haupt-IoBroker:/opt/iobroker$ systemctl status networking.service
                  x networking.service - Raise network interfaces
                       Loaded: loaded (/lib/systemd/system/networking.service; enabled; preset: enabled)
                       Active: failed (Result: exit-code) since Fri 2023-10-06 21:58:16 CEST; 3min 40s ago
                         Docs: man:interfaces(5)
                      Process: 5671 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
                      Process: 5698 ExecStopPost=/usr/bin/touch /run/network/restart-hotplug (code=exited, status=0/SUCCESS)
                     Main PID: 5671 (code=exited, status=1/FAILURE)
                          CPU: 46ms
                  proxio@Haupt-IoBroker:/opt/iobroker$
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Fritzk last edited by

                    @fritzk
                    Meiner Meinung nach sollte der Service laufen. Aber mit Proxmox kenn ich mich nicht aus.
                    Verabschiede mich dann aus dem Thread.

                    F 1 Reply Last reply Reply Quote 0
                    • F
                      Fritzk @Thomas Braun last edited by

                      @thomas-braun
                      Okay ich danke dir für deine Hilfe. Werde jetzt dann auch mal aufgeben. Ich probier morgen mal eine komplette Neuinstallation. vielleicht och ohne Proxmox

                      1 Reply Last reply Reply Quote 0
                      • O
                        oxident last edited by oxident

                        Möchte mich hier auch mal reinhängen. Prinzipiell läuft meine Installation als Proxmox-Container stressfrei, jedoch wird auch bei mir minütlich (!) das syslog mit folgender Meldung geflutet:

                        Nov 15 17:49:01 iobroker bash[768020]: URIError: URI malformed
                        Nov 15 17:49:01 iobroker bash[768020]:     at decodeURI (<anonymous>)
                        Nov 15 17:49:01 iobroker bash[768020]:     at /opt/iobroker/node_modules/iobroker.web/main.js:1637:31
                        Nov 15 17:49:01 iobroker bash[768020]:     at Layer.handle [as handle_request] (/opt/iobroker/node_modules/express/lib/router/layer.js:95:5)
                        Nov 15 17:49:01 iobroker bash[768020]:     at trim_prefix (/opt/iobroker/node_modules/express/lib/router/index.js:328:13)
                        Nov 15 17:49:01 iobroker bash[768020]:     at /opt/iobroker/node_modules/express/lib/router/index.js:286:9
                        Nov 15 17:49:01 iobroker bash[768020]:     at Function.process_params (/opt/iobroker/node_modules/express/lib/router/index.js:346:12)
                        Nov 15 17:49:01 iobroker bash[768020]:     at next (/opt/iobroker/node_modules/express/lib/router/index.js:280:10)
                        Nov 15 17:49:01 iobroker bash[768020]:     at getSocketIoFile (/opt/iobroker/node_modules/iobroker.web/main.js:1010:9)
                        Nov 15 17:49:01 iobroker bash[768020]:     at /opt/iobroker/node_modules/iobroker.web/main.js:1154:44
                        Nov 15 17:49:01 iobroker bash[768020]:     at Layer.handle [as handle_request] (/opt/iobroker/node_modules/express/lib/router/layer.js:95:5)
                        

                        Im ioBroker sind aber keinerlei Fehlermeldungen zu finden. Wenn ich das richtig interpretiere, dann versucht der Web-Adapter eine URL aufzurufen?

                        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

                        626
                        Online

                        31.9k
                        Users

                        80.1k
                        Topics

                        1.3m
                        Posts

                        4
                        55
                        3327
                        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