Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Iobroker Admin lässt sich nicht öffnen

    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 Admin lässt sich nicht öffnen

    This topic has been deleted. Only users with topic management privileges can see it.
    • Meister Mopper
      Meister Mopper @haselchen last edited by

      @haselchen sagte in Iobroker Admin lässt sich nicht öffnen:

      lässt dann bei den Helfenden schon mal die Augen rollen.

      Ist in meinem ureigenen Tagesgeschäft die Regel 😀

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

        @horido

        Habe es schon auf deine angepasst :

        iobroker stop
        cd /opt/iobroker/iobroker-data/
        mv objects.json objects.json.old
        mv states.json states.json.old
        cd backup-objects/
        gunzip -ck 2021-12-24_05-04_objects.json.gz > /opt/iobroker/iobroker-data/objects.json
        gunzip -ck 2021-12-24_04-29_states.json.gz > /opt/iobroker/iobroker-data/states.json
        iobroker start
        
        1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @horido last edited by

          @horido sagte in Iobroker Admin lässt sich nicht öffnen:

          -rw-rwxr--+ 1 iobroker iobroker 1,8M 25. Dez 17:35 2021-12-25_17-35_objects.json.gz -rw-rwxr--+ 1 iobroker iobroker 1,1K 25. Dez 17:37 2021-12-25_17-37_objects.json.gz

          hier sehe ich einen Sprung von 1.1kByte auf 1,8 MByte

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

            @horido sagte in Iobroker Admin lässt sich nicht öffnen:

            dass meine Dateien nicht wirklich "auffällig" sind, so wie in dem How-to beschrieben.

            Also einen Schwund von 1,8Mb auf 1,1Kb finde ich schon auffällig.

            1 Reply Last reply Reply Quote 0
            • H
              horido @haselchen last edited by

              Ah ok, da ist mir das K zu dem M durch die Lappen gegangen.

              1 Reply Last reply Reply Quote 0
              • H
                horido last edited by

                @glasfaser ich habe deine Befehle genau so durchprobiert, jedoch kann ich den Admin immer noch nicht erreichen.

                Glasfaser 1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @horido last edited by

                  @horido

                  iobroker status
                  iobroker list instances
                  
                  H 1 Reply Last reply Reply Quote 0
                  • H
                    horido @Glasfaser last edited by horido

                    @glasfaser

                    internal/modules/cjs/loader.js:905
                      throw err;
                      ^
                    
                    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
                        at Function.Module._load (internal/modules/cjs/loader.js:746:27)
                        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
                        at internal/main/run_main_module.js:17:47 {
                      code: 'MODULE_NOT_FOUND',
                      requireStack: []
                    }
                    
                    
                    internal/modules/cjs/loader.js:905
                      throw err;
                      ^
                    
                    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
                        at Function.Module._load (internal/modules/cjs/loader.js:746:27)
                        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
                        at internal/main/run_main_module.js:17:47 {
                      code: 'MODULE_NOT_FOUND',
                      requireStack: []
                    }
                    
                    
                    Glasfaser 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @horido last edited by

                      @horido

                      cd /opt/iobroker
                      iobroker stop
                      sudo -H -u iobroker npm install iobroker.js-controller
                      iobroker restart
                      
                      H 1 Reply Last reply Reply Quote 1
                      • H
                        horido @Glasfaser last edited by

                        @glasfaser vielen Dank, es läuft wieder!

                        Glasfaser Homoran 2 Replies Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @horido last edited by

                          @horido

                          Zeige mal

                          who
                          
                          1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @horido last edited by

                            @horido und jetzt verrätst du uns bitte, was du als letztes gemacht hattest bevor es zu dem Problem kam

                            1 Reply Last reply Reply Quote 0
                            • H
                              horido last edited by

                              Also das who bringt folgende Meldung:

                              iobroker [command]
                              
                              Commands:
                                iobroker setup                                               Setup ioBroker
                                iobroker start                                               Starts the js-con troller
                                iobroker stop                                                stops the js-cont roller
                                iobroker restart                                             Restarts js-contr oller
                                iobroker debug <adapter>[.<instance>]                        Starts a Node.js  debugging session for the adapter instance
                                iobroker info                                                Shows the host in fo
                                iobroker logs [<adapter>]                                    Monitor log
                                iobroker add <adapter> [desiredNumber]                       Add instance of a dapter
                                iobroker install <adapter>                                   Installs a specif ied adapter
                                iobroker rebuild <adapter>|self                              Rebuilds a specif ied adapter
                                iobroker url <url> [<name>]                                  Install adapter f rom specified url, e.g. GitHub
                                iobroker del <adapter>                                       Remove adapter fr om system
                                iobroker del <adapter>.<instance>                            Remove adapter in stance
                                iobroker update [<repositoryUrl>]                            Update repository  and list adapters
                                iobroker upgrade                                             Upgrade managemen t
                                iobroker upload                                              Upload management
                                iobroker object                                              Object management
                                iobroker state                                               State management
                                iobroker message <adapter>[.instance] <command> [<message>]  Send message to a dapter instance/s
                                iobroker list <type> [<filter>]                              List all entries,  like objects
                                iobroker chmod <mode> <file>                                 Change file right s
                                iobroker chown <user> <group> <file>                         Change file owner ship
                                iobroker touch <file>                                        Touch file
                                iobroker rm <file>                                           Remove file
                                iobroker file                                                File management
                                iobroker user                                                User commands
                                iobroker group                                               group management
                                iobroker host <hostname>                                     Set host to given  hostname
                                iobroker set <adapter>.<instance>                            Change settings o f adapter config
                                iobroker license <license.file or license.text>              Update license by  given file
                                iobroker cert                                                Certificate manag ement
                                iobroker clean <yes>                                         Clears all object s and states
                                iobroker backup                                              Create backup
                                iobroker restore <backup name or path>                       Restore a specifi ed backup
                                iobroker validate <backup name or path>                      Validate a specif ied backup
                                iobroker status [all|<adapter>.<instance>]                   Status of ioBroke r or adapter instance
                                iobroker repo [<name>]                                       Show repo informa tion
                                iobroker uuid                                                Show uuid of the  installation
                                iobroker unsetup                                             Reset license, in stallation secret and language
                                iobroker fix                                                 Execute the insta llation fixer script, this updates your ioBroker installation
                                iobroker multihost                                           Multihost managem ent
                                iobroker compact                                             compact group man agement
                                iobroker plugin                                              Plugin management
                                iobroker version [<adapter>]                                 Show version of j s-controller or specified adapter
                              
                              Options:
                                    --help     Show help  [boolean]
                                -v, --version  Show version  [boolean]
                              
                              

                              @Homoran : Ich habe eigentlich nichts weiter gemacht, wollte eigentlich eben mal reinschauen und das System warten und kam leider nicht mehr drauf, daraufhin hatte ich das erst versucht den Admin-Adapter neu zu insatllieren/ wollte eine neue Instanz erstellt und das funktionierte nicht.

                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @horido last edited by

                                @horido sagte in Iobroker Admin lässt sich nicht öffnen:

                                Also das who bringt folgende Meldung:

                                das sieht so aus als ob du iobroker who eingegeben hättest.

                                Daher bitte immer die gesamte Ein- und Ausgaben posten

                                H Glasfaser 2 Replies Last reply Reply Quote 0
                                • H
                                  horido @Homoran last edited by

                                  @homoran ja iob who

                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @horido last edited by

                                    @horido

                                    nur :

                                    who
                                    
                                    H 1 Reply Last reply Reply Quote 0
                                    • H
                                      horido @Glasfaser last edited by

                                      @glasfaser nur who ergibt pi pts/0 2021-12-25 19:27 (192.168.178.99)

                                      crunchip 1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @horido last edited by

                                        @horido sagte in Iobroker Admin lässt sich nicht öffnen:

                                        19:27

                                        da stimmt deine zeit aber nicht

                                        1 Reply Last reply Reply Quote 0
                                        • Glasfaser
                                          Glasfaser @Homoran last edited by

                                          @horido

                                          @homoran sagte in Iobroker Admin lässt sich nicht öffnen:
                                          Daher bitte immer die gesamte Ein- und Ausgaben posten

                                          Nur so am Rande ...
                                          es hilft uns , das du hier alles zeigst und nicht nur eine Teil.

                                          Da du nicht alles zeigen willst , wollte ich schauen ob du als root unterwegs bist .

                                          H crunchip 2 Replies Last reply Reply Quote 0
                                          • H
                                            horido @Glasfaser last edited by

                                            Ach so, nein ich bin als user pi unterwegs, wie du ja siehst.
                                            Nächstes Mal werde ich die Befehlsblöcke mitsenden

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            561
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            46
                                            1970
                                            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