Re: Problem with dump stalling

2008-10-10 Thread Jeremy Chadwick
On Fri, Oct 10, 2008 at 03:41:17AM -0700, Jeremy Chadwick wrote: > On Fri, Oct 10, 2008 at 11:06:04AM +0100, Pete French wrote: > > > Did you do the following before running csup on the supfile with > > > the RELENG_7 tag? > > > > > > rm -fr /usr/src/* > > > rm -fr /var/db/sup/src-all > > > > This

Re: Problem with dump stalling

2008-10-10 Thread Jeremy Chadwick
On Fri, Oct 10, 2008 at 11:06:04AM +0100, Pete French wrote: > > Did you do the following before running csup on the supfile with > > the RELENG_7 tag? > > > > rm -fr /usr/src/* > > rm -fr /var/db/sup/src-all > > This is the second time I have seen this mentioned, but on none > of the machines tha

Re: Problem with dump stalling

2008-10-10 Thread Pete French
> Did you do the following before running csup on the supfile with > the RELENG_7 tag? > > rm -fr /usr/src/* > rm -fr /var/db/sup/src-all This is the second time I have seen this mentioned, but on none of the machines that I csup on do I haave a "/var/db/sup" at all. Is this a hangover from cvsup

RE: Problem with dump stalling [solved]

2008-10-10 Thread David Peall
Thank you all The problem does not exist in RELENG_7, So it is safe to assume that FreeBSD 7.1 RELEASE will be a working. I see that its due out shortly. -- David Peall :: IT Manager e-Schools' Network :: http://www.esn.org.za/ Phone +27 (021) 674-9140 __

Re: Problem with dump stalling

2008-10-10 Thread Jeremy Chadwick
On Fri, Oct 10, 2008 at 09:36:55AM +0200, David Peall wrote: > > >From the file: > > > > /usr/src/sys/kern/subr_sleepqueue.c > > > > You did not state what CVS tag you're using in your supfiles. I'm > > willing to bet you're using RELENG_7_0 and not RELENG_7. The fix > > was not committed to RE

RE: Problem with dump stalling

2008-10-10 Thread David Peall
> >From the file: > > /usr/src/sys/kern/subr_sleepqueue.c > > You did not state what CVS tag you're using in your supfiles. I'm > willing to bet you're using RELENG_7_0 and not RELENG_7. The fix > was not committed to RELENG_7_0. > It was indeed have updated it to RELENG_7 building away again

Re: Problem with dump stalling

2008-10-10 Thread Boris Samorodov
"David Peall" <[EMAIL PROTECTED]> writes: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:owner-freebsd- >> [EMAIL PROTECTED] On Behalf Of Jeremy Chadwick >> Sent: 10 October 2008 06:27 AM >> To: David Peall >> Cc: freebsd-

Re: Problem with dump stalling

2008-10-10 Thread Jeremy Chadwick
eebsd-stable@freebsd.org > > Subject: Re: Problem with dump stalling > > > > Okay wait a minute here. We can't go purely off of the version > number, > > because the version numbers differ per tag (HEAD/CURRENT, RELENG_7, > > RELENG_7_0, and so on). > > &g

RE: Problem with dump stalling

2008-10-09 Thread David Peall
After some digging it would appear the patch has not been committed ? From /src/sys/kern/subr_sleepqueue.c /* * Lock sleepq chain before unlocking proc * without this, we could lose a race. */ mtx_lock_spin(&sc->sc_lock); PROC_UNLOCK(p);

RE: Problem with dump stalling

2008-10-09 Thread David Peall
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Jeremy Chadwick > Sent: 10 October 2008 06:27 AM > To: David Peall > Cc: freebsd-stable@freebsd.org > Subject: Re: Problem with dump stalling > > Okay wait

Re: Problem with dump stalling

2008-10-09 Thread Jeremy Chadwick
-stable@freebsd.org; Jeremy Chadwick; Christoph Schug > > Subject: Re: Problem with dump stalling > > > > > > -Original Message- > > > > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > > > > [EMAIL PROTECTED] On Behalf Of Jeremy Chadwick &g

RE: Problem with dump stalling

