Your message dated Tue, 11 Apr 2017 18:44:21 +0200
with message-id <20170411184421.5edfd1ea@localhost>
and subject line arpwatch: massagevendor problems
has caused the Debian Bug report #707552,
regarding massagevendor fails to process
http://standards.ieee.org/regauth/oui/oui.txt
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.)
--
707552: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707552
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: arpwatch
Version: 2.1a15-1.2
Severity: normal
As the subject says, I have no output processing the file obtained from that
address.
At a closer look, I saw that `massagevendor`, in the first `sed` command, does
not expect spaces before the hex code, so I used the following `ed` command to
modify the program:
ed -s /usr/sbin/massagevendor <<<$'/\^/s/\^/^ */\nw'
The effect is to change the first `sed` pattern from
^\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\) *(hex)[
]*\(..*\)
to
^ *\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\) *(hex)[
]*\(..*\)
Thank you
-- System Information:
Debian Release: 7.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages arpwatch depends on:
ii adduser 3.113+nmu3
ii libc6 2.13-38
ii libpcap0.8 1.3.0-1
arpwatch recommends no packages.
arpwatch suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.1a15-3
Hi Vincenzo,
thanks for reporting the problems with the massagevendor script
supplied as part of the arpwatch package.
Version 2.1a15-3 (which is currently only in experimental due to the
freeze) depends on GNU awk, explicitly calls gawk and is more lenient
regarding whitespace in the supplied oui.txt. For details see the
commit fixing both problems:
https://anonscm.debian.org/cgit/pkg-security/arpwatch.git/commit/?id=29d61022dfa3df74b25f9edd674ada6bea65d502
I'm closing the bugs manually since I forgot to reference them in the
changelog.
Regards
Lukas
pgpEyoDgoSTaz.pgp
Description: OpenPGP digital signature
--- End Message ---