Re: xen kernel features

2010-07-01 Thread Ian Campbell
On Thu, 2010-07-01 at 00:25 +0200, Bastian Blank wrote: On Wed, Jun 30, 2010 at 09:53:17PM +0100, Ian Campbell wrote: On Wed, 2010-06-30 at 20:58 +0200, Csillag Kristof wrote: - PCI passthru to PV guests does not work, because CONFIG_XEN_PCI_PASSTHROUGH is disabled in kernel config. I

Re: Re: xen kernel features

2010-07-01 Thread Csillag Kristóf
So it looks like pci passthrough should just work already and XEN_PCI_PASSTHROUGH is some redundant option which doesn't do anything. The dom0 part is indeed OK; now I see that the problem is in the domU. Unfortunately, current debian kernels I use for domUs (2.6.32-5-686-bigmem and

Bug#586554: update-initramfs fails to generate initrd.img-2.6.32-5-686 in Debian testing when upgrading from 0.96 to 0.97

2010-07-01 Thread Michael Prokop
* Alesh Slovak alesh.slo...@avasys.jp [Thu Jul 01, 2010 at 11:46:03AM +0900]: On 06/30/2010 07:25 PM, Michael Prokop wrote: We are working on new initramfs-tools version which should display the source of the problem then, I'll be investigating on the iscan issue in more detail as well and

Re: Re: Re: xen kernel features

2010-07-01 Thread Csillag Kristóf
OK, I can confirm that when booting -xen kernel on the domU (2.6.32-5-xen-686, to be specific), PCI passthru works as expected. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Bug#587754: linux-image-2.6.32-5-686-bigmem: dpkg failed dependency problems prevent configuration of linux-image

2010-07-01 Thread B. Raveendra Reddy
Package: linux-2.6 Version: 2.6.32-15 Severity: important apt-get upgrade fails. The kernel installation/upgrade throws the following error. dpkg: error processing linux-image-2.6.32-5-686-bigmem (--configure): subprocess installed post-installation script returned error exit status 1 dpkg:

Bug#587763: linux-image-2.6.32-5-amd64: scary messages from JBD when manipulating quotas on ext4

2010-07-01 Thread Laurent Bonnaud
Package: linux-2.6 Version: 2.6.32-15 Severity: important Hi, here is how to reproduce this bug: 1. set up quotas on an ext4 filesystem 2. use edquota to change the quotas of some user Actual result: the kernel outputs this scary message: [ 399.792052] JBD: Spotted dirty metadata buffer

Bug#587754: linux-image-2.6.32-5-686-bigmem: dpkg failed dependency problems prevent configuration of linux-image

2010-07-01 Thread Bastian Blank
On Thu, Jul 01, 2010 at 06:00:00PM +0530, B. Raveendra Reddy wrote: apt-get upgrade fails. The kernel installation/upgrade throws the following error. dpkg: error processing linux-image-2.6.32-5-686-bigmem (--configure): subprocess installed post-installation script returned error exit

reviving xen-3.2 for testing?

