Bug#784070: Newly-created arrays don't auto-assemble - related to hostname change?

2016-11-22 Thread NeilBrown
On Tue, Nov 22 2016, Andy Smith wrote: > Hi Neil, > > On Tue, Nov 22, 2016 at 09:56:28AM +1100, NeilBrown wrote: >> Thanks. Sorry this is taking a lot of back-and-forth... > > No worries. This is very interesting to me and I'd also like to know > what is going wrong

Bug#784070: The same bug exists in Dracut

2015-07-05 Thread NeilBrown
#x27;t try to debug booting degraded md with dracut without first updating at least to verions 042 - and I notice there is 043 out, so best to start with that. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#755703: libtirpc1 0.2.4-1 causes rpc.gssd to crash on nfs4 sec=krb5 mount

2014-07-22 Thread NeilBrown
rpc1 recommends no packages. > > > > libtirpc1 suggests no packages. > > > > -- no debconf information > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755703 > > How can I fix this bug in Debian? Build both nfs-utils and libtirpc *without* --with-gssglue, get rid of libgssglue1. (this was a major headache for openSUSE, but some of that was internal issues) NeilBrown signature.asc Description: PGP signature

Bug#733831: wiggle: FTBFS on big endian (mips, powerpc, s390x sparc) but built previously

2014-01-08 Thread NeilBrown
On Mon, 6 Jan 2014 04:11:10 + Dimitri John Ledkov wrote: > Control: tag -1 patch > > > On 6 January 2014 03:28, NeilBrown wrote: > > > > On Wed, 1 Jan 2014 04:06:44 + Dimitri John Ledkov > > wrote: > > > > > On 1 January 2014 03:55, Nei

Bug#733831: wiggle: FTBFS on big endian (mips, powerpc, s390x sparc) but built previously

2014-01-05 Thread NeilBrown
On Wed, 1 Jan 2014 04:06:44 + Dimitri John Ledkov wrote: > On 1 January 2014 03:55, NeilBrown wrote: > > On Wed, 01 Jan 2014 02:49:26 + Dimitri John Ledkov > > wrote: > > > >> I'm also CC'ing upstream author of wiggle, to look into big-endian

Bug#733831: wiggle: FTBFS on big endian (mips, powerpc, s390x sparc) but built previously

2013-12-31 Thread NeilBrown
has been released. I would suggest trying v1.0 and see if the test failures are fixed there or not. I don't have access to a big-endian so I cannot easily perform the tests and find the cause directly. NeilBrown signature.asc Description: PGP signature

Bug#717681: linux-image-3.10-1-amd64: reproducable Data loss with kernel linux-image-3.10-1-amd64 with md-raid devices

2013-07-23 Thread NeilBrown
On Wed, 24 Jul 2013 04:02:15 +0100 Ben Hutchings wrote: > Neil, does the report below sound like the bug you fixed with: > > commit 7bb23c4934059c64cbee2e41d5d24ce122285176 > Author: NeilBrown > Date: Tue Jul 16 16:50:47 2013 +1000 > > md/raid10: fix two proble

Bug#698846: wiggle: non-DFSG document in source tarball

2013-02-04 Thread NeilBrown
On Fri, 25 Jan 2013 19:05:05 +0200 jari wrote: > On 2013-01-25 09:54, NeilBrown wrote: > | On Thu, 24 Jan 2013 15:12:38 +0200 jari wrote: > | > | > Hi Neil, > | > > | > Would you have any ideas for the *.ps file? > | > http://bugs.debian.org

Bug#698846: wiggle: non-DFSG document in source tarball

2013-01-24 Thread NeilBrown
On Thu, 24 Jan 2013 15:12:38 +0200 jari wrote: > Hi Neil, > > Would you have any ideas for the *.ps file? > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698846 > I'm sorry, but I don't understand the question. Maybe you could use more words? NeilBrown signa

Bug#621786: One Thought/Thing to Try

2011-07-14 Thread NeilBrown
if (posix_memalign((void**)&super, 512, on line 1291 of super1.c (in the function load_super1) to if (posix_memalign((void**)&super, 4096, made any difference. i.e. get the source, make this change, compile and install. Then revert the change to mdadm.conf and see if

Bug#618463: RFC: Change Severity

2011-07-10 Thread NeilBrown
ty ??? > Sometimes wishes come true this issue is fixed in 3.2.2. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#621786: mdadm: invalid pointer or memory corruption on armel system

2011-04-09 Thread NeilBrown
semble and send the /tmp/trace output and also your mdadm.conf Hopefully that will be enough to either determine the problem, or be able to reproduce it. Thanks. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscrib

Bug#618463: mdadm: Mdadm grow of Raid1 destroys metadata

2011-03-17 Thread NeilBrown
s is really a 'wishlist' issue. You would like mdadm to notice that the devices have changed size, and tell md, or maybe would like md to be able to be told immediately when it happens. Or something like that. Certainly a good idea. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#534470: Using mdadm 2.6.7.2 to assemble a raid array created withmdadm 1.9.0 will corrupt it making mdadm 1.9.0 to crash whentrying to reassemble

2009-06-26 Thread NeilBrown
need to >> find a way to rebuild your initrd. >> > > That's what I expected... any suggestion for doing so ? > What I would try would be: - --create the array - mount the filesystem - chroot /mount/point - mkinitramfs (or whatever the command is). Maybe it is "m

Bug#534470: Using mdadm 2.6.7.2 to assemble a raid array created withmdadm 1.9.0 will corrupt it making mdadm 1.9.0 to crash whentrying to reassemble

2009-06-26 Thread NeilBrown
--assume-clean again but add the --uuid= option there. If that doesn't work (and I'm not 100% sure it will), you will need to find a way to rebuild your initrd. NeilBrown -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org