Re: Debian testing installation failed in i386 (686-pae) - No installable kernel was found in ther defined APT sources.

2014-10-16 Thread Cyril Brulebois
Vochor voc...@gmail.com (2014-10-16): Hi, I am trying to install Debian testing in my laptop with no success. The installation reports the next message in the base system installation stage: No installable kernel was found in ther defined APT sources. I have no idea what the problem is.

Debian testing installation failed in i386 (686-pae) - No installable kernel was found in ther defined APT sources.

2014-10-16 Thread Vochor
Hi, I am trying to install Debian testing in my laptop with no success. The installation reports the next message in the base system installation stage: No installable kernel was found in ther defined APT sources. I have no idea what the problem is. But, I can see the package which I need (I

Bug#765582: linux-image-3.16-2-amd64: port 138 traffic generated

2014-10-16 Thread westlake
Package: linux-image-3.16-2-amd64 Version: 3.16.3-2 Severity: important There's port 138 traffic on a virtual 1:1 ethernet wire and I'm trying to find out where it's coming from, anyone want to tackle this? :) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765502 -- To UNSUBSCRIBE, email

Bug#734976: fail to flush all tx fifo queues Q 2

2014-10-16 Thread Gerasimos Melissaratos
There seems to be a fix in https://git.kernel.org/cgit/linux/kernel/git/iwlwifi/iwlwifi-fixes.git/commit/?id=ff36e3756cc8abb42608ceed4d173d128ac4c9ad and a pretty extensive discussion in https://bugzilla.kernel.org/show_bug.cgi?id=56581 -- signature name Gerasimos Melissaratos /name

Bug#697335: [PATCH initramfs-tools] mkinitramfs: Use default xz compression level rather than -8

2014-10-16 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:

Bug#765582: marked as done (linux-image-3.16-2-amd64: port 138 traffic generated)

2014-10-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Oct 2014 16:43:52 +0200 with message-id 1413470632.6644.14.ca...@decadent.org.uk and subject line Re: Bug#765582: linux-image-3.16-2-amd64: port 138 traffic generated has caused the Debian Bug report #765582, regarding linux-image-3.16-2-amd64: port 138 traffic

[PATCH initramfs-tools 00/11] Documentation fixes

2014-10-16 Thread Ben Hutchings
I've committed a bunch of documentation fixes. Ben. Ben Hutchings (11): mkinitramfs.8: Update default temporary directory initramfs-tools.8: Refer to lsinitramfs rather than suggesting gunzip | cpio Add comment to /usr/share/initramfs-tools/modules that it is not a config file

[PATCH initramfs-tools 02/11] initramfs-tools.8: Refer to lsinitramfs rather than suggesting gunzip | cpio

2014-10-16 Thread Ben Hutchings
Since we added early microcode support this simple pipeline doesn't work, but lsinitramfs does. Closes: #764022 Signed-off-by: Ben Hutchings b...@decadent.org.uk --- initramfs-tools.8 | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/initramfs-tools.8 b/initramfs-tools.8

[PATCH initramfs-tools 01/11] mkinitramfs.8: Update default temporary directory

2014-10-16 Thread Ben Hutchings
We changed the default from /tmp to /var/tmp in 0.100. Closes: #764388 Signed-off-by: Ben Hutchings b...@decadent.org.uk --- mkinitramfs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkinitramfs.8 b/mkinitramfs.8 index fa2083b..75508ce 100644 --- a/mkinitramfs.8 +++

[PATCH initramfs-tools 04/11] initramfs-tools.8: Improve documentation of break parameter

2014-10-16 Thread Ben Hutchings
Thanks: Helmut Grohne hel...@subdivi.de Closes: #707583 Signed-off-by: Ben Hutchings b...@decadent.org.uk --- initramfs-tools.8 | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 2fd377e..f777ffb 100644 --- a/initramfs-tools.8

[PATCH initramfs-tools 03/11] Add comment to /usr/share/initramfs-tools/modules that it is not a config file

2014-10-16 Thread Ben Hutchings
/usr/share/initramfs-tools/modules looks like it could be a live configuration file, but it is not. Add a short comment to the file, then strip it when copying to /etc/initramfs-tools. Closes: #752789 Signed-off-by: Ben Hutchings b...@decadent.org.uk --- conf/modules| 3 +++

[PATCH initramfs-tools 07/11] update-initramfs: Consistently show which options take arguments

2014-10-16 Thread Ben Hutchings
The text in the manual page implies that -b needs an argument but the usage summaries don't say that. While we're at it, remove the brackets in '-k [version]', as these suggest the version argument is optional. Closes: #762768 Signed-off-by: Ben Hutchings b...@decadent.org.uk ---

[PATCH initramfs-tools 06/11] initramfs.conf.5: Update configuration directory

2014-10-16 Thread Ben Hutchings
It moved from /etc/mkinitramfs/conf.d to /etc/initramfs-tools/conf.d in version 0.79. Closes: #759552 Signed-off-by: Ben Hutchings b...@decadent.org.uk --- initramfs.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initramfs.conf.5 b/initramfs.conf.5 index

[PATCH initramfs-tools 09/11] mkinitramfs: Improve warning text when missing modules

2014-10-16 Thread Ben Hutchings
Thanks: Trent W. Buck trentb...@gmail.com Closes: #744836 Signed-off-by: Ben Hutchings b...@decadent.org.uk --- mkinitramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkinitramfs b/mkinitramfs index 07190ed..5baa955 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -157,7

[PATCH initramfs-tools 08/11] Refer to lsinitramfs(8) from {initramfs-tools,mkinitramfs,update-initramfs}(8)

2014-10-16 Thread Ben Hutchings
While we're at it, fix the rendering of 'mkinitramfs(8)' in initramfs-tools(8). Closes: #764020 Signed-off-by: Ben Hutchings b...@decadent.org.uk --- initramfs-tools.8 | 3 ++- mkinitramfs.8 | 3 ++- update-initramfs.8 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git

[PATCH initramfs-tools 10/11] initramfs-tools.8: Refer to 'phase' rather than 'stage' of initramfs execution

2014-10-16 Thread Ben Hutchings
The initial description uses the term 'phases'. Make the description of the 'break' parameter consistent with this. Signed-off-by: Ben Hutchings b...@decadent.org.uk --- initramfs-tools.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initramfs-tools.8

[PATCH initramfs-tools 11/11] initramfs-tools.8: Briefly document the kernel hooks

2014-10-16 Thread Ben Hutchings
Signed-off-by: Ben Hutchings b...@decadent.org.uk --- initramfs-tools.8 | 11 +++ 1 file changed, 11 insertions(+) diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 8394f12..1d48e66 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -555,6 +555,17 @@ is the path where root

Processed: tagging 764020, tagging 744836

2014-10-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 764020 + pending Bug #764020 [initramfs-tools] list lsinitramfs on initramfs-tools man page's SEE ALSO Added tag(s) pending. tags 744836 + pending Bug #744836 [initramfs-tools] Device driver support needs thus be built-in linux image! --

Processed: tagging 697335

2014-10-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 697335 + patch Bug #697335 [initramfs-tools] initramfs-tools: hardcoded xz -8 hurts low-RAM systems for little gain Added tag(s) patch. thanks Stopping processing here. Please contact me if you need assistance. -- 697335:

Processed: limit source to initramfs-tools, tagging 707583, tagging 752789, tagging 627547, tagging 764388 ...

2014-10-16 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 707583 + pending Bug #707583 [initramfs-tools] initramfs-tools: clarify

Bug#764596: vmdebootstrap generated sid images fail to boot on fsck error loop

2014-10-16 Thread Ben Hutchings
Control: clone -1 -2 Control: reassign -1 vmdebootstrap Control: retitle -1 vmdebootstrap should install kernel last Control: retitle -2 Missing fsck.type should be non-fatal On Thu, 2014-10-09 at 14:53 +0200, Martin Pitt wrote: Package: vmdebootstrap Version: 0.3-1 Hello, I just tried to

Processed: Re: vmdebootstrap generated sid images fail to boot on fsck error loop

2014-10-16 Thread Debian Bug Tracking System
Processing control commands: clone -1 -2 Bug #764596 [initramfs-tools] initramfs-tools 0.118 causes eternal boot loop on fsck Bug 764596 cloned as bug 765614 reassign -1 vmdebootstrap Bug #764596 [initramfs-tools] initramfs-tools 0.118 causes eternal boot loop on fsck Bug reassigned from

Bug#765621: Limit on number of MMC partitions

2014-10-16 Thread Christian Kastner
Package: src:linux Version: 3.16.5-1 Severity: normal X-Debbugs-CC: debian-b...@lists.debian.org Hi, during a test of DI-B2 on an embedded device, at the partitioning stage, selecting 1) Guided - use entire disk mode, and then 2) Separate var,tmp,home partitions failed with an error when

