Bug#613634: linux-image-2.6.32-5-xen-amd64: Using pvcreate on a multipathed iscsi device produces a kernel bug

2011-02-16 Thread Simon Marechal
Package: linux-2.6
Version: 2.6.32-30
Severity: grave
Justification: renders package unusable

I'm using a Dell powervault MD3200i that has 2 iscsi controllers with 4 
ethernet ports each. The multipath-tools package is used to aggregate all links 
in a single device (configuration is attached).
All of this is used on a Xen host with 4 network controllers : eth2 and eth3 
are dedicated to the iscsi network, and eth0 and eth1 are bonded and used in 
the xen bridge.
Creating file systems and using them seem to be working perfectly after very 
basics tests (mkfs.ext3, copy / read files). However, if I want to create a 
volume group on such a device, everything goes west :

[ 1983.757464] [ cut here ]
[ 1983.757542] kernel BUG at 
/build/buildd-linux-2.6_2.6.32-30-amd64-d4MbNM/linux-2.6-2.6.32/debian/build/source_amd64_xen/arch/x86/xen/mmu.c:1649!
[ 1983.757651] invalid opcode:  [#1] SMP 
[ 1983.757808] last sysfs file: 
/sys/devices/platform/host7/session5/target7:0:0/7:0:0:0/block/sdh/uevent
[ 1983.757905] CPU 20 
[ 1983.758013] Modules linked in: 8021q garp xen_evtchn xenfs scsi_dh_rdac 
crc32c ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp 
libiscsi_tcp libiscsi scsi_transport_iscsi bridge stp bonding dm_round_robin 
dm_multipath scsi_dh loop fuse joydev snd_pcm snd_timer snd soundcore 
snd_page_alloc pcspkr dcdbas psmouse evdev serio_raw power_meter button 
processor acpi_processor ext3 jbd mbcache dm_mod sg sr_mod cdrom ata_generic 
usbhid hid ses sd_mod crc_t10dif enclosure ata_piix libata uhci_hcd 
megaraid_sas ehci_hcd scsi_mod usbcore nls_base bnx2 thermal thermal_sys [last 
unloaded: scsi_wait_scan]
[ 1983.761366] Pid: 6513, comm: multipath Not tainted 2.6.32-5-xen-amd64 #1 
PowerEdge R610
[ 1983.761468] RIP: e030:[8100c694]  [8100c694] 
pin_pagetable_pfn+0x2d/0x36
[ 1983.761611] RSP: e02b:8807aa093e08  EFLAGS: 00010282
[ 1983.761685] RAX: ffea RBX: 007aadb2 RCX: 0001
[ 1983.761761] RDX:  RSI: 0001 RDI: 8807aa093e08
[ 1983.761839] RBP: 8807d7570a80 R08: 0d90 R09: ea001ad5fef0
[ 1983.761921] R10: 7ff0 R11: 0001aad59e60 R12: 8807aade0d18
[ 1983.762001] R13: 8807aaf0aac8 R14: 8807d6813880 R15: 8807aade0d18
[ 1983.762086] FS:  7f8c75a987a0() GS:8800282a7000() 
knlGS:
[ 1983.762189] CS:  e033 DS:  ES:  CR0: 8005003b
[ 1983.762265] CR2: 7f8c74673290 CR3: 0007ce9d2000 CR4: 2660
[ 1983.762346] DR0:  DR1:  DR2: 
[ 1983.762421] DR3:  DR6: 0ff0 DR7: 0400
[ 1983.762499] Process multipath (pid: 6513, threadinfo 8807aa092000, task 
8807d6813880)
[ 1983.762597] Stack:
[ 1983.762663]   0003dd0d ea001ad5fef0 
007aadb2
[ 1983.762880] 0 8807d7570a80 810cd4e2 8807aafb1188 
7f8c74673290
[ 1983.763198] 0 0007aafb1000 810cb394 8807aaf0aac8 
7f8c74673290
[ 1983.763592] Call Trace:
[ 1983.763673]  [810cd4e2] ? __pte_alloc+0x6b/0xc6
[ 1983.763752]  [810cb394] ? pmd_alloc+0x28/0x5b
[ 1983.763830]  [810cd60b] ? handle_mm_fault+0xce/0x80f
[ 1983.763907]  [810d0ecb] ? get_unmapped_area+0xd7/0x139
[ 1983.763981]  [8130f016] ? do_page_fault+0x2e0/0x2fc
[ 1983.764059]  [8130ceb5] ? page_fault+0x25/0x30
[ 1983.764127] Code: ec 28 89 3c 24 48 89 f7 e8 a2 fd ff ff 48 89 e7 48 89 44 
24 08 be 01 00 00 00 31 d2 41 ba f0 7f 00 00 e8 b0 cc ff ff 85 c0 74 04 0f 0b 
eb fe 48 83 c4 28 c3 55 49 89 ca 48 89 d5 40 88 f1 48 89 
[ 1983.766957] RIP  [8100c694] pin_pagetable_pfn+0x2d/0x36
[ 1983.767093]  RSP 8807aa093e08
[ 1983.767168] ---[ end trace 66acf7edaf7ddad0 ]---



** /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback

iface eth0 inet manual
iface eth1 inet manual
auto bond0
iface bond0 inet manual
slaves  eth0 eth1 
bond-mode   active-backup
bond_miimon 100
bond_downdelay  200
bond_updelay200

auto xenbr
iface xenbr inet static
bridge_portsbond0 
address 10.2.1.217
netmask 255.255.255.0
gateway 10.2.1.4

# interface veth2
auto eth2
iface eth2 inet static
address 192.168.130.5
netmask 255.255.255.0
pre-up ifconfig eth2 mtu 9000 up
auto eth2:1
iface eth2:1 inet static
address 192.168.131.5
netmask 255.255.255.0
pre-up ifconfig eth2 mtu 9000 up
# interface veth3
auto eth3
iface eth3 inet static
address 192.168.132.5
netmask 255.255.255.0
pre-up ifconfig eth3 mtu 9000 up
auto eth3:1
iface eth3:1 inet static
address 192.168.133.5
netmask 255.255.255.0
pre-up ifconfig eth3 mtu 9000 up


** /etc/multipath.conf
blacklist 

Bug#613634: This is not related to LVM

2011-02-16 Thread bartavelle
I just realized that modifying the mappings on the SAN side and running
iscsiadmin -m session --rescan produces the same bug.





-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d5ba484.9040...@gmail.com



Processed: severity of 613634 is important

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 613634 important
Bug #613634 [linux-2.6] linux-image-2.6.32-5-xen-amd64: Using pvcreate on a 
multipathed iscsi device produces a kernel bug
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
613634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613634
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129785252612937.transcr...@bugs.debian.org



Bug#612633: initramfs-tools: mkinitramfs creates non working initramfs

2011-02-16 Thread maximilian attems
On Fri, 11 Feb 2011, Benedikt Spranger wrote:

 Am Thu, 10 Feb 2011 21:39:51 +
 schrieb maximilian attems m...@stro.at:
 
  On Thu, Feb 10, 2011 at 07:33:17PM +0100, Benedikt Spranger wrote:
   Am Thu, 10 Feb 2011 17:48:36 +
   schrieb maximilian attems m...@stro.at:
what does on that box 'ldconfig -p' show?
 Output attached.
 

I see, and then we would need the ldconfig from inside the broken
initramfs, so you need

A) add ldconfig inside the initramfs
 echo copy_exec /sbin/ldconfig /bin/  
