From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:46:13 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C016E106564A for ; Tue, 21 Feb 2012 20:46:13 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4358D8FC15 for ; Tue, 21 Feb 2012 20:46:12 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so7785544bkc.13 for ; Tue, 21 Feb 2012 12:46:12 -0800 (PST) Received-SPF: pass (google.com: domain of fernando.apesteguia@gmail.com designates 10.112.85.137 as permitted sender) client-ip=10.112.85.137; Authentication-Results: mr.google.com; spf=pass (google.com: domain of fernando.apesteguia@gmail.com designates 10.112.85.137 as permitted sender) smtp.mail=fernando.apesteguia@gmail.com; dkim=pass header.i=fernando.apesteguia@gmail.com Received: from mr.google.com ([10.112.85.137]) by 10.112.85.137 with SMTP id h9mr10393927lbz.51.1329857172068 (num_hops = 1); Tue, 21 Feb 2012 12:46:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=QD/Jm1+hGKE8+yUdsihA60IluKUQpcRP4X4thDmrwJM=; b=N3vOcn3YyRNpVc60C9j//UW7K0USXj/JCosHVwLOoe6ZtujTKPvvjq3UzECHzrefA/ 8rm/wmegvkwag+Nwr141lPi0WiiggMfbBa1KaFeHq7u9bhleQyVkDMpqZQU0R6sANL8U Q3NNwvFKRlZTLFYiYcT3KIvGTRMH9cvEyKUMs= MIME-Version: 1.0 Received: by 10.112.85.137 with SMTP id h9mr8626843lbz.51.1329855521454; Tue, 21 Feb 2012 12:18:41 -0800 (PST) Received: by 10.152.13.72 with HTTP; Tue, 21 Feb 2012 12:18:41 -0800 (PST) Date: Tue, 21 Feb 2012 21:18:41 +0100 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: User Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Current way of downloading sources 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: Tue, 21 Feb 2012 20:46:13 -0000 Hi all, Before 9.0 I used to use sysinstall to download sources for several distributions including kernel and libraries. However, this doesn't seem to work anymore. Whatever source distribution I try to download I get the error that it doesn't exist in the server. The handbook[1] still says sysinstall can be used to do the job. Is it right? If so, what could be my mistake. Thanks. [1] http://www.freebsd.org/doc/en/books/handbook/kernelconfig-building.html