Bug#765625: linux-image-3.16-2-amd64: Every other lid open event is ignored on Samsung N150 Plus

2014-10-16 Thread Pedro Ângelo
Package: src:linux Version: 3.16.3-2 Severity: normal Dear Maintainer, I'm using latest Debian testing on a Samsung N150 Plus laptop. Whenever the laptop lid is closed the laptop is suspended correctly. Later when the lid is opened the laptop wakes up correctly but the status of

Re: Bug#765590: libdrm-intel1: 3D-graphics freeze using new libdrm-intel1

2014-10-16 Thread Julien Cristau
Control: reassign -1 src:linux 3.16.3-2 On Thu, Oct 16, 2014 at 17:11:47 +0400, Max wrote: Package: libdrm-intel1 Version: 2.4.58-2 Severity: important Dear Maintainer, Today I've upgraded Debian successfully and everything was OK. But when I've started my OpenSceneGraph-based

Processed: Re: Bug#765590: libdrm-intel1: 3D-graphics freeze using new libdrm-intel1

2014-10-16 Thread Debian Bug Tracking System
Processing control commands: reassign -1 src:linux 3.16.3-2 Bug #765590 [libdrm-intel1] libdrm-intel1: 3D-graphics freeze using new libdrm-intel1 Bug reassigned from package 'libdrm-intel1' to 'src:linux'. No longer marked as found in versions libdrm/2.4.58-2. Ignoring request to alter fixed

Bug#765582: closed by Ben Hutchings b...@decadent.org.uk (Re: Bug#765582: linux-image-3.16-2-amd64: port 138 traffic generated)

2014-10-16 Thread westlake
thanks I found the culprit, and not because I didn't know what I was doing.. the output from the macvtaps that I'm using here as network interfaces was letting traffic from the hypervisor. But the problem didn't arise due to it not being setup properly but rather a technical limitation of the

Bug#765426: umount; floppy light and humming still present after umount and even after shutdown

2014-10-16 Thread Bjarni Ingi Gislason
On Wed, Oct 15, 2014 at 12:06:06AM +, Debian Bug Tracking System wrote: Thank you for filing a new Bug report with Debian. [...] -- 765426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765426 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems This bug

Bug#765112: linux-image-3.17-rc5-amd64: Kernel hangs for 5 minutes after resume: libgcrypt version: 1.5.4

2014-10-16 Thread Ralf-Peter Rohbeck
This happens with all the kernels I have, including 3.14-2 and back to 3.2.0-4. If anybody has an idea how to fix or troubleshoot this I'm all ears. Are there flags to increase verbosity or turn on debug messages for the swap code? -- To UNSUBSCRIBE, email to