Re: GEOM panic in today's -current

From: Willem Jan Withagen (wjw_at_withagen.nl)
Date: 06/20/04

  • Next message: Kris Kennaway: "Re: -current error"
    To: "Steve Kargl" <sgk@troutmask.apl.washington.edu>, <freebsd-current@freebsd.org>
    Date: Sun, 20 Jun 2004 23:50:01 +0200
    
    

    > db> call doadump
    > Dumping 511 MB
    >
    > Dump failed. Partition too small.
    >
    > The dump partition is 1 GB in size, but it is attached
    > to the ATA controller. The panic occurs during the
    > the probing of the acd0. See dmesg from previous
    > kernel below.

    This could be that you forgot to define the dumpdevice...

    I ran into this a few times as well until I printed how much it thought there
    was. Turned out to be 0, and I realised that I forgot to define the dumpdevice.
    So I suggested a patch telling people the correct reason...

    --WjW

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Kris Kennaway: "Re: -current error"