Re: [dm-devel] bio too big device md1 (16 > 8)

2007-04-12 Thread syrius . ml
Neil Brown <[EMAIL PROTECTED]> writes: > This is difficult. > > Summary of problem is: > Filesystem on LVM on md/raid1 > Add an md/linear to the md/raid1 and fs dies with 'bio too big'. > > [...] > > You can probably make your array work by adding the md/linear array to > the md/raid1 *before*

[dm-devel] bio too big device md1 (16 > 8)

2007-04-07 Thread syrius . ml
Hi, i'm using 2.6.21-rc5-git9 + http://www.kernel.org/pub/linux/kernel/people/agk/patches/2.6/editing/dm-merge-max_hw_sector.patch ( i've been testing with and without it, and first encountered it on 2.6.18-debian ) I've setup a raid1 array md1 (it was created in a degraded mode using the debi

Re: 2.6.20-rc5 nfs+krb => oops

2007-01-17 Thread syrius . ml
Trond Myklebust <[EMAIL PROTECTED]> writes: > On Sat, 2007-01-13 at 23:57 +0100, [EMAIL PROTECTED] wrote: >> Hi there, >> >> I've been curious enough to try 2.6.20-rc5 with nfs4/kerberos. >> It was working fine before. I was using 2.6.18.1 on the client and >> 2.6.20-rc3-git4 on server and today

2.6.20-rc5 nfs+krb => oops

2007-01-15 Thread syrius . ml
Hi there, I've been curious enough to try 2.6.20-rc5 with nfs4/kerberos. It was working fine before. I was using 2.6.18.1 on the client and 2.6.20-rc3-git4 on server and today i tried 2.6.20-rc5 on both client and server. (both running up to date debian/sid) Trying to mount a nfs4 or nfs3 share w

initrd / initramfs - root*,ro,rw parameters

2005-01-27 Thread syrius . ml
Hi, It seems a lot of initrd images expect to find the final root filesystem device in the root= boot parameter while Documentation/initrd.txt states root should be set to /dev/ram0. I'm not sure, but it seems this patch introduced in 2.6.11-rc1 <[EMAIL PROTECTED]> [PATCH] init/initramfs.c: ma

2.6.10-ac8 - kernel BUG at net/ipv4/tcp_output.c:922!

2005-01-20 Thread syrius . ml
I've just experienced this oops too. The kernel is a 2.6.10-ac8 and it doesn't seem this issue has been fixed in 2.6.10-ac10 nor in 2.6.11-rc1 (sure I'd love to be wrong here ;-) ) kernel BUG at net/ipv4/tcp_output.c:922! invalid operand: [#1] PREEMPT SMP Modules linked in: nfsd exportfs pa

Re: 2.6.11-rc1-mm1 waiting-10s-before-mounting-root-....

2005-01-16 Thread syrius . ml
Daniel Kirsten <[EMAIL PROTECTED]> writes: >> Are you using an initrd? > yes. Then read Documentation/initrd.txt ... Your initrd must be deprecated, i guess you have to use root=/dev/whatever/your_final_root_fs with it while it should be root=/dev/ram0. (pretty sure it doesn't use pivot_root