Processed: tagging 1007339, tagging 1015486, tagging 1015484, tagging 1015483, tagging 1015482, tagging 1015479 ...
Processing commands for cont...@bugs.debian.org: > tags 1007339 - bookworm Bug #1007339 [src:yaret] yaret: please consider upgrading to 3.0 source format Removed tag(s) bookworm. > tags 1015486 - bookworm Bug #1015486 [src:libfastahack] libfastahack: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015484 - bookworm Bug #1015484 [src:libedlib] libedlib: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015483 - bookworm Bug #1015483 [src:libecap] libecap: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015482 - bookworm Bug #1015482 [src:libdebian-installer] libdebian-installer: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015479 - bookworm Bug #1015479 [src:libbpp-seq-omics] libbpp-seq-omics: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015478 - bookworm Bug #1015478 [src:libbpp-seq] libbpp-seq: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015477 - bookworm Bug #1015477 [src:libbpp-raa] libbpp-raa: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015476 - bookworm Bug #1015476 [src:libbpp-qt] libbpp-qt: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015475 - bookworm Bug #1015475 [src:libbpp-phyl] libbpp-phyl: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015474 - bookworm Bug #1015474 [src:libbpp-popgen] libbpp-popgen: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015473 - bookworm Bug #1015473 [src:libbpp-core] libbpp-core: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015472 - bookworm Bug #1015472 [src:libatomic-queue] libatomic-queue: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015471 - bookworm Bug #1015471 [src:ledmon] ledmon: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015466 - bookworm Bug #1015466 [src:kwayland] kwayland: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > tags 1015470 - bookworm Bug #1015470 [src:libaccounts-qt] libaccounts-qt: ftbfs with LTO (link time optimization) enabled Removed tag(s) bookworm. > thanks Stopping processing here. Please contact me if you need assistance. -- 1007339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007339 1015466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015466 1015470: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015470 1015471: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015471 1015472: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015472 1015473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015473 1015474: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015474 1015475: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015475 1015476: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015476 1015477: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015477 1015478: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015478 1015479: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015479 1015482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015482 1015483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015483 1015484: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015484 1015486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015486 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#987503: swap partition only 1 GB instead of at least 1 x RAM size
Hi, On Wed, 14 Sep 2022 12:29:13 +0200 Pascal Hambourg wrote: > Sorry to insist, but IMO this issue should really be worked out. I once > suggested the following simple formula : > > max swap size = min(RAM size, disk space * R) > > with R being a ratio between 0 and 100% to be defined. > > For example with R=5%, the swap size would be limited to either the RAM size > or 5% of available disk space, whichever is lower. > > Doesn't that sound reasonable for most setups, at least more than the current > formula ? the default partitioning scheme now has made hibernation impossible for three whole stable releases. I have no experience in writing d-i code but just so that *something* happens I submitted this merge request to partman-auto: https://salsa.debian.org/installer-team/partman-auto/-/merge_requests/12 This MR keeps the partman-auto/cap-ram setting because it has now been in partman-auto for so long that likely other users of d-i have started depending on its existence. Instead, I raised the limit imposed by partman-auto/cap-ram while at the same time adding a new setting I called partman-auto/perc-ram which (if I'm reading the code correctly) should cap the swap size at X percent of the remaining free disk space. This way, d-i should continue to work even in situations where there is more RAM than disk space for which commit 7966fcd was designed in the first place. This is a draft MR because it is untested. Maybe somebody could help and review and test it. Thanks! cheers, josch signature.asc Description: signature