Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. admin Webseite Leer (Keine Anmeldemaske)

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    696

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

admin Webseite Leer (Keine Anmeldemaske)

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
81 Beiträge 4 Kommentatoren 6.5k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • K Kaskadeur111

    @homoran OK, Danke Dir trotzdem sehr für die Unterstützung bis hierhin!
    Ja ich habe die Befehle in /opt/iobroker ausgeführt

    Kann mir jemand sagen wie ich den admin adapter manuell deinstallieren kann ("You might have to delete it yourself!")?

    iobroker list adapters sagt mir immer noch dass die 5.1.5 installiert sei, obwohl es im iobroker-data/files Ordner keine admin Ordner mehr gibt (müsste der dort aufgeführt sein?)

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #55

    @kaskadeur111

    cd /opt/iobroker
    npm list pcap
    

    Da schlägt der Bau vom pcap fehl. Wozu auch immer das Modul verwendet wird. Auf meinem System ist es jedenfalls nicht vorhanden

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    K 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @kaskadeur111

      cd /opt/iobroker
      npm list pcap
      

      Da schlägt der Bau vom pcap fehl. Wozu auch immer das Modul verwendet wird. Auf meinem System ist es jedenfalls nicht vorhanden

      K Offline
      K Offline
      Kaskadeur111
      schrieb am zuletzt editiert von Kaskadeur111
      #56

      @thomas-braun

      root@iobroker2:/opt/iobroker# npm list pcap                                                                                        
      iobroker.inst@1.3.1 /opt/iobroker                                                                                                  
      ├─┬ iobroker.amazon-dash@1.1.0                                                                                                     
      │ └── pcap@3.1.0                                                                                                                   
      └── pcap@2.1.0 extraneous
      

      Das ist der Dash Button Adapter, soll ich den mal runterschmeißen? (Den brauche ich eigentlich ;-))

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • K Kaskadeur111

        @homoran OK, Danke Dir trotzdem sehr für die Unterstützung bis hierhin!
        Ja ich habe die Befehle in /opt/iobroker ausgeführt

        Kann mir jemand sagen wie ich den admin adapter manuell deinstallieren kann ("You might have to delete it yourself!")?

        iobroker list adapters sagt mir immer noch dass die 5.1.5 installiert sei, obwohl es im iobroker-data/files Ordner keine admin Ordner mehr gibt (müsste der dort aufgeführt sein?)

        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von Homoran
        #57

        @kaskadeur111 sagte in admin Webseite Leer (Keine Anmeldemaske):

        müsste der dort aufgeführt sein?

        nein!

        der wäre in einem anderen Pfad, hab es gerade nicht im Kopf. irgendwas mit node-modules
        mach erstmal was Thomas sagt

        kein Support per PN! - Fragen im Forum stellen -
        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        1 Antwort Letzte Antwort
        0
        • K Kaskadeur111

          @thomas-braun

          root@iobroker2:/opt/iobroker# npm list pcap                                                                                        
          iobroker.inst@1.3.1 /opt/iobroker                                                                                                  
          ├─┬ iobroker.amazon-dash@1.1.0                                                                                                     
          │ └── pcap@3.1.0                                                                                                                   
          └── pcap@2.1.0 extraneous
          

          Das ist der Dash Button Adapter, soll ich den mal runterschmeißen? (Den brauche ich eigentlich ;-))

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #58

          @kaskadeur111
          Vermutlich eher der extranous pcap.

          cd /opt/iobroker 
          npm uninstall pcap@2.1.0
          npm prune
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          K 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @kaskadeur111
            Vermutlich eher der extranous pcap.

            cd /opt/iobroker 
            npm uninstall pcap@2.1.0
            npm prune
            
            K Offline
            K Offline
            Kaskadeur111
            schrieb am zuletzt editiert von
            #59

            @thomas-braun

            uninstall:

            root@iobroker2:/opt/iobroker# sudo npm uninstall pcap@2.1.0                                                                                                              
            ⸨#####⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠙ idealTree:socket.io: sill placeDep node_modules/node-red-contrib-polymer socket.io@1.7.4 OK for: node-red-contrib-polymer@0.0.22 w
            ⸨#####⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠙ idealTree:socket.io: sill placeDep node_modules/node-red-contrib-polymer socket.io@1.7.4 OK for: node-red-contrib-polymer@0.0.22 w
            ⸨#######⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠴ idealTree:validate-npm-package-license: sill placeDep ROOT validate-npm-package-license@3.0.4 OK for: normalize-package-data@2.5.0 w
            ⸨#######⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠦ idealTree:validate-npm-package-license: sill placeDep ROOT validate-npm-package-license@3.0.4 OK for: normalize-package-data@2.5.0 w
            npm ERR! code 128                                                                                                                                                        
            npm ERR! An unknown git error occurred                                                                                                                                   
            npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/ioBroker/ioBroker.cul.git                                                                       
            npm ERR! Warning: Permanently added the RSA host key for IP address '140.82.121.4' to the list of known hosts.                                                           
            npm ERR! git@github.com: Permission denied (publickey).                                                                                                                  
            npm ERR! fatal: Konnte nicht vom Remote-Repository lesen.                                                                                                                
            npm ERR!                                                                                                                                                                 
            npm ERR! Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen                                                                                    
            npm ERR! und das Repository existiert.                                                                                                                                   
                                                                                                                                                                                     
            npm ERR! A complete log of this run can be found in:                                                                                                                     
            npm ERR!     /root/.npm/_logs/2021-07-24T13_53_38_001Z-debug.log  
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • K Kaskadeur111

              @thomas-braun

              uninstall:

              root@iobroker2:/opt/iobroker# sudo npm uninstall pcap@2.1.0                                                                                                              
              ⸨#####⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠙ idealTree:socket.io: sill placeDep node_modules/node-red-contrib-polymer socket.io@1.7.4 OK for: node-red-contrib-polymer@0.0.22 w
              ⸨#####⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠙ idealTree:socket.io: sill placeDep node_modules/node-red-contrib-polymer socket.io@1.7.4 OK for: node-red-contrib-polymer@0.0.22 w
              ⸨#######⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠴ idealTree:validate-npm-package-license: sill placeDep ROOT validate-npm-package-license@3.0.4 OK for: normalize-package-data@2.5.0 w
              ⸨#######⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠦ idealTree:validate-npm-package-license: sill placeDep ROOT validate-npm-package-license@3.0.4 OK for: normalize-package-data@2.5.0 w
              npm ERR! code 128                                                                                                                                                        
              npm ERR! An unknown git error occurred                                                                                                                                   
              npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/ioBroker/ioBroker.cul.git                                                                       
              npm ERR! Warning: Permanently added the RSA host key for IP address '140.82.121.4' to the list of known hosts.                                                           
              npm ERR! git@github.com: Permission denied (publickey).                                                                                                                  
              npm ERR! fatal: Konnte nicht vom Remote-Repository lesen.                                                                                                                
              npm ERR!                                                                                                                                                                 
              npm ERR! Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen                                                                                    
              npm ERR! und das Repository existiert.                                                                                                                                   
                                                                                                                                                                                       
              npm ERR! A complete log of this run can be found in:                                                                                                                     
              npm ERR!     /root/.npm/_logs/2021-07-24T13_53_38_001Z-debug.log  
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #60

              @kaskadeur111 Nix sudo!
              Hab ich das irgendwo geschrieben?

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              K 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @kaskadeur111 Nix sudo!
                Hab ich das irgendwo geschrieben?

                K Offline
                K Offline
                Kaskadeur111
                schrieb am zuletzt editiert von
                #61

                @thomas-braun ich habe die befehle erst ohne sudo ausgeführt

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • K Kaskadeur111

                  @thomas-braun ich habe die befehle erst ohne sudo ausgeführt

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #62

                  @kaskadeur111

                  Du bist doch schon (vermutlich eh Grundlos) root.

                  Und auch deine Fehlversuche möchten wir sehen damit man sieht was da genau eingegeben wurde.

                  Mit git kenn ich mich nicht aus, keine Ahnung warum da jetzt die beiden Dinger aufgerufen werden.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  K 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @kaskadeur111

                    Du bist doch schon (vermutlich eh Grundlos) root.

                    Und auch deine Fehlversuche möchten wir sehen damit man sieht was da genau eingegeben wurde.

                    Mit git kenn ich mich nicht aus, keine Ahnung warum da jetzt die beiden Dinger aufgerufen werden.

                    K Offline
                    K Offline
                    Kaskadeur111
                    schrieb am zuletzt editiert von
                    #63

                    @thomas-braun OK, hier nochmal ohne sudo

                    npm WARN deprecated node-pre-gyp@0.12.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package wi                                                                                                                                                      
                    ll recieve updates in the future                                                                                                                                                                                                                                                                                               
                    npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package wi                                                                                                                                                      
                    ll recieve updates in the future                                                                                                                                                                                                                                                                                               
                    npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)                                                                                                                                                                                                                          
                    ⸨################⠂⠂⸩ ⠴ reify:bcryptjs: http fetch GET 200 https://codeload.github.com/ioBroker/ioBroker.cul/tar.gz/8ccc0070f9d80e2ffa457a50830c964ab5783a46 928ms (c                                                                                                                                                      
                    npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410                                                                                                                                                                         
                    npm WARN core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detectio                                                                                                                                                      
                    n in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.                                                                                                                                                                 
                    ⸨##################⸩ ⠧ reify:core-js: WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues.                                                                                                                                                       
                    npm ERR! code 1                                                                                                                                                                                                                                                                                                                
                    npm ERR! path /opt/iobroker/node_modules/pcap                                                                                                                                                                                                                                                                                  
                    npm ERR! command failed                                                                                                                                                                                                                                                                                                        
                    npm ERR! command sh -c node-gyp rebuild                                                                                                                                                                                                                                                                                        
                    npm ERR! make: Verzeichnis „/opt/iobroker/node_modules/pcap/build“ wird betreten                                                                                                                                                                                                                                              
                    npm ERR!   CXX(target) Release/obj.target/pcap_binding/pcap_binding.o                                                                                                                                                                                                                                                          
                    npm ERR! make: Verzeichnis „/opt/iobroker/node_modules/pcap/build“ wird verlassen                                                                                                                                                                                                                                             
                    npm ERR! gyp info it worked if it ends with ok                                                                                                                                                                                                                                                                                 
                    npm ERR! gyp info using node-gyp@3.8.0                                                                                                                                                                                                                                                                                         
                    npm ERR! gyp info using node@14.17.3 | linux | x64                                                                                                                                                                                                                                                                             
                    npm ERR! gyp info spawn /usr/bin/python2                                                                                                                                                                                                                                                                                       
                    npm ERR! gyp info spawn args [                                                                                                                                                                                                                                                                                                 
                    npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',                                                                                                                                                                                                                                          
                    npm ERR! gyp info spawn args   'binding.gyp',                                                                                                                                                                                                                                                                                  
                    npm ERR! gyp info spawn args   '-f',                                                                                                                                                                                                                                                                                           
                    npm ERR! gyp info spawn args   'make',                                                                                                                                                                                                                                                                                         
                    npm ERR! gyp info spawn args   '-I',                                                                                                                                                                                                                                                                                           
                    npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/pcap/build/config.gypi',                                                                                                                                                                                                                                            
                    npm ERR! gyp info spawn args   '-I',                                                                                                                                                                                                                                                                                           
                    npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',                                                                                                                                                                                                                                               
                    npm ERR! gyp info spawn args   '-I',                                                                                                                                                                                                                                                                                           
                    npm ERR! gyp info spawn args   '/opt/iobroker/.node-gyp/14.17.3/include/node/common.gypi',                                                                                                                                                                                                                                     
                    npm ERR! gyp info spawn args   '-Dlibrary=shared_library',                                                                                                                                                                                                                                                                     
                    npm ERR! gyp info spawn args   '-Dvisibility=default',                                                                                                                                                                                                                                                                         
                    npm ERR! gyp info spawn args   '-Dnode_root_dir=/opt/iobroker/.node-gyp/14.17.3',                                                                                                                                                                                                                                              
                    npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',                                                                                                                                                                                                                                           
                    npm ERR! gyp info spawn args   '-Dnode_lib_file=/opt/iobroker/.node-gyp/14.17.3/<(target_arch)/node.lib',                                                                                                                                                                                                                      
                    npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/pcap',                                                                                                                                                                                                                                            
                    npm ERR! gyp info spawn args   '-Dnode_engine=v8',                                                                                                                                                                                                                                                                             
                    npm ERR! gyp info spawn args   '--depth=.',                                                                                                                                                                                                                                                                                    
                    npm ERR! gyp info spawn args   '--no-parallel',                                                                                                                                                                                                                                                                                
                    npm ERR! gyp info spawn args   '--generator-output',                                                                                                                                                                                                                                                                           
                    npm ERR! gyp info spawn args   'build',                                                                                                                                                                                                                                                                                        
                    npm ERR! gyp info spawn args   '-Goutput_dir=.'                                                                                                                                                                                                                                                                                
                    npm ERR! gyp info spawn args ]                                                                                                                                                                                                                                                                                                 
                    npm ERR! gyp info spawn make                                                                                                                                                                                                                                                                                                   
                    npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]                                                                                                                                                                                                                                                            
                    npm ERR! ../pcap_binding.cc:2:10: fatal error: pcap/pcap.h: Datei oder Verzeichnis nicht gefunden                                                                                                                                                                                                                              
                    npm ERR!  #include <pcap/pcap.h>                                                                                                                                                                                                                                                                                               
                    npm ERR!           ^~~~~~~~~~~~~                                                                                                                                                                                                                                                                                               
                    npm ERR! compilation terminated.                                                                                                                                                                                                                                                                                               
                    npm ERR! make: *** [pcap_binding.target.mk:112: Release/obj.target/pcap_binding/pcap_binding.o] Fehler 1                                                                                                                                                                                                                       
                    npm ERR! gyp ERR! build error                                                                                                                                                                                                                                                                                                  
                    npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2                                                                                                                                                                                                                                                                 
                    npm ERR! gyp ERR! stack     at ChildProcess.onExit (/opt/iobroker/node_modules/node-gyp/lib/build.js:262:23)                                                                                                                                                                                                                   
                    npm ERR! gyp ERR! stack     at ChildProcess.emit (events.js:375:28)                                                                                                                                                                                                                                                            
                    npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)                                                                                                                                                                                                                          
                    npm ERR! gyp ERR! System Linux 4.4.59+                                                                                                                                                                                                                                                                                         
                    npm ERR! gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"                                                                                                                                                                                                                           
                    npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/pcap                                                                                                                                                                                                                                                                          
                    npm ERR! gyp ERR! node -v v14.17.3                                                                                                                                                                                                                                                                                             
                    npm ERR! gyp ERR! node-gyp -v v3.8.0                                                                                                                                                                                                                                                                                           
                    npm ERR! gyp ERR! not ok                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                                                                                   
                    npm ERR! A complete log of this run can be found in:                                                                                                                                                                                                                                                                           
                    npm ERR!     /opt/iobroker/.npm/_logs/2021-07-24T13_58_16_080Z-debug.log  
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • K Kaskadeur111

                      @thomas-braun OK, hier nochmal ohne sudo

                      npm WARN deprecated node-pre-gyp@0.12.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package wi                                                                                                                                                      
                      ll recieve updates in the future                                                                                                                                                                                                                                                                                               
                      npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package wi                                                                                                                                                      
                      ll recieve updates in the future                                                                                                                                                                                                                                                                                               
                      npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)                                                                                                                                                                                                                          
                      ⸨################⠂⠂⸩ ⠴ reify:bcryptjs: http fetch GET 200 https://codeload.github.com/ioBroker/ioBroker.cul/tar.gz/8ccc0070f9d80e2ffa457a50830c964ab5783a46 928ms (c                                                                                                                                                      
                      npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410                                                                                                                                                                         
                      npm WARN core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detectio                                                                                                                                                      
                      n in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.                                                                                                                                                                 
                      ⸨##################⸩ ⠧ reify:core-js: WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues.                                                                                                                                                       
                      npm ERR! code 1                                                                                                                                                                                                                                                                                                                
                      npm ERR! path /opt/iobroker/node_modules/pcap                                                                                                                                                                                                                                                                                  
                      npm ERR! command failed                                                                                                                                                                                                                                                                                                        
                      npm ERR! command sh -c node-gyp rebuild                                                                                                                                                                                                                                                                                        
                      npm ERR! make: Verzeichnis „/opt/iobroker/node_modules/pcap/build“ wird betreten                                                                                                                                                                                                                                              
                      npm ERR!   CXX(target) Release/obj.target/pcap_binding/pcap_binding.o                                                                                                                                                                                                                                                          
                      npm ERR! make: Verzeichnis „/opt/iobroker/node_modules/pcap/build“ wird verlassen                                                                                                                                                                                                                                             
                      npm ERR! gyp info it worked if it ends with ok                                                                                                                                                                                                                                                                                 
                      npm ERR! gyp info using node-gyp@3.8.0                                                                                                                                                                                                                                                                                         
                      npm ERR! gyp info using node@14.17.3 | linux | x64                                                                                                                                                                                                                                                                             
                      npm ERR! gyp info spawn /usr/bin/python2                                                                                                                                                                                                                                                                                       
                      npm ERR! gyp info spawn args [                                                                                                                                                                                                                                                                                                 
                      npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',                                                                                                                                                                                                                                          
                      npm ERR! gyp info spawn args   'binding.gyp',                                                                                                                                                                                                                                                                                  
                      npm ERR! gyp info spawn args   '-f',                                                                                                                                                                                                                                                                                           
                      npm ERR! gyp info spawn args   'make',                                                                                                                                                                                                                                                                                         
                      npm ERR! gyp info spawn args   '-I',                                                                                                                                                                                                                                                                                           
                      npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/pcap/build/config.gypi',                                                                                                                                                                                                                                            
                      npm ERR! gyp info spawn args   '-I',                                                                                                                                                                                                                                                                                           
                      npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',                                                                                                                                                                                                                                               
                      npm ERR! gyp info spawn args   '-I',                                                                                                                                                                                                                                                                                           
                      npm ERR! gyp info spawn args   '/opt/iobroker/.node-gyp/14.17.3/include/node/common.gypi',                                                                                                                                                                                                                                     
                      npm ERR! gyp info spawn args   '-Dlibrary=shared_library',                                                                                                                                                                                                                                                                     
                      npm ERR! gyp info spawn args   '-Dvisibility=default',                                                                                                                                                                                                                                                                         
                      npm ERR! gyp info spawn args   '-Dnode_root_dir=/opt/iobroker/.node-gyp/14.17.3',                                                                                                                                                                                                                                              
                      npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',                                                                                                                                                                                                                                           
                      npm ERR! gyp info spawn args   '-Dnode_lib_file=/opt/iobroker/.node-gyp/14.17.3/<(target_arch)/node.lib',                                                                                                                                                                                                                      
                      npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/pcap',                                                                                                                                                                                                                                            
                      npm ERR! gyp info spawn args   '-Dnode_engine=v8',                                                                                                                                                                                                                                                                             
                      npm ERR! gyp info spawn args   '--depth=.',                                                                                                                                                                                                                                                                                    
                      npm ERR! gyp info spawn args   '--no-parallel',                                                                                                                                                                                                                                                                                
                      npm ERR! gyp info spawn args   '--generator-output',                                                                                                                                                                                                                                                                           
                      npm ERR! gyp info spawn args   'build',                                                                                                                                                                                                                                                                                        
                      npm ERR! gyp info spawn args   '-Goutput_dir=.'                                                                                                                                                                                                                                                                                
                      npm ERR! gyp info spawn args ]                                                                                                                                                                                                                                                                                                 
                      npm ERR! gyp info spawn make                                                                                                                                                                                                                                                                                                   
                      npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]                                                                                                                                                                                                                                                            
                      npm ERR! ../pcap_binding.cc:2:10: fatal error: pcap/pcap.h: Datei oder Verzeichnis nicht gefunden                                                                                                                                                                                                                              
                      npm ERR!  #include <pcap/pcap.h>                                                                                                                                                                                                                                                                                               
                      npm ERR!           ^~~~~~~~~~~~~                                                                                                                                                                                                                                                                                               
                      npm ERR! compilation terminated.                                                                                                                                                                                                                                                                                               
                      npm ERR! make: *** [pcap_binding.target.mk:112: Release/obj.target/pcap_binding/pcap_binding.o] Fehler 1                                                                                                                                                                                                                       
                      npm ERR! gyp ERR! build error                                                                                                                                                                                                                                                                                                  
                      npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2                                                                                                                                                                                                                                                                 
                      npm ERR! gyp ERR! stack     at ChildProcess.onExit (/opt/iobroker/node_modules/node-gyp/lib/build.js:262:23)                                                                                                                                                                                                                   
                      npm ERR! gyp ERR! stack     at ChildProcess.emit (events.js:375:28)                                                                                                                                                                                                                                                            
                      npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)                                                                                                                                                                                                                          
                      npm ERR! gyp ERR! System Linux 4.4.59+                                                                                                                                                                                                                                                                                         
                      npm ERR! gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"                                                                                                                                                                                                                           
                      npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/pcap                                                                                                                                                                                                                                                                          
                      npm ERR! gyp ERR! node -v v14.17.3                                                                                                                                                                                                                                                                                             
                      npm ERR! gyp ERR! node-gyp -v v3.8.0                                                                                                                                                                                                                                                                                           
                      npm ERR! gyp ERR! not ok                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                                                                                     
                      npm ERR! A complete log of this run can be found in:                                                                                                                                                                                                                                                                           
                      npm ERR!     /opt/iobroker/.npm/_logs/2021-07-24T13_58_16_080Z-debug.log  
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #64

                      @kaskadeur111

                      Deine nodeJS-Installation ist 100% krumm.
                      Schau in meiner Signatur wir man die gerade zieht.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      K 2 Antworten Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @kaskadeur111

                        Deine nodeJS-Installation ist 100% krumm.
                        Schau in meiner Signatur wir man die gerade zieht.

                        K Offline
                        K Offline
                        Kaskadeur111
                        schrieb am zuletzt editiert von
                        #65

                        @thomas-braun mach ich

                        1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @kaskadeur111

                          Deine nodeJS-Installation ist 100% krumm.
                          Schau in meiner Signatur wir man die gerade zieht.

                          K Offline
                          K Offline
                          Kaskadeur111
                          schrieb am zuletzt editiert von Kaskadeur111
                          #66

                          @thomas-braun

                          Frage: Deine einleitende Worte stimmen mich nachdenklich, denn ich habe einen Docker Container auf einer Synology, und ich bin root@ .... was bedeutet jetzt das "Nicht machen!" ???

                          "Vorwort:
                          Bis auf Ausnahmefälle (z. B. bei Docker auf einer Synology) wird ein auf Debian basierendes System seit Jahren NICHT mehr per direktem root-login administriert, sondern als normaler user mittels 'sudo'. Solche login prompts sind also unnötig und 'gefährlich':

                          root@raspberrypi:~#

                          Nicht machen!"

                          OK, wahrscheinlich bedeutet es nichts, denn ich habe ja so einen Ausnahmefall.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • K Kaskadeur111

                            @thomas-braun

                            Frage: Deine einleitende Worte stimmen mich nachdenklich, denn ich habe einen Docker Container auf einer Synology, und ich bin root@ .... was bedeutet jetzt das "Nicht machen!" ???

                            "Vorwort:
                            Bis auf Ausnahmefälle (z. B. bei Docker auf einer Synology) wird ein auf Debian basierendes System seit Jahren NICHT mehr per direktem root-login administriert, sondern als normaler user mittels 'sudo'. Solche login prompts sind also unnötig und 'gefährlich':

                            root@raspberrypi:~#

                            Nicht machen!"

                            OK, wahrscheinlich bedeutet es nichts, denn ich habe ja so einen Ausnahmefall.

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #67

                            @kaskadeur111 Das heißt, das man den root-Account nicht benutzt sondern einen User der entsprechende Rechte erhalten kann.

                            Auf der Synology geht das aber nicht, weil das dortige System extremst abgespeckt ist und es keine User-Verwaltung im klassischen Sinne gibt.

                            Aus meiner Sicht ist das ganze auch keine gescheite Basis um dort im Docker den ioBroker laufen zu lassen. Aber das ist ein anderes Thema.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            K 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @kaskadeur111 Das heißt, das man den root-Account nicht benutzt sondern einen User der entsprechende Rechte erhalten kann.

                              Auf der Synology geht das aber nicht, weil das dortige System extremst abgespeckt ist und es keine User-Verwaltung im klassischen Sinne gibt.

                              Aus meiner Sicht ist das ganze auch keine gescheite Basis um dort im Docker den ioBroker laufen zu lassen. Aber das ist ein anderes Thema.

                              K Offline
                              K Offline
                              Kaskadeur111
                              schrieb am zuletzt editiert von
                              #68

                              @thomas-braun Hmm Naja, wenn du als Basis die Software meinst, kann sein, da kenne ich mich zu wenig aus.

                              Bei mir Läuft ein Xpenology auf einem i5 Selbstbau NAS mit 32GB RAM und NVME SSDs. Hardwaretechnisch stimmt die Basis auf jedenfall mal

                              HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                              0
                              • K Kaskadeur111

                                @thomas-braun Hmm Naja, wenn du als Basis die Software meinst, kann sein, da kenne ich mich zu wenig aus.

                                Bei mir Läuft ein Xpenology auf einem i5 Selbstbau NAS mit 32GB RAM und NVME SSDs. Hardwaretechnisch stimmt die Basis auf jedenfall mal

                                HomoranH Nicht stören
                                HomoranH Nicht stören
                                Homoran
                                Global Moderator Administrators
                                schrieb am zuletzt editiert von
                                #69

                                @kaskadeur111 sagte in admin Webseite Leer (Keine Anmeldemaske):

                                ein Xpenology

                                das klingt aber nach einem seltsamen OS.

                                kein Support per PN! - Fragen im Forum stellen -
                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                K 1 Antwort Letzte Antwort
                                0
                                • HomoranH Homoran

                                  @kaskadeur111 sagte in admin Webseite Leer (Keine Anmeldemaske):

                                  ein Xpenology

                                  das klingt aber nach einem seltsamen OS.

                                  K Offline
                                  K Offline
                                  Kaskadeur111
                                  schrieb am zuletzt editiert von Kaskadeur111
                                  #70

                                  @homoran Ist halt eine vollwertige Synology die auf eigener Hardware installiert ist. Aber egal, back to Topic, gibt Gründe für das System wie es ist 🐕

                                  HomoranH 1 Antwort Letzte Antwort
                                  0
                                  • K Kaskadeur111

                                    @thomas-braun Hmm Naja, wenn du als Basis die Software meinst, kann sein, da kenne ich mich zu wenig aus.

                                    Bei mir Läuft ein Xpenology auf einem i5 Selbstbau NAS mit 32GB RAM und NVME SSDs. Hardwaretechnisch stimmt die Basis auf jedenfall mal

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von Thomas Braun
                                    #71

                                    @kaskadeur111
                                    Klar rede ich vom OS.

                                    Ich würde auch auf eigener Hardware nicht so'n Krampf wie DSM installieren. Da gibt's vernünftigere NAS-Systeme

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    K 1 Antwort Letzte Antwort
                                    0
                                    • K Kaskadeur111

                                      @homoran Ist halt eine vollwertige Synology die auf eigener Hardware installiert ist. Aber egal, back to Topic, gibt Gründe für das System wie es ist 🐕

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #72

                                      @kaskadeur111 sagte in admin Webseite Leer (Keine Anmeldemaske):

                                      @homoran Ist halt eine vollwertige Synology die auf eigener Hardware installiert ist

                                      das bedeutet aber nicht, dass es ein vollwertiges debian ist.

                                      kein Support per PN! - Fragen im Forum stellen -
                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      K 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @kaskadeur111 sagte in admin Webseite Leer (Keine Anmeldemaske):

                                        @homoran Ist halt eine vollwertige Synology die auf eigener Hardware installiert ist

                                        das bedeutet aber nicht, dass es ein vollwertiges debian ist.

                                        K Offline
                                        K Offline
                                        Kaskadeur111
                                        schrieb am zuletzt editiert von
                                        #73

                                        @homoran Hat auch niemand gesagt ;-)

                                        1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @kaskadeur111
                                          Klar rede ich vom OS.

                                          Ich würde auch auf eigener Hardware nicht so'n Krampf wie DSM installieren. Da gibt's vernünftigere NAS-Systeme

                                          K Offline
                                          K Offline
                                          Kaskadeur111
                                          schrieb am zuletzt editiert von
                                          #74

                                          @thomas-braun

                                          So, Nodejs ist gefixt, waren tatsächslich falsche pfade "/local/"
                                          zusätzlich war noch eine 14er version drauf, jetzt ist nur noch die 12.22 drauf

                                          Admin adapter ließ sich problemlos deinstallieren
                                          Admin Adapter ließ sich neuinstallieren -> 4.2.2

                                          bis hierhin PERFEKT!!!

                                          Nun listet er mir zwar den Adapter als installiert auf, aber keine Instanz

                                          root@iobroker2:/opt/iobroker# iobroker start admin                                                                                                            
                                          Cannot find any instances of "admin"!                                                                                                                         
                                          root@iobroker2:/opt/iobroker# iobroker list instances                                                                                                         
                                          + system.adapter.alexa2.0                 : alexa2                : iobroker2                                -  enabled                                       
                                            system.adapter.amazon-dash.0            : amazon-dash           : iobroker2                                -  enabled                                       
                                          + system.adapter.backitup.0               : backitup              : iobroker2                                -  enabled                                       
                                            system.adapter.bring.0                  : bring                 : iobroker2                                - disabled                                       
                                          + system.adapter.broadlink2.0             : broadlink2            : iobroker2                                -  enabled                                       
                                            system.adapter.daswetter.0              : daswetter             : iobroker2                                - disabled                                       
                                            system.adapter.devices.0                : devices               : iobroker2                                -  enabled                                       
                                          + system.adapter.discovery.0              : discovery             : iobroker2                                -  enabled                                       
                                          + system.adapter.enigma2.0                : enigma2               : iobroker2                                -  enabled                                       
                                          + system.adapter.eventlist.0              : eventlist             : iobroker2                                -  enabled                                       
                                            system.adapter.flot.0                   : flot                  : iobroker2                                -  enabled                                       
                                          + system.adapter.fritzdect.0              : fritzdect             : iobroker2                                -  enabled                                       
                                          + system.adapter.hm-rega.0                : hm-rega               : iobroker2                                -  enabled                                       
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker2                                -  enabled, port: 2001                           
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker2                                -  enabled, port: 2010                           
                                          + system.adapter.hue-extended.0           : hue-extended          : iobroker2                                -  enabled                                       
                                            system.adapter.ical.0                   : ical                  : iobroker2                                -  enabled                                       
                                            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker2                                -  enabled                              
                                            system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker2                                -  enabled                                       
                                            system.adapter.info.0                   : info                  : iobroker2                                -  enabled                                       
                                            system.adapter.javascript.0             : javascript            : iobroker2                                -  enabled                                       
                                          + system.adapter.lgtv.0                   : lgtv                  : iobroker2                                -  enabled                                       
                                            system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker2                                -  enabled, port: 54321                          
                                          + system.adapter.mihome.0                 : mihome                : iobroker2                                -  enabled, port: 9898, bind: 0                  
                                          .0.0.0                                                                                                                                                        
                                          + system.adapter.node-red.0               : node-red              : iobroker2                                -  enabled, port: 1880, bind: 0                  
                                          .0.0.0                                                                                                                                                        
                                          + system.adapter.octoprint.0              : octoprint             : iobroker2                                -  enabled                                       
                                          + system.adapter.onkyo.0                  : onkyo                 : iobroker2                                -  enabled                                       
                                          + system.adapter.ping.0                   : ping                  : iobroker2                                -  enabled                                       
                                          + system.adapter.scenes.1                 : scenes                : iobroker2                                -  enabled                                       
                                          + system.adapter.simple-api.0             : simple-api            : iobroker2                                -  enabled, port: 8087, bind: 0                  
                                          .0.0.0, run as: admin                                                                                                                                         
                                          + system.adapter.sonoff.0                 : sonoff                : iobroker2                                -  enabled, port: 1883, bind: 0                  
                                          .0.0.0                                                                                                                                                        
                                            system.adapter.sql.0                    : sql                   : iobroker2                                -  enabled, port: 3306                           
                                          + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker2                                -  enabled                                       
                                          + system.adapter.telegram.0               : telegram              : iobroker2                                -  enabled, port: 8443, bind: 0                  
                                          .0.0.0                                                                                                                                                        
                                          + system.adapter.tr-064.0                 : tr-064                : iobroker2                                -  enabled                                       
                                          + system.adapter.tuya.0                   : tuya                  : iobroker2                                -  enabled                                       
                                          + system.adapter.upnp.0                   : upnp                  : iobroker2                                -  enabled                                       
                                            system.adapter.virtualpowermeter.0      : virtualpowermeter     : iobroker2                                -  enabled                                       
                                            system.adapter.virtualpowermeter.1      : virtualpowermeter     : iobroker2                                -  enabled                                       
                                            system.adapter.vis-bars.0               : vis-bars              : iobroker2                                -  enabled                                       
                                            system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker2                                -  enabled                                       
                                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker2                                -  enabled                                       
                                            system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker2                                -  enabled                                       
                                            system.adapter.vis-history.0            : vis-history           : iobroker2                                -  enabled                                       
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker2                                -  enabled                                       
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker2                                -  enabled                                       
                                            system.adapter.vis-justgage.0           : vis-justgage          : iobroker2                                -  enabled                                       
                                            system.adapter.vis-material.0           : vis-material          : iobroker2                                -  enabled                                       
                                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker2                                -  enabled                                       
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker2                                -  enabled                                       
                                            system.adapter.vis-weather.0            : vis-weather           : iobroker2                                -  enabled                                       
                                            system.adapter.vis.0                    : vis                   : iobroker2                                -  enabled                                       
                                            system.adapter.web.0                    : web                   : iobroker2                                -  enabled, port: 8082, bind: 0                  
                                          .0.0.0, run as: admin                                                                                                                                         
                                          + system.adapter.wifilight.0              : wifilight             : iobroker2                                -  enabled                                       
                                                                                                                                                                                                        
                                          + instance is alive                         
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          586

                                          Online

                                          32.7k

                                          Benutzer

                                          82.6k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe