Bug#793086: arpalert: Stopping arpalert service with ‘systemctl stop arpalert` does not work in a reliable way.
Package: arpalert Version: 2.0.11-7.1 Severity: normal Dear Maintainer, Stopping arpalert service with "systemctl stop arpalert" does not work in a reliable way when the service listens on multiple interfaces (for instance interface = eth0,eth1,eth2,eth3,eth4 in arpalert.conf). Sometimes the process stops while other time it continues to run: root@leszek-test:~# systemctl start arpalert ; sleep 5 root@leszek-test:~# systemctl stop arpalert ; sleep 5 ; ps faux|grep arpalert ; tail /var/log/syslog root 18468 0.0 0.2 12720 2200 pts/0S+ 01:12 0:00 | | \_ grep arpalert arpalert 18448 0.1 1.4 30328 15108 ?S01:11 0:00 /usr/sbin/arpalert -d -f /etc/arpalert/arpalert.conf Jul 15 01:11:55 leszek-test arpalert[18443]: arpalert. Jul 15 01:11:55 leszek-test arpalert[18443]: Jul 15 01:11:55 arpalert: Selected device: eth0 Jul 15 01:11:55 leszek-test arpalert[18443]: Jul 15 01:11:55 arpalert: Selected device: eth1 Jul 15 01:11:55 leszek-test arpalert[18443]: Jul 15 01:11:55 arpalert: Selected device: eth2 Jul 15 01:11:55 leszek-test arpalert[18443]: Jul 15 01:11:55 arpalert: Selected device: eth3 Jul 15 01:11:55 leszek-test arpalert[18443]: Jul 15 01:11:55 arpalert: Selected device: eth4 Jul 15 01:12:03 leszek-test arpalert: seq=55, mac=00:0c:21:1b:75:f0, ip=10.1.2.52, type=new, dev=eth3, vendor="VMware, Inc." Jul 15 01:12:03 leszek-test arpalert: seq=56, mac=00:0c:22:7a:ac:92, ip=10.1.2.63, type=new, dev=eth3, vendor="VMware, Inc." Jul 15 01:12:05 leszek-test arpalert: seq=96, mac=00:0c:12:3c:28:7c, ip=10.1.7.1, reference=10.1.7.3, type=ip_change, dev=eth1, vendor="VMware, Inc." Jul 15 01:12:14 leszek-test arpalert[18461]: Stopping Ethernet station monitor daemon: arpalert. We've noticed that stopping the service works reliably when in arpalert.conf we have a single interface to be monitored (interface = eth0). -- System Information: Debian Release: 8.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages arpalert depends on: ii adduser 3.113+nmu3 ii libc6 2.19-18 ii libpcap0.8 1.6.2-2 arpalert recommends no packages. arpalert suggests no packages. -- Configuration Files: /etc/arpalert/arpalert.conf changed: maclist file = "/etc/arpalert/maclist.allow" maclist alert file = "/etc/arpalert/maclist.deny" maclist leases file = "/var/lib/arpalert/arpalert.leases" lock file = "/var/run/arpalert.pid" use syslog = true log level = 6 user = arpalert umask = 177 dump packet = false daemon = false dump inter = 5 catch only arp = true interface = eth0,eth1,eth2,eth3,eth4 action on detect = "" mod on detect = "" mod config = "" execution timeout = 10 max alert = 20 dump black list = false dump white list = false dump new address = true mac timeout = 259200 max entry = 100 anti flood interval = 5 anti flood global = 50 mac vendor file = "/etc/arpalert/oui.txt" log mac vendor = true alert mac vendor = true mod mac vendor = true log referenced address = false alert on referenced address = false mod on referenced address = false log deny address = true alert on deny address = true mod on deny address = true log new address = true alert on new address = true mod on new address = true log new mac address = true alert on new mac address = true mod on new mac address = true log ip change = true alert on ip change = true mod on ip change = true log mac change = true alert on mac change = true mod on mac change = true log unauth request = false alert on unauth request = false mod on unauth request = false ignore unknown sender = false ignore me = true ignore self test = false unauth ignore time method = 2 log request abus = true alert on request abus = true mod on request abus = true max request = 100 log mac error = true alert on mac error = true mod on mac error = true log flood = true alert on flood = true mod on flood = true -- no debconf information -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150715011422.18347.43917.reportbug@leszek-test
Bug#767071: rdnssd drops non-nameserver settings from /etc/resolv.conf when overwriting it
Hi Is there a plan to actually fix this? I do have to say that the fact that I had IPv6-Connectivity during the OS installation breaking IPv4-Connectivity (as in 'all the stuff the DHCP-Server pushes gets overwritten') is not something I would have expected and it took a considerable amount of debugging to discover what was actually going on. I would really appreciate having jessie work out-of-the-box without having to manually fix stuff that should not have been installed in the first place ... -- Gruß Hardy -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/2015072716.gd1...@alle-irre.de
Bug#793131: avbin: FTBFS: fatal error: avformat.h: No such file or directory
Package: avbin Version: 7-4 Tags: patch Severity: serious Justification: fails to build from source (but built successfully in the past) Tags: sid stretch Dear maintainer, the libav -> ffmpeg transition is ongoing and the headers are now installed in the multi-arch locations. Thus compiling with '-I/usr/include/libavformat' doesn't work around the wrong include paths anymore. Attached patch changes them to the full paths. I'm sorry for not noticing this earlier (my build chroot was unclean...). Best regards, Andreas --- a/debian/patches/libav.patch +++ b/debian/patches/libav.patch @@ -4,17 +4,11 @@ Last-Update: 2014-03-17 --- avbin-7.orig/src/avbin.c +++ avbin-7/src/avbin.c -@@ -25,9 +25,11 @@ - #include - - /* ffmpeg */ --#include --#include --#include -+#include -+#include -+#include -+#include +@@ -28,6 +28,8 @@ + #include + #include + #include ++#include +#include struct _AVbinFile {
Processing of simulavr_0.1.2.2-7_allonly.changes
simulavr_0.1.2.2-7_allonly.changes uploaded successfully to localhost along with the files: simulavr_0.1.2.2-7.dsc simulavr_0.1.2.2-7.diff.gz Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1zhawr-0004ry...@franck.debian.org
simulavr_0.1.2.2-7_allonly.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 21 Jul 2015 18:28:15 +0200 Source: simulavr Binary: simulavr Architecture: source Version: 0.1.2.2-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: gregor herrmann Description: simulavr - Atmel AVR simulator Closes: 778119 Changes: simulavr (0.1.2.2-7) unstable; urgency=medium . * QA upload. Set Maintainer to "Debian QA Group ". Cf. #739228. * Fix "ftbfs with GCC-5": apply patch from Brett Johnson: debian/rules: build with "-std=gnu89". (Closes: #778119) Checksums-Sha1: 580de01628520c41852dd9fbfcf8cc3da71b7654 1887 simulavr_0.1.2.2-7.dsc f8a99ca9d5351c2c4ed52af53079d0c3efa1f851 20950 simulavr_0.1.2.2-7.diff.gz Checksums-Sha256: 58625e51ceaf459f11415a94ac7312b4c2a094654934c49e2a648a6ed962e3fe 1887 simulavr_0.1.2.2-7.dsc 91e599b30b17f8aef662a4a02d5946bbe665dfc88bf9e52925ab583da2774a35 20950 simulavr_0.1.2.2-7.diff.gz Files: 23ba39a61447bb811f224d15518bf741 1887 electronics optional simulavr_0.1.2.2-7.dsc c34ae1f1a3781abe8aa101b568954bef 20950 electronics optional simulavr_0.1.2.2-7.diff.gz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQJ8BAEBCgBmBQJVrnPHXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG0yAP/3ig+BS5cjW9zn6cYV6O6zkS m5ch8g9HshnzzRFWtFSfr08+Q+Ew2HV1kv9MxEcq82Bgzl19RLfUoYlwf0V6amq5 4cRJCcCDKz0/JR6Av21m/4vpdUH5uIjvZZpRMu2GYR47Qpgl65k1hsN0josRK2R0 fRN5qb5f+YKAX/y6/qjG3017MfPLoe9o9Vnftze4aJW0BHJUWSRuqE1bCv6s0R4M gJCCiDbb3usYqC/kWJYJBRwnkeEynddEQw7O6tJqcbUNFHN67dt6NzjUWY+vKlRv 8XnlEKIj49SCVuM0U7V7e6d+DeCp/olNXvOmero5ZJp7WU0FuP5d2OhTD4wVCQ8E NhvDUynQo6l0PicSNpezjKe8MJAXxEOTDY9A4eH+jgyZZU7p1KGiwLsUD+BATxs5 yg7ejqtPuev/M5Txg9C4QmwYzysYNWZqm7D6BLtNmBRectfldQdL/5L046wqgOFW Vu/3YUiXtieOjdTa/lGyJnCxFLNBiTtYFPFCsPUfFoJ28FFBQpzcpi2yzpNOyJEo 9qxhqfhOn6s12L5uaaD9hoaqYcpyiXKN1lvIWCAV5xVGjZ8BKhBqYkYNkOMToAbB fklRaAJVY0NqqqFoqd99op3qhLOTKyUcX8/AuX+txTjs22yxTqpvopZuptWt6g2s 4wA/09EV7jxDY8sWBjTB =4OS5 -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1zhajd-0007hy...@franck.debian.org
Processed: tagging 778122
Processing commands for cont...@bugs.debian.org: > # no working patch here > tags 778122 - patch Bug #778122 [src:skyeye] skyeye: ftbfs with GCC-5 Removed tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 778122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778122 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/handler.s.c.143749923619398.transcr...@bugs.debian.org
Processing of courierpassd_1.1.2-4_amd64.changes
courierpassd_1.1.2-4_amd64.changes uploaded successfully to localhost along with the files: courierpassd_1.1.2-4.dsc courierpassd_1.1.2-4.diff.gz courierpassd_1.1.2-4_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1zhc0f-00053p...@franck.debian.org
courierpassd_1.1.2-4_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 21 Jul 2015 20:03:23 +0200 Source: courierpassd Binary: courierpassd Architecture: source amd64 Version: 1.1.2-4 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Sven Hoexter Description: courierpassd - change courier user passwords using poppassd interface Changes: courierpassd (1.1.2-4) unstable; urgency=medium . * Orphaning the package, maintainer set to QA, Vcs* removed. * Bump Standards-Version to 3.9.6 - no changes required. Checksums-Sha1: 50138335a12e80dd122a3bdaa7fab87717ca126d 1764 courierpassd_1.1.2-4.dsc 170d95f2b459734ba0339de5f907ae5d66db093c 3806 courierpassd_1.1.2-4.diff.gz 0a3ee4de98189b4aae1087b7eb29de98bbab6772 14170 courierpassd_1.1.2-4_amd64.deb Checksums-Sha256: de54f15660434fe7f4285eb337f8426ef61ae4fad04514bebe2438d9fd611a1b 1764 courierpassd_1.1.2-4.dsc 4ed3ea7c1a3ef84f5dc01f2924faf9079b2f63c0266c386da6ae91985a40086f 3806 courierpassd_1.1.2-4.diff.gz d94aea8d052f1b2ba040f06dca41d72a1d3103df725df9dcfe456d3bd352ce80 14170 courierpassd_1.1.2-4_amd64.deb Files: dc8497c0d8c3afb081b59c2fe1f432dc 1764 mail optional courierpassd_1.1.2-4.dsc 81d89b06746644b92d46bdaae41feda4 3806 mail optional courierpassd_1.1.2-4.diff.gz 68fb7ec165f2f8efc19b4a50483e0d73 14170 mail optional courierpassd_1.1.2-4_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJVrorvAAoJEKbcJNnaJJPRlDEP/ikP1EghBpATBsqEK3TDV6rY 7p5O5s6zoijxXcL1nIME0/dGJKJd1QRUAKPJWpJOW+PhNXTg0V/1FOxkM+XpcG/Z nSIyDS5VYRtRyOMTuHEZhYV6nk9IyjZ0vRGhfr/nE/AX+JiaRXrcfuMkdjiTzxGJ aiz6gjWCmTb/QsZcIS7KGockMllZi9Xgi935yWG77TMSH/d8e1EJt4HmJHEaC15l xKqN8rdeQEZr9zXeQm6HnxdeBYWaHqRDoihtVt+9gqvDbjiTyoIAPkWT2rMSPXK5 JzHGcMid1Z+/pwETxt12jNoYdT7A50Y6VkIeAaZT63oxcQphqQY0XEMuTdCxbdwf yiscPqxoiH/f8pHGGvDOOwliZ0cL784qMz4nXpctwEfnJqZg1Fb3sXieaKRVeyuD mXy7kMpTpHVqYLDrp2O3SpKyMcL7DJkU73JN5f/RDXmE9Yt/Isj5NUKzQNfFnrTM cvQCkJqQAHKzLO41++0sWdVusbHhgdYppq3+IC63xXKBX0EusWBQOAeburZFdo70 oxBSebX6iV1uVfebGxMMoe6p5Qy7bvDlTYOakenn7Cl0pE5kwKkNW2N+O7apQ9yb 4n6hYgk7yuZ5ZVsxqiyXvvTd4PRI+kxwxFX83bg2YRKYv+5NfQ1nGcpWqhRtH0c9 06fPkufG2Bp2rI18kJB3 =3VfF -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1zhc7y-0006be...@franck.debian.org
Bug#727966: simulavr: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4
> > The patch simulavr_0.1.2.2-6.2ubuntu1.debdiff applies cleanly to > > simulavr 0.1.2.2-7, is still required, and still works. > > What confuses me is that the bug report proposes to "run > dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4" > but the patch only adds dh-autotools_dev (which only updates config.{sub, > guess}. It seems that using dh-autoreconf with simulavr is not so easy. https://wiki.debian.org/Autoreconf says: "sometimes getting dh-autoreconf working with an old package involves some work and using autotools-dev (invariably straightforward) is a much simpler and often-sufficient fix" -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150721224507.gb4...@rano.org
Bug#792645: Removed package(s) from unstable
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: lletters | 0.1.95+gtk2-4 | source, amd64, arm64, armel, armhf, hurd-i386, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x, sparc lletters-media | 0.1.9a-5 | source, all --- Reason --- RoQA; dead upstream -- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 792...@bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/792645 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1zhgla-00028p...@franck.debian.org