Your message dated Sun, 13 Jun 2010 04:32:26 +0000
with message-id <[email protected]>
and subject line Bug#570325: fixed in nvclock 0.8b4-2
has caused the Debian Bug report #570325,
regarding nvclock: "freeing invalid memtype" in messages
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.)


-- 
570325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570325
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nvclock
Version: 0.8b4-1
Severity: normal

using nvclock results in numerous warnings from the kernel in
/var/log/messages, along the lines of:

Feb 17 22:30:24 imparanoid kernel: nvclock:7026 freeing invalid memtype 
dc000000-dc010000
Feb 17 22:30:24 imparanoid kernel: nvclock:7026 freeing invalid memtype 
dc010000-dc030000

This has already been reported against the kernel (and closed), see:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536337

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (499, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-8.dmz.4-liquorix-amd64 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages nvclock depends on:
ii  libc6                         2.10.2-2   GNU C Library: Shared libraries
ii  libx11-6                      2:1.3.3-1  X11 client-side library
ii  libxext6                      2:1.1.1-2  X11 miscellaneous extension librar

nvclock recommends no packages.

Versions of packages nvclock suggests:
pn  nvidia-glx                    <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: nvclock
Source-Version: 0.8b4-2

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

nvclock-gtk_0.8b4-2_i386.deb
  to main/n/nvclock/nvclock-gtk_0.8b4-2_i386.deb
nvclock-qt_0.8b4-2_i386.deb
  to main/n/nvclock/nvclock-qt_0.8b4-2_i386.deb
nvclock_0.8b4-2.debian.tar.gz
  to main/n/nvclock/nvclock_0.8b4-2.debian.tar.gz
nvclock_0.8b4-2.dsc
  to main/n/nvclock/nvclock_0.8b4-2.dsc
nvclock_0.8b4-2_i386.deb
  to main/n/nvclock/nvclock_0.8b4-2_i386.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.
Russ Allbery <[email protected]> (supplier of updated nvclock 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: Sat, 12 Jun 2010 21:06:17 -0700
Source: nvclock
Binary: nvclock nvclock-gtk nvclock-qt
Architecture: source i386
Version: 0.8b4-2
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers <[email protected]>
Changed-By: Russ Allbery <[email protected]>
Description: 
 nvclock    - Allows you to overclock your nVidia card under GNU/Linux
 nvclock-gtk - Allows you to overclock your nVidia card under GNU/Linux (GTK+ in
 nvclock-qt - Allows you to overclock your nVidia card under GNU/Linux (QT inte
Closes: 463890 520569 533918 551096 555781 570325
Changes: 
 nvclock (0.8b4-2) unstable; urgency=low
 .
   [ Steve Langasek ]
   * lintian fixes: (closes: #520569)
     - debian/copyright: add an actual copyright notice.
     - debian/copyright: copy the GPLv2+ license text.
     - remove empty debian/nvclock.postinst - minor, but makes dpkg less
       efficient about package states
     - debian/control: GTK -> GTK+
     - debian/control: add ${misc:Depends} to the deps of all packages
     - debian/nvclock-{qt,gtk}.menu: quote the "needs" and "section"
       strings, and use the menu section that the Debian menu policy
       explicitly says this package should be using (System/Hardware) :-)
     - debian/rules, debian/compat: set the debhelper compat level in the
       authoritative place.
     - debian/rules: don't ignore errors from 'make clean'.
     - debian/control: Standards-Version to 3.8.0
 .
   [ Andreas Beckmann ]
   * Team change: switch Uploaders from Randall to Russ.
   * Switch to source format 3.0 (quilt).
   * Update to upstream CVS as of 2009-06-22.  (Closes: #463890, #570325)
   * Rerun autogen.sh since we patch configure.in.
   * Add patch nvclock_hurd.debdiff from Barry deFreese to fix FTBFS on
     GNU/Hurd.  (Closes: #533918)
   * Add patch link-with-all-libs.diff to fix FTBFS with binutils-gold.
     (Closes: #555781)
   * Update to debhelper compat level 7 and Standards-Version 3.8.4.
   * Ship upstream manpage nvclock.1 instead of the outdated Debian version.
   * Add patch manpage-fixes.diff to fix typos and hyphenation in that manpage.
   * Do not ship duplicate copies of the upstream changelog.
   * Ship the smartdimmer binary, new in 0.8b4.
   * Add manpage smartdimmer.1, generated with help2man.
   * Add a watch file.
   * Adjust suggestions to cover nvidia-glx-legacy-*, too.
   * Add lintian overrides for problems in the upstream source that could be
     solved by repacking only.
   * debian/rules: switch to dh and minimize.
   * Remove obsolete empty maintainer scripts.
   * Convert debian/copyright to DEP-5 format.
   * Add Vcs-* URLs.
 .
   [ Russ Allbery ]
   * Only build on i386 and amd64, since this package is useless without
     NVIDIA hardware.  (Closes: #551096)
   * Flesh out debian/copyright with some files released under different
     licenses and add more copyright holders.
   * Add a Homepage control field.
Checksums-Sha1: 
 62138482dcdfe3b8a6325c6bf50645b26b97c0a7 1374 nvclock_0.8b4-2.dsc
 18298464f318b8bd0b51b9172d3920fcc048a972 24056 nvclock_0.8b4-2.debian.tar.gz
 2cdc6bacc0f1a54473482987dd9a661798c08a2f 90270 nvclock_0.8b4-2_i386.deb
 3b558a19bd7d1b1d88b2e0d50d2482e105c63dce 215780 nvclock-gtk_0.8b4-2_i386.deb
 ef36428c5c59966db2c59f8ce9655e26b71d9f25 70738 nvclock-qt_0.8b4-2_i386.deb
Checksums-Sha256: 
 bf26078ae9d690bbb53ee97f68b02cc20ea63ed7430936bd7f5cceca364f8c72 1374 
nvclock_0.8b4-2.dsc
 de60612c954e7169a25ab1a340547c74928ff171ab95d32a4a174796c60d3208 24056 
nvclock_0.8b4-2.debian.tar.gz
 4181c3d82c30045cc3a7b00f8c6c780584670a249d70032594d63c0beca0b338 90270 
nvclock_0.8b4-2_i386.deb
 f74222e974a981002681581bb4b25e38e47835a246478f976e72172ce270d334 215780 
nvclock-gtk_0.8b4-2_i386.deb
 8be79a3a3f04bdabc6a2cdfaa82294937147fbc125993711fef180b2fca797a1 70738 
nvclock-qt_0.8b4-2_i386.deb
Files: 
 8d95a0c9dcb084396554e55f4432a90f 1374 x11 extra nvclock_0.8b4-2.dsc
 65199a1e8f53ab930645faf9e15f8fbc 24056 x11 extra nvclock_0.8b4-2.debian.tar.gz
 409648e10e387709a673e32ef4b29753 90270 x11 extra nvclock_0.8b4-2_i386.deb
 0e31b78a42c0a333395bdb4ee1f04aff 215780 x11 extra nvclock-gtk_0.8b4-2_i386.deb
 bd78825087538ffa1cce7b652fddb64b 70738 x11 extra nvclock-qt_0.8b4-2_i386.deb

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

iEYEARECAAYFAkwUWr4ACgkQ+YXjQAr8dHZ+1QCgqFmJqxbFwLgKMKQsUqLRMJe/
rssAn3UaxF2jne4EdW7cm2nZoGUOehuZ
=Txzy
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to