FreeBSD Bugzilla – Attachment 43639 Details for
Bug 67712
Extra informal text when trying to dump but dumpdev is not set.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 541 bytes, created by
Willem Jan Withagen
on 2004-06-08 14:10:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Willem Jan Withagen
Created:
2004-06-08 14:10:17 UTC
Size:
541 bytes
patch
obsolete
>--- sys/amd64/amd64/dump_machdep.c.org Tue Jun 8 14:56:49 2004 >+++ sys/amd64/amd64/dump_machdep.c Tue Jun 8 14:56:00 2004 >@@ -85,6 +85,8 @@ > if (di->mediasize < > Maxmem * (off_t)PAGE_SIZE + sizeof kdh * 2 + 64*1024) { > printf("\nDump failed. Partition too small.\n"); >+ if (di->mediasize == 0 ) >+ printf("Partition to dump on is not set. See dumpon(8)\n"); > return; > } > dumplo = di->mediaoffset + di->mediasize - Maxmem * (off_t)PAGE_SIZE;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 67712
: 43639