Re: upgrading to --current

2007-07-31 Thread [EMAIL PROTECTED]
On 31/07/07, Aton A <[EMAIL PROTECTED]> wrote:
> I have followed these instructions topdate my  sources and build  the
> relevant files
>
> To update your system, you should check /usr/src/UPDATING for any
> pre-buildworld steps necessary for your version of the sources and then use
> the following procedure:
>
> # make buildworld
> # make buildkernel
> # make installkernel
> # reboot
>
> Then I tried this
>
> After installkernel finishes successfully, you should boot in single user
> mode (i.e. using boot -s from the loader prompt). Then run:
>
> # mergemaster -p
>
>
> but I get an error:
> mkdir /var/tmp/temproot: read only filesystem
> **FATAL ERROR can not create /var/tmp/temproot
>
>
> Any help here on fixing this?

>From a bit farther down in /usr/src/UPDATING:
 [3] From the bootblocks, boot -s, and then do
fsck -p
mount -u /
mount -a
cd src
adjkerntz -i# if CMOS is wall time
Also, when doing a major release upgrade, it is required that
you boot into single user mode to do the installworld.

I hop ethi shelps.

-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: upgrading to --current

2007-07-31 Thread Garrett Cooper

Aton A wrote:

I have followed these instructions topdate my  sources and build  the
relevant files

To update your system, you should check /usr/src/UPDATING for any
pre-buildworld steps necessary for your version of the sources and then use
the following procedure:

# make buildworld
# make buildkernel
# make installkernel
# reboot

Then I tried this

After installkernel finishes successfully, you should boot in single user
mode (i.e. using boot -s from the loader prompt). Then run:

# mergemaster -p


but I get an error:
mkdir /var/tmp/temproot: read only filesystem
**FATAL ERROR can not create /var/tmp/temproot


Any help here on fixing this?
  


   Run mount / first. Single user mode only mounts things readonly ;).
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


upgrading to --current

2007-07-31 Thread Aton A
I have followed these instructions topdate my  sources and build  the
relevant files

To update your system, you should check /usr/src/UPDATING for any
pre-buildworld steps necessary for your version of the sources and then use
the following procedure:

# make buildworld
# make buildkernel
# make installkernel
# reboot

Then I tried this

After installkernel finishes successfully, you should boot in single user
mode (i.e. using boot -s from the loader prompt). Then run:

# mergemaster -p


but I get an error:
mkdir /var/tmp/temproot: read only filesystem
**FATAL ERROR can not create /var/tmp/temproot


Any help here on fixing this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Upgrading to CURRENT

2002-10-17 Thread Jan Lentfer
Hi all, 

I am planing to upgrade my 4.6.2/i386 desktop box to current. Is there
some information online about switching from 4.x to 5.0?
What are the new features and bits?

TIA

Jan
-- 
Jan Lentfer
System Administrator
Molecular Cell Biology / AG Holstein, Darmstadt University of
Technology, Schnittspahnstr. 10, 64287 Darmstadt, Germany
Tel: +49 6151 16 5563 / Tel private: +49 6151 788415 / mobile: +49 163
4712037


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Upgrading to CURRENT

2002-10-17 Thread Steve Tremblett

+ Jan Lentfer wrote:
| Hi all, 
| 
| I am planing to upgrade my 4.6.2/i386 desktop box to current. Is there
| some information online about switching from 4.x to 5.0?
| What are the new features and bits?

CURRENT is a development stream and not intended for general use.  It
is not guaranteed to work (or even build) at any given time.  Tracking
the STABLE stream is probably what you're after.

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/index.html

-- 
Steve Tremblett

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message