Bug#782058: Pegasos II: installer boots up to 'returning from prom_init'

2015-12-09 Thread John Paul Adrian Glaubitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/09/2015 03:39 AM, Milan Kupcevic wrote: > The module in question gets loaded and is used in D-I only. Pay > attention to the case you are pointing at: the graphics does not > work on boot/reboot into an installed system. At this point this >

Bug#795839: initramfs-tools: When adding i8042 also add psmouse as some keyboards are behind the mouse

2015-12-09 Thread Ben Hutchings
Control: tag -1 pending On Mon, 17 Aug 2015 11:36:29 +0100 Andy Whitcroft wrote: > Package: initramfs-tools > Version: 0.120 > Severity: normal >  > hook-functions/auto_add_modules: include psmouse as some keyboards are > connected to the "pass-thru" port on the PS2 mouse port

Bug#795833: initramfs-tools: add mountroot failure support to allow meaningful messages and recovery attempts

2015-12-09 Thread Ben Hutchings
On Mon, 17 Aug 2015 10:52:14 +0100 Andy Whitcroft wrote: > Package: initramfs-tools > Version: 0.120 > Severity: normal >  > Allow hooks to supply specific root mount failure handlers.  These can > both report more specific failure reasons, and in some cases may even be > able to

Processed: Re: initramfs-tools: When adding i8042 also add psmouse as some keyboards are behind the mouse

2015-12-09 Thread Debian Bug Tracking System
Processing control commands: > tag -1 pending Bug #795839 [initramfs-tools] initramfs-tools: When adding i8042 also add psmouse as some keyboards are behind the mouse Added tag(s) pending. -- 795839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795839 Debian Bug Tracking System Contact

Processed: tagging 795833

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 795833 + moreinfo Bug #795833 [initramfs-tools] initramfs-tools: add mountroot failure support to allow meaningful messages and recovery attempts Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need

Bug#795832: [PATCH initramfs-tools] initramfs-tools: Support multiple break points using a comma delimiter

2015-12-09 Thread Ben Hutchings
Thanks for your patch, but I would prefer to avoid adding more sub- shells.  Also, this change needs to be documented.  What do you t hink of this patch? Ben. --- Closes: #795832 Signed-off-by: Ben Hutchings ---  initramfs-tools.8 | 3 ++-  scripts/functions | 6 --  2

Processed: limit source to initramfs-tools, tagging 783291, tagging 797361, tagging 784234, tagging 766920

2015-12-09 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 783291 + pending Bug #783291 [initramfs-tools] /bin/touch is missing if

[PATCH initramfs-tools] Set emacs local variables to implement our shell coding style

2015-12-09 Thread Ben Hutchings
Signed-off-by: Ben Hutchings ---  .dir-locals.el | 8  1 file changed, 8 insertions(+)  create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 000..e91b46a --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,8 @@ +;;;

Bug#807497: marked as done (linux-image-4.2.0-1-amd64: Enable CONFIG_MOUSE_PS2_VMMOUSE)

2015-12-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Dec 2015 17:40:42 + with message-id <1449682842.2824.155.ca...@decadent.org.uk> and subject line Re: Bug#807497: linux-image-4.2.0-1-amd64: Enable CONFIG_MOUSE_PS2_VMMOUSE has caused the Debian Bug report #807497, regarding linux-image-4.2.0-1-amd64: Enable

Bug#807497: linux-image-4.2.0-1-amd64: Enable CONFIG_MOUSE_PS2_VMMOUSE

2015-12-09 Thread Sinclair Yeh
Package: src:linux Version: 4.2.6-1 Severity: normal Rootless Xorg is enabled with Debian "stretch". VMWare's user mode vmmouse driver cannot function in this mode. As a result, Debian-stretch VMWare guests will lose all mouse functionality, i.e. no cursor, no mouse clicks. VMWare has moved

