Re: Rebuilding, Got Questions

2006-08-16 Thread Mikhail Goriachev
beno - wrote: > Thank you to everyone who responded. Consolidating your responses, I have > revised thus: > > make.conf file: > PERL_VER=5.8.5 > PERL_VERSION=5.8.5 > PERL_ARCH=mach > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo > CFLAGS= -O -pipe > NO_BLUETOOTH= true# I have no need

Re: Rebuilding, Got Questions

2006-08-16 Thread beno -
Thank you to everyone who responded. Consolidating your responses, I have revised thus: make.conf file: PERL_VER=5.8.5 PERL_VERSION=5.8.5 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo CFLAGS= -O -pipe NO_BLUETOOTH= true# I have no need of this NO_SENDMAIL= true# I u

Re: Rebuilding, Got Questions

2006-08-16 Thread Lowell Gilbert
Danny Pansters <[EMAIL PROTECTED]> writes: >> cd /usr/src >> make -j4 buildworld // single CPU system >> make buildkernel >> make installkernel > >> reboot > > I wouldn't do this, because after reboot your kernel and userland are sure to > be out of sync and that may cause problems preventing you

Re: Rebuilding, Got Questions

2006-08-15 Thread Ralph Ellis
On Tuesday 15 August 2006 2:44 pm, beno wrote: > Hi; > The box I've taken over has BSD 5.3 so I need to upgrade. This is a big > jump and the console is half a world away so I have some questions: > * Can I do all of the steps of the installation without reverting to > single user mode? > * Where d

Re: Rebuilding, Got Questions

2006-08-15 Thread Danny Pansters
On Tuesday 15 August 2006 20:44, beno wrote: > Hi; > The box I've taken over has BSD 5.3 so I need to upgrade. This is a big > jump and the console is half a world away so I have some questions: > * Can I do all of the steps of the installation without reverting to > single user mode? > * Where do

Re: Rebuilding, Got Questions

2006-08-15 Thread Derek Ragona
You should cvsup to update your sources. I believe it is recommended you first update to 5.5, then update again to 6.1. Once you cvsup read the UPDATING file in /usr/src. I would be wary of using the -j4 it has caused some issues, check UPDATING before using that flag. -Derek At 01

Rebuilding, Got Questions

2006-08-15 Thread beno
Hi; The box I've taken over has BSD 5.3 so I need to upgrade. This is a big jump and the console is half a world away so I have some questions: * Can I do all of the steps of the installation without reverting to single user mode? * Where do I find the src to download?? All I find are ISOs. Is t