From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 10:45:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFE88106566B for ; Fri, 5 Oct 2012 10:45:53 +0000 (UTC) (envelope-from peter@aboutsupport.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 590F08FC1E for ; Fri, 5 Oct 2012 10:45:52 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c50so1318012eek.13 for ; Fri, 05 Oct 2012 03:45:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=qMhMsRzLpUY6ago38TKUGWwpBj3ixfG57ijWSAGzR3E=; b=dwq/9xYm9OGZeMjF4E2sLG5bvLIDOmQV/nstm0Dg3rGoBRNZ2N3M+K3wTAtxITxdqM azj0vRghDy6lW9DtxkSAExokH4q/TizfFW97rIvHhRehQqrsydO3bpYU2y5OH8ARb4WH sAd4B5jxJG5OC0CWaa3fVRPQuJFWLIegosveRdsR0q6i9erCK9rUnDb/pWjMvhG7jmJr 03P01X+HHRQ+jrVC9IABt2dfdvyL3ZnONKbtRgocQe/RCbanSZ0/29r9maj9LGMVt0DA L4fbItPCQdNNhxu4zM6h1maDOrBiB1TzDpbcyy95gLXAiU2icBUDIxxyhGJg1mvPTwhb yYWA== Received: by 10.14.198.133 with SMTP id v5mr12487560een.7.1349433951924; Fri, 05 Oct 2012 03:45:51 -0700 (PDT) Received: from [10.30.1.130] ([95.87.193.58]) by mx.google.com with ESMTPS id r45sm18346726eem.6.2012.10.05.03.45.50 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Oct 2012 03:45:50 -0700 (PDT) Message-ID: <506EBA5C.6070100@aboutsupport.com> Date: Fri, 05 Oct 2012 13:45:48 +0300 From: "Zyumbilev, Peter" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.7) Gecko/20120824 Thunderbird/10.0.7 MIME-Version: 1.0 To: Joe Mays References: <1A15A9DAF0634AF699ED40F6DC23B8C7@win2snvu0x4eg9><15B5355594FE4537BCF83478F2773D0F@mainbay><20121005010838.GA43126@neutralgood.org><6F966E862CDF4637A355449487B7BA16@mainbay> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlGWZsgANy7JkpppQn7W6xtyeOSZfb/xbYN6GRoBY6BkjtniyT39oJ2BrZyMWv1D9ERrXrL Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 10:45:53 -0000 On 05/10/2012 5:26, Joe Mays wrote: > Well, this is a real problem. I have nothing where I am to build and > burn an ISO, and I am trying to work with someone several states away > through an IKVM switch. The server-to-be is on a port on the switch and > I need them to download the ISO via FTP and burn it to a disc and drop > it in the tray. Right now I'll happily pay $50 to to anyone who can > provide me with an ISO of 8.3 stable in a location that I can provide to > the person in missouri so he can download it and create the DVD. I'm > serious. Paypal is at the ready. > Joe try these instead: Install FreeBSD on another machine. Then To build FreeBSD 9 do this: cd /usr svn co svn://svn.freebsd.org/base/head src cd src make buildworld cd release make release make install DESTDIR=/var/freebsd-snapshot After running these commands, all produced distribution files (tarballs for FTP, CD-ROM images, etc.) are available in the /var/freebsd-snapshot Also you can try to follow this guide: http://wiki.idefix.fechner.net/index.php/FreeBSD-Build_Own_CD Peter