Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Admin Adapter Update fehlgeschlagen

    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

    [gelöst] Admin Adapter Update fehlgeschlagen

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

      @almixx

      Bitte keine Screenshots !!! kann man nicht lesen !

      Ausgabe in Code-Tags </>

      1 Reply Last reply Reply Quote 0
      • AlexAtHome
        AlexAtHome @Glasfaser last edited by

        @glasfaser Ich habe eigentlich erstmal keine Hilfe erwartet...

        Ich habe mitlerweile aber auch weitere Infos hinzugefügt.

        EDIT: Ich sehe, Du hast sie gesehen 🙂 Danke für den Hinweis, ich schaue mir das an!

        1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Almixx last edited by

          @almixx

          cd /opt/iobroker
          
          sudo -H -u iobroker npm install iobroker.js-controller
          
          Almixx 1 Reply Last reply Reply Quote 0
          • Almixx
            Almixx @Glasfaser last edited by Almixx

            @glasfaser said in Admin Adapter Update fehlgeschlagen:

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

            Ich verstehe leider nichts davon 😞

            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-12-23T09_19_13_403Z-debug-0.log
            pi@raspberrypi:~ $
            
            
            Glasfaser 1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @Almixx last edited by

              @almixx

              Hallo ...

              du stehst falsch 🙂

              cd /opt/iobroker
              
              Almixx 1 Reply Last reply Reply Quote 0
              • Almixx
                Almixx @Glasfaser last edited by

                @glasfaser , das wird jetzt angezeigt

                pi@raspberrypi:~ $ cd /opt/iobroker
                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/abab
                npm ERR! dest /opt/iobroker/node_modules/.abab-bvmibCm3
                npm ERR! errno -39
                npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abab' -> '/opt/iobroker/node_modules/.abab-bvmibCm3'
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2022-12-23T09_21_41_354Z-debug-0.log
                
                
                Glasfaser 1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @Almixx last edited by

                  @almixx sagte in Admin Adapter Update fehlgeschlagen:

                  npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abab' -> '/opt/iobroker/node_modules/.abab-bvmibCm3'

                  Habe ich schon oben geschrieben :

                  https://forum.iobroker.net/post/915125

                  Almixx 1 Reply Last reply Reply Quote 0
                  • Almixx
                    Almixx @Glasfaser last edited by

                    @glasfaser
                    was muss ich denn eingeben statt den Fragezeichen?

                    Glasfaser 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @Almixx last edited by

                      @almixx sagte in Admin Adapter Update fehlgeschlagen:

                      @glasfaser
                      was muss ich denn eingeben statt den Fragezeichen?

                      Nichts .. so lassen !!!!

                      for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                      
                      Almixx 1 Reply Last reply Reply Quote 0
                      • Almixx
                        Almixx @Glasfaser last edited by

                        @glasfaser , hab ich gemacht

                        pi@raspberrypi:~ $ cd /opt/Iobroker/node_modules
                        -bash: cd: /opt/Iobroker/node_modules: Datei oder Verzeichnis nicht gefunden
                        pi@raspberrypi:~ $ cd /opt/iobroker/node_modules
                        pi@raspberrypi:/opt/iobroker/node_modules $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                        pi@raspberrypi:/opt/iobroker/node_modules $
                        
                        
                        Glasfaser 1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @Almixx last edited by Glasfaser

                          @almixx

                          ja ... alles gut .. ist richtig

                          jetzt nochmal von oben mit JS

                          EDIT :

                          Warum steht du dort im Verzeichniss

                          /opt/iobroker/node_modules
                          
                          Almixx 1 Reply Last reply Reply Quote 0
                          • Almixx
                            Almixx @Glasfaser last edited by

                            @glasfaser es steht so im Text:

                            Bitte Befehl unbedingt!! im Verzeichnis /opt/iobroker/node_modules ausführen; Befehl KOPIEREN, nicht eintippen, ein Vertipper kann und wird da 'tödlich' sein).
                            
                            Ingo
                            

                            hab alles so gemacht. Iobroker läuft aber noch nicht

                            Glasfaser 1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @Almixx last edited by

                              @almixx sagte in Admin Adapter Update fehlgeschlagen:

                              hab alles so gemacht. Iobroker läuft aber noch nicht

                              Dann bitte mehr Input ... was läuft nicht .

                              Almixx 1 Reply Last reply Reply Quote 0
                              • Almixx
                                Almixx @Glasfaser last edited by

                                @glasfaser , wenn ich Iobroker öffnen möchte über meineIP:8081, wird nichts geöffnet.

                                Glasfaser 1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @Almixx last edited by

                                  @almixx
                                  Ausgabe von :

                                  iob list instances
                                  
                                  iobroker status
                                  
                                  Almixx 1 Reply Last reply Reply Quote 0
                                  • Almixx
                                    Almixx @Glasfaser last edited by

                                    @glasfaser said in Admin Adapter Update fehlgeschlagen:

                                    iobroker status

                                    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                                    permitted by applicable law.
                                    Last login: Fri Dec 23 10:56:14 2022 from 192.168.178.13
                                    pi@raspberrypi:~ $ iob list instances
                                      system.adapter.admin.0                  : admin                 : raspberrypi                              - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                    + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                    + system.adapter.deconz.0                 : deconz                : raspberrypi                              -  enabled, port: 80
                                      system.adapter.devices.0                : devices               : raspberrypi                              -  enabled
                                    + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                    + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                                    + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                    + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                      system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                                      system.adapter.ical.1                   : ical                  : raspberrypi                              -  enabled
                                      system.adapter.ical.2                   : ical                  : raspberrypi                              -  enabled
                                      system.adapter.ical.3                   : ical                  : raspberrypi                              -  enabled
                                      system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              -  enabled
                                    + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                    + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                    + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                                    + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                    + system.adapter.moma.0                   : moma                  : raspberrypi                              -  enabled
                                    + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
                                    + system.adapter.mytime.0                 : mytime                : raspberrypi                              -  enabled
                                    + system.adapter.panasonic-viera.0        : panasonic-viera       : raspberrypi                              -  enabled
                                    + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                    + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                                    + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                                    + system.adapter.socketio.0               : socketio              : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                    + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                                    + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5000
                                    + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                                    + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                                      system.adapter.viessmann.0              : viessmann             : raspberrypi                              - disabled, port: 3002
                                      system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              -  enabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                                    + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              -  enabled
                                      system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
                                      system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              -  enabled
                                      system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
                                    + system.adapter.yamaha.0                 : yamaha                : raspberrypi                              -  enabled
                                    
                                    + instance is alive
                                    pi@raspberrypi:~ $ iobroker status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    pi@raspberrypi:~ $
                                    
                                    
                                    Glasfaser 1 Reply Last reply Reply Quote 0
                                    • Glasfaser
                                      Glasfaser @Almixx last edited by

                                      @almixx

                                      iobroker start admin
                                      
                                      Almixx 1 Reply Last reply Reply Quote 0
                                      • Almixx
                                        Almixx @Glasfaser last edited by

                                        @glasfaser said in Admin Adapter Update fehlgeschlagen:

                                        iobroker start admin

                                        Vielen vielen Dank. Es läuft wieder.

                                        Ich wüsste echt nicht, wie ich das ohne Eure Unterstützung hinbekommen sollte...
                                        Nochmals vielen Dank für die Hilfestellung und frohes Weihnachtfest !!
                                        Gruß Micha

                                        Glasfaser 1 Reply Last reply Reply Quote 1
                                        • Glasfaser
                                          Glasfaser @Almixx last edited by

                                          @almixx sagte in Admin Adapter Update fehlgeschlagen:

                                          Nochmals vielen Dank für die Hilfestellung und frohes Weihnachtfest !!

                                          Das wünsche ich dir auch .... 🌲

                                          Dann bitte den Thread auf [gelöst] setzen

                                          1 Reply Last reply Reply Quote 1
                                          • First post
                                            Last post

                                          Support us

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

                                          436
                                          Online

                                          31.9k
                                          Users

                                          80.2k
                                          Topics

                                          1.3m
                                          Posts

                                          admin adapter läuft nicht admin adapter update iobroker startet nicht update fehler
                                          4
                                          25
                                          1422
                                          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