Processed: tagging 801154

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 801154 + moreinfo Bug #801154 [initramfs-tools] [debian] initramfs-tools: add PARTUUID to resolve_device Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 801154:

Processed: tagging 337176

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 337176 + wontfix Bug #337176 [initramfs-tools] troubles due to 32-bit chroot on amd64 Added tag(s) wontfix. > thanks Stopping processing here. Please contact me if you need assistance. -- 337176:

Bug#801154: [PATCH initramfs-tools 2/2] scripts/functions: Handle PARTLABEL= and PARTUUID= block device IDs using blkid

2015-12-09 Thread Ben Hutchings
Please can you test this along with the previous patch? Ben. --- Closes: #801154 Signed-off-by: Ben Hutchings --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions b/scripts/functions index 8f2fac7..53419e2 100644 ---

Bug#801154: [PATCH initramfs-tools 1/2] scripts/functions: Use blkid to resolve LABEL= and UUID= block device IDs

2015-12-09 Thread Ben Hutchings
This is a preparatory patch for fixing #801154. Ben. --- This means we will deal correctly with various other characters than '/' that also need to be escaped. Signed-off-by: Ben Hutchings --- scripts/functions | 32 +--- 1 file changed, 5

Bug#597581: update-initramfs should not set PATH

2015-12-09 Thread Ben Hutchings
Control: tag -1 wontfix I'm not at all convinced that update-initramfs should be sensitive to the path of the process invoking it.  update-initramfs is not only used interactively, but also automatically by package installation. It seems to me that it would make more sense for hooks that need

Bug#597581: update-initramfs should not set PATH

2015-12-09 Thread Ben Hutchings
On Wed, 2015-12-09 at 22:05 +, Ian Jackson wrote: > Ben Hutchings writes ("Re: update-initramfs should not set PATH"): > > On Wed, 2015-12-09 at 21:56 +, Ian Jackson wrote: > > > Ben Hutchings writes ("Re: update-initramfs should not set PATH"): > > > > I'm not at all convinced that

Processed: Re: mkinitramfs fails with latest udev (>= 220-7) on some systems

2015-12-09 Thread Debian Bug Tracking System
Processing control commands: > tag -1 patch moreinfo Bug #790722 [initramfs-tools] mkinitramfs fails with latest udev (>= 220-7) on some systems Added tag(s) moreinfo and patch. -- 790722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790722 Debian Bug Tracking System Contact

Bug#790722: mkinitramfs fails with latest udev (>= 220-7) on some systems

2015-12-09 Thread Ben Hutchings
Control: tag -1 patch moreinfo On Wed, 1 Jul 2015 03:39:07 -0400 (EDT) Stephen Powell wrote: [...] > The second problem causes a problem for initramfs-tools.  The parse_numeric > function in /usr/share/initramfs-tools/scripts/functions has code in it which > looks like

Bug#770912: marked as done (initramfs-tools: Add xhci-pci to base modules (linux 3.18))

2015-12-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Dec 2015 22:41:04 + with message-id <1449700864.2824.197.ca...@decadent.org.uk> and subject line Re: initramfs-tools: Add xhci-pci to base modules (linux 3.18) has caused the Debian Bug report #770912, regarding initramfs-tools: Add xhci-pci to base modules (linux

Bug#781658: initramfs-tools: Upgrade Wheezy -> Jessie: not asked for cryptsetup password on boot - solved reinstalling kernel

2015-12-09 Thread Ben Hutchings
Control: found -1 0.116 Control: notfound -1 0.119 Control: tag -1 moreinfo Thanks for your detailed bug report. On Wed, 01 Apr 2015 12:27:15 +0200 Laura Arjona Reina wrote: [...] > So I've tried to gather the relevant log information and I'm attaching apt > history.log,

Bug#597581: update-initramfs should not set PATH

2015-12-09 Thread Ian Jackson
Ben Hutchings writes ("Re: update-initramfs should not set PATH"): > Control: tag -1 wontfix > > I'm not at all convinced that update-initramfs should be sensitive to > the path of the process invoking it.  update-initramfs is not only used > interactively, but also automatically by package

