Bug#795735: partman-crypto: always encrypt swap

2017-10-19 Thread Daniel Kahn Gillmor
It's a shame that encrypted swap by default hasn't happened yet for debian. As i see it, the three outstanding concerns are: a) source of entropy at boot time b) actual hardware performance c) suspend-to-disk boot time entropy - The linux kernel's getrandom() situation is

Bug#879151: debian-ports support when setting up sources.list

2017-10-19 Thread jhcha54008
Package: apt-mirror-setup Version: 0.129 Severity: wishlist Tags: patch X-Debbugs-CC: "Helge Deller" , "John Paul Adrian Glaubitz" , "James Clarke" Dear Maintainer, apt-mirror-setup currently doesn't create an entry for the 'unreleased' distribution in the file /etc/apt/sources.list on non rele

Bug#879147: debian-ports support when installing the kernel and extra packages

2017-10-19 Thread jhcha54008
Package: base-installer Version: 1.171 Severity: wishlist Tags: patch X-Debbugs-CC: "Helge Deller" , "John Paul Adrian Glaubitz" , "James Clarke" Dear Maintainer, bootstrap-base installs a kernel and some extra packages as its last steps ('install_kernel' and 'install_extra'). The patch below

Bug#879145: net-retriever doesn't pull udebs from the 'unreleased' distribution

2017-10-19 Thread jhcha54008
Package: net-retriever Version: 1.44 Severity: wishlist Tags: patch X-Debbugs-CC: "Helge Deller" , "John Paul Adrian Glaubitz" , "James Clarke" Dear Maintainer, net-retriever pulls udeb packages from one sole suite (the one registered in mirror/udeb/suite). Non released architectures from www.

Processed: Change severity to wishlist

2017-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 879130 wishlist Bug #879130 [choose-mirror] empty mirror list on non released architectures Severity set to 'wishlist' from 'normal' > End of message, stopping processing here. Please contact me if you need assistance. -- 879130: https:

Bug#879130: empty mirror list on non released architectures

2017-10-19 Thread jhcha54008
Package: choose-mirror Version: 2.82 Severity: whishlist Tags: patch X-Debbugs-CC: "Helge Deller" , "John Paul Adrian Glaubitz" , "James Clarke" Dear Maintainer, The following is a reformulation of a previous bug report by Helge Deller [1]. The mirror list for non released architectures is emp

Bug#879106: debian-installer-utils: "list-devices disk" should consider persistent memory block devices

2017-10-19 Thread Ard Biesheuvel
Package: debian-installer-utils Version: 1.119 Severity: normal Tags: d-i Dear Maintainer, When booting an .iso image via HTTP boot from UEFI, the .iso image will be exposed to the OS as a ramdisk via the ACPI NFIT table, and will be picked up by the existing NFIT code in the kernel, which will e

Bug#818065: console-setup is not read correctly at boottime and must be started manually

2017-10-19 Thread Sergey Shpikin
This happened to me as well, check if a slight change to the systemd unit file helps: /lib/systemd/system/console-setup.service RequiresMountsFor=/usr /tmp i.e. add /tmp My /tmp is mounted as tmpfs so that could pose a problem. After changing this line console-setup seems to start normally duri