Package: dnssec-tools
Version: 2.0-1
Severity: normal
Tags: patch

Dear Maintainer,

rollerd is currently ignoring the -display option and assuming it's present
on startup.  This causes the following message to be written to the log:

Sep 28 03:06:16 2013: <command>: unable to send message to blinkenlights; 
turning off display

The message states display is turned off but the program ignores this and
continues to try to use blinkenlights.  The log message is consequently
repeated on every action.


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dnssec-tools depends on:
ii  bind9utils           1:9.8.4.dfsg.P1-6+nmu3
ii  libmailtools-perl    2.12-1
ii  libnet-dns-perl      0.68-1.2
ii  libnet-dns-sec-perl  0.16-2
ii  libtimedate-perl     1.2000-1
ii  perl                 5.18.1-4

Versions of packages dnssec-tools recommends:
ii  bind9  1:9.8.4.dfsg.P1-6+nmu3

dnssec-tools suggests no packages.

-- Configuration Files:
/etc/default/rollerd changed [not included]
/etc/dnssec-tools/dnssec-tools.conf changed [not included]
/etc/dnssec-tools/dnssec-tools.rollrec changed [not included]

-- no debconf information
--- rollerd.orig	2013-09-30 12:12:20.000000000 +0100
+++ rollerd	2013-09-29 17:50:28.000000000 +0100
@@ -7021,7 +7022,7 @@
 	#
 	# Don't try anything if we aren't connected to a display program.
 	#
-	#return if(!$display);
+	return if(!$display);
 	return if(fileno(DISPLAY) == -1);
 
 	#

Reply via email to