2008-10-09 Thread David Peall
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Gary Palmer > Sent: 09 October 2008 05:36 PM > To: David Peall > Cc: freebsd-stable@freebsd.org; Jeremy Chadwick; Christoph Schug > Subject: Re: Probl

Re: Problem with dump stalling

2008-10-09 Thread Gary Palmer
c: freebsd-stable@freebsd.org; David Peall > > Subject: Re: Problem with dump stalling > > > > This was fixed on HEAD in revision 1.48 (March 13th), with the comment > > "MFC: 1 week". > > > > The commit to RELENG_7 did not happen until April 19th, see

Re: Problem with dump stalling

2008-10-09 Thread Jeremy Chadwick
c: freebsd-stable@freebsd.org; David Peall > > Subject: Re: Problem with dump stalling > > > > This was fixed on HEAD in revision 1.48 (March 13th), with the comment > > "MFC: 1 week". > > > > The commit to RELENG_7 did not happen until April 19th, see

RE: Problem with dump stalling

2008-10-09 Thread David Peall
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Jeremy Chadwick > Sent: 09 October 2008 12:45 PM > To: Christoph Schug > Cc: freebsd-stable@freebsd.org; David Peall > Subject: Re: Problem with dump stalling >

RE: Problem with dump stalling

2008-10-09 Thread David Peall
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Jeremy Chadwick > Sent: 09 October 2008 12:45 PM > To: Christoph Schug > Cc: freebsd-stable@freebsd.org; David Peall > Subject: Re: Problem with dump stalling >

Re: Problem with dump stalling

2008-10-09 Thread Jeremy Chadwick
On Thu, Oct 09, 2008 at 12:08:17PM +0200, Christoph Schug wrote: > On Wed, Oct 08, 2008, David Peall wrote: > > > I'm running 7.0-RELEASE-p4 and trying to backup to an external USB > > drive. > > > > I'm using the following command > > > > dump -a0Lf /backup/diskimages/root /dev/mfid0s1a > [...]

Re: Problem with dump stalling

2008-10-09 Thread Christoph Schug
On Wed, Oct 08, 2008, David Peall wrote: > I'm running 7.0-RELEASE-p4 and trying to backup to an external USB > drive. > > I'm using the following command > > dump -a0Lf /backup/diskimages/root /dev/mfid0s1a [...] > But it just stops at a random percentage, the system continues to run > and the

Re: Problem with dump stalling

2008-10-08 Thread Kevin Oberman
> Date: Wed, 8 Oct 2008 11:13:32 -0700 > From: Clint Olsen <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Oct 08, Kevin Oberman wrote: > > I had a system that was showing these exact symptoms David described. It > > did this both with -L and without. I went for about 3 months without a > >

Re: Problem with dump stalling

2008-10-08 Thread Clint Olsen
On Oct 08, Kevin Oberman wrote: > I had a system that was showing these exact symptoms David described. It > did this both with -L and without. I went for about 3 months without a > successful dump. I did at least two full system re-installs to no avail. > Then, about 3 weeks ago, when I was about

Re: Problem with dump stalling

2008-10-08 Thread Kevin Oberman
> Date: Wed, 8 Oct 2008 01:54:12 -0700 > From: Jeremy Chadwick <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Wed, Oct 08, 2008 at 10:29:00AM +0200, David Peall wrote: > > Hi > > > > If I have the wrong list please feel free to redirect me. > > > > I'm running 7.0-RELEASE-p4 and trying t

Re: Problem with dump stalling

2008-10-08 Thread Jeremy Chadwick
On Wed, Oct 08, 2008 at 10:29:00AM +0200, David Peall wrote: > Hi > > If I have the wrong list please feel free to redirect me. > > I'm running 7.0-RELEASE-p4 and trying to backup to an external USB > drive. > > I'm using the following command > > dump -a0Lf /backup/diskimages/root /dev/mfid0s1

Problem with dump stalling

2008-10-08 Thread David Peall
Hi If I have the wrong list please feel free to redirect me. I'm running 7.0-RELEASE-p4 and trying to backup to an external USB drive. I'm using the following command dump -a0Lf /backup/diskimages/root /dev/mfid0s1a Where df: Filesystem1K-blocks Used Avail Capacity Mo