Processed: Re: initramfs-tools: Upgrade Wheezy -> Jessie: not asked for cryptsetup password on boot - solved reinstalling kernel

2015-12-09 Thread Debian Bug Tracking System
Processing control commands: > found -1 0.116 Bug #781658 [initramfs-tools] initramfs-tools: Upgrade Wheezy -> Jessie: not asked for cryptsetup password on boot - solved reinstalling kernel Marked as found in versions initramfs-tools/0.116. > notfound -1 0.119 Bug #781658 [initramfs-tools]

Bug#597581: update-initramfs should not set PATH

2015-12-09 Thread Ben Hutchings
On Wed, 2015-12-09 at 21:56 +, Ian Jackson wrote: > Ben Hutchings writes ("Re: update-initramfs should not set PATH"): > > Control: tag -1 wontfix > > > > I'm not at all convinced that update-initramfs should be sensitive to > > the path of the process invoking it.  update-initramfs is not

Processed: reassign 678636 to cryptsetup, closing 678636

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 678636 cryptsetup 2:1.1.3-4squeeze2 Bug #678636 [initramfs-tools] initramfs-tools: dm-crypt partitions not further working. No asking password to encrypt. System will not boot Bug reassigned from package 'initramfs-tools' to

Processed: Re: Bug#689851: initramfs-tools: Wrong keymap at boot while, prompting for the passphrase

2015-12-09 Thread Debian Bug Tracking System
Processing control commands: > tag -1 wheezy wontfix Bug #689851 [initramfs-tools] initramfs-tools: Wrong keymap at boot while prompting for the passphrase Added tag(s) wheezy and wontfix. > affects -1 console-tools Bug #689851 [initramfs-tools] initramfs-tools: Wrong keymap at boot while

Bug#689851: initramfs-tools: Wrong keymap at boot while, prompting for the passphrase

2015-12-09 Thread Ben Hutchings
Control: tag -1 wheezy wontfix Control: affects -1 console-tools Control: notfound -1 0.107 Control: found -1 0.108 On Thu, 28 Nov 2013 11:37:54 +0100 Ondřej Vodáček wrote: > Hello, >  > I have upgraded initramfs-tools to version 0.115 and it looks like its fixed. Same

Processed: tagging 785564

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 785564 + pending Bug #785564 [initramfs-tools] initramfs-tools: Boot fails do to missing switch_root Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 785564:

Processed: severity of 737333 is wishlist

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 737333 wishlist Bug #737333 [initramfs-tools] initramfs-tools: Please support virtfs root Severity set to 'wishlist' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. -- 737333:

Processed: forcibly merging 639876 701656

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 639876 701656 Bug #639876 [initramfs-tools] MODULES=dep does not include input drivers Bug #772578 [initramfs-tools] [initramfs-tools] Missing keyboard modules i2c_designware_* in initramfs Bug #701656 [initramfs-tools] Include

Processed: reassign 751955 to console-setup, affects 751955

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 751955 console-setup 1.134 Bug #751955 [initramfs-tools] initramfs-tools: Warning: error while trying to store keymap file - ignoring request to install /etc/boottime.kmap.gz Bug reassigned from package 'initramfs-tools' to

Processed: tagging 799443

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 799443 + patch Bug #799443 [initramfs-tools] initramfs-tools: avoid executing firmware and maintain symlinks Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 799443:

Processed: tagging 771158, found 772416 in 0.120, tagging 770912, found 768913 in 0.120, found 721088 in 0.113

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # Fixing bugs marked as wrong suite > tags 771158 - experimental Bug #771158 [initramfs-tools] /etc/kernel/postinst.d/initramfs-tools: please support CONFIG_MODULE_COMPRESS=y Bug #781002 [initramfs-tools] initramfs-tools: does not support