2010-07-01 Thread Csillag Kristof
Hi there, Since the current XEN 3.4 and XEN 4.0 in debian lack HVM support, but the XEN 3.2 packages has it, I was wondering how much work would it require to revive the old 3.2 packages, so that they can be installed in current testing/unstable? (They were perfectly fine until a few weeks ago;

Bug#520468: Incorporate fixes for WUSB54GS support from 2.6.33

2010-07-01 Thread Luís Picciochi Oliveira
Hi This patch seems to have fixed it. Here are the results of my testing: kernel.org's 2.6.34: = with the usbnet-Set-parent-device-early-for-netdev_printk patch: Seems to work without any problems Debian's 2.6.34 from experimental: = with both patches:

Bug#587014: screen brightness can't be modified on Panasonic S9

2010-07-01 Thread Matthew Garrett
On Sun, Jun 27, 2010 at 03:14:44AM +0100, Ben Hutchings wrote: Harald, Nicolas Limare reported that the backlight control in panasonic-laptop is non-functional on the S9; see http://bugs.debian.org/587014. There's a kernel log attached to that bug report, but it doesn't show very much. Can

Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-07-01 Thread Stephen Powell
On Wed, 30 Jun 2010 09:29:42 -0400 (EDT), Stephen Powell wrote: Since symlinks are not associated with any package in particular, and since they seem to have been designed for the convenience of historic boot loaders such as lilo and zipl, perhaps the best way to handle this is for the boot

Processed: [bts-link] source package linux-2.6

2010-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # # bts-link upstream status pull for source package linux-2.6 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org Setting user to bts-link-upstr...@lists.alioth.debian.org

[bts-link] source package linux-2.6

2010-07-01 Thread bts-link-upstream
# # bts-link upstream status pull for source package linux-2.6 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #569012 (http://bugs.debian.org/569012) # *

Bug#587789: linux-image-2.6-686: netfilters clamp-mss-to-pmtu sets bad MSS when non was set before

2010-07-01 Thread Daniel Gibson
Package: linux-image-2.6-686 Version: 2.6.26+17+lenny1 Severity: important Hi, Netfilters clamp-mss-to-pmtu (as used in iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu) sets MSS in packets that had no MSS set before. So instead of sending packets of standard

Bug#587789: linux-image-2.6-686: netfilters clamp-mss-to-pmtu sets bad MSS when non was set before

2010-07-01 Thread Daniel Gibson
Daniel Gibson wrote: Hi, Netfilters clamp-mss-to-pmtu (as used in iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu) sets MSS in packets that had no MSS set before. So instead of sending packets of standard TCP MSS 536 Bytes to a host that didn't set a MSS at

Re: Re: xen kernel features

2010-07-01 Thread Csillag Kristóf
Please check the archives for pkg-xen-devel mailing list on alioth. Someone is working on packaging the necessary qemu-dm, I think there are packages available for testing too. I think that's Thomas Goirand, and the package is available here:

Processed: tagging 570350

2010-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # Automatically generated email from bts, devscripts version 2.10.35lenny7 tags 570350 + pending Bug #570350 [linux-2.6] [chrome] linux-image-2.6.26-2-amd64: kernel BUG at kernel/exit.c:822! Bug #542115 [linux-2.6] [chrome]

Processed: Re: aumix: pcm2 cannot be set and remains not seen by command

2010-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 582840 linux-2.6 Bug #582840 [aumix] aumix: pcm2 cannot be set and remains not seen by command Bug reassigned from package 'aumix' to 'linux-2.6'. Bug No longer marked as found in versions aumix/2.9.1-1. retitle 582840 PCM channel

Uploading linux-2.6 2.6.32-16

2010-07-01 Thread Ben Hutchings
I intend to upload a new version of linux-2.6 this weekend, incorporating stable releases 2.6.32.16 and (for drm drivers) 2.6.33.6. This does not appear to require an ABI bump. Shout if there's anything I should wait for. Ben. -- Ben Hutchings Once a job is fouled up, anything done to improve

Bug#582840: aumix: pcm2 cannot be set and remains not seen by command

2010-07-01 Thread Ben Hutchings
tag 582840 wontfix thanks OSS is deprecated in Linux. I recommend that you use a native ALSA utility such as alsamixer instead. Ben. -- Ben Hutchings Once a job is fouled up, anything done to improve it makes it worse. signature.asc Description: This is a digitally signed message part

Processed: Re: aumix: pcm2 cannot be set and remains not seen by command

2010-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tag 582840 wontfix Bug #582840 [linux-2.6] PCM channel missing from OSS mixer API Added tag(s) wontfix. thanks Stopping processing here. Please contact me if you need assistance. -- 582840:

Bug#508685: linux-image-2.6.26-1-amd64: Cannot mute cx8800 v4l card

2010-07-01 Thread Stefan Ott
On Wed, Feb 17, 2010 at 20:56, Moritz Muehlenhoff j...@inutil.org wrote: On Thu, Aug 27, 2009 at 02:10:29AM +0200, Stefan Ott wrote: Does this still occur with more recent versions of the kernel? Yes, still happens on linux-image-2.6.30-1-amd64 Sorry for the late reply, this fell through

Bug#587754: linux-image-2.6.32-5-686-bigmem: dpkg failed dependency problems prevent configuration of linux-image

2010-07-01 Thread B Raveendra Reddy
This is not the complete output. You removed the important parts. Bastian I am sorry. This is my first post. Here is the complete output. I am not able to install any kernel. I hope this will help you. - Setting up linux-image-2.6.32-5-686-bigmem (2.6.32-15) ... Running