Don't use the -j flag when installing your kernel.
make installkernel KERNCONF=VPN2
On 28 ??? 2011, at 3:04 ?.?., M?rcio Luciano Donada wrote:
> I am updated on FreeBSD 8.1-RELEASE-p2 to 8.2-STABLE using cvsup.conf,
> as follows:
>
> *default host=cvsup2.FreeBSD.org
> *default base=/usr
> *default prefix=/usr
> *default release=cvs tag=RELENG_8
> *default delete use-rel-suffix
> *default compress
> src-all
> #ports-all
>
> Then to build system use the following command:
>
> # cd /usr/src
> # make -j4 buildworld && make -j4 buildkernel KERCONF=VPN2
&& make -j4
> installkernel KERNCONF=VPN2
>
> but when making the final part, which is the installation it reports me
> the following error:
>
> install: aibs.ko: No such file or directory
> *** Error code 71
> 1 error
> *** Error code 2
>
> But if I build only the kernel VPN2 he successfully completed. My Kernel
> is, This is just a copy of GENERIC including the following lines:
>
> device pf
> device pflog
> device pfsync
> device crypto
> options ALTQ
> options ALTQ_CBQ
> options ALTQ_RED
> options ALTQ_RIO
> options ALTQ_HFSC
> options ALTQ_CDNR
> options ALTQ_PRIQ
> options ALTQ_NOPCC
> options ALTQ_DEBUG
> options TCP_SIGNATURE
> options IPSEC
> options IPSEC_DEBUG
> options SC_DISABLE_REBOOT
>
> --
> M?rcio Luciano Donada
> Aurora Alimentos - T.I. Matriz
> Coop. Central Oeste Catarinense
>
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to
"freebsd-stable-unsubscribe@freebsd.org"