From owner-freebsd-stable@FreeBSD.ORG Mon Mar 28 13:43:04 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E21831065674 for ; Mon, 28 Mar 2011 13:43:03 +0000 (UTC) (envelope-from gkontos.mail@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6CED68FC1D for ; Mon, 28 Mar 2011 13:43:03 +0000 (UTC) Received: by wyf23 with SMTP id 23so3327501wyf.13 for ; Mon, 28 Mar 2011 06:43:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=spb0n9rPw+qrbOeUeKYZJTiVjpXM0LYHc9gnBblMMzQ=; b=nx/xfhwzopblidKDuTkt3qqY6m5Qx6eSJ02ViSbr55Xl99lt/RsNjY+5UvaStTnCIX bKVfSJYUUYupCKT4pl7l87zTrcMsyz52G2SskaF9Sann173R2yJtLgDMjf4Uo+vU6OiE DyJLYt8kK0cVus6g2KCi5lzUhuvNszuZf4V3A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=jJryQVGBo8QDMZp+LUNMM+7IeUNhOJaD0/ZfDZoACSfVVEnxcwJt7tdUXosND3ktaS OoQfvTesZ//+3DltKMvnI0zC6ziWcHSBh8EdbRi4EB71EIYwfVKCPpmHdqdDBimpctT7 ugorG3o9zbk+2JrwpXRrus/krxF/BbxX7yaiw= Received: by 10.216.167.65 with SMTP id h43mr2743998wel.17.1301318402789; Mon, 28 Mar 2011 06:20:02 -0700 (PDT) Received: from [10.10.10.131] (ppp-94-65-20-31.home.otenet.gr [94.65.20.31]) by mx.google.com with ESMTPS id r57sm1490775wes.1.2011.03.28.06.19.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Mar 2011 06:20:00 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=utf-8 From: George Kontostanos In-Reply-To: <4D907951.9070000@auroraalimentos.com.br> Date: Mon, 28 Mar 2011 16:21:19 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <30AE8A19-E6F0-4332-B95A-ABBC5066C1C5@gmail.com> References: <4D907951.9070000@auroraalimentos.com.br> To: =?utf-8?Q?M=C3=A1rcio_Luciano_Donada?= X-Mailer: Apple Mail (2.1084) Cc: freebsd-stable@freebsd.org Subject: Re: install: aibs.ko: No such file or directory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2011 13:43:04 -0000 Don't use the -j flag when installing your kernel. make installkernel KERNCONF=3DVPN2 On 28 =CE=9C=CE=B1=CF=81 2011, at 3:04 =CE=BC.=CE=BC., M=C3=A1rcio = Luciano Donada wrote: > I am updated on FreeBSD 8.1-RELEASE-p2 to 8.2-STABLE using cvsup.conf, > as follows: >=20 > *default host=3Dcvsup2.FreeBSD.org > *default base=3D/usr > *default prefix=3D/usr > *default release=3Dcvs tag=3DRELENG_8 > *default delete use-rel-suffix > *default compress > src-all > #ports-all >=20 > Then to build system use the following command: >=20 > # cd /usr/src > # make -j4 buildworld && make -j4 buildkernel KERCONF=3DVPN2 && make = -j4 > installkernel KERNCONF=3DVPN2 >=20 > but when making the final part, which is the installation it reports = me > the following error: >=20 > install: aibs.ko: No such file or directory > *** Error code 71 > 1 error > *** Error code 2 >=20 > 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: >=20 > 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 >=20 > --=20 > M=C3=A1rcio Luciano Donada > Aurora Alimentos - T.I. Matriz > Coop. Central Oeste Catarinense >=20 > _______________________________________________ > 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"