Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Hello, Now that things have settled down, I have re-measured the minimum memory contraints of d-i and thus uploaded a new version of lowmem with the attached changes, could you unblock it? It can be noted that the minimum have changed quite a lot because I changed the test a bit: we were not testing with encryption support previously, and it happens to require quite a lot of memory. I have also added ignoring a lintian error about missing translations, since lowmem conditions are precisely when we want to drop translations :) unblock lowmem/1.47 -- System Information: Debian Release: 10.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.1.0 (SMP w/8 CPU cores) Kernel taint flags: TAINT_OOT_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Samuel <g> r: et la marmotte, elle écrit un papier IPDPS
diff -Nru lowmem-1.46/debian/changelog lowmem-1.47/debian/changelog --- lowmem-1.46/debian/changelog 2018-08-28 18:00:17.000000000 +0200 +++ lowmem-1.47/debian/changelog 2019-06-13 20:28:13.000000000 +0200 @@ -1,3 +1,17 @@ +lowmem (1.47) unstable; urgency=medium + + * Team upload + + [ Cyril Brulebois ] + * Remove Christian Perrier from Uploaders, with many thanks for all + his contributions over the years! (Closes: #927570) + + [ Samuel Thibault ] + * Update limits. + * source.lintian-overrides: Ignore untranslated templates. + + -- Samuel Thibault <sthiba...@debian.org> Thu, 13 Jun 2019 20:28:13 +0200 + lowmem (1.46) unstable; urgency=medium * Team upload diff -Nru lowmem-1.46/debian/control lowmem-1.47/debian/control --- lowmem-1.46/debian/control 2018-08-10 21:22:39.000000000 +0200 +++ lowmem-1.47/debian/control 2019-06-02 14:23:59.000000000 +0200 @@ -2,7 +2,6 @@ Section: debian-installer Priority: optional Maintainer: Debian Install System Team <debian-b...@lists.debian.org> -Uploaders: Christian Perrier <bubu...@debian.org> Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0) Vcs-Browser: https://salsa.debian.org/installer-team/lowmem Vcs-Git: https://salsa.debian.org/installer-team/lowmem.git diff -Nru lowmem-1.46/debian/source.lintian-overrides lowmem-1.47/debian/source.lintian-overrides --- lowmem-1.46/debian/source.lintian-overrides 2018-08-10 21:22:39.000000000 +0200 +++ lowmem-1.47/debian/source.lintian-overrides 2019-06-13 20:28:13.000000000 +0200 @@ -1 +1,2 @@ lowmem source: not-using-po-debconf +lowmem source: untranslatable-debconf-templates diff -Nru lowmem-1.46/debian-installer-startup.d/S15lowmem lowmem-1.47/debian-installer-startup.d/S15lowmem --- lowmem-1.46/debian-installer-startup.d/S15lowmem 2018-08-10 21:22:39.000000000 +0200 +++ lowmem-1.47/debian-installer-startup.d/S15lowmem 2019-06-02 14:21:18.000000000 +0200 @@ -25,9 +25,9 @@ min=39 ;; amd64) - level1=163 # MT=166348, qemu: -m 178 - level2=163 # MT=166348, qemu: -m 178 - min=163 # MT=166348, qemu: -m 178 + level1=483 # MT=494300, qemu: -m 550 + level2=273 # MT=279260, qemu: -m 300 + min=145 # MT=148188, qemu: -m 170 ;; arm|armel|armhf) # Update needed @@ -42,9 +42,9 @@ min=18 ;; i386) - level1=135 # MT=137688, qemu: -m 145 - level2=135 # MT=137688, qemu: -m 145 - min=135 # MT=137688, qemu: -m 145 + level1=386 # MT=394604, qemu: -m 400 + level2=237 # MT=242628, qemu: -m 250 + min=109 # MT=110956, qemu: -m 120 ;; mips) # Update needed @@ -88,11 +88,10 @@ level2=44 # MT=44376, qemu: -m 104 min=30 # MT=30040, qemu: -m 90 ;; - # Update needed hurd-i386) level1=499 # qemu: -m 500 level2=409 # qemu: -m 410 - min=364 # qemu: -m 365 + min=389 # qemu: -m 390 ;; *) level1=64 diff -Nru lowmem-1.46/README lowmem-1.47/README --- lowmem-1.46/README 2018-08-10 21:22:39.000000000 +0200 +++ lowmem-1.47/README 2019-06-02 13:42:10.000000000 +0200 @@ -114,13 +114,14 @@ an install not in lowmem mode. (This is the max memory footprint of the installer in non lowmem mode up to running the partitioner and swapon.) Use Portuguese as language (because that will ask for country and timezone) and -choose Guided partitioning on LVM with all partitions separate to test this! +choose Guided partitioning on encrypted LVM with all partitions separate to test +this! The level2 value should be set to the lowest amount of memory that will support an install in lowmem mode. (This is the max memory footprint of the installer in lowmem mode up to running the partitioner and swapon.). The lowmem mode can be forced by booting with lowmem=1. -Again, choose Guided partitioning on LVM with all partitions separate. +Again, choose Guided partitioning on encrypted LVM with all partitions separate. The distinction between these two levels are extremely minimal since all unused debconf translations are dropped after anna. In most cases, the two levels can