/usr/share/initramfs-tools/hooks/busybox

B) generate the resulting initramfs
   (with the patched mkinitramfs adding /etc/ld.so.conf* to initramfs)

 mkinitramfs -o /tmp/foo.broken

C) unpack that initramfs

 mkdir /tmp/la  cd /tmp/la; zcat ../foo.broken | cpio -i

D) chroot into it

 chroot ./ /bin/sh

E) run ldconfig three times:
   (first invocation should tell that no cache around, second should
built it and we need output of third)
 ldconfig -p
 ldconfig 
 ldconfig -p

thank you!

-- 
maks



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110216105818.ga4...@stro.at



Bug#612633: initramfs-tools: mkinitramfs creates non working initramfs

2011-02-16 Thread Benedikt Spranger
Am Wed, 16 Feb 2011 11:58:18 +0100
schrieb maximilian attems m...@stro.at:

 E) run ldconfig three times:
(first invocation should tell that no cache around, second should
 built it and we need output of third)
  ldconfig -p
# ldconfig -p
0 libs found in cache `/etc/ld.so.cache'

  ldconfig 
  ldconfig -p
# ldconfig -p 
32 libs found in cache `/etc/ld.so.cache'
libz.so.1 (libc6) = /usr/lib/libz.so.1
libuuid.so.1 (libc6) = /lib/libuuid.so.1
libudev.so.0 (libc6) = /lib/libudev.so.0
libsysfs.so.2 (libc6) = /lib/libsysfs.so.2
libsplashycnf.so.1 (libc6) = /lib/libsplashycnf.so.1
libsplashy.so.1 (libc6) = /lib/libsplashy.so.1
libselinux.so.1 (libc6) = /lib/libselinux.so.1
librt.so.1 (libc6, OS ABI: Linux 2.6.18) = /lib/librt.so.1
libreadline.so.5 (libc6) = /lib/libreadline.so.5
libpthread.so.0 (libc6, OS ABI: Linux 2.6.18) = /lib/libpthread.so.0
libpopt.so.0 (libc6) = /lib/libpopt.so.0
libpng12.so.0 (libc6) = /lib/libpng12.so.0
libpcre.so.3 (libc6) = /lib/libpcre.so.3
libncurses.so.5 (libc6) = /lib/libncurses.so.5
libm.so.6 (libc6, OS ABI: Linux 2.6.18) = /lib/libm.so.6
liblzo2.so.2 (libc6) = /usr/lib/liblzo2.so.2
libgpg-error.so.0 (libc6) = /lib/libgpg-error.so.0
libglib-2.0.so.0 (libc6) = /lib/libglib-2.0.so.0
libgcrypt.so.11 (libc6) = /lib/libgcrypt.so.11
libgcc_s.so.1 (libc6) = /usr/local/lib/libgcc_s.so.1
libfusion-1.2.so.9 (libc6) = /usr/lib/libfusion-1.2.so.9
libfreetype.so.6 (libc6) = /usr/lib/libfreetype.so.6
libdl.so.2 (libc6, OS ABI: Linux 2.6.18) = /lib/libdl.so.2
libdirectfb-1.2.so.9 (libc6) = /usr/lib/libdirectfb-1.2.so.9
libdirect-1.2.so.9 (libc6) = /usr/lib/libdirect-1.2.so.9
libdevmapper.so.1.02.1 (libc6) = /lib/libdevmapper.so.1.02.1
libctutils.so.0 (libc6) = /lib/libctutils.so.0
libconsole.so.0 (libc6) = /lib/libconsole.so.0
libcfont.so.0 (libc6) = /lib/libcfont.so.0
libc.so.6 (libc6, OS ABI: Linux 2.6.18) = /lib/libc.so.6
libblkid.so.1 (libc6) = /lib/libblkid.so.1
ld-linux.so.2 (ELF) = /lib/ld-linux.so.2

