Re: kernel - Portability
On 2005-12-04, Ditch Brodie <dbroadie@xxxxxxx> wrote:
> I have 4.9-REL running on a machine that I am upgrading to 6.0.
> First I tested 6.0 with a new hard drive. All is well except
> this old machine (P200) takes almost 3 hours to recompile a new
> kernel. I timed it last night.
>
> So when I get the old drive back in and upgrade, how can I copy
> the kernel I recompiled last night to the new drive?
>
#1. You can get a live CD plug the disk you installed on into
another machine and then use the live CD to boot and mount the
disk and burn it to a CD and copy it over.
http://www.freesbie.org/ <<-- Live 5.3-RELEASE CD.
Also the first disk of the 5.X 6.X releases are livefs cd's to.
#2. "The big alternative" this I have tested very well.
setup ccache & distcc on both machines and then youll
beable to use the power of your main more powerfull
machine or even "Machine(s)" to compile stuff in a
heartbeats time.
Best of luck.
--
( When in doubt, use brute force. -- Ken Thompson 1998 )
.
Relevant Pages
- J2EE: jsp outside war
... Is there a way to read JSP pages from some given location on the disk? ... Normally when you include a page you must provide a path that is relative to the .war file. ... I would also like the pages to recompile if they are changed on disk. ... (comp.lang.java) - Re: Software RAID-5 attempt to access beyond end of device...
... The reiserfs is on top of an lvm2 on top of a raid5 ... >information that has previously been stored on disk. ... Sep 7 20:32:04 cu kernel: Buffer I/O error on device dm-0, ... PCI: PCI BIOS revision 2.10 entry at 0xf1150, ... (Linux-Kernel) - Re: Spontaneous reboots
... yet I keep experiencing spontaneous reboots and crashes. ... > I have postfix handling mail and use cyrus-imap with virtual ... Page fault while in kernel mode ... > Disk errors: ... (freebsd-questions) - Re: 3B1 parts needed
... O.K. But you need the initial install disk to partition the ... But really -- you need the install floppy to partition the disk ... add in oxidation of connector plating - the warm connector ... A compressed version of the 3.51m kernel. ... (comp.sys.3b1) - athlon-xp + fakeraid regression
... The build completes fine, the kernel boots fine, the machine will seem to be fine as long as it remains quiescent. ... At the beginning, just after hitting enter on the make command, one of the ad4 disk light goes on solid for several seconds. ... There is a well known thing where these cheap pata fakeraid cards will try to do ata133 if the drive says it can, when really, even if he drives are new ata133 drives and the cables are new and short and shielded, you still shouldn't try to do ata133 since the spec is too tight and you'll just get bit errors or other failures. ... The fix is use ata100 somehow, either by disabling dma entirely in loader.conf (since you have no more selective option there, and the raid card bios never has an option for controlling pio/dma mode like motherboard bios's have) and then use atacontrol in rc.early to set udma5, or by using disks that can only do ata100 and only advertise ata100 to the controller. ... (freebsd-current) |
|