atom feed20 messages in org.freebsd.freebsd-stableRe: bin/121684: : dump(8) frequently ...
FromSent OnAttachments
MichaelAug 31, 2008 7:12 pm 
Derek KulińskiSep 1, 2008 2:06 am 
Mike TancsaSep 1, 2008 6:35 am 
Kevin ObermanSep 1, 2008 8:59 am 
Mike TancsaSep 1, 2008 9:06 am 
Lawrence FarrSep 1, 2008 9:41 am 
Kevin ObermanSep 1, 2008 1:13 pm 
Derek KulińskiSep 1, 2008 1:17 pm 
MichaelSep 1, 2008 2:28 pm.patch
Jeremy ChadwickSep 1, 2008 2:38 pm 
Jeremy ChadwickSep 1, 2008 3:27 pm 
Mike TancsaSep 1, 2008 3:31 pm 
Jeremy ChadwickSep 1, 2008 3:36 pm 
Kevin ObermanSep 1, 2008 4:51 pm 
Derek KulińskiSep 1, 2008 6:18 pm 
Danny BranissSep 1, 2008 11:38 pm 
Jeremy ChadwickSep 1, 2008 11:47 pm 
Robert WatsonSep 2, 2008 12:55 am 
Kevin ObermanSep 2, 2008 8:21 am 
Danny BranissSep 3, 2008 2:14 am 
Subject:Re: bin/121684: : dump(8) frequently hangs
From:Michael (free@bindone.de)
Date:Sep 1, 2008 2:28:25 pm
List:org.freebsd.freebsd-stable
Attachments:

Sorry to scare you, I was a little unhappy about dump hanging. Based on the cvs repository I wrote a little patch that combines two changes made by scott and jeff that works agains 7.0-RELEASE (looking at the commit logs scared me away from trying STABLE on production right now. After applying this patch I could run dumps successfully on seven machines where it hung before on every single attempt (use is at your own risk of course).

cd /usr/src/sys/kern patch < /tmp/mysleepqueue.patch recompile and install kernel reboot

Since I also found a fatal bug in ipv6 (panic on ping6) it might be better for you to wait for 7.1, for us there is no way back now.

At 05:07 AM 9/1/2008, Derek Kuliński wrote:

Now I'm honestly a bit scared about it (even if it will be fixed before 7.1, I'm not sure I'll hurry with the update).

There have been a number of commits to releng_7 that fixed dump issues for me. A box that used to regularly exhibit hung dump processes have been working fine since April. e.g. a kernel from 7.0-STABLE FreeBSD 7.0-STABLE #4: Wed Apr 30

does weekly level 0 dumps and daily differential dumps on the file systems below without issue % df -i Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/twed0s1a 2026030 284346 1579602 15% 2937 279685 1% / devfs 1 1 0 100% 0 0 100% /dev /dev/twed0s1d 5077038 575828 4095048 12% 1197 658257 0% /tmp /dev/twed0s1e 20308398 11072840 7610888 59% 1065406 1572416 40% /usr /dev/twed0s1f 20308398 13275050 5408678 71% 13750 2624072 1% /var /dev/twed0s1g 246875258 186393906 40731332 82% 9118036 22794922 29% /zoo

However, you should test and make sure it works for you.

---Mike

---Mike