Regards
Bene



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110216121910.23ef7...@ariane.spranger.biz



Processed: tagging 612633

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 612633 - moreinfo
Bug #612633 [initramfs-tools] initramfs-tools: mkinitramfs creates non working 
initramfs
Removed tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
612633: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612633
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12978580744494.transcr...@bugs.debian.org



Bug#612633: initramfs-tools: mkinitramfs creates non working initramfs

2011-02-16 Thread maximilian attems
On Wed, Feb 16, 2011 at 12:19:10PM +0100, Benedikt Spranger wrote:
 Am Wed, 16 Feb 2011 11:58:18 +0100
 schrieb maximilian attems m...@stro.at:
 
  E) run ldconfig three times:
 (first invocation should tell that no cache around, second should
  built it and we need output of third)
   ldconfig -p
 # ldconfig -p
 0 libs found in cache `/etc/ld.so.cache'
 
   ldconfig 
   ldconfig -p
 # ldconfig -p 
 32 libs found in cache `/etc/ld.so.cache'
[..]
 libgcc_s.so.1 (libc6) = /usr/local/lib/libgcc_s.so.1

cool, so now it would boot.

Thanks for your report, this means quite some work to resolve
that bug as ldconfig can't work against the symlinked tree
of initramfs-tools in ${DESTDIR}.
Will see to sort out that mess next days.

