Your message dated Mon, 15 May 2017 01:25:53 +0200
with message-id <[email protected]>
and subject line closing bug without version
has caused the Debian Bug report #740945,
regarding decline to find all targets by default
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
740945: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740945
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: srptools
Version: 0.0.4-1.2
Severity: normal
After installation process srp daemon automatically starts and if in the
default srp_daemon.conf there is no rules that all founded targets will
be added to this system. It's a bad behavior.
Disallow all should be the default behavior.
This is a diff to fix this problem:
--- a/srp_daemon/srp_daemon.conf
+++ b/srp_daemon/srp_daemon.conf
@@ -8,5 +8,4 @@
## allow target with the following id_ext and ioc_guid
#a id_ext=200500A0B81146A1,ioc_guid=00a0b80200402bef
## disallow all the rest
-#d
-
+d
-- System Information:
Debian Release: 7.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/zsh
--- End Message ---
--- Begin Message ---
Hi,
This change won't be applied by default. You can find more information at:
http://www.spinics.net/lists/linux-rdma/msg49668.html
Ana
--- End Message ---