[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#155182: marked as done (arpwatch: Reports strange errors on arm)



Your message dated Mon, 10 Apr 2017 11:48:49 +0000
with message-id <E1cxXoP-000DYW-L7@fasolo.debian.org>
and subject line Bug#155182: fixed in arpwatch 2.1a15-3
has caused the Debian Bug report #155182,
regarding arpwatch: Reports strange errors on arm
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 owner@bugs.debian.org
immediately.)


-- 
155182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=155182
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: arpwatch
Version: 2.1a11-6
Severity: important

 ysolde runs ARM, xantha runs i386.  ysolde was producing strange
output, so I installed arpwatch on xantha (creating an arp.dat file in
the process) and restarted both - the following log messages ensue:

Aug  2 02:01:40 xantha arpwatch: listening on eth0
Aug  2 02:01:54 xantha arpwatch: new station 172.16.22.88 0:a0:24:c0:9f:0
Aug  2 02:01:54 xantha arpwatch: new station 172.16.22.1 0:80:c8:cd:1d:41
Aug  2 02:01:56 xantha arpwatch: new station 172.16.22.65 8:0:20:4:c7:ed
Aug  2 02:01:59 xantha arpwatch: new station 172.16.22.89 0:c0:32:0:a3:ae
Aug  2 02:02:01 xantha arpwatch: new station 172.16.22.68 8:0:20:4:c7:ed
Aug  2 02:02:41 ysolde arpwatch: listening on eth0
Aug  2 02:02:41 xantha arpwatch: new station 172.16.22.8 0:50:4:fe:7e:3c
Aug  2 02:02:43 ysolde arpwatch: 0:50:4:fe:7e:3c sent bad hardware format 0x800
Aug  2 02:02:46 ysolde arpwatch: 0:80:c8:cd:1d:41 sent bad hardware format 0x800
Aug  2 02:02:46 ysolde arpwatch: short (want 44)
Aug  2 02:02:51 ysolde arpwatch: 0:a0:24:c0:9f:0 sent bad hardware format 0x800

Aug  2 02:02:51 ysolde arpwatch: short (want 44)
Aug  2 02:03:13 ysolde arpwatch: short (want 44)
Aug  2 02:03:13 ysolde arpwatch: 8:0:20:4:c7:ed sent bad hardware format 0x800
Aug  2 02:03:15 ysolde arpwatch: short (want 44)
Aug  2 02:03:15 ysolde arpwatch: 8:0:20:4:c7:ed sent bad hardware format 0x800
Aug  2 02:03:17 ysolde arpwatch: short (want 44)
Aug  2 02:03:17 ysolde arpwatch: 0:80:c8:cd:1d:41 sent bad hardware format 0x800
Aug  2 02:03:23 ysolde arpwatch: 0:80:c8:cd:1d:41 sent bad hardware format 0x800
Aug  2 02:03:23 ysolde arpwatch: short (want 44)
Aug  2 02:03:28 ysolde arpwatch: short (want 44)
Aug  2 02:03:28 ysolde arpwatch: 0:a0:24:c0:9f:0 sent bad hardware format 0x800

 As you can see, ysolde reports a lot of problems that xantha doesn't
see, and unlikely ones.

-- System Information
Debian Release: 3.0
Architecture: arm
Kernel: Linux ysolde 2.2.16-rmk3 #7 Tue Sep 5 08:11:58 BST 2000 armv4l
Locale: LANG=C, LC_CTYPE=C

Versions of packages arpwatch depends on:
ii  libc6                         2.2.5-10   GNU C Library: Shared libraries an
ii  libpcap0                      0.6.2-2    System interface for user-level pa



--- End Message ---
--- Begin Message ---
Source: arpwatch
Source-Version: 2.1a15-3

