Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 2 jetzt für alle im Stable

    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

    js-controller 2 jetzt für alle im Stable

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

      @apollon77 Nach Reboot sind es
      c2aa4c37-5579-4ea5-af26-68fe09c83359-grafik.png
      Das ist gegenüber vorher immer noch zu viel.

      Hier das log-file: 2020-01-06T18_07_41_733Z-debug.log

      apollon77 1 Reply Last reply Reply Quote 0
      • A
        AndreasK last edited by

        Ich hatte vorher den Installations Fixer ausgeführt. Können meine Probleme auch damit zusammen hängen?

        apollon77 1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 @AndreasK last edited by

          @AndreasK Der macht Dinge an sich besser: @AlCalzone hat denke ich ein probloem beim Repo Handling gefunden was zu sowas führen kann. wir prüfen

          1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 @Meister Mopper last edited by

            @Meister-Mopper

            1421 error Error: EACCES: permission denied, access '/home/pi'

            Was steht weiter oben bei permission Problemen? Installation Fixer laufen lassen bitte

            1404 warn enoent ENOENT: no such file or directory, open '/home/pi/package.json'

            Weisst irgendwie darauf hin das da irgendwas im falschen verzeichnis ausgeführt wurde.

            Was genau hast Du ausgeführt und wo?

            Meister Mopper 1 Reply Last reply Reply Quote 0
            • Meister Mopper
              Meister Mopper @apollon77 last edited by

              @apollon77
              Ich hatte mich als pi angemeldet und dann:

              iobroker stop
              ps auxww|grep io
              ps auxww|grep backup
              iobroker upgrade self
              iobroker start
              

              Es geschah nicht in opt/iobroker. Während dieses Installationsprozesses kamen die o. g. Fehlermeldungen-

              Den Fixer lasse ich heute nachmittag mal drüber laufen, vielleicht ist das Problem damit gelöst. Auf den js-controller 2.2 werde ich dann vorerst verzichten müssen.

              apollon77 1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 @Meister Mopper last edited by

                @Meister-Mopper Versuch mal den fixer und installier dann die 2.2 nochmal. Am besten nach der Anwendung des Fixers einmal Shell schliessen und neu einloggen vor dem Update.

                Meister Mopper 1 Reply Last reply Reply Quote 0
                • Meister Mopper
                  Meister Mopper @apollon77 last edited by

                  @apollon77 Ok, der Fixer ist durchgelaufen, beim Installieren kommt jedoch das:

                  pi@raspberrypi:/opt/iobroker $ iobroker stop
                  pi@raspberrypi:/opt/iobroker $ ps auxww|grep io
                  root        12  0.0  0.0      0     0 ?        S    16:34   0:00 [migration/0]
                  root        15  0.0  0.0      0     0 ?        S    16:34   0:00 [migration/1]
                  root        20  0.0  0.0      0     0 ?        S    16:34   0:00 [migration/2]
                  root        25  0.0  0.0      0     0 ?        S    16:34   0:00 [migration/3]
                  root        42  0.0  0.0      0     0 ?        I<   16:34   0:00 [rpciod]
                  root        44  0.0  0.0      0     0 ?        I<   16:34   0:00 [xprtiod]
                  root        48  0.0  0.0      0     0 ?        I<   16:34   0:00 [nfsiod]
                  root        64  0.0  0.0      0     0 ?        I<   16:34   0:00 [DWC Notificatio]
                  message+   335  0.4  0.0   6732  3596 ?        Ss   16:34   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                  root       785  0.0  0.0      0     0 ?        I<   16:34   0:00 [cifsiod]
                  pi         992  0.0  0.0   7360   516 pts/0    S+   16:35   0:00 grep --color=auto io
                  pi@raspberrypi:/opt/iobroker $ ps auxww|grep backup
                  pi         994  0.0  0.0   7360   476 pts/0    S+   16:35   0:00 grep --color=auto backup
                  pi@raspberrypi:/opt/iobroker $ iobroker upgrade self
                  Host    "raspberrypi"    is up to date.
                  

                  Das Ergebnis:
                  3fc60074-ceea-4a04-92d7-c6eb5f9fdacf-grafik.png

                  AlCalzone 1 Reply Last reply Reply Quote 0
                  • AlCalzone
                    AlCalzone Developer @Meister Mopper last edited by

                    @Meister-Mopper Ggf. bist du auch von dem Repo-Bug betroffen:
                    https://forum.iobroker.net/post/354239

                    Meister Mopper 1 Reply Last reply Reply Quote 0
                    • Meister Mopper
                      Meister Mopper @AlCalzone last edited by

                      @AlCalzone Dann benötige ich hier Hilfe, weil ich das nachstehende derzeit noch nicht kapiere:

                      1. Edit system.repositories
                      2. delete the hash property from a repo
                      3. in the same repo, edit the version of an adapter (in json)
                      4. iobroker update, notice that the version is unchanged
                      5. iobroker update, notice that ioBroker won't download the new repo file and the version is still unchanged.
                      AlCalzone 1 Reply Last reply Reply Quote 0
                      • AlCalzone
                        AlCalzone Developer @Meister Mopper last edited by

                        @Meister-Mopper in dem link, der hier ins forum zeigt habe ich die Schritte auf Deutsch beschrieben.

                        1 Reply Last reply Reply Quote 0
                        • A
                          AndreasK last edited by

                          @AlCalzone
                          Kann das auch mit dem Repo-Bug zusammen hängen?

                          host.iobroker-pi	2020-01-10 08:28:00.022	warn	warning: empty repo received!
                          host.iobroker-pi	2020-01-10 08:27:59.878	info	Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                          

                          Ich habe mir mal system.repostories angeschaut. Verstehe ich aber leider nicht ganz.
                          Ich habe diese mal system.repostories.txt angehängt. Wie müsste diese dann aussehen?

                          AlCalzone 1 Reply Last reply Reply Quote 0
                          • AlCalzone
                            AlCalzone Developer @AndreasK last edited by AlCalzone

                            @AndreasK So:

                            {
                              "default": {
                                "link": "http://download.iobroker.net/sources-dist.json"
                              },
                              "latest": {
                                "link": "http://download.iobroker.net/sources-dist-latest.json"
                              }
                            }
                            

                            Das bitte wieder im Reiter "Nativ" einfügen und nicht ausversehen bei Raw. Habe den verlinkten Post nochmal bearbeitet.

                            SBorg A 3 Replies Last reply Reply Quote 0
                            • SBorg
                              SBorg Forum Testing Most Active @AlCalzone last edited by

                              @AlCalzone sagte in js-controller 2 jetzt für alle im Stable:
                              Wäre es nicht so richtig?

                              {
                                "default": {
                                  "link": "http://download.iobroker.net/sources-dist.json"
                                },
                                "latest": {
                                  "link": "http://download.iobroker.net/sources-dist-latest.json"
                                }
                              }
                              

                              Sonst "Error, can not parse..."

                              AlCalzone 1 Reply Last reply Reply Quote 0
                              • AlCalzone
                                AlCalzone Developer @SBorg last edited by AlCalzone

                                @SBorg Korrekt 🙈 Habs editiert

                                Meister Mopper 1 Reply Last reply Reply Quote 0
                                • Meister Mopper
                                  Meister Mopper @AlCalzone last edited by Meister Mopper

                                  @AlCalzone Mein Reiter Nativ sieht so aus:

                                  {
                                    "default": {
                                      "link": "http://download.iobroker.net/sources-dist.json",
                                      "json": {
                                        "admin": {
                                          "meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/io-package.json",
                                          "icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/admin/admin.png",
                                          "type": "general",
                                          "stars": 193,
                                          "issues": 124,
                                          "score": 133.5599,
                                          "weekDownloads": 12293,
                                          "published": "2014-12-04T18:45:44.907Z",
                                          "versionDate": "2019-11-03T23:32:35.129Z",
                                          "version": "3.6.12",
                                          "name": "admin",
                                          "title": "Admin",
                                          "news": {
                                  

                                  Was sollte jetzt wie editiert werden?

                                  A 1 Reply Last reply Reply Quote 0
                                  • A
                                    AndreasK @AlCalzone last edited by

                                    @AlCalzone
                                    Super. Hat funktioniert

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      AndreasK @AlCalzone last edited by

                                      @AlCalzone
                                      Super. Hat funktioniert

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        AndreasK @Meister Mopper last edited by

                                        @Meister-Mopper said in js-controller 2 jetzt für alle im Stable:

                                        Was sollte jetzt wie editiert werden?

                                        Du musst nichts editieren.
                                        Du löscht die vorhandenen Einträge und ersetzt diese durch die 8 Zeilen von AlCalzone. Speichern und dann nach Updates suchen.
                                        Das war’s

                                        Meister Mopper 1 Reply Last reply Reply Quote 0
                                        • Meister Mopper
                                          Meister Mopper @AndreasK last edited by

                                          @AndreasK Prima, dank @ecki945 hat es geklappt:

                                          a9a09461-f837-45c2-94e6-d8e89212361c-grafik.png

                                          Ich danke euch allen!

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            P-A-L-A-D-I-N last edited by

                                            Kann jemand von Euch schon was dazu sagen, ob der js-controller in Version 2.x mittlerweile auch unter Windows ordentlich läuft? Einen neuen Installer scheint es ja noch nicht zu geben - sofern auf der Downloadseite nicht nur wieder vergessen worden ist, das Datum anzupassen... 😉

                                            apollon77 UweRLP 2 Replies 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

                                            413
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller js-controller 2
                                            74
                                            556
                                            141942
                                            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