Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. js-controller 3.0/3.1 jetzt im Latest!

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

js-controller 3.0/3.1 jetzt im Latest!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
js-controller
1.3k Beiträge 127 Kommentatoren 496.6k Aufrufe 89 Watching
  • Ä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.
  • apollon77A apollon77

    @Diginix Du kennst "zless"? Und zcat? und zgrep? :-) Alle diese tools einfach mit z vorne dran und du kannst Sie such mit nem .gz File aufrufen

    DiginixD Offline
    DiginixD Offline
    Diginix
    schrieb am zuletzt editiert von
    #534

    @apollon77 Als Client läuft Windows und da nutze ich lieber Visual Studio Code o.ä. GUI Editoren. ;-)

    ..:: So long! Tom ::..

    NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

    1 Antwort Letzte Antwort
    0
    • apollon77A apollon77

      @2hot4you ping == installation fixer (iobroker fix) ausführen. Da fehlen rechte

      2 Offline
      2 Offline
      2hot4you
      schrieb am zuletzt editiert von 2hot4you
      #535

      @apollon77

      habe den Fix durchlaufen lassen, keine Änderung.
      Im Log zeigt er den Fehler an, wenn ich den Befehl in der Shell eingebe geht er

      ping.0 2020-04-28 17:05:48.818 debug (7517) Ping result for 192.168.30.77: false in -ms
      ping.0 2020-04-28 17:05:48.817 debug (7517) STDERR: /bin/ping: socket: Operation not permitted
      ping.0 2020-04-28 17:05:48.815 debug (7517) System command: /bin/ping -n -w 2 -c 1 192.168.30.77
      ping.0 2020-04-28 17:05:48.815 debug (7517) Pinging 192.168.30.77

      iobroker@iobroker-lxc:~# ping -n -w 2 -c 1 192.168.30.77 
      PING 192.168.30.77 (192.168.30.77) 56(84) bytes of data.
      64 bytes from 192.168.30.77: icmp_seq=1 ttl=128 time=8.15 ms
      
      --- 192.168.30.77 ping statistics ---
      1 packets transmitted, 1 received, 0% packet loss, time 0ms
      rtt min/avg/max/mdev = 8.145/8.145/8.145/0.000 ms
      iobroker@iobroker-lxc:~# ping 192.168.30.77
      PING 192.168.30.77 (192.168.30.77) 56(84) bytes of data.
      64 bytes from 192.168.30.77: icmp_seq=1 ttl=128 time=8.11 ms
      64 bytes from 192.168.30.77: icmp_seq=2 ttl=128 time=5.80 ms
      64 bytes from 192.168.30.77: icmp_seq=3 ttl=128 time=7.81 ms
      ^C
      --- 192.168.30.77 ping statistics ---
      3 packets transmitted, 3 received, 0% packet loss, time 2003ms
      rtt min/avg/max/mdev = 5.802/7.238/8.106/1.022 ms
      iobroker@iobroker-lxc:~# 
      
      robonect.0	2020-04-28 17:07:05.739	error	(7908) No connection to lawn mower. Check network connection.
      robonect.0	2020-04-28 17:06:05.737	error	(7908) No connection to lawn mower. Check network connection.
      robonect.0	2020-04-28 17:05:57.923	debug	(7908) system.adapter.admin.0: logging true
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • 2 2hot4you

        @apollon77

        habe den Fix durchlaufen lassen, keine Änderung.
        Im Log zeigt er den Fehler an, wenn ich den Befehl in der Shell eingebe geht er

        ping.0 2020-04-28 17:05:48.818 debug (7517) Ping result for 192.168.30.77: false in -ms
        ping.0 2020-04-28 17:05:48.817 debug (7517) STDERR: /bin/ping: socket: Operation not permitted
        ping.0 2020-04-28 17:05:48.815 debug (7517) System command: /bin/ping -n -w 2 -c 1 192.168.30.77
        ping.0 2020-04-28 17:05:48.815 debug (7517) Pinging 192.168.30.77

        iobroker@iobroker-lxc:~# ping -n -w 2 -c 1 192.168.30.77 
        PING 192.168.30.77 (192.168.30.77) 56(84) bytes of data.
        64 bytes from 192.168.30.77: icmp_seq=1 ttl=128 time=8.15 ms
        
        --- 192.168.30.77 ping statistics ---
        1 packets transmitted, 1 received, 0% packet loss, time 0ms
        rtt min/avg/max/mdev = 8.145/8.145/8.145/0.000 ms
        iobroker@iobroker-lxc:~# ping 192.168.30.77
        PING 192.168.30.77 (192.168.30.77) 56(84) bytes of data.
        64 bytes from 192.168.30.77: icmp_seq=1 ttl=128 time=8.11 ms
        64 bytes from 192.168.30.77: icmp_seq=2 ttl=128 time=5.80 ms
        64 bytes from 192.168.30.77: icmp_seq=3 ttl=128 time=7.81 ms
        ^C
        --- 192.168.30.77 ping statistics ---
        3 packets transmitted, 3 received, 0% packet loss, time 2003ms
        rtt min/avg/max/mdev = 5.802/7.238/8.106/1.022 ms
        iobroker@iobroker-lxc:~# 
        
        robonect.0	2020-04-28 17:07:05.739	error	(7908) No connection to lawn mower. Check network connection.
        robonect.0	2020-04-28 17:06:05.737	error	(7908) No connection to lawn mower. Check network connection.
        robonect.0	2020-04-28 17:05:57.923	debug	(7908) system.adapter.admin.0: logging true
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #536

        @2hot4you

        ls -la /bin/ping
        

        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

        2 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @2hot4you

          ls -la /bin/ping
          
          2 Offline
          2 Offline
          2hot4you
          schrieb am zuletzt editiert von
          #537

          @Thomas-Braun

          -rwxr-xr-x 1 root root 72776 Oct 5 2019 /bin/ping

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • 2 2hot4you

            @Thomas-Braun

            -rwxr-xr-x 1 root root 72776 Oct 5 2019 /bin/ping

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

            @2hot4you

            sudo dpkg-reconfigure iputils-ping
            

            Danach nochmal die Rechte prüfen:

            ls -la /bin/ping
            

            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

            harrymH 2 2 Antworten Letzte Antwort
            -1
            • Thomas BraunT Thomas Braun

              @2hot4you

              sudo dpkg-reconfigure iputils-ping
              

              Danach nochmal die Rechte prüfen:

              ls -la /bin/ping
              
              harrymH Offline
              harrymH Offline
              harrym
              schrieb am zuletzt editiert von
              #539

              @Thomas-Braun ??? wozu? sein PING Befehl funktioniert ja unter Linux. Der Adapter hat ein Probelm damit.

              ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • harrymH harrym

                @Thomas-Braun ??? wozu? sein PING Befehl funktioniert ja unter Linux. Der Adapter hat ein Probelm damit.

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

                @harrym Weil da das setuid Bit fehlt.

                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

                harrymH 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @harrym Weil da das setuid Bit fehlt.

                  harrymH Offline
                  harrymH Offline
                  harrym
                  schrieb am zuletzt editiert von
                  #541

                  @Thomas-Braun lies mal den ganzen thread und auch die logs vom broker........

                  ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • harrymH harrym

                    @Thomas-Braun lies mal den ganzen thread und auch die logs vom broker........

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

                    @harrym

                    STDERR: /bin/ping: socket: Operation not permitted
                    

                    Schaut mir nach fehlenden Rechten aus.

                    Mein ping hat das setuid Bit jedenfalls:

                    pi@raspberrypi:~$ ls -la /bin/ping
                    -rwsr-xr-x 1 root root 55720 Aug  3  2018 /bin/ping
                    pi@raspberrypi:~$
                    
                    

                    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

                    harrymH 1 Antwort Letzte Antwort
                    -1
                    • Thomas BraunT Thomas Braun

                      @harrym

                      STDERR: /bin/ping: socket: Operation not permitted
                      

                      Schaut mir nach fehlenden Rechten aus.

                      Mein ping hat das setuid Bit jedenfalls:

                      pi@raspberrypi:~$ ls -la /bin/ping
                      -rwsr-xr-x 1 root root 55720 Aug  3  2018 /bin/ping
                      pi@raspberrypi:~$
                      
                      
                      harrymH Offline
                      harrymH Offline
                      harrym
                      schrieb am zuletzt editiert von harrym
                      #543

                      @Thomas-Braun und das ganze hat jedenfalls genau NICHTS mim js-controller zu tun?

                      aber j4i .... x haben alle user und auch alle gruppen ... oug ... rechte ala unix/linux eben

                      ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                      1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @2hot4you

                        sudo dpkg-reconfigure iputils-ping
                        

                        Danach nochmal die Rechte prüfen:

                        ls -la /bin/ping
                        
                        2 Offline
                        2 Offline
                        2hot4you
                        schrieb am zuletzt editiert von
                        #544

                        @Thomas-Braun sagte in js-controller 3.0 jetzt im Latest!:

                        ls -la /bin/ping

                        immer noch das gleiche

                        
                        iobroker@iobroker-lxc:~# ls -la /bin/ping
                        -rwxr-xr-x 1 root root 72776 Oct  5  2019 /bin/ping
                        
                        
                        harrymH Thomas BraunT 2 Antworten Letzte Antwort
                        0
                        • 2 2hot4you

                          @Thomas-Braun sagte in js-controller 3.0 jetzt im Latest!:

                          ls -la /bin/ping

                          immer noch das gleiche

                          
                          iobroker@iobroker-lxc:~# ls -la /bin/ping
                          -rwxr-xr-x 1 root root 72776 Oct  5  2019 /bin/ping
                          
                          
                          harrymH Offline
                          harrymH Offline
                          harrym
                          schrieb am zuletzt editiert von
                          #545

                          @2hot4you war zu erwarten ... weil alle rechte passen.

                          ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                          1 Antwort Letzte Antwort
                          0
                          • 2 2hot4you

                            @Thomas-Braun sagte in js-controller 3.0 jetzt im Latest!:

                            ls -la /bin/ping

                            immer noch das gleiche

                            
                            iobroker@iobroker-lxc:~# ls -la /bin/ping
                            -rwxr-xr-x 1 root root 72776 Oct  5  2019 /bin/ping
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #546

                            @2hot4you

                            sudo chmod u+s /bin/ping
                            

                            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

                            harrymH 1 Antwort Letzte Antwort
                            -1
                            • Thomas BraunT Thomas Braun

                              @2hot4you

                              sudo chmod u+s /bin/ping
                              
                              harrymH Offline
                              harrymH Offline
                              harrym
                              schrieb am zuletzt editiert von
                              #547

                              @Thomas-Braun sag mal ! mer als ein x für alle kann nicht sein .... lass dein halbwissen jetzt mal beiseite. Das ist ein problem mit den Adaptern bzw. eine Konfigsache in denen

                              ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • harrymH harrym

                                @Thomas-Braun sag mal ! mer als ein x für alle kann nicht sein .... lass dein halbwissen jetzt mal beiseite. Das ist ein problem mit den Adaptern bzw. eine Konfigsache in denen

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

                                @harrym setuid ist 'mehr' als x
                                Die Rechte in meinen Raspian lauten jedenfalls so:

                                pi@raspberrypi:~$ ls -la /bin/ping
                                -rwsr-xr-x 1 root root 55720 Aug  3  2018 /bin/ping
                                pi@raspberrypi:~$
                                

                                Was bezeichnet jetzt das s?

                                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

                                harrymH 1 Antwort Letzte Antwort
                                -1
                                • Thomas BraunT Thomas Braun

                                  @harrym setuid ist 'mehr' als x
                                  Die Rechte in meinen Raspian lauten jedenfalls so:

                                  pi@raspberrypi:~$ ls -la /bin/ping
                                  -rwsr-xr-x 1 root root 55720 Aug  3  2018 /bin/ping
                                  pi@raspberrypi:~$
                                  

                                  Was bezeichnet jetzt das s?

                                  harrymH Offline
                                  harrymH Offline
                                  harrym
                                  schrieb am zuletzt editiert von
                                  #549

                                  @Thomas-Braun setzt dich mal mit den rechten unter linux/unix auseinander .... mir reicht das jetzt.

                                  ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • harrymH harrym

                                    @Thomas-Braun setzt dich mal mit den rechten unter linux/unix auseinander .... mir reicht das jetzt.

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

                                    @harrym Erzähls mir doch bitte. Was bedeutet das s?

                                    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

                                    harrymH 1 Antwort Letzte Antwort
                                    0
                                    • 2 Offline
                                      2 Offline
                                      2hot4you
                                      schrieb am zuletzt editiert von
                                      #551

                                      habe den Ping Adpter neu installiert, jetzt klapp es wieder , keine Ahnung was jetzt geholfen habt,

                                      Danke für eure Hilfe

                                      1 Antwort Letzte Antwort
                                      1
                                      • Thomas BraunT Thomas Braun

                                        @harrym Erzähls mir doch bitte. Was bedeutet das s?

                                        harrymH Offline
                                        harrymH Offline
                                        harrym
                                        schrieb am zuletzt editiert von
                                        #552

                                        @Thomas-Braun ist bei ping unnötig. und setuid ist nicht mehr als x .... verschiebt nur rechte von usern ....

                                        ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • harrymH harrym

                                          @Thomas-Braun ist bei ping unnötig. und setuid ist nicht mehr als x .... verschiebt nur rechte von usern ....

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

                                          @harrym Ist bei Ping nicht unnötig. Entweder setuid oder capabilities (je nach Distribution) ist erforderlich.

                                          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

                                          harrymH 1 Antwort Letzte Antwort
                                          -1
                                          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

                                          965

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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