Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nach Update "admin"-modul kein Browser-Zugriff

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Nach Update "admin"-modul kein Browser-Zugriff

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

      Hab zwar keine Ahnung, aber die unknown tuples fielen mir noch auf.

      @Raspo sagte in Nach Update "admin"-modul kein Browser-Zugriff:

      [    0.797689] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
      [    0.799253] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
      [    0.800814] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
      [    0.803623] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
      

      zum Schluss
      @Raspo sagte in Nach Update "admin"-modul kein Browser-Zugriff:

      [    1.541181] EXT4-fs (mmcblk0p2): recovery complete                                                                                                        [    1.543543] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
      

      sah es IMHO brauchbar aus

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

        @Homoran
        @Thomas-Braun
        Was meint ihr was ich jetzt machen sollte?

        erstmal neu starten oder? 😊

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

          @Raspo sagte in Nach Update "admin"-modul kein Browser-Zugriff:

          Was meint ihr was ich jetzt machen sollte?

          Hast du schon das iobroker upload all gemacht?

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

            @Thomas-Braun said in Nach Update "admin"-modul kein Browser-Zugriff:

            @Raspo

            iobroker stop
            iobroker fix
            iobroker upload all
            

            das habe ich noch nicht... mache ich jetzt..

            R 1 Reply Last reply Reply Quote 0
            • R
              Raspo @Raspo last edited by Raspo

              @Raspo

              mit dem hier konnte mein system nichts anfangen und hat mir eine Alternativ Befehlliste ausgegeben

              iobroker fix
              

              das hier ist nun durch:

              iobroker upload all
              
              Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Raspo last edited by

                @Raspo Dann hast du da noch einen alten js-controller laufen, der aktuelle kann mit

                iobroker fix
                

                was anfangen.
                Ich würde aber zunächst mal das Grundsystem per

                sudo apt update
                sudo apt dist-upgrade
                sudo reboot
                

                aktualisieren.

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

                  @Thomas-Braun
                  ok, das mache ich jetzt mal

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

                    @Raspo sagte in Nach Update "admin"-modul kein Browser-Zugriff:

                    mit dem hier konnte mein system nichts anfangen

                    Dann hast du aber einen sehr alten Controller 😞
                    iobroker -v

                    Dann musst du die lange Version nehmen wie sie in meiner Signatur steht: curl -fsL https://iobroker.net/fix.sh | bash -

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

                      das ist jetzt durch:

                      sudo apt update
                      
                      sudo apt dist-upgrade
                      @Thomas-Braun 
                      sudo reboot
                      

                      @Homoran
                      Nach den obigen update nun:

                      pi@ioBroker:~ $ iobroker -v
                      2.1.1
                      

                      fix

                      
                      pi@ioBroker:~ $ curl -fsL https://iobroker.net/fix.sh | bash -
                      library: loaded
                      Library version=2020-12-07
                      
                      ==========================================================================
                      
                          Welcome to the ioBroker installation fixer!
                          Script version: 2020-12-07
                      
                          You might need to enter your password a couple of times.
                      
                      ==========================================================================
                      
                      
                      ==========================================================================
                          Installing prerequisites (1/3)
                      ==========================================================================
                      
                      OK:1 http://archive.raspberrypi.org/debian stretch InRelease
                      OK:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
                      OK:3 https://deb.nodesource.com/node_8.x stretch InRelease
                      Paketlisten werden gelesen... Fertig
                      Installed gcc-c++
                      
                      ==========================================================================
                          Checking ioBroker user and directory permissions (2/3)
                      ==========================================================================
                      
                      Created /etc/sudoers.d/iobroker
                      Fixing directory permissions...
                      
                      ==========================================================================
                          Checking autostart (3/3)
                      ==========================================================================
                      
                      Enabling autostart...
                      Autostart enabled!
                      
                      ==========================================================================
                      
                          Your installation was fixed successfully
                          Run iobroker start to start ioBroker again!
                      
                      ==========================================================================
                      
                      
                      R 1 Reply Last reply Reply Quote 0
                      • R
                        Raspo @Raspo last edited by

                        @Raspo
                        @Homoran
                        @Thomas-Braun

                        puh, was meint ihr was ich nun noch machen könnte?

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

                          @Raspo sagte in Nach Update "admin"-modul kein Browser-Zugriff:

                          puh, was meint ihr was ich nun noch machen könnte?

                          zuerst mal den controller auf den aktuellen Stand bringen, da einige neuere Versionen mit 2.1.1 nicht mehr laufen

                          iobroker stop
                          iobroker update
                          iobroker upgrade self
                          
                          Thomas Braun R 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Homoran last edited by Thomas Braun

                            @Homoran
                            Da wäre ich zunächst mal auf node12 gesprungen.
                            Das würde ich nach dem Grundsystem als nächstes aktuell halten. Erst dann den js-controller da reinsetzen.

                            @Raspo

                            which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                            
                            R 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Raspo last edited by

                              @Raspo
                              Zeig mal die Ausgabe von

                              sudo apt update
                              
                              R 1 Reply Last reply Reply Quote 0
                              • R
                                Raspo @Homoran last edited by

                                @Homoran

                                hier sieht es etwas unschön aus:

                                pi@ioBroker:~ $ iobroker upgrade self
                                Update js-controller from @2.1.1 to @3.1.6
                                NPM version: 6.13.4
                                npm install iobroker.js-controller@3.1.6 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
                                npm ERR! code ENOTSUP
                                npm ERR! notsup Unsupported engine for iobroker.js-controller@3.1.6: wanted: {"node":">=10.0.0"} (current: {"node":"8.17.0","npm":"6.13.4"})
                                npm ERR! notsup Not compatible with your version of node/npm: iobroker.js-controller@3.1.6
                                npm ERR! notsup Not compatible with your version of node/npm: iobroker.js-controller@3.1.6
                                npm ERR! notsup Required: {"node":">=10.0.0"}
                                npm ERR! notsup Actual:   {"npm":"6.13.4","node":"8.17.0"}
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/iobroker/.npm/_logs/2021-01-11T14_53_56_458Z-debug.log
                                Starting node restart.js
                                
                                
                                1 Reply Last reply Reply Quote 0
                                • R
                                  Raspo @Thomas Braun last edited by

                                  @Thomas-Braun

                                  pi@ioBroker:~ $ sudo apt update
                                  OK:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease
                                  OK:2 http://archive.raspberrypi.org/debian stretch InRelease
                                  OK:3 https://deb.nodesource.com/node_8.x stretch InRelease
                                  Paketlisten werden gelesen... Fertig
                                  Abh▒ngigkeitsbaum wird aufgebaut.
                                  Statusinformationen werden eingelesen.... Fertig
                                  Alle Pakete sind aktuell.
                                  pi@ioBroker:~ $
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Raspo last edited by

                                    @Raspo
                                    Jetzt ist dein node8 zu alt. Bring das mit der Anleitung auf node12:

                                    https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

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

                                      @Thomas-Braun

                                      pi@ioBroker:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                      /usr/bin/nodejs
                                      v8.17.0
                                      /usr/bin/node
                                      v8.17.0
                                      /usr/bin/npm
                                      6.13.4
                                      nodejs:
                                        Installiert:           8.17.0-1nodesource1
                                        Installationskandidat: 8.17.0-1nodesource1
                                        Versionstabelle:
                                       *** 8.17.0-1nodesource1 500
                                              500 https://deb.nodesource.com/node_8.x stretch/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           8.11.1~dfsg-2~bpo9+1 500
                                              500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                                           4.8.2~dfsg-1 500
                                              500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                                      
                                      
                                      Thomas Braun 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Raspo last edited by

                                        @Raspo
                                        Die Grundlagen sind schon mal sauber, jetzt nur noch auf node12 heben. S.o.

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

                                          @Raspo

                                          Ich glaube deine Uhrzeit ist auch falsch eingestellt.

                                          date && date -u
                                          

                                          mal anschauen.

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

                                            @Thomas-Braun
                                            habe ich geprüft, das war korrekt

                                            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

                                            441
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            adminmodul admin update fehler
                                            4
                                            78
                                            3230
                                            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