Hi all,
I thought I would recompile the kernel on my VPS using the kernel configuration file that SirDice kindly shared with us in an earlier thread.
Something is going wrong here. It appears to be in line #1, which is nothing more than
. I don't see any other problems with the file. My installation would appear to be adequate as I can compile GENERIC.
Here is SirDice's config file: http://pastebin.com/41uUHpKj
Any thoughts what might be going wrong here?
$ uname -rps
FreeBSD 9.0-RELEASE i386
I thought I would recompile the kernel on my VPS using the kernel configuration file that SirDice kindly shared with us in an earlier thread.
Something is going wrong here. It appears to be in line #1, which is nothing more than
Code:
cpu HAMMER
Here is SirDice's config file: http://pastebin.com/41uUHpKj
Any thoughts what might be going wrong here?
$ time sudo make buildkernel KERNCONF=VPS
--------------------------------------------------------------
>>> Kernel build for VPS started on Sat Sep 22 21:08:28 CEST 2012
--------------------------------------------------------------
===> VPS
mkdir -p /usr/obj/usr/src/sys
--------------------------------------------------------------
>>> stage 1: configuring the kernel
--------------------------------------------------------------
cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/VPS /usr/src/sys/i386/conf/VPS
config: /usr/src/sys/i386/conf/VPS:1: syntax error
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
$ uname -rps
FreeBSD 9.0-RELEASE i386