Your message dated Tue, 03 Mar 2009 07:02:02 +0000
with message-id <[email protected]>
and subject line Bug#517622: fixed in conky 1.6.1-2
has caused the Debian Bug report #517622,
regarding conky: $top_mem {mem_res,mem_vsize} sorted by cpu
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.)


-- 
517622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517622
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: conky
Version: 1.6.1-1
Severity: minor


The following options in .conkyrc:
- top_mem mem_res
- top_mem mem_vsize

are not sorted by memory but by cpu.
After some search this is a *typo* in conky.c code (attachment).

Please note that:
- this problem does not exist in conky next release 1.6.2_pre1395 (git; the 
code seems to be different)
- problem corrected in Ubuntu (https://bugs.launchpad.net/bugs/329789)

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages conky depends on:
ii  libc6                      2.7-18        GNU C Library: Shared libraries
ii  libcurl3-gnutls            7.18.2-8      Multi-protocol file transfer libra
ii  libglib2.0-0               2.16.6-1      The GLib library of C routines
ii  libiw29                    29-1.1        Wireless tools - library
ii  libx11-6                   2:1.1.5-2     X11 client-side library
ii  libxdamage1                1:1.1.1-4     X11 damaged region extension libra
ii  libxext6                   2:1.0.4-1     X11 miscellaneous extension librar
ii  libxfixes3                 1:4.0.3-2     X11 miscellaneous 'fixes' extensio
ii  libxft2                    2.1.13-3      FreeType-based font drawing librar
ii  libxml2                    2.6.32.dfsg-5 GNOME XML library

conky recommends no packages.

Versions of packages conky suggests:
pn  mpd                           <none>     (no description available)

-- no debconf information
--- /tmp/conky-1.6.1/src/conky.c        2008-08-14 19:10:43.000000000 +0200
+++ conky.c     2009-02-28 23:17:23.000000000 +0100
@@ -5979,11 +5979,11 @@
                                                        free(timeval);
                                                        break;
                                                case TOP_MEM_RES:
-                                                       
human_readable(cur->cpu[obj->data.top.num]->rss,
+                                                       
human_readable(cur->memu[obj->data.top.num]->rss,
                                                                        p, 255, 
"top_rss");
                                                        break;
                                                case TOP_MEM_VSIZE:
-                                                       
human_readable(cur->cpu[obj->data.top.num]->vsize,
+                                                       
human_readable(cur->memu[obj->data.top.num]->vsize,
                                                                        p, 255, 
"top_rss");
                                                        break;
                                                default:

--- End Message ---
--- Begin Message ---
Source: conky
Source-Version: 1.6.1-2

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

conky_1.6.1-2.diff.gz
  to pool/main/c/conky/conky_1.6.1-2.diff.gz
conky_1.6.1-2.dsc
  to pool/main/c/conky/conky_1.6.1-2.dsc
conky_1.6.1-2_amd64.deb
  to pool/main/c/conky/conky_1.6.1-2_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.
Kapil Hari Paranjape <[email protected]> (supplier of updated conky 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, 03 Mar 2009 11:06:02 +0530
Source: conky
Binary: conky
Architecture: source amd64
Version: 1.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Kapil Hari Paranjape <[email protected]>
Changed-By: Kapil Hari Paranjape <[email protected]>
Description: 
 conky      - highly configurable system monitor for X based on torsmo
Closes: 517622
Changes: 
 conky (1.6.1-2) unstable; urgency=low
 .
   * debian/patches: Incorporate patches from ubuntu.
       Thanks to Cesare Tirabassi.
     - fix_mem_res.patch: correctly display memory
       usage for mem_res and mem_vsize for ${top_mem}.
       Closes: #517622.
     - fix_exec_buffer_size.patch: fix SIGSEGV due to wrong buffer size
       being used in all exec* calls.
Checksums-Sha1: 
 029c4462378a71e3ed1d757a3aa3dac9ce5e3bb6 1331 conky_1.6.1-2.dsc
 9ec89414e1b7576b5ef4a6b4cbd4ad6b2af7376c 16233 conky_1.6.1-2.diff.gz
 38185c2f42312df4a44db541b8299de1c22d12cb 195456 conky_1.6.1-2_amd64.deb
Checksums-Sha256: 
 2a20152cb404310cb7f7a328c52254fff008056564074bda88d4cb8e954deab2 1331 
conky_1.6.1-2.dsc
 b2d772ac1e61d64aec0e783de96306c340e84a25fb655eb1fd80546fc966545d 16233 
conky_1.6.1-2.diff.gz
 3e7fbf2564682f002d3351d0e5c52cb25abd696481d70c2421ecfc407122007c 195456 
conky_1.6.1-2_amd64.deb
Files: 
 31c091f8292ff6b99438feda5a2a7923 1331 utils optional conky_1.6.1-2.dsc
 48002b2685e1dbcb9247373f1d8122f2 16233 utils optional conky_1.6.1-2.diff.gz
 5209d93e3a742df6c496eaef2deb1f13 195456 utils optional conky_1.6.1-2_amd64.deb

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

iEYEARECAAYFAkms0koACgkQSR+P2lQW5bgcCwCfbUyTyfLtepBJPS1DTDkJLw4i
yLIAn2qrRuSpH4nMlgdtY3nFBLvMZ3I/
=uJ9A
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to