Reply
 
Thread Tools Display Modes
  #1  
Old 10-27-2009, 11:31 AM
sviesusisalus sviesusisalus is offline
Junior Member
 
Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default dump failed
after installation of PCBSD every time i try to boot it shows me the error:
dump failed: partition too small.
rebooting after 15 seconds.

i gave 20GB of hard disk drive for my bsd installation and no swap space, it was created automaticaly with 512MB of memory. what is the problem? virtualy it worked perfect
Reply With Quote
  #2  
Old 10-28-2009, 05:11 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default Re: dump failed
Generally the message means that the kernel popped a cork and tried to dump core to the swap partition, which is too small to contain the data. Most likely there is a less trivial root cause that causes it to pop a cork in the first place.


Unless the system dumpdev and dumpdir are override, normally a swap partition should be no smaller then the physical memory, other wise it is impossible to get a core dump from the kernel.


You can turn off core dumps by booting off the install CD: after setting up the language/keyboard layout, right click on the background and hit 'xterm' in the menu that comes up. Locate your hard drive numbering, either in the installer or /dev. Mount your bsd partition(s) and append dumpdev="NO" to your etc/rc.conf or etc/rc.conf.local file on the partition.

Code:
example# echo 'dumpdev="NO"' >> /mnt/etc/rc.conf.local

When done, umount the partition(s) and reboot. Test if the system still crashes.



Also note that when using software such as VirtualBox, VMWare, VirtualPC, and the like -- you are not testing on the live hardware but on virtual hardware emulated by software running on the live hardware, so YMMV when shifting from a virtual pc to a live pc!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
No Dump Device defined Tony-photoplus Installing PC-BSD 7 09-25-2009 03:52 PM
Easiest way to dump ubuntu for PC-BSD AND keep windows? T234 Installing PC-BSD 7 04-19-2008 01:04 AM
how to take a dump antik Tips and Tricks 8 03-24-2008 01:28 AM
How to dump and restore your drives. antik Guides 0 04-11-2007 12:50 PM
How resolve : can not dump, no dump device defened villegente General Questions 6 07-24-2006 10:30 PM


All times are GMT. The time now is 03:26 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.