Your message dated Wed, 18 Apr 2012 01:02:20 +0000
with message-id <[email protected]>
and subject line Bug#639528: fixed in asmon 0.71-5
has caused the Debian Bug report #639528,
regarding asmon: Memory reporting broken on Linux 3.x
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.)


-- 
639528: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639528
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: asmon
Version: 0.71-4
Tags: patch

Asmon checks for Linux 2.6 vs older Linux by checking if the running
major and minor version are exactly 2 and 6. So, if we're on Linux 3.x,
it assumes we're on an older Linux, and it gets the meminfo format wrong
(and possibly other things).

Since Linux 3.x is the same as 2.6 for the purposes of asmon (for now,
anyway), we should treat them as the same. Patch attached to do just
that.

-- 
Andrew Deason
[email protected]
>From 9152af9a9b316cdb2ebd505ba2b83f26a09ca20a Mon Sep 17 00:00:00 2001
From: Andrew Deason <[email protected]>
Date: Sat, 27 Aug 2011 15:18:45 -0500
Subject: [PATCH] Support Linux 3.x and beyond

Assume that Linux 3.x and later is the same as Linux 2.6.
---
 asmon/asmon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/asmon/asmon.c b/asmon/asmon.c
index 3460b1b..a3d101b 100644
--- a/asmon/asmon.c
+++ b/asmon/asmon.c
@@ -160,7 +160,7 @@ exit(0);
             {
                 sscanf(name.release, "%d.%d.%d", &kernMajor, &kernMinor, 
 				&kernRev);
-		if(( kernMajor == 2 ) && ( kernMinor == 6 ))
+		if((( kernMajor == 2 ) && ( kernMinor == 6 )) || ( kernMajor > 2 ))
 		    has_kern26 = 1;
 	    }
     	}
-- 
1.7.5.4


--- End Message ---
--- Begin Message ---
Source: asmon
Source-Version: 0.71-5

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

asmon_0.71-5.diff.gz
  to main/a/asmon/asmon_0.71-5.diff.gz
asmon_0.71-5.dsc
  to main/a/asmon/asmon_0.71-5.dsc
asmon_0.71-5_amd64.deb
  to main/a/asmon/asmon_0.71-5_amd64.deb



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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Eric Evans <[email protected]> (supplier of updated asmon 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 17 Apr 2012 18:56:58 -0500
Source: asmon
Binary: asmon
Architecture: source amd64
Version: 0.71-5
Distribution: unstable
Urgency: low
Maintainer: Eric Evans <[email protected]>
Changed-By: Eric Evans <[email protected]>
Description: 
 asmon      - system resource monitor dockapp for Afterstep and WindowMaker
Closes: 639528
Changes: 
 asmon (0.71-5) unstable; urgency=low
 .
   * Update for recent kernels, (Closes: #639528).  Thanks Andrew Deason.
Checksums-Sha1: 
 da51e2d865b24049614b8d82e60070f77f6fcaf0 1145 asmon_0.71-5.dsc
 8d6456b88b2a49214708c07b006a76e2c9a47ac5 3761 asmon_0.71-5.diff.gz
 e1d2ca9bb4160c0da4c4532a1e65ab499d010e51 17886 asmon_0.71-5_amd64.deb
Checksums-Sha256: 
 65460c753020a20514cdab196413e866ab184d272f2bee05b04429010facdab6 1145 
asmon_0.71-5.dsc
 a7eb2fd31b19daff29a823e64c55d8eac559c1a1acd8dc8e10d4325621e72800 3761 
asmon_0.71-5.diff.gz
 d8b1f1161c6b48df751bb21c8212b08e5909db61d8aba020f8ee546eafb44bd5 17886 
asmon_0.71-5_amd64.deb
Files: 
 ebc95bca9cd3aada5ca764ef6d5aabe7 1145 x11 optional asmon_0.71-5.dsc
 d22733fbe9933dc483f7b2d644c1ad63 3761 x11 optional asmon_0.71-5.diff.gz
 cb137d30bb2591f4ddcd151ff49a2aff 17886 x11 optional asmon_0.71-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+ODi4ACgkQ+DWPovKDPJOaLQCgpvn1CppK0QSNC9QAbbCFR8rJ
daAAn1Ao0pme7NzXrSiNS458t0sNTDsY
=ajLT
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to