-- 
maks



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110216121637.gn5...@vostochny.stro.at



Re: does squeeze have these fixes?

2011-02-16 Thread Ben Hutchings
On Wed, 2011-02-16 at 09:09 +0200, Aleksandar Kostadinov wrote:
 https://bugzilla.kernel.org/show_bug.cgi?id=19462
 
 I'm seeing similar errors on my acer notebook like in the bugzilla
 above. Could anybody confirm if squeeze has these fixes already
 backported?

This fix was included in the 'longterm' 2.6.32.28 release and our
version 2.6.32-30.

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


Bug#612633: initramfs-tools: mkinitramfs creates non working initramfs

2011-02-16 Thread maximilian attems
On Wed, Feb 16, 2011 at 12:19:10PM +0100, Benedikt Spranger wrote:
 libsplashycnf.so.1 (libc6) = /lib/libsplashycnf.so.1
 libsplashy.so.1 (libc6) = /lib/libsplashy.so.1

unrelated to that bug, I'd recommed plymouth.

ps untagged moreinfo.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110216122219.go5...@vostochny.stro.at



Bug#613658: Please enable SQUASHFS_XZ et al for =2.6.38-rc1.

2011-02-16 Thread Trent W. Buck
Package: linux-2.6
Severity: wishlist
Tags: experimental
User: debian-l...@live.debian.org
Usertags: kernel

xz (a.k.a. LZMA2) is a shiny new compression algorithm that yields
smaller files than gzip, and is faster than bzip2.

For Debian Live images, especially, it would be nice to have better
compression of the squashfs root filesystem.  This can be done by
setting

SQUASHFS_XZ=y

This was introduced between .37 and .38-rc1.

Less important, but probably Nice To Have, are squashfs LZO support,
ramdisk XZ support, and this BCJ (a.k.a. DEC, below) stuff, which
appears to allow arch-specific tweaks to compact the squashfs further.

CONFIG_SQUASHFS_LZO=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_RD_XZ=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
CONFIG_XZ_DEC_TEST=m

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110216131729.19563.51730.reportbug@dali



Processed: tagging 609538

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 609538 + pending
Bug #609538 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] r8169: 
long delay during resume
Ignoring request to alter tags of bug #609538 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
609538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129786357630837.transcr...@bugs.debian.org



Processed: tagging 609371

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 609371 + pending
Bug #609371 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] 
linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36
Ignoring request to alter tags of bug #609371 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
609371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609371
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129786358830898.transcr...@bugs.debian.org



Processed: tagging 590105

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 590105 + pending
Bug #590105 [linux-2.6] Please add support for Linkstation LS-CHL
Ignoring request to alter tags of bug #590105 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
590105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12978641401438.transcr...@bugs.debian.org



Processed: tagging 609371

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 609371 + pending
Bug #609371 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] 
linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36
Ignoring request to alter tags of bug #609371 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
609371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609371
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12978646684660.transcr...@bugs.debian.org



Processed: tagging 609538

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 609538 + pending
Bug #609538 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] r8169: 
long delay during resume
Ignoring request to alter tags of bug #609538 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
609538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12978646624626.transcr...@bugs.debian.org



