Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioB träge und Absturz bei Skripten & Datenpunkten / macOS

    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

    ioB träge und Absturz bei Skripten & Datenpunkten / macOS

    This topic has been deleted. Only users with topic management privileges can see it.
    • wendy2702
      wendy2702 @mac89muc last edited by

      @mac89muc Gibt es auf dem mac kein iobroker log und kein "System" log ?

      1 Reply Last reply Reply Quote 0
      • DJMarc75
        DJMarc75 @mac89muc last edited by

        @mac89muc das kann auch ein (oder einige) Skript sein welches "Amok" läuft, evtl durch unendliche Schleifen oder unendlich startende Timouts/Intervallen. Da würde ich mal suchen - Skripte deaktivieren und "Brockenweise" aktivieren und beobachten.

        Albert K 1 Reply Last reply Reply Quote 0
        • Albert K
          Albert K @DJMarc75 last edited by

          @djmarc75

          Guter Vorschlag. Das hatte ich am Anfang auch Mal. Ein schlecht geschriebenes Script hat mir meinen Raspi komplett ausgebremst.

          mac89muc 1 Reply Last reply Reply Quote 0
          • mac89muc
            mac89muc @Albert K last edited by mac89muc

            @albert-k @DJMarc75 @Homoran

            Vielen Dank für den Tipp, versuche ich noch mal. Aber müsste dann nicht rein von der Logik her der ioBroker jedes Mal wenn das entsprechende Script getriggert wird in die Knie gehen und nicht nur dann, wenn ich mich über die Weboberfläche auf den ioBroker einwähle und Datenpunkte bzw. Scripte ändere.

            Lasse ich den ioBroker laufen ohne mich mittels Weboberfläche einzuwählen weil ich etwas anpassen/ändern will, funktioniert alles ohne Abstürze.

            DJMarc75 1 Reply Last reply Reply Quote 0
            • DJMarc75
              DJMarc75 @mac89muc last edited by

              @mac89muc sagte in ioB extrem träge und Absturz bei Skripten & Datenpunkten:

              ohne mich mittels Weboberfläche einzuwählen weil ich etwas anpassen/ändern will, funktioniert alles ohne Abstürze.

              Dann mal den Browsercache prüfen wenn der iob in die Knie geht und diesen ggf dann löschen.

              mac89muc 1 Reply Last reply Reply Quote 0
              • mac89muc
                mac89muc @DJMarc75 last edited by

                @djmarc75

                Habe ich wie gesagt gemacht und auch schon mehrere Browser versucht Safari/Chrome/Firefox ohne Erfolg..

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

                  @mac89muc was sagt iob diag?

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

                    @homoran sagte in ioB extrem träge und Absturz bei Skripten & Datenpunkten:

                    @mac89muc was sagt iob diag?

                    Ich vermute, das wird nicht richtig auf einem Mac laufen. Die Shell dort tickt anders als die bash unter Linux.

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

                      @thomas-braun sagte in ioB extrem träge und Absturz bei Skripten & Datenpunkten:

                      @homoran sagte in ioB extrem träge und Absturz bei Skripten & Datenpunkten:

                      @mac89muc was sagt iob diag?
                      

                      Ich vermute, das wird nicht richtig auf einem Mac laufen. Die Shell dort tickt anders als die bash unter Linux.

                      das befürchte ich auch. aber vielleicht kommt wenigstens etwas raus das uns hilft

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

                        @homoran

                        Zeigt mir

                        iobroker [command]
                        
                        Commands:
                          iobroker setup                                               Setup ioBroker
                          iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
                          iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
                          iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [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
                          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 [<name>]                                       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 multihost                                           Multihost management
                          iobroker compact                                             compact group management
                          iobroker plugin                                              Plugin management
                          iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                        
                        Options:
                          --help  Show help  [boolean]
                        
                        
                        Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @mac89muc last edited by

                          @mac89muc

                          iob stop
                          iob fix
                          iob start
                          iob diag
                          

                          mal probieren.

                          mac89muc 2 Replies Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @mac89muc last edited by

                            @mac89muc und was kommt bei iob update -i

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

                              @homoran

                              ergibt

                              Used repository: Stable (default)
                              Adapter    "adb"          : 0.0.7    , installed 0.0.7
                              Adapter    "admin"        : 6.3.5    , installed 6.3.5
                              Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                              Adapter    "artnet"       : 1.2.2    , installed 1.2.2
                              Adapter    "backitup"     : 2.5.12   , installed 2.5.12
                              Adapter    "ble"          : 0.13.0   , installed 0.13.3
                              Adapter    "botvac"       : 1.0.0    , installed 1.0.0
                              Adapter    "countdown"    : 1.2.5    , installed 1.2.5
                              Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                              Adapter    "fuelpricemonitor": 0.3.4 , installed 0.3.4
                              Adapter    "ham"          : 5.3.1    , installed 5.3.1
                              Adapter    "history"      : 2.2.4    , installed 2.2.4
                              Adapter    "homekit-controller": 0.5.1, installed 0.5.8
                              Adapter    "hue"          : 3.7.1    , installed 3.7.1
                              Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                              Adapter    "ical"         : 1.13.2   , installed 1.13.2
                              Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                              Adapter    "info"         : 1.9.19   , installed 1.9.19
                              Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                              Controller "js-controller": 4.0.24   , installed 4.0.24
                              Adapter    "logparser"    : 1.1.0    , installed 1.1.0
                              Adapter    "meross"       : 1.14.0   , installed 1.14.0
                              Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                              Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                              Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                              Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                              Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                              Adapter    "nuki"         : 1.6.0    , installed 1.6.0
                              Adapter    "nuki-extended": 2.3.1    , installed 2.4.0
                              Adapter    "operating-hours": 0.0.19 , installed 0.0.19
                              Adapter    "parcel"       : 0.0.25   , installed 0.0.25
                              Adapter    "paw"          : 0.3.2    , installed 0.3.2
                              Adapter    "ping"         : 1.5.3    , installed 1.5.3
                              Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                              Adapter    "samsung"      : 0.5.11   , installed 0.5.7  [Updatable]
                              Adapter    "sayit"        : 1.12.3   , installed 1.12.3
                              Adapter    "shelly"       : 6.3.1    , installed 6.3.1
                              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                              Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                              Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                              Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                              Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                              Adapter    "spotify-premium": 1.2.1  , installed 1.2.1
                              Adapter    "sureflap"     : 1.1.5    , installed 1.1.5
                              Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                              Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                              Adapter    "text2command" : 2.3.0    , installed 2.3.0
                              Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
                              Adapter    "vis"          : 1.4.15   , installed 1.4.15
                              Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                              Adapter    "vw-connect"   : 0.0.62   , installed 0.0.48 [Updatable]
                              Adapter    "web"          : 4.3.0    , installed 4.3.0
                              Adapter    "wled"         : 0.6.7    , installed 0.6.7
                              Adapter    "ws"           : 1.3.0    , installed 1.3.0
                              Adapter    "yahka"        : 0.13.1   , installed 0.13.1
                              Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                              
                              1 Reply Last reply Reply Quote 0
                              • mac89muc
                                mac89muc @Thomas Braun last edited by

                                @thomas-braun

                                probiere ich gleich - mache noch ein Backup vorher

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

                                  @thomas-braun sagte in ioB extrem träge und Absturz bei Skripten & Datenpunkten:

                                  @mac89muc

                                  iob stop
                                  iob fix
                                  iob start
                                  iob diag
                                  

                                  mal probieren.

                                  gleiches Ergebnis wie vorher - ich glaube auch, dass der iob fix auf dem Mac so nicht 1:1 läuft wie unter Linux. Nach der Eingabe passiert da im Terminal nicht wirklich was sondern er springt direkt nach der Eingabe in die nächste Eingabezeile im Terminal

                                  Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @mac89muc last edited by

                                    @mac89muc sagte in ioB extrem träge und Absturz bei Skripten & Datenpunkten:

                                    auf dem Mac so nicht 1:1 läuft wie unter Linux.

                                    ist aber nicht das Problem!
                                    deine Installation kennt den Befehl gar nicht. Deswegen hatte ich eine ältere Installation vermutet.

                                    Vielleicht kann @Thomas-Braun dir den langen Befehl geben und du probierst den mal.

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

                                      @mac89muc

                                      iob_diag:

                                      curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
                                      
                                      mac89muc 1 Reply Last reply Reply Quote 0
                                      • mac89muc
                                        mac89muc @Thomas Braun last edited by

                                        @thomas-braun sagte in ioB extrem träge und Absturz bei Skripten & Datenpunkten:

                                        curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        Ich glaube auch der curl Befehl funktioniert bei macOS nicht so einfach, oder?
                                        Jedenfalls passiert auch hier nichts weiter nach der Eingabe und im Terminal springt er gleich in die nächste Eingabezeile.

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

                                          @mac89muc

                                          Möglich.

                                          Versuch Mal ohne die Optionen -sLf
                                          Die unterdrücken Fehlermeldungen.

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

                                            @thomas-braun sagte in ioB extrem träge und Absturz bei Skripten & Datenpunkten:

                                            @mac89muc

                                            Möglich.

                                            Versuch Mal ohne die Optionen -sLf
                                            Die unterdrücken Fehlermeldungen.

                                            bringt dann

                                            curl -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
                                              % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                                                             Dload  Upload   Total   Spent    Left  Speed
                                              0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
                                            curl: (60) SSL certificate problem: certificate has expired
                                            More details here: https://curl.haxx.se/docs/sslcerts.html
                                            
                                            curl performs SSL certificate verification by default, using a "bundle"
                                             of Certificate Authority (CA) public keys (CA certs). If the default
                                             bundle file isn't adequate, you can specify an alternate file
                                             using the --cacert option.
                                            If this HTTPS server uses a certificate signed by a CA represented in
                                             the bundle, the certificate verification probably failed due to a
                                             problem with the certificate (it might be expired, or the name might
                                             not match the domain name in the URL).
                                            If you'd like to turn off curl's verification of the certificate, use
                                             the -k (or --insecure) option.
                                            HTTPS-proxy has similar options --proxy-cacert and --proxy-insecure.
                                            
                                            
                                            Thomas Braun 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

                                            757
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            12
                                            57
                                            3385
                                            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