Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. io Broker startet 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

    io Broker startet nicht mehr

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

      @thomas-braun

      wenn ich nur "iob diag" eingebe im Terminal kommt

      (-bash: iob: command not found)

      Gruß

      Codierknecht 1 Reply Last reply Reply Quote 0
      • Codierknecht
        Codierknecht Developer Most Active @MrNight last edited by

        @mrnight
        iobroker diag tut's?

        Wie alt ist denn Deine Installation?

        M 1 Reply Last reply Reply Quote 0
        • M
          MrNight @Codierknecht last edited by

          @codierknecht sagte in io Broker startet nicht mehr:

          iobroker diag
          MAX11905:~ MAX$ ./iobroker diag

          iobroker [command]

          Commands:
          iobroker setup Setup ioBroker
          iobroker start [all|<adapter>.<instance>|<adapter>] Starts the js-controller or a specified adapter instance or all instances of an adapter
          iobroker stop [<adapter>.<instance>|<adapter>] stops the js-controller or a specified adapter instance or all instances of an adapter
          iobroker restart [<adapter>.<instance>|<adapter>] Restarts js-controller or a specified adapter instance or all instances of an adapter [aliases: r]
          iobroker debug <adapter>[.<instance>] Starts a Node.js debugging session for the adapter instance
          iobroker info Shows the host info
          iobroker logs [<adapter>] Monitor log
          iobroker add <adapter> [desiredNumber] Add instance of adapter [aliases: a]
          iobroker install <adapter> Installs a specified adapter [aliases: i]
          iobroker rebuild [<module>] Rebuild all native modules or path
          iobroker url <url> [<name>] Install adapter from specified url, e.g. GitHub, if a package name is provided instead of an url, it will be installed from npm
          iobroker del <adapter> Remove adapter and all instances from this host [aliases: delete]
          iobroker del <adapter>.<instance> Remove adapter instance [aliases: delete]
          iobroker update [<repositoryUrl>] Update repository and list adapters
          iobroker upgrade Upgrade management
          iobroker upload [all|<adapter>] Upload management [aliases: u]
          iobroker object Object management [aliases: o]
          iobroker state State management [aliases: s]
          iobroker message <adapter>[.instance] <command> [<message>] Send message to adapter instance/s
          iobroker list <type> [<filter>] List all entries, like objects
          iobroker chmod <mode> <file> Change file rights
          iobroker chown <user> <group> <file> Change file ownership
          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 of adapter config
          iobroker license <license.file or license.text> Update license by given file
          iobroker cert Certificate management
          iobroker clean <yes> Clears all objects and states
          iobroker backup Create backup
          iobroker restore <backup name or path> Restore a specified backup
          iobroker validate <backup name or path> Validate a specified backup
          iobroker status [all|<adapter>.<instance>] Status of ioBroker or adapter instance [aliases: isrun]
          iobroker repo Show repo information
          iobroker uuid Show uuid of the installation [aliases: id]
          iobroker unsetup Reset license, installation secret and language
          iobroker fix Execute the installation fixer script, this updates your ioBroker installation
          iobroker nodejs-update [<major-version>] Upgrade the Node.JS installation to the current LTS
          iobroker multihost Multihost management
          iobroker compact compact group management
          iobroker plugin Plugin management
          iobroker vendor <passphrase> [<vendor.json>] Update the vendor information using given passphrase
          iobroker version [<adapter>] Show version of js-controller or specified adapter [aliases: v]

          Options:
          --help Show help [boolean]
          MAX11905:~ MAX$
          MAX11905:~ MAX$

          die installation ist schon ne zeit her...mehre Jahre

          Und danke allgemein für eure Hilfe.

          Gruß

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

            @mrnight

            Unter Linux richtet sich das alles ein, wenn man den

            iob fix
            

            ausführt. Ob und wie das unter MacOS funktioniert kann ich aber nicht sagen.

            M 1 Reply Last reply Reply Quote 0
            • M
              MrNight @Thomas Braun last edited by MrNight

              @thomas-braun @Codierknecht

              node:internal/modules/cjs/loader:1228
              throw err;
              ^

              Error: Cannot find module '/Users/MAX/node_modules/iobroker.js-controller/lib/setup'
              Require stack:

              • /Users/MAX/iob
                at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
                at Module._load (node:internal/modules/cjs/loader:1051:27)
                at Module.require (node:internal/modules/cjs/loader:1311:19)
                at require (node:internal/modules/helpers:179:18)
                at Object.<anonymous> (/Users/MAX/iob:2:1)
                at Module._compile (node:internal/modules/cjs/loader:1469:14)
                at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
                at Module.load (node:internal/modules/cjs/loader:1288:32)
                at Module._load (node:internal/modules/cjs/loader:1104:12)
                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
                code: 'MODULE_NOT_FOUND',
                requireStack: [ '/Users/MAX/iob' ]
                }

              Node.js v20.18.2

              das kommt dann...

              1 Reply Last reply Reply Quote 0
              • Samson71
                Samson71 Global Moderator last edited by

                @mrnight
                Bitte setze Protokolle und Logs in Code-Tags </>.
                Lang genug bist Du dabei und solltest das kennen.

                1 Reply Last reply Reply Quote 1
                • M
                  MrNight last edited by MrNight

                  @Codierknecht @Thomas-Braun

                  code_text
                  

                  iobroker fix

                  Execute the installation fixer script, this updates your ioBroker installation

                  Options:
                  --help Show help [boolean]

                  Das kommt bei iobroker update:

                  code_text
                  Used repository: beta
                  Adapter    "admin"        : 7.4.19   , installed 5.4.9  [Updatable]
                  Adapter    "alexa2"       : 3.26.7   , installed 3.19.7 [Updatable]
                  Adapter    "backitup"     : 3.0.31   , installed 2.4.12 [Updatable]
                  Adapter    "cloud"        : 5.0.1    , installed 4.2.2  [Updatable]
                  Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                  Adapter    "email"        : 1.3.1    , installed 1.1.3  [Updatable]
                  Adapter    "harmony"      : 1.5.0    , installed 1.2.2  [Updatable]
                  Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                  Adapter    "hm-rpc"       : 2.0.2    , installed 1.15.15 [Updatable]
                  Adapter    "hmip"         : 1.26.5   , installed 1.20.0 [Updatable]
                  Adapter    "hue"          : 3.14.1   , installed 3.14.1
                  Adapter    "iot"          : 3.4.5    , installed 3.4.5
                  Adapter    "javascript"   : 8.9.1    , installed 6.0.1  [Updatable]
                  Controller "js-controller": 7.0.6    , installed 7.0.6
                  Adapter    "musiccast"    : 1.1.4    , installed 1.1.4
                  Adapter    "owntracks"    : 1.1.0    , installed 1.0.3  [Updatable]
                  Adapter    "pushover"     : 4.1.0    , installed 2.1.0  [Updatable]
                  Adapter    "sayit"        : 5.0.0    , installed 1.12.6 [Updatable]
                  Adapter    "scenes"       : 4.0.1    , installed 4.0.1
                  Adapter    "simple-api"   : 2.8.0    , installed 2.7.1  [Updatable]
                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                  Adapter    "telegram"     : 4.0.0    , installed 1.14.1 [Updatable]
                  Adapter    "text2command" : 3.0.3    , installed 3.0.3
                  Adapter    "vis"          : 1.5.6    , installed 1.4.15 [Updatable]
                  Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                  Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                  Adapter    "web"          : 6.3.1    , installed 3.4.16 [Updatable]
                  Adapter    "yahka"        : 1.0.9    , installed 0.11.0 [Updatable]
                  Homoran 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @MrNight last edited by Homoran

                    @mrnight sagte in io Broker startet nicht mehr:

                    Das kommt bei iobroker update:

                    ernsthaft?
                    soooo alte Versionen?
                    und dann node so neu?
                    das passt nicht.

                    bring mal alles auf Stand

                    ich weiß nicht ob der fixer aus meiner Signatur besser läuft.
                    probiers mal

                    Codierknecht M 2 Replies Last reply Reply Quote 0
                    • Codierknecht
                      Codierknecht Developer Most Active @Homoran last edited by

                      @homoran sagte in io Broker startet nicht mehr:

                      bring mal alles auf Stand

                      Das ist so alt und verstrubbelt, da würde wohl eher 'ne Neuinstallation Sinn machen 😉

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

                        @homoran

                        Hallo,
                        das system ist die ganze zeit vernünftig gelaufen.

                        1. wie kann ich das nun auf Stand bringen?
                          2.wie funktioniert das mit deinem Installationsfixer?

                        Gruß

                        Homoran ? W 4 Replies Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @MrNight last edited by

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @MrNight last edited by Homoran

                            @mrnight stell erst mal das Repo auf stable
                            dann machst du nochmsl iob update

                            M 1 Reply Last reply Reply Quote 0
                            • ?
                              A Former User @MrNight last edited by

                              @mrnight sagte in io Broker startet nicht mehr:

                              @homoran

                              Hallo,
                              das system ist die ganze zeit vernünftig gelaufen.

                              trotzdem alle 4 Wochen updates machen. Normalerweise haette da der grosse schwarze Boxhandschuh aus'm Monitor kommen muessen.. 🙂

                              Dein Betriebssystem muss doch auch updates bekommen...

                              M 1 Reply Last reply Reply Quote 1
                              • M
                                MrNight @Homoran last edited by

                                @homoran

                                wie kann ich das auf Repo auf stable setzen? wenn ich doch nicht mehr auf die Oberfläche komme?
                                Bitte nicht schlagen.😞

                                Homoran 2 Replies Last reply Reply Quote 0
                                • M
                                  MrNight @Guest last edited by MrNight

                                  @ilovegym

                                  ja da der Mac mini nur für IObroker im Einsatz ist ..... und ich nicht Updates machen wollte vom Mac und dann was nicht mehr Kompatibel ist.... habe ich es gelassen. 🙄

                                  Nun ist der Rechner auch auf den neusten Stand. Nochmals passiert das mir nicht.

                                  Gruß

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

                                    @mrnight 🤷‍♂️

                                    irgendwas wie iob repo set stable

                                    mach mal erst ein iob repo show

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

                                      @mrnight Nach etwas wühlen im Forum

                                      iob repo list
                                      iob repo unset UNGEWÜNSCHTES_REPO
                                      iob repo set GEWÜNSCHTES_REPO
                                      

                                      Der erste Befehl zeigt dir von dir vergebenen Namen der Repos an
                                      der nächste deaktiviert das aktuelle, müsste bei dir beta heissen.
                                      der letzte aktiviert dann das, was stable sein müsste

                                      M 1 Reply Last reply Reply Quote 0
                                      • ?
                                        A Former User @MrNight last edited by

                                        @mrnight ok, alles gut.. das naechste Mal weisste bescheid.. ist immer hinterher mehr arbeit, was altes up to daten als alle eck mal rum zu schauen.. 🙂
                                        Beim Mac sowieso wieder n Thema.. ganz speziell..

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

                                          @Homoran
                                          @homoran

                                          So sieht es nun aus.

                                          MAX11905:~ MAX$ ./iobroker repo set 0
                                          Repository "stable" set as active.
                                          

                                          Nun habe ich versucht zb. den Admin adapter mit

                                          ./iobroker upgrade admin

                                          die Adapter einzeln zu Updaten

                                          max11905:~ max$ ./iobroker upgrade admin 
                                          
                                          This upgrade of "admin" will at least introduce the following changes:
                                          ==========================================================================
                                          -> 7.4.10:
                                          Corrected JSON-Config tables
                                          Corrected translation on the update adapter dialog
                                          
                                          -> 7.4.8:
                                          Show latest/stable labels by updating/downgrading of adapters
                                          Corrected selection of chinese language
                                          
                                          -> 7.4.7:
                                          Corrected the rendering of custom JSON config components
                                          Corrected the news dialog for multi-line messages
                                          
                                          -> 7.4.4:
                                          Showed value in object edit dialog
                                          
                                          -> 7.4.3:
                                          Changed information box on the hosts tab
                                          Corrected some errors in JsonConfig library
                                          Added flag expertMode to hide JSON config controls for non-experts
                                          Corrected cloud icon for admin
                                          Added old dialog names to adapter-react-v5 again
                                          
                                          -> 7.4.2:
                                          Made improvement for JSONConfig components
                                          Added clear button to text area JSON config component
                                          
                                          -> 7.4.1:
                                          Made improvement for JSONConfig components
                                          ==========================================================================
                                          
                                          BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                          Would you like to upgrade admin from @5.4.9 to @7.4.10 now? [(y)es, (n)o]: 
                                          

                                          wenn ich dann auf "Y" startet er auch den Installationsprozess .

                                          Nur wenn ich dann "iobroker Update" mache. Kommt wieder das die Version 5.4.9 Installiert ist .😞

                                          Homoran 1 Reply Last reply Reply Quote 0
                                          • W
                                            warp735 @MrNight last edited by

                                            @mrnight sagte in io Broker startet nicht mehr:

                                            das system ist die ganze zeit vernünftig gelaufen.

                                            Und dann fällt dir auf einmal ein: "Heute qualm ich mal n Update rein, oder was?!"

                                            Samson71 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

                                            424
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            59
                                            2182
                                            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