Bug#729321: keyboard-configuration: changes /etc/default/keyboard upon upgrade without asking

2013-11-11 Thread Bernhard R. Link
Package: keyboard-configuration
Version: 1.103
Severity: serious

After upgrading keyboard-configuration from 1.102 to 1.103,
/etc/default/keyboard was changed (perhaps to some old state?).

The state before was:

| # KEYBOARD CONFIGURATION FILE
| 
| # Consult the keyboard(5) manual page.
| 
| XKBMODEL="pc105"
| XKBLAYOUT="de"
| XKBVARIANT="nodeadkeys"
| XKBOPTIONS="compose:rwin,terminate:ctrl_alt_bksp,caps:none"
| 
| BACKSPACE="guess"

Afterwards the caps:none was gone. There were no questions asked
while upgrading.

-- System Information:
Debian Release: jessie/sid
Architecture: amd64 (x86_64)

Kernel: Linux 3.11-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages keyboard-configuration depends on:
ii  debconf 1.5.52
ii  initscripts 2.88dsf-43
ii  liblocale-gettext-perl  1.05-7+b2

keyboard-configuration recommends no packages.

keyboard-configuration suggests no packages.

Versions of packages console-setup depends on:
ii  console-setup-linux  1.103
ii  debconf  1.5.52
ii  xkb-data 2.5.1-3

Versions of packages console-setup suggests:
ii  locales   2.17-94
ii  lsb-base  4.1+Debian12

Versions of packages console-setup-linux depends on:
ii  kbd  1.15.5-1

Versions of packages console-setup-linux suggests:
ii  console-setup  1.103

Versions of packages keyboard-configuration is related to:
pn  console-common  
pn  console-data
pn  console-tools   
ii  kbd 1.15.5-1

-- debconf information:
* keyboard-configuration/layoutcode: de
* keyboard-configuration/optionscode: compose:rwin,terminate:ctrl_alt_bksp
  debian-installer/console-setup-udeb/title:
* keyboard-configuration/layout:
* keyboard-configuration/switch: No temporary switch
* console-setup/codeset47: # Latin1 and Latin5 - western Europe and Turkic 
languages
* console-setup/fontsize-fb47: 8x16
* keyboard-configuration/modelcode: pc105
  keyboard-configuration/unsupported_layout: true
  console-setup/framebuffer_only:
* keyboard-configuration/unsupported_config_options: false
* keyboard-configuration/variantcode: nodeadkeys
* keyboard-configuration/toggle: No toggling
* console-setup/charmap47: UTF-8
  console-setup/store_defaults_in_debconf_db: true
* keyboard-configuration/altgr: The default for the keyboard layout
* keyboard-configuration/compose: Right Logo key
* keyboard-configuration/other:
  console-setup/use_system_font:
* keyboard-configuration/variant: German - German (eliminate dead keys)
* console-setup/fontface47: Fixed
* keyboard-configuration/model: Generic 105-key (Intl) PC
* keyboard-configuration/ctrl_alt_bksp: true
  keyboard-configuration/unsupported_options: true
  console-setup/codesetcode: Lat15
  keyboard-configuration/unsupported_config_layout: true
* keyboard-configuration/xkb-keymap: de(nodeadkeys)
* keyboard-configuration/store_defaults_in_debconf_db: true
  console-setup/fontsize: 8x16
  console-setup/fontsize-text47: 8x16
  console-setup/guess_font:


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2013180918.ga3...@client.brlink.eu



Bug#729326: partman-auto: Installer doesn't reuse EFI system partitions when specified by recipe

2013-11-11 Thread Mario Limonciello
Package: partman-auto
Version: 114
Severity: normal

Dear Maintainer,

During 4df358695167c0b6e2af5816f364d8a9a734ec05 some support for UEFI installs 
was added.
Within there was some support for reusing EFI system partitions, but the code 
was not
complete.

When preseeded with a recipe set to reuse the existing EFI system partition the 
installer
fails claiming it couldn't find an EFI system partition.  Examining closer it's 
apparent
that the EFI system partiiton was marked as to be formatted rather than reused.

Most of this code came from Ubuntu and this has already been fixed in Ubuntu's 
partman-auto
package.  I've pulled out the two relevant patches that will fix this problem.

I've also applied them to an install of my own and validated that they actually 
do fix the 
behavior.

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-proposed'), (500, 
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-53-generic (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From 3f84296e7db2a5fe12bcfe57d797f2fefbac58fe Mon Sep 17 00:00:00 2001
From: Mario Limonciello 
Date: Mon, 4 Nov 2013 18:22:35 -0600
Subject: [PATCH] Add the rest of the support necessary to allow reusing EFI
 partitions.

In 4df358695167c0b6e2af5816f364d8a9a734ec05 Steve McIntyre added
initial support for UEFI leveraging a lot of code from Ubuntu.

The modifications made in lib/auto-shared.sh from Ubuntu are also
necessary however for the installer to allow the EFI System Partition
to be reused.
---
 lib/auto-shared.sh |   22 +-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/lib/auto-shared.sh b/lib/auto-shared.sh
index 2b9c42a..4302738 100644
--- a/lib/auto-shared.sh
+++ b/lib/auto-shared.sh
@@ -92,9 +92,29 @@ ensure_primary() {
 	)"
 }
 
-create_primary_partitions() {
+reuse_partitions() {
 	cd $dev
+	local scheme
+
+	scheme="$scheme_reused"
+	foreach_partition '
+		id="$(echo " $*" | sed -n '\''s/.* \$reuse{ \([^}]*\) }.*/\1/p'\'')"
+		if [ -z "$id" ]; then
+			db_progress STOP
+			autopartitioning_failed
+		fi
+		setup_partition $id $*
+		# Hack to stop EFI partitions showing up as formatted when
+		# they will actually not be.  We do not have a good
+		# interface for this yet.
+		if [ -f $id/method ] && [ "$(cat $id/method)" = efi ] && \
+		   [ -f $id/detected_filesystem ]; then
+			rm -f $id/format
+		fi'
+}
 
+create_primary_partitions() {
+	cd $dev
 	while [ "$free_type" = pri/log ] && \
 	  echo $scheme | grep -q '\$primary{'; do
 		pull_primary
-- 
1.7.9.5



Bug#729330: Duplicate

2013-11-11 Thread Mario_Limonciello
Hi, sorry this is a duplicate of 729326.  Please close this one.



Bug#729342: installation-reports:

2013-11-11 Thread Martynas
Package: installation-reports
Severity: normal
Tags: d-i



-- Package-specific info:

Boot method: CD
Image version: Debian GNU/Linux testing "Jessie" - Official Snapshot amd64 
NETINST Binary-1 20131007-15:38
Date: <20131011>

Machine: Dell Inspiron 3521-3363
Partitions: 
Filesystem Type 1K-blocks  Used Available Use% Mounted on
/dev/sda1  ext4  13979568   5323360   7923024  41% /
udev   devtmpfs 10240 0 10240   0% /dev
tmpfs  tmpfs   393320   636392684   1% /run
tmpfs  tmpfs 5120 0  5120   0% /run/lock
tmpfs  tmpfs  120606080   1205980   1% /run/shm
/dev/sda5  ext4 704770272 219180404 485573484  32% /home
/dev/sr0   iso9660 220160220160 0 100% /media/cdrom0


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[E]

Comments/Problems:



Screen backlight control with Function keys didn't work. After some googleing, 
I added the
line
GRUB_CMDLINE_LINUX="acpi_backlight=vendor"
in /etc/default/grub and ran
sudo update-grub
and after that backlight controls works, but in very large increments: 33% as 
did in
Kubuntu 13.04 out-of-the-box without any hacks.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="8 (jessie) - installer build 20131007-00:05"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux debian 3.10-3-amd64 #1 SMP Debian 3.10.11-1 (2013-09-10) x86_64 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core 
processor DRAM Controller [8086:0154] (rev 09)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen 
Core processor Graphics Controller [8086:0166] (rev 09)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 
Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: Kernel driver in use: xhci_hcd
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation 7 
Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 
Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: Kernel driver in use: ehci-pci
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series 
Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series 
Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series 
Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 
Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: Kernel driver in use: ehci-pci
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation HM76 Express Chipset 
LPC Controller [8086:1e59] (rev 04)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: 00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset 
Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: Kernel driver in use: ahci
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series 
Chipset Family SMBus Controller [8086:1e22] (rev 04)
lspci -knn: Subsystem: Dell Device [1028:0597]
lspci -knn: 01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 05)
lspci -knn: