Re: Dump device

1999-10-01 Thread German Tischler
On Fri, Oct 01, 1999 at 09:35:32AM +0200, Poul-Henning Kamp wrote: > > Could you send med the output of > fdisk da0 > disklabel da0 > > please ? Greg's hint already solved the problem. I had put more memory into the machine and forgot to increase the swapspace, so it could not hold

Re: Dump device

1999-09-30 Thread Poul-Henning Kamp
Could you send med the output of fdisk da0 disklabel da0 please ? In message <[EMAIL PROTECTED]>, German Tischler writes: >Hi. > >dumpon -v /dev/da0s1b > >is failing here with > >dumpon: sysctl: kern.dumpdev: No space left on device > >Alright, it doesn't have minor number 1 as

Re: Dump device

1999-09-30 Thread Greg Lehey
On Friday, 1 October 1999 at 8:27:20 +0200, German Tischler wrote: > Hi. > > dumpon -v /dev/da0s1b > > is failing here with > > dumpon: sysctl: kern.dumpdev: No space left on device > > Alright, it doesn't have minor number 1 as it is supposed to have > from the manpage, but using /dev/da0b (sup

Dump device

1999-09-30 Thread German Tischler
Hi. dumpon -v /dev/da0s1b is failing here with dumpon: sysctl: kern.dumpdev: No space left on device Alright, it doesn't have minor number 1 as it is supposed to have from the manpage, but using /dev/da0b (supposed to be the same device) brings me to the same error. What am I doing wrong ? -