Bug#512679: initramfs-tools: 'more' pager is broken in initramfs shell

2015-12-09 Thread Ben Hutchings
It looks like we need to use 'setsid -c' to fix this.  Unfortunately busybox does not support the -c option and klibc-utils does not have setsid at all. Ben. -- Ben Hutchings I'm always amazed by the number of people who take up solipsism because they heard someone else explain it. - E*Borg on

Bug#512679: [PATCH initramfs-tools] HACK: scripts/functions: Connect panic shell to single console device

2015-12-09 Thread Ben Hutchings
This works for me, but it's a gross hack so I'm not going to apply this version. Ben. --- If only one console device is enabled, we can open a shell on that rather than /dev/console and it will have full control over the tty. For example, this allows pagers to work. Unfortunately this depends on

Processed: tagging 603944

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 603944 + moreinfo Bug #603944 [initramfs-tools] retry mounting of root Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 603944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603944

Bug#603944: Updated patch

2015-12-09 Thread Ben Hutchings
Serge, I'm sorry this patch hasn't had any attention for so long. On Thu, 9 Dec 2010 15:20:28 -0600 "Serge E. Hallyn" wrote: > Here is a patch (against the ubuntu package, just as example) > which instead of doing a dumb retry loop, waits for udev. >  > === modified

Processed: tagging 776623

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 776623 + moreinfo unreproducible Bug #776623 [initramfs-tools] dpkg-reconfigure leaves initramfs-tools in broken 't' state (dpkg) Added tag(s) unreproducible and moreinfo. > thanks Stopping processing here. Please contact me if you need

Processed: Re: update-initramfs should not set PATH

2015-12-09 Thread Debian Bug Tracking System
Processing control commands: > tag -1 wontfix Bug #597581 [initramfs-tools] update-initramfs should not set PATH Added tag(s) wontfix. -- 597581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597581 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Processed: tagging 753814

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 753814 + wontfix Bug #753814 [initramfs-tools] update-initramfs produce warnings about missing modules dir, when kernel is built with no modules Added tag(s) wontfix. > thanks Stopping processing here. Please contact me if you need

Processed: tagging 762634

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 762634 + moreinfo Bug #762634 [initramfs-tools] [armhf] mounting rootfs on USB disk fails / some USB host controller drivers missing in initramfs Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need

Processed: tagging 807000

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 807000 + patch pending Bug #807000 [initramfs-tools] initramfs-tools: module nvme not included in block modules on kernel > 4.2 Added tag(s) pending and patch. > thanks Stopping processing here. Please contact me if you need assistance. --

Bug#597581: update-initramfs should not set PATH

2015-12-09 Thread Ian Jackson
Ben Hutchings writes ("Re: update-initramfs should not set PATH"): > On Wed, 2015-12-09 at 21:56 +, Ian Jackson wrote: > > Ben Hutchings writes ("Re: update-initramfs should not set PATH"): > > > I'm not at all convinced that update-initramfs should be sensitive to > > > the path of the

Bug#797881: QNAP TS-219P II: qcontrol no longer works after upgrading to linux-image-4.1.0-0.bpo.1-kirkwood

2015-12-09 Thread Martin Michlmayr
* Ian Campbell [2015-10-04 14:04]: > I suspect this is due to the device path for the input node changing > from /dev/input/by-path/platform-gpio_keys-event to /dev/input/by > -path/platform-gpio-keys-event. With the version of qcontrol in Jessie > it won't even start if it can't

Bug#797880: QNAP TS-219P II with linux-image-4.1.0-0.bpo.1-kirkwood "loses" one hard disk from the RAID while flashing initramfs, causing read-only remount and dpkg to fail

2015-12-09 Thread Martin Michlmayr
* Robert Schlabbach [2015-09-03 12:19]: > Package: linux-image-4.1.0-0.bpo.1-kirkwood > Version: 4.1.3-1~bpo8+1 > > Bad things happen when flash-kernel (3.45) flashes the initramfs with this > Linux kernel on my QNAP TS-219P II: Ian Campbell added a workaround to

