Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. io Broker startet nicht mehr

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    709

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

io Broker startet nicht mehr

Scheduled Pinned Locked Moved ioBroker Allgemein
59 Posts 7 Posters 6.3k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • HomoranH Homoran

    @mrnight sagte in io Broker startet nicht mehr:

    Cannot find module

    bist du inzwischen zurück auf node v20 incl. einem rebuild der module?

    M Offline
    M Offline
    MrNight
    wrote on last edited by
    #11

    @homoran
    bin auf die die Node Seite gegangen und dann die Version 20.18.2 gegangen. Und habe das installiert.
    Was ist mit (Rebuild der Module) gemeint. Entschuldige weiß nicht genau was gemeint ist.

    Thomas BraunT 1 Reply Last reply
    0
    • M MrNight

      @homoran
      bin auf die die Node Seite gegangen und dann die Version 20.18.2 gegangen. Und habe das installiert.
      Was ist mit (Rebuild der Module) gemeint. Entschuldige weiß nicht genau was gemeint ist.

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #12

      @mrnight sagte in io Broker startet nicht mehr:

      Was ist mit (Rebuild der Module) gemeint.

      Eine neue Version von nodejs bedingt, das die Module gegen diese Version neugebaut werden müssen. Das läuft in der Regel aber bei dem dann fälligen Neustart des ioBrokers automatisch im Hintergrund ab.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MrNight
        wrote on last edited by
        #13

        @thomas-braun sagte in io Broker startet nicht mehr:

        iob diag
        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 spuckt er nun aktuell raus bei ./iob diag

        Gruß

        Thomas BraunT 1 Reply Last reply
        0
        • M MrNight

          @thomas-braun sagte in io Broker startet nicht mehr:

          iob diag
          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 spuckt er nun aktuell raus bei ./iob diag

          Gruß

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #14

          @mrnight sagte in io Broker startet nicht mehr:

          das spuckt er nun aktuell raus bei ./iob diag

          Das muss aber auch auf einem Mac dann anders aussehen.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          M 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @mrnight sagte in io Broker startet nicht mehr:

            das spuckt er nun aktuell raus bei ./iob diag

            Das muss aber auch auf einem Mac dann anders aussehen.

            M Offline
            M Offline
            MrNight
            wrote on last edited by
            #15

            @thomas-braun

            wenn ich nur "iob diag" eingebe im Terminal kommt

            (-bash: iob: command not found)

            Gruß

            CodierknechtC 1 Reply Last reply
            0
            • M MrNight

              @thomas-braun

              wenn ich nur "iob diag" eingebe im Terminal kommt

              (-bash: iob: command not found)

              Gruß

              CodierknechtC Offline
              CodierknechtC Offline
              Codierknecht
              Developer Most Active
              wrote on last edited by
              #16

              @mrnight
              iobroker diag tut's?

              Wie alt ist denn Deine Installation?

              "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

              Proxmox 9.1.1 LXC|8 GB|Core i7-6700
              HmIP|ZigBee|Tasmota|Unifi
              Zabbix Certified Specialist
              Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

              M 1 Reply Last reply
              0
              • CodierknechtC Codierknecht

                @mrnight
                iobroker diag tut's?

                Wie alt ist denn Deine Installation?

                M Offline
                M Offline
                MrNight
                wrote on last edited by
                #17

                @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 BraunT 1 Reply Last reply
                0
                • M MrNight

                  @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 BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #18

                  @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.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  M 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @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 Offline
                    M Offline
                    MrNight
                    wrote on last edited by MrNight
                    #19

                    @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
                    0
                    • Samson71S Offline
                      Samson71S Offline
                      Samson71
                      Global Moderator
                      wrote on last edited by
                      #20

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

                      Markus

                      Bitte beachten:
                      Hinweise für gute Forenbeiträge
                      Maßnahmen zum Schutz des Forums

                      1 Reply Last reply
                      1
                      • M Offline
                        M Offline
                        MrNight
                        wrote on last edited by MrNight
                        #21

                        @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]
                        HomoranH 1 Reply Last reply
                        0
                        • M 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]
                          HomoranH Do not disturb
                          HomoranH Do not disturb
                          Homoran
                          Global Moderator Administrators
                          wrote on last edited by Homoran
                          #22

                          @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

                          CodierknechtC M 2 Replies Last reply
                          0
                          • HomoranH 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

                            CodierknechtC Offline
                            CodierknechtC Offline
                            Codierknecht
                            Developer Most Active
                            wrote on last edited by
                            #23

                            @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 ;-)

                            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                            HmIP|ZigBee|Tasmota|Unifi
                            Zabbix Certified Specialist
                            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                            1 Reply Last reply
                            0
                            • HomoranH 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

                              M Offline
                              M Offline
                              MrNight
                              wrote on last edited by
                              #24

                              @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ß

                              HomoranH ? W 4 Replies Last reply
                              0
                              • M MrNight

                                @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ß

                                HomoranH Do not disturb
                                HomoranH Do not disturb
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #25
                                This post is deleted!
                                1 Reply Last reply
                                0
                                • M MrNight

                                  @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ß

                                  HomoranH Do not disturb
                                  HomoranH Do not disturb
                                  Homoran
                                  Global Moderator Administrators
                                  wrote on last edited by Homoran
                                  #26

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

                                  M 1 Reply Last reply
                                  0
                                  • M MrNight

                                    @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ß

                                    ? Offline
                                    ? Offline
                                    A Former User
                                    wrote on last edited by
                                    #27

                                    @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
                                    1
                                    • HomoranH Homoran

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

                                      M Offline
                                      M Offline
                                      MrNight
                                      wrote on last edited by
                                      #28

                                      @homoran

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

                                      HomoranH 2 Replies Last reply
                                      0
                                      • ? A Former User

                                        @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 Offline
                                        M Offline
                                        MrNight
                                        wrote on last edited by MrNight
                                        #29

                                        @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
                                        0
                                        • M MrNight

                                          @homoran

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

                                          HomoranH Do not disturb
                                          HomoranH Do not disturb
                                          Homoran
                                          Global Moderator Administrators
                                          wrote on last edited by
                                          #30

                                          @mrnight :man-shrugging:

                                          irgendwas wie iob repo set stable

                                          mach mal erst ein iob repo show

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          545

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe