Bug#766922: failing also on 3.16.7-ckt7-1

2015-03-02 Thread Jonas Smedegaard
found 766922 3.16.7-ckt7-1 thanks Some of the changelog entries for 3.16.7-ckt7-1 looked promising, but unfortunately that kernel release still fails to wake up previously mentioned Radeon chips :-( - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website:

Processed: failing also on 3.16.7-ckt7-1

2015-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 766922 3.16.7-ckt7-1 Bug #766922 [linux] linux-image-*-amd64: resume from suspend/hibernate results in blank screen kernel There is no source info for the package 'linux' at version '3.16.7-ckt7-1' with architecture '' Unable to make a sou

Processed: Re: Bug#779600: linux-image-3.16.0-4-686-pae: Linux console does not render the bold attribute correctly

2015-03-02 Thread Debian Bug Tracking System
Processing control commands: > tag -1 moreinfo Bug #779600 [src:linux] linux-image-3.16.0-4-686-pae: Linux console does not render the bold attribute correctly Added tag(s) moreinfo. -- 779600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779600 Debian Bug Tracking System Contact ow...@bugs

Bug#779600: linux-image-3.16.0-4-686-pae: Linux console does not render the bold attribute correctly

2015-03-02 Thread Ben Hutchings
Control: tag -1 moreinfo On Mon, 2015-03-02 at 17:20 -0500, Samuel Bronson wrote: > Package: src:linux > Version: 3.16.7-ckt4-3 > Severity: normal > > Dear Maintainer, > > I've noticed that with this kernel, "bold" does not work on my > console. For example, running "man man" to show the man(1)

Bug#779600: linux-image-3.16.0-4-686-pae: Linux console does not render the bold attribute correctly

2015-03-02 Thread Samuel Bronson
Package: src:linux Version: 3.16.7-ckt4-3 Severity: normal Dear Maintainer, I've noticed that with this kernel, "bold" does not work on my console. For example, running "man man" to show the man(1) manpage does not show headings in bold as it normally does. (It also makes installed packages look

Bug#778876: linux-headers-3.19.0-trunk-amd64 is uninstallable.

2015-03-02 Thread Luca Boccassi
On Sat, 21 Feb 2015 11:20:40 +1100 Craig Sanders wrote: > Package: linux-headers-3.19.0-trunk-amd64 > Version: 3.19-1~exp1 > > linux-headers-3.19.0-trunk-amd64 is uninstallable due to missing linux-kbuild-3.19 > > this also means that linux-image-3.19.0-trunk-amd64 is useless to anyone > who nee

Processed: tagging 766920

2015-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 766920 - moreinfo unreproducible Bug #766920 [initramfs-tools] produces unbootable initramfs with lilo hexadecimal syntax (root=803) Removed tag(s) unreproducible and moreinfo. > thanks Stopping processing here. Please contact me if you nee

Processed: severity of 776409 is important

2015-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 776409 important Bug #776409 [initramfs-tools] Decryption problem with split /usr - cryptsetup/initramfs-tools Severity set to 'important' from 'grave' > thanks Stopping processing here. Please contact me if you need assistance. -- 776

[PATCH initramfs-tools 05/10] control: Ensure cryptsetup is upgraded to support mounting /usr

2015-03-02 Thread Ben Hutchings
Bump the versioned Breaks against cryptsetup to ensure that Debian bug #767832 is fixed. Signed-off-by: Ben Hutchings --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c31cb77..fb2c918 100644 --- a/debian/control +++ b/de

[PATCH initramfs-tools 09/10] local: Invoke local-block scripts from the loop in local_device_setup

2015-03-02 Thread Ben Hutchings
Currently we invoke the local-top script once (and possibly local-block once for /usr) and then poll for block devices to appear if that wasn't sufficient. This works for synchronously discovered devices, devices stacked on top of them (using lvm2/mdadm/cryptsetup) and asynchronously discovered de

[PATCH initramfs-tools 07/10] local: Call local-block boot scripts to prepare additional block devices

2015-03-02 Thread Ben Hutchings
Signed-off-by: Ben Hutchings --- initramfs-tools.8 | 7 +++ scripts/local | 9 + 2 files changed, 16 insertions(+) diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 1d48e66..01815b9 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -415,6 +415,13 @@ present (local)

[PATCH initramfs-tools 03/10] NEWS: Begin a NEWS entry for the fsck and /usr-mount changes

2015-03-02 Thread Ben Hutchings
Signed-off-by: Ben Hutchings --- debian/NEWS | 8 1 file changed, 8 insertions(+) diff --git a/debian/NEWS b/debian/NEWS index 350189b..9688bb2 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,11 @@ +initramfs-tools (0.119) UNRELEASED; urgency=medium + + * The initramfs will now r

[PATCH initramfs-tools 02/10] hooks/fsck: Remove dependency on hwclock by disabling e2fsck time check

2015-03-02 Thread Ben Hutchings
I was not very happy with putting the time zone configuration in the initramfs, and after discussing this with other developers at LPC I learned that we don't need to: - e2fsck is the only fsck that compares the system and superblock times - Other distributions have avoided this problem by disabli

[PATCH initramfs-tools 01/10] mkinitramfs: Use default xz compression level rather than -8

2015-03-02 Thread Ben Hutchings
xz -8 wants 370 MB VM for compression, but Debian tries to support systems with less physical memory than that. The benchmark results given in commit bedf1e3c0882 ('Use -8 for compression with xz.') show only a 1% increase in size when changing to -6, but VM usage will be reduced by 75%. Closes:

[PATCH initramfs-tools 04/10] NEWS: Document the possible need to update mdadm INITRDSTART

2015-03-02 Thread Ben Hutchings
Closes: #771301 Signed-off-by: Ben Hutchings --- debian/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/NEWS b/debian/NEWS index 9688bb2..6abdafb 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -3,6 +3,9 @@ initramfs-tools (0.119) UNRELEASED; urgency=medium * The initramfs wil

[PATCH initramfs-tools 10/10] local: Use max(30, rootdelay) as timeout for block device to appear

2015-03-02 Thread Ben Hutchings
The rootdelay kernel parameter is specified as a fixed delay before attempting to mount the root filesystem, not a timeout. In the initramfs it is processed by udev's init-top script. This is being used to workaround bug #678696, but as most users will set the shortest value that seems to work, i

[PATCH initramfs-tools 08/10] control: Add versioned Breaks on lvm2 without a local-block boot script

2015-03-02 Thread Ben Hutchings
Closes: #762984 Signed-off-by: Ben Hutchings --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fb2c918..928a8de 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Depends: klibc-utils (>= 2.0-1~), cpio, kmo

[PATCH initramfs-tools 06/10] Allow passing arguments to hooks and scripts

2015-03-02 Thread Ben Hutchings
Signed-off-by: Ben Hutchings --- hook-functions| 2 +- scripts/functions | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hook-functions b/hook-functions index 4b062b7..ee1c205 100644 --- a/hook-functions +++ b/hook-functions @@ -720,7 +720,7 @@ cache_run_scripts()

[PATCH initramfs-tools 00/10] Fixes for jessie

2015-03-02 Thread Ben Hutchings
I've just pushed the following changes to master, which I believe address all the remaining RC bugs in the Debian BTS. I downgraded one bug that I couldn't reproduce. I've tested the result with a variety of configurations using LVM, md-RAID, cryptsetup, virtio, emulated PATA, emulated USB storag

Processed: Re: —Bug#767832— not fixed in cryptsetup 2:1.6.6-4 nor 2:1.6.6-5

2015-03-02 Thread Debian Bug Tracking System
Processing control commands: > tag -1 unreproducible moreinfo Bug #776409 [initramfs-tools] Decryption problem with split /usr - cryptsetup/initramfs-tools Added tag(s) unreproducible and moreinfo. -- 776409: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776409 Debian Bug Tracking System Con

Bug#776409: —Bug#767832— not fixed in cryptsetup 2:1.6.6-4 nor 2:1.6.6-5

2015-03-02 Thread Ben Hutchings
Control: tag -1 unreproducible moreinfo On Tue, 27 Jan 2015 19:48:48 +0100 zer0 divide wrote: > Package: initramfs-tools > Version: 0.118_all > Severity: Critical > > Hi, > > Unfortunately, the 767832 bug still relevant with : > > * cryptsetup 2:1.6.6-5amd64 > * initramfs-tools 0.

Bug#779452: Additional Info Bug#779452

2015-03-02 Thread debian
Well I have been able to narrow it down a bit. - It is definitely a 945GM/i915/KMS issue. - The freeze happens exactly at the moment resolution is changed in the framebuffer. - If I boot 10 times with "nomodeset", it is 10 times ok without freeze (however this leaves me with max 1024x768 on a 1280

Bug#708737: linux-image-3.2.0-4-amd64: [ 842.824182] BUG: unable to handle kernel NULL pointer dereference at (null) while runnning rsync

2015-03-02 Thread Daniel Shields
Further info: Originally received error: Mar 1 02:04:15 golgatha kernel: [ 1272.292238] kernel BUG at /build/linux-lFaWBD/linux-3.2.65/fs/buffer.c:3248! This error occured whether using cp or rsync and whether ntfs filesystem mounted with mount or ntfs-3g. Ran apt-get upgrade and apt-get dist-up

Re: DebConf15: Call for Sprints

2015-03-02 Thread Bastian Blank
On Sat, Feb 28, 2015 at 11:11:50PM +, Ben Hutchings wrote: > Who would be interested in doing a kernel team sprint? I would be interested. Bastian -- -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

Processed: limit source to initramfs-tools, tagging 773250, tagging 765614, tagging 678696, tagging 762984 ...

2015-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > limit source initramfs-tools Limiting to bugs with field 'source' containing at least one of 'initramfs-tools' Limit currently set to 'source':'initramfs-tools' > tags 773250 + pending Bug #773250 [initramfs-tools] linux-image-3.18.0-trunk-amd64

Bug#771661: machine is completely unusable

2015-03-02 Thread Toni Mueller
Hi Ben, On Sat, Dec 27, 2014 at 03:15:52PM +0100, Ben Hutchings wrote: > Never mind, I've seen your later message with a complete log and I will > reply to that. I haven't heard back from you, but in the meantime reformatted the machine from i386 (i686) to amd64, but also upgraded to testing, an