Processed: tagging 696632

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 696632 + pending Bug #696632 [initramfs-tools] initramfs-tools: Patches to clean up /run handling for jessie Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 696632:

Processed: Re: "modprobe: module css:t0 not found in modules.dep" issued during boot

2015-12-09 Thread Debian Bug Tracking System
Processing control commands: > retitle -1 Module aliases should be resolved at build time Bug #792910 [initramfs-tools] "modprobe: module css:t0 not found in modules.dep" issued during boot Changed Bug title to 'Module aliases should be resolved at build time' from '"modprobe: module css:t0 not

Bug#597581: update-initramfs should not set PATH

2015-12-09 Thread Ian Jackson
Ben Hutchings writes ("Re: Bug#597581: update-initramfs should not set PATH"): > > Firstly, the argument you made above, that update-initramfs is called > > "automatically by package installation", seems to be based on the idea > > that this is a good reason for setting the PATH. > > My point was

Bug#792910: "modprobe: module css:t0 not found in modules.dep" issued during boot

2015-12-09 Thread Ben Hutchings
Control: retitle -1 Module aliases should be resolved at build time On Sun, 19 Jul 2015 22:01:06 -0400 (EDT) Stephen Powell wrote: > Package: initramfs-tools > Version: 0.120 > Severity: minor >  > During boot of a jessie system on the s390x platform, I noticed the >

Bug#807527: initramfs-tools: Please provide an API or best practices for custom initramfs hook configuration

2015-12-09 Thread Guilhem Moulin
Package: initramfs-tools Severity: normal X-Debug-CC: pkg-cryptsetup-de...@lists.alioth.debian.org Dear Maintainer, AFAIK there is no documentation for where users should set variables to configure an initramfs hook. There are a couple of workaround, all hacky and/or relying on undocumented

Processed: block 783393 with 807527, block 786578 with 807527

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > block 783393 with 807527 Bug #783393 [cryptsetup] initramfs-tools: Missing crypto-components in initramfs when explicitly requested 783393 was not blocked by any bugs. 783393 was not blocking any bugs. Added blocking bug(s) of 783393: 807527 >

Bug#710119: marked as done (initramfs-tools: Installation with dmraid randomly fails to boot)

2015-12-09 Thread Debian Bug Tracking System
Your message dated Thu, 10 Dec 2015 03:33:26 + with message-id <1449718406.2824.218.ca...@decadent.org.uk> and subject line Re: initramfs-tools: Installation with dmraid randomly fails to boot has caused the Debian Bug report #710119, regarding initramfs-tools: Installation with dmraid

Bug#495946: marked as done (initramfs-tools: potential race condition between nfsmounts in fstab and network interfaces)

2015-12-09 Thread Debian Bug Tracking System
Your message dated Thu, 10 Dec 2015 03:38:35 + with message-id <1449718715.2824.221.ca...@decadent.org.uk> and subject line Re: initramfs-tools: potential race condition between nfsmounts in fstab and network interfaces has caused the Debian Bug report #495946, regarding initramfs-tools:

Processed: Re: linux-image-3.12-1-amd64: kernel does not boot

2015-12-09 Thread Debian Bug Tracking System
Processing control commands: > retitle -1 RAID boot failure with Linux 3.10 Bug #730049 [initramfs-tools] linux-image-3.12-1-amd64: kernel does not boot Changed Bug title to 'RAID boot failure with Linux 3.10' from 'linux-image-3.12-1-amd64: kernel does not boot' > tag -1 moreinfo Bug #730049

Bug#730049: linux-image-3.12-1-amd64: kernel does not boot

2015-12-09 Thread Ben Hutchings
Control: retitle -1 RAID boot failure with Linux 3.10 Control: tag -1 moreinfo I'm treating this bug (#730049) as covering the boot failure described in message #14  and bug #717698 as covering the original boot failure described in messages #5, #24, etc. Please

Processed: tagging 783620

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 783620 + pending Bug #783620 [initramfs-tools] initramfs-tools: initramfs broken on first boot into Jessie, "Unable to mount root fs on unknown-block(0, 0)" Added tag(s) pending. > thanks Stopping processing here. Please contact me if you

Bug#717698: Problem sort of went away with 3.11

2015-12-09 Thread Ben Hutchings
Control: tag -1 moreinfo On Tue, 19 Nov 2013 15:13:43 +0100 Toni Mueller wrote: > > Hello, >  > I installed >  > linux-image-3.11-2-amd64  3.11.7-1 >  > and this kernel seems to boot at the second or third attempt at the > latest, while the 3.10 kernel

Processed: tagging 730049

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 730049 - jessie sid stretch Bug #730049 [initramfs-tools] linux-image-3.12-1-amd64: kernel does not boot Removed tag(s) stretch, sid, and jessie. > thanks Stopping processing here. Please contact me if you need assistance. -- 730049:

Processed: Re: Problem sort of went away with 3.11

2015-12-09 Thread Debian Bug Tracking System
Processing control commands: > tag -1 moreinfo Bug #717698 [src:linux] linux-image-3.10-1-amd64: kernel does not boot Added tag(s) moreinfo. -- 717698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717698 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Processed: limit source to initramfs-tools, tagging 795831

2015-12-09 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 795831 + pending Bug #795831 [initramfs-tools] initramfs-tools: ensure error

Processed: forcibly merging 797361 804446

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 797361 804446 Bug #797361 [initramfs-tools] initramfs-tools: hooks/fsck includes too many tools Bug #804446 [initramfs-tools] initramfs-tools: Do not include fsck tools for non-fscable filesystems Added tag(s) pending. Merged 797361

Processed: reassign 790385 to src:zfs-linux

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 790385 src:zfs-linux Bug #790385 [initramfs-tools] initramfs-tools: breaks building initramfs for zfs over (mirrored) LUKS - "can't find root device" Bug reassigned from package 'initramfs-tools' to 'src:zfs-linux'. Warning: Unknown

Processed: tagging 781002

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 781002 - moreinfo Bug #781002 [initramfs-tools] initramfs-tools: does not support CONFIG_MODULE_COMPRESS Bug #771158 [initramfs-tools] /etc/kernel/postinst.d/initramfs-tools: please support CONFIG_MODULE_COMPRESS=y Bug #781205

Processed: tagging 792910

2015-12-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 792910 - patch Bug #792910 [initramfs-tools] Module aliases should be resolved at build time Removed tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 792910:

Bug#807527: initramfs-tools: Please provide an API or best practices for custom initramfs hook configuration

2015-12-09 Thread Guilhem Moulin
s/X-Debug-CC/X-Debbugs-CC/ -- Guilhem. signature.asc Description: PGP signature

Bug#777243: marked as done (Boot fails due to missing ext4 module)

2015-12-09 Thread Debian Bug Tracking System
Your message dated Thu, 10 Dec 2015 03:47:37 + with message-id <1449719257.2824.224.ca...@decadent.org.uk> and subject line Re: Boot fails due to missing ext4 module has caused the Debian Bug report #777243, regarding Boot fails due to missing ext4 module to be marked as done. This means that

Bug#797881: QNAP TS-219P II: qcontrol no longer works after upgrading to linux-image-4.1.0-0.bpo.1-kirkwood

2015-12-09 Thread Ian Campbell
On Wed, 2015-12-09 at 16:04 -0800, Martin Michlmayr wrote: > * Ian Campbell [2015-10-04 14:04]: > > I suspect this is due to the device path for the input node > changing > > from /dev/input/by-path/platform-gpio_keys-event to /dev/input/by > > -path/platform-gpio-keys-event.