We believe that the bug you reported is fixed in the latest version of
arpwatch, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 155182@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lukas Schwaighofer <lukas@schwaighofer.name> (supplier of updated arpwatch package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 06 Apr 2017 20:08:51 +0200
Source: arpwatch
Binary: arpwatch
Architecture: source amd64
Version: 2.1a15-3
Distribution: experimental
Urgency: low
Maintainer: Debian Security Tools Packaging Team <pkg-security-team@lists.alioth.debian.org>
Changed-By: Lukas Schwaighofer <lukas@schwaighofer.name>
Description:
 arpwatch   - Ethernet/FDDI station activity monitor
Closes: 155182 625796 686996 728921 756062
Changes:
 arpwatch (2.1a15-3) experimental; urgency=low
 .
   * maintain arpwatch as part of the pkg-security team
     (Closes: #686996)
   * add missing dependency on lsb-base
   * bump Standards version (no change needed)
   * netinet/if_ether.h is part of libc6-dev (Closes: #155182)
   * ignore 802.1q (vlan) frames (Closes: #625796)
   * clarify unconfigured iface message (Closes: #756062)
   * initialize ignore_net properly.
     Thanks to Lucas Serrano (Closes: #728921)
   * move LSB init script from init.d to arpwatch.init
   * add systemd unit files
   * install additional arpwatch@.service unit file
   * no more /etc/arpwatch.conf, add README with instructions
   * adjust LSB startup for new configuration format
   * turn on additional hardening
   * explain upstream differences in README.Debian
   * explain what to do on upgrade in NEWS
   * fix configure.in/aclocal.m4 errors for autoreconf
   * use debhelper compatibility level 10
   * use ethercodes from ieee-data; override the ethercodes.dat lintian warning
     (only part of the source and no longer used in the binary package)
   * massagevendor needs GNU awk, minor fixes
   * disable backup in preinst + restore in postinst
   * remove dmassagevendor, a script that allows creating a ethercodes
     database from multiple sources (arpwatch now uses ieee-data)
   * patch Makefile.in to create the required sbin directory
Checksums-Sha1:
 cde556c7dee07ff981e9aa67100977b9736a361d 1973 arpwatch_2.1a15-3.dsc
 fade82eb5d2699c18d366b28b2085906a24e45aa 29984 arpwatch_2.1a15-3.debian.tar.xz
 487227bd9b9b1e0d8fb2797b00591949b5186034 65212 arpwatch-dbgsym_2.1a15-3_amd64.deb
 07316cecd72d743aea30edce62428da01f704d65 5654 arpwatch_2.1a15-3_amd64.buildinfo
 0056305bec6f6633b225a4ec7547855b33f5b9a6 45280 arpwatch_2.1a15-3_amd64.deb
Checksums-Sha256:
 416ddc0382a615ab1c4b5f3fd6a04ff0f7372885d87a7383bea5494a102b3468 1973 arpwatch_2.1a15-3.dsc
 1201f9869df807c014cea4d74fee609dd839d527087b64562962a911661f16cc 29984 arpwatch_2.1a15-3.debian.tar.xz
 861b9ba40554d88e6331c658352bcfc6ba4838419b4eca1f9ffc350564405275 65212 arpwatch-dbgsym_2.1a15-3_amd64.deb
 5e1b178abf6332477fbc4719711a6e12330130aacb261b2ffe572fc3a97bba4b 5654 arpwatch_2.1a15-3_amd64.buildinfo
 f3a3e57cd67ae0a7db681adedd5e973a692b333fce8d5c5a9efdc4970d28e688 45280 arpwatch_2.1a15-3_amd64.deb
Files:
 e80fa279b32496f925fd726378c501f0 1973 admin optional arpwatch_2.1a15-3.dsc
 10292e4cff6bf10f7863e1bf671d4b2a 29984 admin optional arpwatch_2.1a15-3.debian.tar.xz
 dba8f0a4297a6e438212ae69d30e4b63 65212 debug extra arpwatch-dbgsym_2.1a15-3_amd64.deb
 dfcbb5442a39661e6b0d77e2ba262e8a 5654 admin optional arpwatch_2.1a15-3_amd64.buildinfo
 e51f16c3a636e9ddaa6a94f6b0409b82 45280 admin optional arpwatch_2.1a15-3_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErLe2fxl/mzIVM0McrJCsPsUkBl4FAljraQQACgkQrJCsPsUk
Bl4Esw//Zp5EbCH1BstyFVzW2UOFHXBECqoAXGAz4bCgQt5q72y0MsunJRqsoJp4
N+HSY3dvY/FQXUh6A4GIsHipGQdEWD2t3SHi3QB+5eVNqNE1OXImldH9VI0SI0QM
ONd7tGsdwnjsGF7/khEB/v60m239vMh3/zGapB/yC0Z2r3Zp41JylfRwxjalwUl2
uFLP39C8/isFi7CD2XN2olMnB0JI+WIaSnj0zOZ6TDQPEYdyQffkfnQdijvAtmlM
TskudUenv/bLOAODLHkhpnuv+QxO9dps7Ymbkq7lfoWq9KgJixFSlpEpmFMsudYT
hSNzD8ZcDacgIEtms20tBvOansj5oLr+7OfbVLfBu2z8GMDcyuOtJKbqvF+ZPS3j
i+oNrOOhbiLpusVtFbBuRHiq1tvdfXwYg/oWUDCLXmoQRbnOudJbW8K8F6uuyRAB
Y2+t9ZyTVaoV46tz9FJlwkDe10JEf6kbaQ+Lh7PBSZ26qUCEgYAP+pb+kFaVV8jS
k0rgWWe1lwiOS5RkCMcJ38ajqDh05kmYw+yxicmbR0Pyanw675F/8pLXCm5GT6Nq
1pEUNBTSAsGNUYI90pY3ACZXpAOeCgvlzuXWY62HZNan7lIXU8Wiqmv947q31EbG
SElDm3+jHVwTSx519rEhr1XuU3+Ukv+YUbhW8YAYLKwf8jpE+U0=
=eoNZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: