From owner-freebsd-current@FreeBSD.ORG Sat May 9 02:28:23 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E99111065673 for ; Sat, 9 May 2009 02:28:23 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id BD69B8FC12 for ; Sat, 9 May 2009 02:28:23 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.14.3/8.14.3) id n492SMfq025543; Fri, 8 May 2009 19:28:22 -0700 (PDT) (envelope-from kientzle@freebsd.org) Received: from dark.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id vj3jxn68dbzmscx8g7mc8cmjes; Fri, 08 May 2009 19:28:22 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <4A04EA46.20106@freebsd.org> Date: Fri, 08 May 2009 19:28:22 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.21) Gecko/20090409 SeaMonkey/1.1.15 MIME-Version: 1.0 To: Mehmet Erol Sanliturk References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current Subject: Re: Installation of FreeBSD 8.0-Current-2009-amd64-dvd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2009 02:28:24 -0000 Mehmet Erol Sanliturk wrote: > > A few days ago I have downloaded and installed 8.-Current-2009-05-amd64-dvd > on ... > > (1) I tried to use X but X was completely missing . > (2) Trying to add X with pkg_add did not worked... > (3) I did not understand what can I do with that release... FreeBSD-CURRENT is for people who are helping to develop FreeBSD itself. In order to use -CURRENT, you need to be able to build software without using packages. Because -CURRENT is in development, pre-built packages are not available (they would break very quickly as the system changes). Remember that X is just another set of packages. You can build and install X from ports: $ cd /usr/ports/x11-servers/xorg-server $ make $ make install Is there a particular reason you wanted to run FreeBSD-CURRENT? It sounds like you might be happier using the latest -STABLE release, which is FreeBSD 7.2. Cheers, Tim Kientzle