Ankündigung

Einklappen
Keine Ankündigung bisher.

Network Plugin Problem [Errno 13] Keine Berechtigung

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Network Plugin Problem [Errno 13] Keine Berechtigung

    Hallo,

    wollte das Network Plugin in Betrieb nehmen, bekomme jedoch immer diese Meldung
    2017-06-28 16:14:06 ERROR Connections UDPDispatcher: problem binding 0.0.0.0:255 (UDP): [Errno 13] Keine Berechtigung
    hat jemand einen Vorschlag wie ich dieser Meldung entgegenwirken kann ? BZw welche Dtei hat nicht die richtigen Rechte?


    #2
    Evtl hilft, wie genau Du es in Betrieb genommen hast ;-)

    Kommentar


      #3
      Plugin.conf
      Code:
      [nw]
          class_name = Network
          class_path = plugins.network
          ip = 127.0.0.1
          # port = 2727
          udp = yes
          udp_acl= 192.168.178.54
      item
      Code:
          [[data]]
              type = str
              visu_acl= rw
              nw_udp_listen = 255

      Kommentar


        #4
        Wird möglicherweise der Port 255 bereits verwendet?
        Die Ports unter 1024 sollten eigentlich nicht für individuelle Zwecke verwendet werden, weil diese fest definiert sind ("well known").

        Kommentar


          #5
          mh
          smarthome@server:~$ netstat -an |grep LISTEN
          tcp 0 0 0.0.0.0:2323 0.0.0.0:* LISTEN
          tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
          tcp 0 0 0.0.0.0:2424 0.0.0.0:* LISTEN
          tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
          tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
          tcp 0 0 192.168.178.66:8383 0.0.0.0:* LISTEN
          tcp 0 0 0.0.0.0:40001 0.0.0.0:* LISTEN
          tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
          tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
          tcp6 0 0 :::22 :::* LISTEN
          tcp6 0 0 ::1:25 :::* LISTEN
          tcp6 0 0 :::445 :::* LISTEN
          tcp6 0 0 :::6720 :::* LISTEN
          tcp6 0 0 :::139 :::* LISTEN
          tcp6 0 0 :::48043 :::* LISTEN
          tcp6 0 0 :::111 :::* LISTEN
          tcp6 0 0 :::80 :::* LISTEN
          smarthome@server:~$ netstat -l
          Aktive Internetverbindungen (Nur Server)
          Proto Recv-Q Send-Q Local Address Foreign Address State
          tcp 0 0 *:2323 *:* LISTEN
          tcp 0 0 *:ssh *:* LISTEN
          tcp 0 0 *:2424 *:* LISTEN
          tcp 0 0 localhost:smtp *:* LISTEN
          tcp 0 0 *:microsoft-ds *:* LISTEN
          tcp 0 0 server.fritz.box:8383 *:* LISTEN
          tcp 0 0 *:40001 *:* LISTEN
          tcp 0 0 *:netbios-ssn *:* LISTEN
          tcp 0 0 *:sunrpc *:* LISTEN
          tcp6 0 0 [::]:ssh [::]:* LISTEN
          tcp6 0 0 localhost:smtp [::]:* LISTEN
          tcp6 0 0 [::]:microsoft-ds [::]:* LISTEN
          tcp6 0 0 [::]:6720 [::]:* LISTEN
          tcp6 0 0 [::]:netbios-ssn [::]:* LISTEN
          tcp6 0 0 [::]:48043 [::]:* LISTEN
          tcp6 0 0 [::]:sunrpc [::]:* LISTEN
          tcp6 0 0 [::]:http [::]:* LISTEN
          udp 0 0 *:53090 *:*
          udp 0 0 *:52253 *:*
          udp 0 0 *:bootpc *:*
          udp 0 0 server.fritz.box:3672 *:*
          udp 0 0 *:nqs *:*
          udp 0 0 localhost:617 *:*
          udp 0 0 *:sunrpc *:*
          udp 0 0 server.fritz.box:ntp *:*
          udp 0 0 localhost:ntp *:*
          udp 0 0 *:ntp *:*
          udp 0 0 192.168.178.:netbios-ns *:*
          udp 0 0 server.fritz:netbios-ns *:*
          udp 0 0 *:netbios-ns *:*
          udp 0 0 192.168.178:netbios-dgm *:*
          udp 0 0 server.frit:netbios-dgm *:*
          udp 0 0 *:netbios-dgm *:*
          udp 0 0 localhost:2727 *:*
          udp6 0 0 [::]:44533 [::]:*
          udp6 0 0 [::]:nqs [::]:*
          udp6 0 0 [::]:sunrpc [::]:*
          udp6 0 0 fe80::a00:27ff:fe6d:ntp [::]:*
          udp6 0 0 localhost:ntp [::]:*
          udp6 0 0 [::]:ntp [::]:*
          udp6 0 0 [::]:33938 [::]:*
          seh da im moment nicht das der Port überhaupt genutzt wird.
          obowhl lt. WIkipedia
          220-255 TCP UDP Internet Message Access Protocol (IMAP), version 3 offiziell
          nutzt.
          Zuletzt geändert von Bonze; 01.07.2017, 09:47.

          Kommentar


            #6
            hab den Port getauscht auf 8888, gehts scheints zu gehen

            Kommentar


              #7
              Ports unter 1024 dürfen nur von root benutzt werden.

              Kommentar

              Lädt...
              X