Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Praktische Anwendungen (Showcase)
    4. VIS für FireTablet *gelöst*

    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

    VIS für FireTablet *gelöst*

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @gluecksmann last edited by

      @gluecksmann sagte in VIS für FireTablet:

      für mich ist das nicht einfach... und wenn mir das nicht jemand für DAUs erklärt

      dann muss man nachfragen und nicht etwas anderes machen als gesagt wird.
      Hier wurde noch jedem geholfen!

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

        @gluecksmann sagte in VIS für FireTablet:

        Was nicht das Problem wäre

        woran scheitert es?
        https://github.com/simatec/ioBroker.backitup/wiki/ioBroker.backitup-Wiki-Deutsch

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

          @homoran Dann habe ich das falsch verstanden... für mich stelle es sich so dar das ich einfach auf dem Backup Adapter sage das er es wiederherstellt ud gut... wenn ich Dich richtig erstanden habe, müßte das ja auch so klappen...wenn auch Kanonen auf Spatzen wäre...

          crunchip 1 Reply Last reply Reply Quote 0
          • G
            gluecksmann @crunchip last edited by

            @crunchip

            läuft nach dem Restore nicht... gar nix... und da bin ich am tüfteln...

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

              @gluecksmann sagte in VIS für FireTablet:

              das ich einfach auf dem Backup Adapter sage das er es wiederherstellt ud gut

              alles wird zurückgespielt, somit verlierst du deinen aktuellen Stand

              @gluecksmann sagte in VIS für FireTablet:

              äuft nach dem Restore nicht.

              neu gemacht oder redest du noch von deinem gestrigen Versuch?

              G 1 Reply Last reply Reply Quote 0
              • G
                gluecksmann @crunchip last edited by

                neu gemacht oder redest du noch von deinem gestrigen Versuch?

                rede vom gestrigem Versuch..der bis heute Auswirkungen hat...Evtl kann ich ja das Backup erneut herstellen? Aber komme ja nicht mehr auf die Oberfläche...

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

                  @gluecksmann sagte in VIS für FireTablet:

                  Aber komme ja nicht mehr auf die Oberfläche...

                  deshalb fragte ich, worauf läuft der iobroker

                  installiere neu und spiele dein backup zurück

                  die nächste Frage, wo liegt dein backup?

                  G 1 Reply Last reply Reply Quote 0
                  • G
                    gluecksmann @crunchip last edited by

                    @crunchip sagte in VIS für FireTablet:

                    @gluecksmann sagte in VIS für FireTablet:

                    Aber komme ja nicht mehr auf die Oberfläche...

                    deshalb fragte ich, worauf läuft der iobroker

                    auf einem Raspberry

                    installiere neu und spiele dein backup zurück

                    die nächste Frage, wo liegt dein backup?

                    wahrscheinlich "irgendwo" auf dem Raspberry, da ich die Adaptereinstellungen des Backupadapters nie geändert habe

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

                      @gluecksmann sagte in VIS für FireTablet:

                      wahrscheinlich "irgendwo"

                      in /opt/iobroker/backups

                      probier mal den controller nochmal zu installieren

                      sudo -H -u iobroker npm install iobroker.js-controller 
                      

                      danach

                      iob status
                      iob list instances
                      
                      G 1 Reply Last reply Reply Quote 0
                      • G
                        gluecksmann @crunchip last edited by

                        @crunchip

                        sieht nicht gut aus...oder?

                        91f15498-b6ed-4a5b-88dd-6f0430706c6f-grafik.png

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

                          @gluecksmann

                          Bitte keine Urlaubsbildchen aus Konsolistan.
                          Text auch als Text (in CodeTags eingebettet) posten.

                          Kurz: Du stehst im falschen Verzeichnis.
                          Das muss in /opt/iobroker ausgeführt werden.

                          G 1 Reply Last reply Reply Quote 1
                          • G
                            gluecksmann @Thomas Braun last edited by

                            @thomas-braun ```
                            pi@raspberrypi:~ $ sudo -H -u iobroker npm install iobroker.js-controller
                            npm ERR! code EACCES
                            npm ERR! syscall mkdir
                            npm ERR! path /home/pi/node_modules
                            npm ERR! errno -13
                            npm ERR! Error: EACCES: permission denied, mkdir '/home/pi/node_modules'
                            npm ERR! [Error: EACCES: permission denied, mkdir '/home/pi/node_modules'] {
                            npm ERR! errno: -13,
                            npm ERR! code: 'EACCES',
                            npm ERR! syscall: 'mkdir',
                            npm ERR! path: '/home/pi/node_modules'
                            npm ERR! }
                            npm ERR!
                            npm ERR! The operation was rejected by your operating system.
                            npm ERR! It is likely you do not have the permissions to access this file as the current user
                            npm ERR!
                            npm ERR! If you believe this might be a permissions issue, please double-check the
                            npm ERR! permissions of the file and its containing directories, or try running
                            npm ERR! the command again as root/Administrator.

                            npm ERR! A complete log of this run can be found in:
                            npm ERR! /home/iobroker/.npm/_logs/2022-11-08T13_49_06_403Z-debug-0.log
                            pi@raspberrypi:~ $

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

                              @gluecksmann

                              Du stehst noch im falschen Haus.

                              cd /opt/iobroker/
                              sudo -H -u iobroker npm install iobroker.js-controller
                              

                              Tip: Die Steuerzeichen gehören in eine neue, eigene Zeile.

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

                                @thomas-braun sagte in VIS für FireTablet:

                                sudo -H -u iobroker npm install iobroker.js-controller

                                pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                                npm ERR! code ENOTEMPTY
                                npm ERR! syscall rename
                                npm ERR! path /opt/iobroker/node_modules/ajv
                                npm ERR! dest /opt/iobroker/node_modules/.ajv-Kze9IpmC
                                npm ERR! errno -39
                                npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ajv' -> '/opt/iobroker/node_modules/.ajv-Kze9IpmC'
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/iobroker/.npm/_logs/2022-11-08T14_04_54_291Z-debug-0.log
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @gluecksmann last edited by

                                  @gluecksmann

                                  Dürfte das sein:

                                  https://forum.iobroker.net/topic/57337/fehler-25-bei-adapter-install-update-mit-npm8

                                  G 1 Reply Last reply Reply Quote 1
                                  • G
                                    gluecksmann @Thomas Braun last edited by

                                    @thomas-braun Sieht ganz danach aus.... beim ausführen sagt er das er keine Berechtigung zum löschen hat

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

                                      @gluecksmann

                                      Dann hast du dir im Vorfeld da schon die Rechte verbogen. (aka mit 'sudo' oder gar als root herumgehampelt). Oder dein user 'pi' ist nicht in der Gruppe 'iobroker' drin.

                                      iob stop
                                      iob fix
                                      for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                                      cd /opt/iobroker
                                      sudo -H -u iobroker npm install iobroker.js-controller
                                      iob start
                                      
                                      G 1 Reply Last reply Reply Quote 0
                                      • G
                                        gluecksmann @Thomas Braun last edited by

                                        @thomas-braun sagte in VIS für FireTablet:

                                        for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done

                                        Muss ich für den dritten Schritt in ein spezielles Verzeichnis gehen ?

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

                                          @gluecksmann sagte in VIS für FireTablet:

                                          Muss ich für den dritten Schritt in ein spezielles Verzeichnis gehen ?

                                          Nein, in der Variante nicht mehr. Mit den ersten Würfen musste man das allerdings.

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

                                            @thomas-braun sagte in VIS für FireTablet:

                                            @gluecksmann sagte in VIS für FireTablet:

                                            Muss ich für den dritten Schritt in ein spezielles Verzeichnis gehen ?

                                            Nein, in der Variante nicht mehr. Mit den ersten Würfen musste man das allerdings.

                                            Also starte ich aus pi@raspberrypi: ? oder doch ein Verzeichnis?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            594
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            93
                                            3984
                                            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