Hello
I have a 7.1 installed version with GENERIC kernel config.
I did updated to 7.2 with freebsd-update and works so well.
Now, i made:
[cmd=]freebsd-update fetch[/cmd]
then
[cmd=]freebsd-update install[/cmd]
then
[cmd=]reboot[/cmd]
And the box would be a 7.2-RELEASE-p3
but i just see:
Why? Why i see p2 instead p3?
Anyway, today i did:
and then:
So, p3 will be installed just with regular compile mode, but, again i did:
after reboot...
So... at least, whats going on with freebsd-update ?
Any help please?
I have a 7.1 installed version with GENERIC kernel config.
I did updated to 7.2 with freebsd-update and works so well.
Now, i made:
[cmd=]freebsd-update fetch[/cmd]
then
[cmd=]freebsd-update install[/cmd]
then
[cmd=]reboot[/cmd]
And the box would be a 7.2-RELEASE-p3
but i just see:
Code:
[labs]:/root# uname -a
FreeBSD labs.xernet.net 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 [email]root@i386-builder.daemonology.net[/email]:/usr/obj/usr/src/sys/GENERIC i386
Why? Why i see p2 instead p3?
Anyway, today i did:
Code:
cd /usr/src
make update
cd src/sys/i386/conf
config GENERIC
cd ../compile/GENERIC
make depend
make
make install
reboot
Code:
[labs]:/root# uname -a
FreeBSD labs.xernet.net 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Fri Aug 28 23:46:04 CEST 2009 [email]xer@labs.xernet.net[/email]
So, p3 will be installed just with regular compile mode, but, again i did:
Code:
[labs]:/root# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 7.2-RELEASE from update5.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.
The following files will be updated as part of updating to 7.2-RELEASE-p3:
/boot/kernel/if_bce.ko
/boot/kernel/if_bce.ko.symbols
/boot/kernel/if_fxp.ko
/boot/kernel/if_fxp.ko.symbols
/boot/kernel/kernel
/boot/kernel/kernel.symbols
/usr/src/lib/libc/stdlib/malloc.c
/usr/src/sys/conf/newvers.sh
/usr/src/sys/dev/bce/if_bce.c
/usr/src/sys/dev/fxp/if_fxp.c
/usr/src/sys/kern/sys_pipe.c
/usr/src/sys/netinet6/in6.c
[labs]:/root# freebsd-update install
Installing updates... done.
[labs]:/root# reboot
after reboot...
Code:
[labs]:/root# uname -a
FreeBSD labs.xernet.net 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 [email]root@i386-builder.daemonology.net[/email]:/usr/obj/usr/src/sys/GENERIC i386
So... at least, whats going on with freebsd-update ?
Any help please?