Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Alexa Adapter startet nach Update auf 3.10.4 nicht

    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] Alexa Adapter startet nach Update auf 3.10.4 nicht

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

      @skb sagte in Alexa Adapter startet nach Update auf 3.10.4 nicht mehr:

      Speicherzugriffsfehler

      Das passt zur Vermutung ... hätte aber bissl mehr erhofft 🙂

      SKB 1 Reply Last reply Reply Quote 1
      • SKB
        SKB Developer Most Active @apollon77 last edited by

        @apollon77 Speicherzugriffsfehler ist wieder so eine "allgemeine Meldung", die alles heissen kann.
        SD-Card, RAM ...

        1 Reply Last reply Reply Quote 0
        • SKB
          SKB Developer Most Active last edited by

          Habe einmal folgenden Befehl laufen lassen. An der Karte scheint es nicht zu liegen, wenn man sich auf die Ausgabe verlassen kann.

          root@ioBroker:/# time badblocks -sv /dev/mmcblk0p2 -o mmcblk0p2.log
          Checking blocks 0 to 62255103
          Checking for bad blocks (read-only test): done
          Pass completed, 0 bad blocks found. (0/0/0 errors)
          
          real    33m41,984s
          user    0m1,289s
          sys     0m29,628s
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @SKB last edited by

            @skb
            Warum springst du da jetzt als root herum?

            SKB 1 Reply Last reply Reply Quote 1
            • SKB
              SKB Developer Most Active @Thomas Braun last edited by

              @thomas-braun hatte su umgeschaltet, da ich sonst net an den /dev/ Block kam.

              Sonst ist der normale Pi User aktiv.
              Habe ja nur die Karte getestet.

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

                @skb
                Dann stimmt bei deinen Rechten für den user pi was nicht:

                echad@chet:~ $ sudo time badblocks -sv /dev/mmcblk0p2 -o mmcblk0p2.log
                Checking blocks 0 to 30900735
                Checking for bad blocks (read-only test):  13.26% done, 2:26 elapsed. (0/0/0 errors)
                
                SKB 1 Reply Last reply Reply Quote 1
                • SKB
                  SKB Developer Most Active @Thomas Braun last edited by SKB

                  @thomas-braun Das kann gut möglich sein.
                  Weiss aber nicht, wieso.

                  Denn:

                  pi@ioBroker:~ $ sudo time badblocks -sv /dev/mmcblk0p2 -o mmcblk0p2.log
                  sudo: time: Befehl nicht gefunden
                  

                  Seltsam, oder?

                  Hatte auch den ioBroker Fix mal laufen lassen. Es kommt:

                  ==========================================================================
                      Checking ioBroker user and directory permissions (2/3)
                  ==========================================================================
                  
                  Created /etc/sudoers.d/iobroker
                  Fixing directory permissions...
                  This system does not support setting default permissions.
                  Do not use npm to manually install adapters unless you know what you are doing!
                  

                  Hm?!

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

                    @skb
                    Allerdings hm...

                    ==========================================================================
                        Checking ioBroker user and directory permissions (2/3)
                    ==========================================================================
                    
                    Created /etc/sudoers.d/iobroker
                    Fixing directory permissions...
                    
                    ==========================================================================
                        Checking autostart (3/3)
                    ==========================================================================
                    

                    Eigentlich sollte das so aussehen.

                    SKB 1 Reply Last reply Reply Quote 1
                    • SKB
                      SKB Developer Most Active @Thomas Braun last edited by

                      @thomas-braun Vielleicht hat dies ja mit dem Adapter Problem zu tun 😄

                      Das "könnte" man ja sicherlich fixen, oder? Würdest Du mir hier vielleicht ein wenig zur Hand gehen?

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

                        @skb

                        Da ist irgendwas im user management verwurschtelt.

                        sudo whoami
                        groups
                        

                        als user 'pi' bringt?

                        SKB 1 Reply Last reply Reply Quote 1
                        • SKB
                          SKB Developer Most Active @Thomas Braun last edited by SKB

                          @thomas-braun

                          pi@ioBroker:~ $ whoami
                          pi
                          
                          pi@ioBroker:/ $ sudo whoami
                          root
                          
                          pi@ioBroker:/ $ groups
                          pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active last edited by

                            @skb
                            Das passt.

                            ls -la /opt/iobroker/
                            apt policy acl
                            
                            SKB 2 Replies Last reply Reply Quote 1
                            • SKB
                              SKB Developer Most Active @Thomas Braun last edited by

                              @thomas-braun

                              pi@ioBroker:~ $ ls -la /opt/iobroker/
                              insgesamt 528
                              drwxrwxr-x+   9 iobroker iobroker   4096 Okt 11 21:57 .
                              drwxr-xr-x    4 root     root       4096 Mär 18  2020 ..
                              drwxrwxr-x+   2 iobroker iobroker   4096 Sep 18 16:16 backups
                              -rw-rwxr--+   1 iobroker iobroker   1049 Mär 18  2020 CHANGELOG_FIXER_LINUX.md
                              -rw-rwxr--+   1 iobroker iobroker   3556 Mär 18  2020 CHANGELOG_INSTALLER_LINUX.md
                              -rw-rwxr--+   1 iobroker iobroker  23988 Mär 18  2020 fix_installation.sh
                              drwxrwxr-x+   3 iobroker iobroker   4096 Mär 18  2020 install
                              -rwxrwxrwx+   1 iobroker iobroker    581 Okt 11 21:57 INSTALLER_INFO.txt
                              lrwxrwxrwx    1 iobroker iobroker     22 Okt 11 21:57 iob -> /opt/iobroker/iobroker
                              -rwxr-xr-x+   1 iobroker iobroker    305 Okt 11 21:57 iobroker
                              drwxrwxr-x+   7 iobroker iobroker   4096 Okt 11 22:11 iobroker-data
                              drwxrwx---+   4 iobroker iobroker   4096 Sep 24 12:52 javascript_scripts
                              drwxrwxr-x+   2 iobroker iobroker   4096 Mär 18  2020 lib
                              -rw-rwxr--+   1 iobroker iobroker   1137 Mär 18  2020 LICENSE
                              drwxrwxr-x+   2 iobroker iobroker   4096 Okt 11 22:14 log
                              drwxrwxr-x+ 631 iobroker iobroker  20480 Okt 11 11:35 node_modules
                              -rw-rwxr--+   1 iobroker iobroker     91 Okt 11 21:56 .npmrc
                              -rw-rwxr--+   1 iobroker iobroker   1936 Okt 11 11:35 package.json
                              -rw-rwxr--+   1 iobroker iobroker 415678 Okt 11 11:35 package-lock.json
                              -rw-rwxr--+   1 iobroker iobroker   6101 Mär 18  2020 README.md
                              -rw-rwxr--+   1 iobroker iobroker   5693 Sep 18 16:18 reinstall.js
                              
                              pi@ioBroker:~ $ apt policy acl
                              acl:
                                Installiert:           2.2.53-4
                                Installationskandidat: 2.2.53-4
                                Versionstabelle:
                               *** 2.2.53-4 500
                                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                      100 /var/lib/dpkg/status
                              
                              1 Reply Last reply Reply Quote 0
                              • SKB
                                SKB Developer Most Active @Thomas Braun last edited by

                                @thomas-braun Hättest Du Zeit, das wir hier weitermachen?

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

                                  @skb

                                  Sorry, ich weiß auch nicht was da genau klemmt.
                                  Sieht eigentlich okay aus.

                                  SKB 1 Reply Last reply Reply Quote 1
                                  • SKB
                                    SKB Developer Most Active @Thomas Braun last edited by

                                    @thomas-braun Ok aber wieso dies:

                                    sudo time badblocks -sv /dev/mmcblk0p2 -o mmcblk0p2.log
                                    

                                    nicht geht, ist auch schleierhaft, oder?

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

                                      @skb

                                      time ist auch etwas eigen, die Funktion gibt es sowohl eigenständig wie auch u. U. als Bestandteil der verwendeten shell. Hängt vielleicht damit zusammen.

                                      which time
                                      

                                      liefert?

                                      Die Meldungen

                                      This system does not support setting default permissions.
                                      Do not use npm to manually install adapters unless you know what you are doing!
                                      

                                      lassen mich eher stutzig werden. Das sollte eigentlich so nicht sein.

                                      SKB 1 Reply Last reply Reply Quote 1
                                      • SKB
                                        SKB Developer Most Active @Thomas Braun last edited by

                                        @thomas-braun said in Alexa Adapter startet nach Update auf 3.10.4 nicht mehr:

                                        @skb

                                        time ist auch etwas eigen, die Funktion gibt es sowohl eigenständig wie auch u. U. als Bestandteil der verwendeten shell. Hängt vielleicht damit zusammen.

                                        which time
                                        
                                        pi@ioBroker:/opt/iobroker $ which time
                                        pi@ioBroker:/opt/iobroker $
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @SKB last edited by Thomas Braun

                                          @skb

                                          Also liegt time nicht im path vom user pi, sondern wird bei dir von der shell bereit gestellt.
                                          Da wird das mit sudo dann auch nicht funktionieren.
                                          Ich hab bei mir time als Paket nachinstalliert, das reagiert dann anders und funkt dann auch mit sudo.

                                          Welche Distribution läuft da bei dir eigentlich?

                                          SKB 1 Reply Last reply Reply Quote 1
                                          • SKB
                                            SKB Developer Most Active @Thomas Braun last edited by SKB

                                            @thomas-braun

                                            pi@ioBroker:~ $ cat /etc/issue
                                            Raspbian GNU/Linux 10 \n \l
                                            

                                            Ich habe gerade noch etwas gefunden - kann es hier sein, das ich damals mit NPM mir ein Problem eingehandelt habe?

                                            pi@ioBroker:~ $ npm install -g npm
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@gar/promisify
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@npmcli/ci-detect
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@npmcli/name-from-folder
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@npmcli/node-gyp
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@tootallnate/once
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/abbrev
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/ansi-align
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/ansi-regex
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/aproba
                                            npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder
                                            

                                            Und so geht es dann die ganze Zeit weiter.
                                            Kannst Du mir vielleicht sagen, wie man dies fixen kann?
                                            Oder muss NPM mit "sudo" installiert bzw. upgegraded werden?

                                            Danke!

                                            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

                                            483
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            103
                                            5519
                                            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