[Bug 231236] dns/ddclient: logging via syslog not possible
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Sep 8 08:46:41 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231236
Bug ID: 231236
Summary: dns/ddclient: logging via syslog not possible
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: ohartmann at walstatt.org
CC: mjl at luckie.org.nz
CC: mjl at luckie.org.nz
Flags: maintainer-feedback?(mjl at luckie.org.nz)
Running 12-CURRENT; ports and sources are (seemingly) up to date as /usr/ports
is up to date and OS is 12.0-ALPHA5 FreeBSD 12.0-ALPHA5 #30 r338531: Sat Sep 8
07:32:10 CEST 2018 amd64.
Having configured dns/ddclient with option "syslog=yes" in
/usr/local/etc/ddclient.conf (see below, working config) should provide syslog
backed logging. But it doesn't!
I've configured in /usr/local/etc/syslog.d/ddclient.conf the following line:
!ddclient
*.* /var/log/ddclient.log
That should be sufficient. I checked further whether syslogd works properly and
even deleagtin any(!) syslog output via
*.* /var/log/everything.log
in /etc/syslog.conf should provide any "burp" from ddclient, if ever any goes
off.
Testing with "logger -p daemon.info -t ddclient Something" works and get its
expected impact on /var/log/ddclient.log.
So, my conclusion is that something is broken with ddclient/perl.
My configuration file looks like that:
# Globale Variablendefinitionen
daemon=1800
syslog=yes
#facility=daemon
#priority=info
retry=yes
mail=root
mail-failure=root
pid=/var/run/ddclient.pid
###
ssl=yes
ipv6=yes
protocol=dyndns2
use=if, if=tun0
server=server.to.contact
login=my at email
password='somePASSWDorTOKEN'
script=/update
wildcard=yes
all
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list