Ankündigung

Einklappen
Keine Ankündigung bisher.

Logging Konfigurieren

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

    Logging Konfigurieren

    Hallo,

    ich finde im Journal viele Einträge der Form

    Nov 17 23:16:23 home knxd[764]: Layer 6 [10:A.unix/local 2.062] is OK
    Nov 17 23:16:29 home knxd[764]: Layer 6 [10:A.unix/local 8.062] is OK
    Nov 17 23:16:35 home knxd[764]: Layer 6 [10:A.unix/local 13.971] is OK
    Nov 17 23:16:35 home knxd[764]: Layer 6 [10:A.unix/local 14.061] is OK
    Nov 17 23:16:41 home knxd[764]: Layer 6 [10:A.unix/local 20.060] is OK
    Nov 17 23:16:47 home knxd[764]: Layer 6 [10:A.unix/local 26.062] is OK
    Nov 17 23:16:53 home knxd[764]: Layer 6 [10:A.unix/local 32.069] is OK
    Nov 17 23:16:59 home knxd[764]: Layer 6 [10:A.unix/local 38.168] is OK
    Nov 17 23:17:05 home knxd[764]: Layer 6 [10:A.unix/local 44.168] is OK
    Nov 17 23:17:10 home knxd[764]: Layer 6 [10:A.unix/local 49.347] is OK
    Nov 17 23:17:11 home knxd[764]: Layer 6 [10:A.unix/local 50.168] is OK
    Nov 17 23:17:12 home knxd[764]: Layer 6 [10:A.unix/local 50.659] is OK
    Nov 17 23:17:13 home knxd[764]: Layer 6 [10:A.unix/local 51.931] is OK

    Damit ist knxd der bei weitem gesprächigste Dienst auf meinem System.

    Lassen sich diese irgendwie abstellen?

    Danke und Gruß
    Rainer

    #2
    Wie hast Du denn den knxd konfiguriert? knxd.ini? knxd.conf?

    Kommentar


      #3
      Das ist ein Trace-Eintrag. Wenn der knxd funktioniert, wieso hast du Debugging an?
      DistKV, Home Assistant, 1wire, KNX, Python, Asterisk, SMD-Lötkolben

      Kommentar


        #4
        Ich sehe in der Konfig leider nicht, wo ich debugging einschalte (?)

        rd@home:/etc$ cat knxd.conf
        # configuration for knxd.service
        #KNXD_OPTS="-e 0.0.1 -E 0.0.2:8 -u /tmp/eib -b ip:"
        #KNXD_OPTS=" -f9 -t 0xffe -e 1.1.227 -E 1.0.228:8 -t 65535 -u /tmp/eib -B single --send-delay=70 -b ipt:192.168.0.17"
        KNXD_OPTS="-e 1.1.227 -E 1.1.228:8 -t 65535 -u /tmp/eib -B single --send-delay=70 -b ipt:mdt"

        # The default options are "-u /tmp/eib -b ip:"
        # which tell knxd to route between all of
        # /tmp/eib (legacy socket (-u))
        # multicast client (-b ip.
        # knxd's own bus address is 0.0.1; it will assign 0.0.2…0.0.9 to clients.
        # The knxd.socket file also tells knxd to listen to
        # /run/eib (socket activation via systemd)
        # TCP port 6720 (socket activation via systemd)
        # You *need* the -e option. Clients cannot connect without "-E".

        # You can read knxd's logs with
        # $ journalctl -u knxd --since "10 min ago"
        # (or whatever). See the manpage for details.
        # You need to be a member of the "adm" group.
        # Add "-f9 -t1023" to the beginning of the command line for extensive logging.

        # *** DO NOT use "-u" / "-u /run/knx" or "-i" / "-i 6720" here.
        # Systemd already does that on behalf of knxd, via 'knx.socket'.

        # *** DO NOT use both "-RS" and "-b ip:" (unless you specify a
        # different multicast address on one of them). You'd create a loop.

        # If you have KNX hardware on a serial port or USB, add the appropriate
        # "-b TYPE:…" option. In this case, you probably want to set up a multicast
        # server, not a client (i.e. use "-D -T -R -S", not "-b ip:").
        # DO NOT use both.
        #
        # If your KNX hardware is a KNX/IP gateway that doesn't do multicast,
        # use "-b ipt:192.168.1.2" (or its DNS name) to talk to it.
        #
        # KNX MUST NOT have more than one path between any two devices. Thus,
        # you need to make sure that the KNX/IP gateway does not route multicast
        # before you use both "-S" and "-b ipt:".

        # The default bus address of knxd is 0.0.1. If that's in use in your KNX
        # network (or if you run more than one knxd on your network), set a
        # different address, for example "-e 7.0.99".

        # You should have a block of free addresses on your KNX bus which knxd can
        # assign to clients: "-E 7.0.100:28" will use 7.0.100 through 7.0.127.
        # If no such range is given, or if it's full, knxd uses its own address.
        # That mostly works, but separate addresses are much better.

        # Run `knxd --help` to get a complete list of available options and drivers.

        ## DO NOT use the following options:
        ## -i -- /lib/systemd/system/knxd.socket does this for us
        ## -u /run/knx -- likewise
        ## -d -- /lib/systemd/system/knxd.service expects knxd to run in the foreground
        ## -p PIDFILE -- please use systemctl to control knxd

        ################################################## #############################
        # This file is ignored when NOT using systemd: edit /etc/default/knxd instead #
        ################################################## #############################
        rd@home:/etc$

        rd@home:/etc/default$ apt-cache policy knxd
        knxd:
        Installed: 0.14.23-1
        Candidate: 0.14.23-1
        Version table:
        *** 0.14.23-1 100
        100 /var/lib/dpkg/status
        rd@home:/etc/default$

        Kommentar

        Lädt...
        X