Patching with freebsd-update from 6.2-RELEASE-p4 to 6.2-RELEASE-p5

Manolis Kiagias sonicy at otenet.gr
Mon Jul 9 21:54:19 UTC 2007


Stevan Tiefert wrote:
> Hello list,
>
> I wanted to update via freebsd-update from 6.2-RELEASE-p4 to
> 6.2-RELEASE-p5. But like you can see my system is after the update still
> p4!
>
> I have saved a script of my doing:
>
> Script started on Mon Jul  9 22:55:13 2007
> vagabund# freebsd-update fetch
> Looking up update.FreeBSD.org mirrors... 1 mirrors found.
> Fetching metadata signature from update1.FreeBSD.org... done.
> Fetching metadata index... done.
> Inspecting system... done.
> Preparing to download files... done.
>
> No updates needed to update system to 6.2-RELEASE-p5.
> vagabund# freebsd-update install
> No updates are available to install.
> Run '/usr/sbin/freebsd-update fetch' first.
> vagabund# uname -a
> FreeBSD vagabund.w33 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr
> 26 17:40:53 UTC 2007
> root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
> vagabund# exit
> exit
>
> Script done on Mon Jul  9 22:55:45 2007
> $ 
>
>
> What is going wrong? Why he is not updating?
>
> With regards
> Stevan Tiefert
>
>   
It has updated. Recompile your kernel:

As root:

cd /usr/src
make buildkernel KERNCONF=GENERIC
make installkernel KERNCONF=GENERIC
reboot

uname -a will then show 6.2-RELEASE-p5


More information about the freebsd-questions mailing list