Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. iobroker läuft nicht mehr

    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 läuft nicht mehr

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

      @emi-0

      Dann kannst du auch mal schauen, was oder wer da auf das File zugreift.

      sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
      
      E 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Emi 0 last edited by

        @emi-0 sagte in iobroker läuft nicht mehr:

        micros02@smartmeter:~

        ist das ein Multihost-System?

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • E
          Emi 0 @Thomas Braun last edited by

          @thomas-braun

          
          micros02@smartmeter:~ $ iobroker -v
          4.0.21
          micros02@smartmeter:~ $ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
          COMMAND  PID     USER   FD   TYPE DEVICE  SIZE/OFF   NODE NAME
          node    2388 iobroker   19u   REG  179,2 120034159 268535 /opt/iobroker/iobroker-data/objects.jsonl
          micros02@smartmeter:~ $
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Emi 0 last edited by

            @emi-0

            Versuch mal

            iob update
            iob upgrade
            
            E 1 Reply Last reply Reply Quote 0
            • E
              Emi 0 @Thomas Braun last edited by

              @thomas-braun said in iobroker läuft nicht mehr:

              iob update

              micros02@smartmeter:~ $ iob update
              No connection to databases possible ...
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Emi 0 last edited by

                @emi-0

                ps auxww|grep io
                
                E 1 Reply Last reply Reply Quote 0
                • E
                  Emi 0 @Thomas Braun last edited by

                  @thomas-braun ```

                  micros02@smartmeter:~ $ ps auxww|grep io
                  root        34  0.0  0.0      0     0 ?        I<   11:06   0:00 [blkcg_punt_bio]
                  root        36  0.0  0.0      0     0 ?        I<   11:06   0:00 [rpciod]
                  root        38  0.0  0.0      0     0 ?        I<   11:06   0:00 [xprtiod]
                  root        40  0.0  0.0      0     0 ?        I<   11:06   0:00 [nfsiod]
                  root        44  0.0  0.0      0     0 ?        I<   11:06   0:00 [DWC Notificatio]
                  message+   249  0.0  0.7   7688  3496 ?        Ss   11:07   0:03 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                  iobroker  2963 99.8 20.0 210548 88088 ?        Rsl  12:29   0:28 iobroker.js-controller
                  micros02  2978  0.0  0.4   7436  2028 pts/0    S+   12:30   0:00 grep --color=auto io
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Emi 0 last edited by

                    @emi-0 sagte in iobroker läuft nicht mehr:

                    2963

                    sudo kill 2963
                    
                    E 1 Reply Last reply Reply Quote 0
                    • E
                      Emi 0 @Thomas Braun last edited by

                      @thomas-braun

                      micros02@smartmeter:~ $ sudo kill 2963
                      kill: (2963): No such process
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Emi 0 last edited by

                        @emi-0

                        systemctl status iobroker.service
                        
                        E 1 Reply Last reply Reply Quote 0
                        • E
                          Emi 0 @Thomas Braun last edited by

                          @thomas-braun said in iobroker läuft nicht mehr:

                          systemctl status iobroker.service

                          micros02@smartmeter:~ $ systemctl status iobroker.service
                          ● iobroker.service - ioBroker Server
                               Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor preset: enabled)
                               Active: activating (auto-restart) (Result: exit-code) since Wed 2022-04-27 12:44:50 CEST; 1s ago
                                 Docs: http://iobroker.net
                              Process: 3329 ExecStart=/usr/bin/bash -c ${NODE} /opt/iobroker/node_modules/iobroker.js-controller/controller.j>
                             Main PID: 3329 (code=exited, status=1/FAILURE)
                                  CPU: 44.948s
                          
                          Apr 27 12:44:53 smartmeter systemd[1]: iobroker.service: Scheduled restart job, restart counter is at 82.
                          Apr 27 12:44:53 smartmeter systemd[1]: Stopped ioBroker Server.
                          Apr 27 12:44:53 smartmeter systemd[1]: iobroker.service: Consumed 44.948s CPU time.
                          Apr 27 12:44:53 smartmeter systemd[1]: Started ioBroker Server.
                          lines 1-12/12 (END)
                          
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Emi 0 last edited by

                            @emi-0

                            sudo systemctl stop iobroker
                            
                            E 1 Reply Last reply Reply Quote 0
                            • E
                              Emi 0 @Thomas Braun last edited by

                              @thomas-braun

                              micros02@smartmeter:~ $ sudo systemctl stop iobroker
                              micros02@smartmeter:~ $
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Emi 0 last edited by

                                @emi-0

                                Dann schau nochmal, was da läuft:

                                ps auxww|grep io
                                

                                Wenn da keine iobroker-Prozesse mehr zu sehen sind:

                                iobroker update
                                iobroker upgrade
                                
                                E 1 Reply Last reply Reply Quote 0
                                • E
                                  Emi 0 @Thomas Braun last edited by

                                  @thomas-braun

                                  Das funktioniert irgendwie nicht 😢

                                  micros02@smartmeter:~ $ ps auxww|grep io
                                  root        34  0.0  0.0      0     0 ?        I<   11:06   0:00 [blkcg_punt_bio]
                                  root        36  0.0  0.0      0     0 ?        I<   11:06   0:00 [rpciod]
                                  root        38  0.0  0.0      0     0 ?        I<   11:06   0:00 [xprtiod]
                                  root        40  0.0  0.0      0     0 ?        I<   11:06   0:00 [nfsiod]
                                  root        44  0.0  0.0      0     0 ?        I<   11:06   0:00 [DWC Notificatio]
                                  message+   249  0.0  0.7   7688  3324 ?        Ss   11:07   0:05 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                                  micros02  4485  0.0  0.4   7436  1944 pts/0    S+   13:39   0:00 grep --color=auto io
                                  micros02@smartmeter:~ $ iobroker update
                                  No connection to databases possible ...
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Homoran last edited by

                                    @Emi-0

                                    Du hast die Frage noch nicht beantwortet:

                                    @homoran sagte in iobroker läuft nicht mehr:

                                    ist das ein Multihost-System?

                                    E 1 Reply Last reply Reply Quote 0
                                    • E
                                      Emi 0 @Thomas Braun last edited by

                                      @thomas-braun

                                      sorry, die Frage ist bei mir untergegangen.
                                      Nein, es ist nur ein raspi, der den Stromverbrauch misst.

                                      Thomas Braun 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Emi 0 last edited by Thomas Braun

                                        @emi-0

                                        Prüf mal die nodeJS-Installation:

                                        sudo ln -s /usr/bin/node /usr/bin/nodejs
                                        which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                        
                                        E 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Emi 0 last edited by

                                          @emi-0
                                          Wenn nodejs in Version 14 sauber installiert ist:

                                          cd /opt/iobroker 
                                          sudo -H -u iobroker npm install iobroker.js-controller
                                          
                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            Emi 0 @Thomas Braun last edited by Emi 0

                                            @thomas-braun

                                            micros02@smartmeter:~ $ cd /opt/iobroker
                                            micros02@smartmeter:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                                            
                                            removed 82 packages in 1m
                                            
                                            38 packages are looking for funding
                                              run `npm fund` for details
                                            micros02@smartmeter:/opt/iobroker $
                                            
                                            

                                            soll ich iobroker nochmal starten?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            501
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            87
                                            4031
                                            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