Is it possible to downgrade without formating?
Please Advise.
More Info:
Maybe I can boot the FreeBSD-9.0-RELEASE Kernel on the FreeBSD-10.0-CURRENT System and then do:
So far I wasn't able to get internet using this method for freebsd-update(8)
I have also tried:
but failed with compile errors...
Please Advise.
More Info:
Maybe I can boot the FreeBSD-9.0-RELEASE Kernel on the FreeBSD-10.0-CURRENT System and then do:
# freebsd-update
So far I wasn't able to get internet using this method for freebsd-update(8)
I have also tried:
Code:
vi ports-supfile
*default release=cvs tag=RELENG_9_0
src-all
csup -g -L 2 ports-supfile
cd /usr/src
make buildworld
Code:
In file included from nsparser.c:398:
/usr/src/lib/libc/../../include/stdlib.h: At top level:
/usr/src/lib/libc/../../include/stdlib.h:89: warning: conflicting types for 'free'
/usr/src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of 'free' was here
*** Error code 1