Bug#813327: linux-image-3.16.0-4-amd64: cryptroot + VIA padlock fails with message from testmgr.c

2016-01-31 Thread Ben Hutchings
Control: tag -1 moreinfo Control: severity -1 important On Sun, 2016-01-31 at 16:03 +0100, Carsten Wolff wrote: > Package: src:linux > Version: 3.16.7-ckt20-1+deb8u3 > Severity: normal > > Hi, > > I'm not at all sure I'm filing this against the right package. Maybe > cryptsetup, maybe linux, ...

Processed: Re: Bug#813327: linux-image-3.16.0-4-amd64: cryptroot + VIA padlock fails with message from testmgr.c

2016-01-31 Thread Debian Bug Tracking System
Processing control commands: > tag -1 moreinfo Bug #813327 [src:linux] linux-image-3.16.0-4-amd64: cryptroot + VIA padlock fails with message from testmgr.c Added tag(s) moreinfo. > severity -1 important Bug #813327 [src:linux] linux-image-3.16.0-4-amd64: cryptroot + VIA padlock fails with messa

Re: broken mount behaviour on jessie

2016-01-31 Thread Michael Biebl
Am 31.01.2016 um 22:31 schrieb Brian May: > Peter Palfrader writes: > >> o) you cannot unmount the tmp0 tree while the tmp1 tree is busy: >> >> } root@valiant:/mnt# (cd tmp1/dev/pts ; sleep 10 &) >> } root@valiant:/mnt# umount /mnt/tmp0/dev/pts >> } umount: /mnt/tmp0/dev/pts: target is busy >> }

Re: broken mount behaviour on jessie

2016-01-31 Thread Brian May
Peter Palfrader writes: > o) you cannot unmount the tmp0 tree while the tmp1 tree is busy: > > } root@valiant:/mnt# (cd tmp1/dev/pts ; sleep 10 &) > } root@valiant:/mnt# umount /mnt/tmp0/dev/pts > } umount: /mnt/tmp0/dev/pts: target is busy > } (In some cases useful info about processes t

Bug#813327: linux-image-3.16.0-4-amd64: cryptroot + VIA padlock fails with message from testmgr.c

2016-01-31 Thread Carsten Wolff
Package: src:linux Version: 3.16.7-ckt20-1+deb8u3 Severity: normal Hi, I'm not at all sure I'm filing this against the right package. Maybe cryptsetup, maybe linux, ... After upgrading this system from wheezy to jessie, unlocking the cryptroot from initrd with padlock-aes and padlock-sha loaded

Bug#809521: Now it works

2016-01-31 Thread Bernhard
Hello Karsten Hello Ben I tested the installer with Kernel 4.3.3-7. Now, the keyboard works during installation. Thank you for your great work Bernhard signature.asc Description: This is a digitally signed message part

Processed: Re: Bug#813300: closed by Ben Hutchings (Re: Bug#813300: linux-image-3.16.0-4-amd64: log spammed by 'firmware: failed to load iwlwifi-3945-2.ucode (-2)')

2016-01-31 Thread Debian Bug Tracking System
Processing control commands: > reopen -1 Bug #813300 {Done: Ben Hutchings } [src:linux] linux-image-3.16.0-4-amd64: log spammed by 'firmware: failed to load iwlwifi-3945-2.ucode (-2)' Bug reopened Ignoring request to alter fixed versions of bug #813300 to the same values previously set > reassi

Bug#813300: closed by Ben Hutchings (Re: Bug#813300: linux-image-3.16.0-4-amd64: log spammed by 'firmware: failed to load iwlwifi-3945-2.ucode (-2)')

2016-01-31 Thread Ben Hutchings
Control: reopen -1 Control: reassign -1 network-manager On Sun, 2016-01-31 at 15:10 +0100, Ralf Neubauer wrote: > Hi, > > > The iwlwifi only tries to load firmware when it is told to bring an > > interface up.  Something in userland keeps telling it to do that, > > and > > it keeps failing.  You

Bug#813300: closed by Ben Hutchings (Re: Bug#813300: linux-image-3.16.0-4-amd64: log spammed by 'firmware: failed to load iwlwifi-3945-2.ucode (-2)')

2016-01-31 Thread Ralf Neubauer
Hi, > The iwlwifi only tries to load firmware when it is told to bring an > interface up.  Something in userland keeps telling it to do that, and > it keeps failing.  You need to identify what that is and disable it. this may be the case, but remember this was a default install and I didn't conf

Bug#813300: marked as done (linux-image-3.16.0-4-amd64: log spammed by 'firmware: failed to load iwlwifi-3945-2.ucode (-2)')

2016-01-31 Thread Debian Bug Tracking System
Your message dated Sun, 31 Jan 2016 14:25:49 +0100 with message-id <1454246749.13367.13.ca...@decadent.org.uk> and subject line Re: Bug#813300: linux-image-3.16.0-4-amd64: log spammed by 'firmware: failed to load iwlwifi-3945-2.ucode (-2)' has caused the Debian Bug report #813300, regarding linux-

Bug#813229: initramfs-tools: '/etc/initramfs-tools/initramfs.conf' is marked as obsolete conffile

2016-01-31 Thread Thilo Six
Hello Ben, Thank you for taking care of this. Ben Hutchings schrieb/wrote: -- -- >> /etc/initramfs-tools/initramfs.conf 42161705437308c44abc6d46395889c1 obsolete > > It has moved to initramfs-tools-core. If you run: > > dpkg-query -W -f='${Conffiles}\n' | grep 'initramfs\.conf' > > you s

Bug#813300: linux-image-3.16.0-4-amd64: log spammed by 'firmware: failed to load iwlwifi-3945-2.ucode (-2)'

2016-01-31 Thread Ralf Neubauer
Package: src:linux Version: 3.16.7-ckt20-1+deb8u3 Severity: normal Dear Maintainer, (I don't know, if this report may be a duplicate, the search on bdo is down and i think this bug is important enough to file it anyway...) on a fresh install of stable (jessie), the disk was completely filled up

Bug#813301: linux-image-4.3.0-1-amd64: [Regression] Screen Orientation broken on Lenovo Yoga 2 Pro

2016-01-31 Thread Geoffrey Merck
Package: src:linux Version: 4.3.3-7 Severity: important Dear Maintainer, Since upgrading to kernel 4.3.0 the screen no longer rotates on Lenovo Yoag 2 Pro. Booting into 4.2 kernel brings back screen rotation. I tried with 4.4 and 4.5rc1 from kernel.org but with no luck. I tried to locate the ch

broken mount behaviour on jessie

2016-01-31 Thread Peter Palfrader
Trying to figure out why my schroot builds keep failing after upgrading to jessie, I finally narrowed it down to broken behaviour with mount on jessie: } root@valiant:/mnt# find } . } ./tmp1 } ./tmp1/dev } ./tmp0 } ./tmp0/dev Two trees, with a dev directory each. Let's mount /dev and /dev/pts th