From owner-freebsd-jail@FreeBSD.ORG Thu Jan 8 11:21:03 2009 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FFAA106566C for ; Thu, 8 Jan 2009 11:21:03 +0000 (UTC) (envelope-from michel@douyere.com) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id C5C418FC13 for ; Thu, 8 Jan 2009 11:21:02 +0000 (UTC) (envelope-from michel@douyere.com) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by postfix1-g20.free.fr (Postfix) with ESMTP id 700A72F92036 for ; Thu, 8 Jan 2009 11:53:06 +0100 (CET) Received: from smtp2-g21.free.fr (localhost [127.0.0.1]) by smtp2-g21.free.fr (Postfix) with ESMTP id 19FB04B009D for ; Thu, 8 Jan 2009 11:53:00 +0100 (CET) Received: from cyan.douyere.com (laf31-3-82-225-216-24.fbx.proxad.net [82.225.216.24]) by smtp2-g21.free.fr (Postfix) with ESMTP id 2DCD84B0089 for ; Thu, 8 Jan 2009 11:52:58 +0100 (CET) From: Michel To: freebsd-jail@freebsd.org Date: Thu, 8 Jan 2009 11:52:57 +0100 User-Agent: KMail/1.9.10 References: <4965CB78.8000105@cyanide-studio.com> In-Reply-To: <4965CB78.8000105@cyanide-studio.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200901081152.57292.michel@douyere.com> Subject: Re: Importing sources to build the basejail. X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2009 11:21:03 -0000 Le jeudi 8 janvier 2009, Bastien Semene a =E9crit=A0: > Hi, > > I'm new to the list and unfortunately I come with a problem. > > My problem is that jails cannot start pseudo terminals. I found the > "software" problem but I think the origin is out there. > The host OS (FreeBSD 7.0) has been installed by a procedure from my > server provider, but it doesn't contain the src. > So I imported the src from another FreeBSD 7.0 server. It worked for > making world and building the basejail but generated the following error > and maybe others I can't see for the moment. > > So I wish to find a safe way to import sources to build a correct > basejail. If anyone can point me a place where to find it or some > advices I'll be glad. > Thank you. Try : sysinstall > Configure > Distributions > src Michel