Your message dated Tue, 07 Apr 2009 05:47:03 +0000
with message-id <[email protected]>
and subject line Bug#502200: fixed in dphys-swapfile 20061020-2
has caused the Debian Bug report #502200,
regarding dphys-swapfile: Includes hardcoded max size
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.)


-- 
502200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502200
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dphys-swapfile
Version: 20061020-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu intrepid ubuntu-patch

Hi,

Jacob Elder reported that the package forces a limit to the
size of the swap file, and that this is not needed. See

  https://bugs.launchpad.net/bugs/270180

The code actually says

# this is a (outdated?) kernel limit (in MBytes), do not overrun it

He also proposed a patch to remove it, which is attached.
Please consider applying it.

Thanks,

James

--- dphys-swapfile.orig	2008-09-14 13:30:03.875846950 -0400
+++ dphys-swapfile	2008-09-14 13:30:40.845846980 -0400
@@ -25,9 +25,6 @@
 
 # this is what we want, 2 times RAM size
 SWAPFACTOR=2
-# this is a (outdated?) kernel limit (in MBytes), do not overrun it
-MAXSWAP=2048
-
 
 # what we are
 NAME=dphys-swapfile
@@ -59,13 +56,6 @@
     # announce end resulting config
     echo -n "want ${CONF_SWAPFILE}=${CONF_SWAPSIZE}MByte"
 
-    # check for legitimate swap size and restrict to it
-    if [ "${CONF_SWAPSIZE}" -gt "${MAXSWAP}" ] ; then
-      echo -n ", limiting to kernel limit: ${MAXSWAP}MBytes"
-      CONF_SWAPSIZE="${MAXSWAP}"
-    fi
-
-
     # we will be later starting, and in between possible deleting/rebuilding
     #   so deactivate any allready running swapfile, to avoid errors
     "$0" swapoff

--- End Message ---
--- Begin Message ---
Source: dphys-swapfile
Source-Version: 20061020-2

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

dphys-swapfile_20061020-2.diff.gz
  to pool/main/d/dphys-swapfile/dphys-swapfile_20061020-2.diff.gz
dphys-swapfile_20061020-2.dsc
  to pool/main/d/dphys-swapfile/dphys-swapfile_20061020-2.dsc
dphys-swapfile_20061020-2_all.deb
  to pool/main/d/dphys-swapfile/dphys-swapfile_20061020-2_all.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.
Gürkan Sengün <[email protected]> (supplier of updated dphys-swapfile 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: Thu, 19 Mar 2009 13:34:14 +0100
Source: dphys-swapfile
Binary: dphys-swapfile
Architecture: source all
Version: 20061020-2
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün <[email protected]>
Changed-By: Gürkan Sengün <[email protected]>
Description: 
 dphys-swapfile - Autogenerate and use a swap file
Closes: 502200
Changes: 
 dphys-swapfile (20061020-2) unstable; urgency=low
 .
   * Apply patch to remove maximal swapfile size. (Closes: #502200)
     Thanks to Jacob Elder for the patch.
   * Update my email address.
   * Bump standards version.
   * Bump debhelper version.
   * Update debian/copyright.
   * Move Homepage field in debian/control.
Checksums-Sha1: 
 115d66ec23513d6e3395b5c31e11629308df1999 1088 dphys-swapfile_20061020-2.dsc
 72f4fc2de4cc2f3a98d5ae8b0ff9a5668484fb1b 3561 dphys-swapfile_20061020-2.diff.gz
 292fea6cb917bbf221746b79a3d4de555919941d 9560 dphys-swapfile_20061020-2_all.deb
Checksums-Sha256: 
 651a3914e98094cf87e5df96aec0fe827bbbc6171534272184eda587b0c9c47a 1088 
dphys-swapfile_20061020-2.dsc
 41939101e1484842d27598f1cfc8b95b9cb386062fa57f3bed4b13efd9e4cadf 3561 
dphys-swapfile_20061020-2.diff.gz
 929979e011d149260311c8b844194ca538b7a8f53342f9fbdb419ec8972c66aa 9560 
dphys-swapfile_20061020-2_all.deb
Files: 
 c411c8e2bb475416100b397790c7d57f 1088 admin optional 
dphys-swapfile_20061020-2.dsc
 a7e8b601e49110c119468d9abd447a81 3561 admin optional 
dphys-swapfile_20061020-2.diff.gz
 4d948655303d3d572774779e299a6e8a 9560 admin optional 
dphys-swapfile_20061020-2_all.deb

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

iEYEARECAAYFAkna5/0ACgkQ+ZNUJLHfmlcMkQCfQxd5c8yKlrYWlr3G7pyOmFYj
P7MAoIoiwtik3Iuf2sX2oV6TmKaFH519
=ZPti
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to