Bug#613662: unmet dependencies race condition

2011-02-16 Thread jidanni
Package: linux-image-2.6-686

You have a race condition or something that caused:
The following packages have unmet dependencies:
  linux-image-2.6-686: Depends: linux-image-2.6.37-1-686 which is a virtual 
package.
  linux-image-686: Depends: linux-image-2.6.37-1-686 which is a virtual package.
  linux-doc-2.6: Depends: linux-doc-2.6.37 which is a virtual package.

I'm sure it will go away soon, however there should never be a moment
when this can occur.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8762skf4g0@jidanni.org



Bug#613662: marked as done (unmet dependencies race condition)

2011-02-16 Thread Debian Bug Tracking System
Your message dated Wed, 16 Feb 2011 15:27:57 +0100
with message-id 20110216142757.gh12...@radis.liafa.jussieu.fr
and subject line Re: Bug#613662: unmet dependencies race condition
has caused the Debian Bug report #613662,
regarding unmet dependencies race condition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
613662: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613662
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6-686

You have a race condition or something that caused:
The following packages have unmet dependencies:
  linux-image-2.6-686: Depends: linux-image-2.6.37-1-686 which is a virtual 
package.
  linux-image-686: Depends: linux-image-2.6.37-1-686 which is a virtual package.
  linux-doc-2.6: Depends: linux-doc-2.6.37 which is a virtual package.

I'm sure it will go away soon, however there should never be a moment
when this can occur.


---End Message---
---BeginMessage---
On Wed, Feb 16, 2011 at 22:18:39 +0800, jida...@jidanni.org wrote:

 I'm sure it will go away soon, however there should never be a moment
 when this can occur.
 
Wrong.

Cheers,
Julien

---End Message---


Bug#613634: This is actually a xen problem

2011-02-16 Thread bartavelle
This problem only shows up when the hypervisor is enabled (same kernel
not in xen mode works flawlessly). It looks like this :

http://www.gossamer-threads.com/lists/xen/devel/194235?do=post_view_threaded#194235




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d5be4c6.1000...@gmail.com



COMPRESS=xz support for mkinitramfs

2011-02-16 Thread trentbuck
Hi, now that upstream linux-2.6 kernels support xz-compressed
ramdisks, I would like update-initramfs to support generating them.

This minimal patch WORKS FOR ME:

