Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. GELÖST Objects database error: connect ECONNREFUSED

    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 Objects database error: connect ECONNREFUSED

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

      @zakuma

      iobroker start admin
      
      Z 1 Reply Last reply Reply Quote 0
      • Z
        zakuma @Thomas Braun last edited by

        @thomas-braun

        
        pi@Pi4:~ $ iobroker start admin
        pi@Pi4:~ $ iobroker status
        iobroker is not running on this host.
        
        
        Objects type: file
        States  type: file
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @zakuma last edited by Thomas Braun

          @zakuma
          Merkwürdig.
          Hau den

          iobroker fix
          

          mal über das System.

          Wenn das nicht funktioniert mal

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

            @thomas-braun said in Objects database error: connect ECONNREFUSED 127.0.0.1:9001:

            iobroker fix

            iobroker fix
            

            HALLELUJA!

            pi@Pi4:~ $ iobroker fix
            library: loaded
            Library version=2021-04-07
            
            ==========================================================================
            
                Welcome to the ioBroker installation fixer!
                Script version: 2021-04-07
            
                You might need to enter your password a couple of times.
            
            ==========================================================================
            
            
            ==========================================================================
                Installing prerequisites (1/3)
            ==========================================================================
            
            Get:1 file:/var/cache/openmediavault/archives  InRelease
            Ign:1 file:/var/cache/openmediavault/archives  InRelease
            Get:2 file:/var/cache/openmediavault/archives  Release
            Ign:2 file:/var/cache/openmediavault/archives  Release
            Get:3 file:/var/cache/openmediavault/archives  Packages
            Ign:3 file:/var/cache/openmediavault/archives  Packages
            Get:4 file:/var/cache/openmediavault/archives  Translation-en
            Ign:4 file:/var/cache/openmediavault/archives  Translation-en
            Get:3 file:/var/cache/openmediavault/archives  Packages
            Ign:3 file:/var/cache/openmediavault/archives  Packages
            Get:4 file:/var/cache/openmediavault/archives  Translation-en
            Ign:4 file:/var/cache/openmediavault/archives  Translation-en
            Get:3 file:/var/cache/openmediavault/archives  Packages
            Ign:3 file:/var/cache/openmediavault/archives  Packages
            Get:4 file:/var/cache/openmediavault/archives  Translation-en
            Ign:4 file:/var/cache/openmediavault/archives  Translation-en
            Get:3 file:/var/cache/openmediavault/archives  Packages
            Ign:3 file:/var/cache/openmediavault/archives  Packages
            Get:4 file:/var/cache/openmediavault/archives  Translation-en
            Ign:4 file:/var/cache/openmediavault/archives  Translation-en
            Get:3 file:/var/cache/openmediavault/archives  Packages
            Ign:3 file:/var/cache/openmediavault/archives  Packages
            Get:4 file:/var/cache/openmediavault/archives  Translation-en
            Ign:4 file:/var/cache/openmediavault/archives  Translation-en
            Get:3 file:/var/cache/openmediavault/archives  Packages
            Ign:3 file:/var/cache/openmediavault/archives  Packages
            Get:4 file:/var/cache/openmediavault/archives  Translation-en
            Ign:4 file:/var/cache/openmediavault/archives  Translation-en
            Get:3 file:/var/cache/openmediavault/archives  Packages
            Get:4 file:/var/cache/openmediavault/archives  Translation-en
            Ign:4 file:/var/cache/openmediavault/archives  Translation-en
            Hit:5 http://deb.debian.org/debian buster InRelease
            Hit:6 http://deb.debian.org/debian-security buster/updates InRelease
            Hit:7 http://deb.debian.org/debian buster-updates InRelease
            Ign:8 http://ftp.nl.debian.org/debian stretch InRelease
            Hit:9 http://httpredir.debian.org/debian buster-backports InRelease
            Hit:10 http://security.debian.org/debian-security buster/updates InRelease
            Hit:11 http://packages.openmediavault.org/public usul InRelease
            Hit:12 http://archive.raspberrypi.org/debian buster InRelease
            Hit:13 http://ftp.nl.debian.org/debian stretch Release
            Get:14 https://download.docker.com/linux/debian buster InRelease [44.4 kB]
            Ign:15 https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 InRelease
            Hit:16 https://deb.nodesource.com/node_12.x buster InRelease
            Hit:17 https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 Release
            Hit:18 https://openmediavault-plugin-developers.github.io/packages/debian usul InRelease
            Hit:19 https://openmediavault.github.io/packages usul InRelease
            Get:20 https://openmediavault-plugin-developers.github.io/packages/debian usul-extras InRelease [3918 B]
            Fetched 48.3 kB in 5s (9688 B/s)
            Reading package lists... Done
            Installed gcc-c++
            
            ==========================================================================
                Checking ioBroker user and directory permissions (2/3)
            ==========================================================================
            
            Created /etc/sudoers.d/iobroker
            Fixing directory permissions...
            
            ==========================================================================
                Checking autostart (3/3)
            ==========================================================================
            
            Enabling autostart...
            Autostart enabled!
            
            ==========================================================================
            
                Your installation was fixed successfully
                Run iobroker start to start ioBroker again!
            
            ==========================================================================
            
            pi@Pi4:~ $ iobroker start
            pi@Pi4:~ $ iobroker status
            iobroker is running on this host.
            
            
            Objects type: file
            States  type: file
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @zakuma last edited by Thomas Braun

              @zakuma

              Du fährst da aber auch einen brandgefährlichen Mix aus Paketquellen, die nicht zusammenpassen!
              stretch, buster, xenial, backports usw.
              Da prognostiziere ich langanhaltenden Trouble. Dringendst aufräumen!

              Z 1 Reply Last reply Reply Quote 0
              • Z
                zakuma @Thomas Braun last edited by zakuma

                @thomas-braun Ja hab schon ein neues Problem mit einem Slave

                
                pi@Pi3:~ $ iobroker start
                pi@Pi3:~ $ iobroker status
                No connection to databases possible ...
                
                

                Soll ich dafür ein neuen Thread eröffnen?

                Wie was genau soll ich aufräumen?

                OMV wollte ich schon mit allem runter schmeißen, da ich es aktuell nicht Nutze. Leider hab ich kein Befehl hierzu gefunden.

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

                  @zakuma

                  Bitte führe 2x

                  sudo apt update
                  

                  durch, die Ausgabe des zweiten Laufs bitte hier posten.
                  Zusammen mit der Ausgabe von

                  lsb_release -a
                  

                  OMV wollte ich schon mit allem runter schmeißen, da ich es aktuell nicht Nutze. Leider hab ich kein Befehl hierzu gefunden.

                  Wie ist es denn auf das System gekommen?

                  1 Reply Last reply Reply Quote 0
                  • E
                    exitus @zakuma last edited by

                    @zakuma wie hast du das Problem gelöst habe das gleiche problem

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

                      @exitus

                      habe das gleiche problem

                      Vermutlich nicht. Oder fährst du da auch so'n wirren Gemischtwarenladen bei den Paketquellen?
                      Mach einen eigenen Thread auf.

                      Glasfaser 1 Reply Last reply Reply Quote 1
                      • Glasfaser
                        Glasfaser @Thomas Braun last edited by Glasfaser

                        @thomas-braun sagte in GELÖST Objects database error: connect ECONNREFUSED:

                        Mach einen eigenen Thread auf.

                        Nee .... sollte hier weitermachen

                        https://forum.iobroker.net/topic/50075/hilfe-iobroker-startet-nicht

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        857
                        Online

                        31.8k
                        Users

                        79.9k
                        Topics

                        1.3m
                        Posts

                        4
                        13
                        8958
                        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