$ sed '/lzop/ {p; s/lzop/xz/g; }' /usr/sbin/mkinitramfs | diff -pud 
/usr/sbin/mkinitramfs -
--- /usr/sbin/mkinitramfs   2010-09-27 20:46:10.0 +1000
+++ -   2011-02-17 01:41:52.028878435 +1100
@@ -148,6 +148,7 @@ if ! `grep -q -i ^config_rd_${COMPRESS%p
 fi

 [ ${compress} = lzop ]  compress=lzop -9
+[ ${compress} = xz ]  compress=xz -9

 if [ -d ${outfile} ]; then
echo ${outfile} is a directory 2

At least this far:

$ file -s /var/tmp/cdeboo*/boot/initr*
/var/tmp/cdebootstrap-amd64~/boot/initrd.img-2.6.38-rc5:
gzip compressed data, from Unix, last modified: Thu Feb 17 01:25:54 2011
/var/tmp/cdebootstrap-amd64/boot/initrd.img-2.6.38-rc5:
xz compressed data

I haven't actually tried booting it yet, and obviously updating the
documentation is left as an exercise for the reader.

PS: xz has an -e option for compress me harder.  Given the
compress/decompress ratio for ramdisks (i.e. once vs. every boot), it
might be advisable to do xz -9e instead of the xz -9 above.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110216144546.GA20971@dali



Bug#613670: linux-image-2.6.32-bpo.5-686: EDID checksum failure kills X while switched away using KVM switch

2011-02-16 Thread Conrad Hughes
Package: linux-2.6
Version: 2.6.32-30~bpo50+1
Severity: important


Hello,

This problem may well reside in X or gnome, but unfortunately they
aren't reporting anything, while the kernel (drm module) is.

I'm using a keyboard-video-mouse (KVM) switch to switch between a number
of computers; before squeeze, this worked brilliantly.  Since upgrading
to squeeze, a few minutes after I switch to another computer, my squeeze
install kills X completely.  All I'm seeing is the following in
/var/log/syslog:

  Feb 16 12:00:11 mouse kernel: [826528.890150] 
  Feb 16 12:00:12 mouse kernel: [826528.992844] [drm:edid_is_valid] *ERROR* 
EDID checksum is invalid, remainder is 130
  Feb 16 12:00:12 mouse kernel: [826528.992851] [drm:edid_is_valid] *ERROR* Raw 
EDID:
  Feb 16 12:00:12 mouse kernel: [826528.992857] 300 ff ff ff ff ff ff 00 ff 
ff ff ff ff ff ff ff  
  Feb 16 12:00:12 mouse kernel: [826528.992863] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
  Feb 16 12:00:12 mouse kernel: [826528.992869] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
  Feb 16 12:00:12 mouse kernel: [826528.992874] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
  Feb 16 12:00:12 mouse kernel: [826528.992880] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
  Feb 16 12:00:12 mouse kernel: [826528.992885] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
  Feb 16 12:00:12 mouse kernel: [826528.992891] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  
  Feb 16 12:00:12 mouse kernel: [826528.992896] 3ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff  

... the above repeats eight times at 0.1 second intervals, and is
followed by this (the messages appear to come from drivers/gpu/drm/
drm_edid.c):

  Feb 16 12:00:12 mouse kernel: [826528.992901] 
  Feb 16 12:00:12 mouse kernel: [826528.992907] i915 :00:02.0: DVI-D-1: 
EDID invalid.

I'm getting nothing in /var/log/Xorg.0.log or /var/log/gdm/:0.log.1.
Xorg.0.log does record successful identification of the monitor though
(I *'ed out its Serial#):

  (II) intel(0): EDID for output DVI1
  (II) intel(0): Manufacturer: HWP  Model: 2615  Serial#: 
  [..]
  (II) intel(0): Monitor name: hp L2335

All processes associated with my login vanish at this point, and when I
switch back to the computer running squeeze, the monitor detects no
signal and goes into standby.  I can recover by hitting control-alt-F1
(this does not bring the display back), logging in blind as root and
running '/etc/init.d/gdm restart'.

My hardware comprises a Mac mini:

  00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

.. connected to an Avocent Switchview DVI connected to an HP L2335
monitor.

A similar problem has turned up in Microsoft Windows 7, where continuous
checking of EDID results in the OS switching to default monitor
resolution after the user switches away (or even turns off their monitor
in some cases).  Microsoft apparently blame this on obsolete KVM
hardware and AFAICS have not offered a facility to disable the
continuous checking; I hope there might be a means of disabling the
check in Debian though, or remembering the last valid EDID rather than
failing catastrophically on receipt of an invalid one?  The consequences
are severe, as my entire login is just killed stone dead: all processes
gone, all work lost.

  
http://social.answers.microsoft.com/Forums/en-US/w7hardware/thread/84f41660-1933-4109-9b13-1ea8a1c27be7

Regards,
Conrad

-- Package-specific info:
** Version:
Linux version 2.6.32-bpo.5-686 (Debian 2.6.32-30~bpo50+1) 
(norb...@tretkowski.de) (gcc version 4.3.2 (Debian 4.3.2-1.1) ) #1 SMP Tue Jan 
18 23:27:36 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-bpo.5-686 root=/dev/mapper/mouse-root ro

** Not tainted

** Kernel log:
[828620.852437] 3ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff  

[828620.852443] 3ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff  

[828620.852448] 3ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff  

[828620.852455] 3ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff  

[828620.852460] 3ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff  

[828620.852465] 3ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff  

[828620.852470] 
[828620.852476] i915 :00:02.0: DVI-D-1: EDID invalid.
[831256.449906] opera[5403]: segfault at 6e ip 086eac5b sp bfc426d0 error 6 in 
opera[8048000+f41000]
[831709.853927] [drm:edid_is_valid] *ERROR* EDID checksum is invalid, remainder 
is 130
[831709.853936] [drm:edid_is_valid] *ERROR* Raw EDID:
[831709.853943] 300 ff ff ff ff ff ff 00 ff ff ff ff ff ff ff ff  

[831709.853949] 3ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff  

[831709.853954] 3ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 

Processed: tagging 608185

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 608185 + pending
Bug #608185 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] 
btrfs-tools: balance tree action should be only triggered by root
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
608185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608185
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129787604430220.transcr...@bugs.debian.org



Processed: tagging 604457

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 604457 + pending
Bug #604457 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] 
linux-image-2.6.26-2-xen-686: Raid10 exporting LV to xen results in error 
can't convert block across chunks or bigger than 64k
Bug #461644 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] 
linux-image-2.6.18-5-xen-686: Exporting an lvm-on-md LV to Xen as a disk 
results in kernel errors and corrupt filesystems
Added tag(s) pending.
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
604457: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604457
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129787610130581.transcr...@bugs.debian.org



Processed: tagging 586270

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 586270 - sid squeeze
Bug #586270 [linux-2.6] linux-image-2.6.32-5-686: evo n610c compaq laptop fails 
to go into suspend mode
Removed tag(s) squeeze and sid.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586270: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586270
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129788504910565.transcr...@bugs.debian.org



Processed: forwarded

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded #612911 http://bugzilla.openvz.org/show_bug.cgi?id=1776
Bug #612911 [linux-image-2.6.32-5-openvz-amd64] cifs-utils maybe broken on 
squeeze linux-2.6 2.6.32-30
Set Bug forwarded-to-address to 
'http://bugzilla.openvz.org/show_bug.cgi?id=1776'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
612911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612911
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12978906024465.transcr...@bugs.debian.org



Bug#613170: linux-image-2.6.32-5-openvz-amd64: OpenVZ-specific NFS implementation error

2011-02-16 Thread Ola Lundqvist
Hi Kir

Do you know if those patches will appear in the openvz git soon?

// Ola

On Sun, Feb 13, 2011 at 05:27:54PM +, maximilian attems wrote:
 On Sun, Feb 13, 2011 at 03:41:40PM +0300, Stanislav Klinkov wrote:
  
  See OpenVZ bugzilla for details:
  http://bugzilla.openvz.org/show_bug.cgi?id=1626
  
  Patch #1:
  http://1626.bugzilla.openvz.org/attachment.cgi?id=1376
  
  Patch #2:
  http://1626.bugzilla.openvz.org/attachment.cgi?id=1377
  
  Please, include these packages into further
  OpenVZ-modificated kernel releases.
  
 
 I had been currently waiting for them to appear in the openvz git.
 
 thank you for reporting.
 
 -- 
 maks
 
 
 
 -- 
 To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/20110213172754.gk5...@vostochny.stro.at
 
 

-- 
 - Ola Lundqvist ---
/  o...@debian.org Annebergsslingan 37  \
|  o...@inguza.com  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110216211143.gc9...@inguza.net



Processed: forwarded

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 613501 http://bugzilla.openvz.org/show_bug.cgi?id=1777
Bug #613501 [linux-2.6] linux-image-2.6.32-5-openvz-amd64: Starting vserver on 
ext4 FS triggers NULL pointer dereference
Set Bug forwarded-to-address to 
'http://bugzilla.openvz.org/show_bug.cgi?id=1777'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
613501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12978908596281.transcr...@bugs.debian.org



Bug#613170: linux-image-2.6.32-5-openvz-amd64: OpenVZ-specific NFS implementation error

2011-02-16 Thread Kir Kolyshkin
Pavel,

Please port these things to 2.6.32 if possible.
--
sent from mobile

Ola Lundqvist o...@debian.org wrote:


Hi Kir

Do you know if those patches will appear in the openvz git soon?

// Ola

On Sun, Feb 13, 2011 at 05:27:54PM +, maximilian attems wrote:
 On Sun, Feb 13, 2011 at 03:41:40PM +0300, Stanislav Klinkov wrote:
 
  See OpenVZ bugzilla for details:
  http://bugzilla.openvz.org/show_bug.cgi?id=1626
 
  Patch #1:
  http://1626.bugzilla.openvz.org/attachment.cgi?id=1376
 
  Patch #2:
  http://1626.bugzilla.openvz.org/attachment.cgi?id=1377
 
  Please, include these packages into further
  OpenVZ-modificated kernel releases.
 

 I had been currently waiting for them to appear in the openvz git.

 thank you for reporting.

 --
 maks



 --
 To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/20110213172754.gk5...@vostochny.stro.at



--
 - Ola Lundqvist ---
/  o...@debian.org Annebergsslingan 37  \
|  o...@inguza.com  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0u13tpukqkf6bcxdv2is6thx.1297891466...@email.android.com



Bug#613170: linux-image-2.6.32-5-openvz-amd64: OpenVZ-specific NFS implementation error

2011-02-16 Thread Pavel Emelyanov
On 02/17/2011 12:24 AM, Kir Kolyshkin wrote:
 Pavel,
 
 Please port these things to 2.6.32 if possible.

I have already told that I will do it.

 --
 sent from mobile
 
 Ola Lundqvist o...@debian.org wrote:
 
 
 Hi Kir
 
 Do you know if those patches will appear in the openvz git soon?
 
 // Ola
 
 On Sun, Feb 13, 2011 at 05:27:54PM +, maximilian attems wrote:
 On Sun, Feb 13, 2011 at 03:41:40PM +0300, Stanislav Klinkov wrote:

 See OpenVZ bugzilla for details:
 http://bugzilla.openvz.org/show_bug.cgi?id=1626

 Patch #1:
 http://1626.bugzilla.openvz.org/attachment.cgi?id=1376

 Patch #2:
 http://1626.bugzilla.openvz.org/attachment.cgi?id=1377

 Please, include these packages into further
 OpenVZ-modificated kernel releases.


 I had been currently waiting for them to appear in the openvz git.

 thank you for reporting.

 --
 maks



 --
 To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/20110213172754.gk5...@vostochny.stro.at


 
 --
  - Ola Lundqvist ---
 /  o...@debian.org Annebergsslingan 37  \
 |  o...@inguza.com  654 65 KARLSTAD  |
 |  http://inguza.com/  +46 (0)70-332 1551   |
 \  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
  ---
 .
 




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d5cbf7e.9070...@parallels.com



Bug#612105: qemu-kvm: hangs and irq timeout unless -no-kvm-irqchip passed

2011-02-16 Thread Jonathan Nieder
tags 612105 + upstream patch fixed-upstream
quit

Jonathan Nieder wrote:

 When I boot the HURD without passing
 -no-kvm-irqchip on the command line, the system usually will
 print

   hd2: irq timeout: status=0x50
   hd2: irq timeout: status=0x50
   hd2: irq timeout: status=0x50
   hd2: unexpected_intr: status=0x58
 [and so on]

 at boot time and not get past that.  If lucky, the system boots
 up but still hangs (not responding to keyboard input) at seemingly
 random moments.

09493165 (KVM: remove isr_ack logic from PIC, 2011-02-09) which can
be found at

git://git.kernel.org/pub/scm/virt/kvm/kvm.git master

fixes this for what it's worth.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110217072616.GA30982@elie



Processed: Re: qemu-kvm: hangs and irq timeout unless -no-kvm-irqchip passed

2011-02-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 612105 + upstream patch fixed-upstream
Bug #612105 [linux-2.6] qemu-kvm: hangs and irq timeout unless 
-no-kvm-irqchip passed
Added tag(s) upstream, fixed-upstream, and patch.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
612105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129792759530831.transcr...@bugs.debian.org