From owner-freebsd-questions@FreeBSD.ORG Tue Dec 17 04:03:38 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E59A65E for ; Tue, 17 Dec 2013 04:03:38 +0000 (UTC) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 44E2E14DA for ; Tue, 17 Dec 2013 04:03:37 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 1EEA933C22; Mon, 16 Dec 2013 22:54:27 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 34BEB39830; Mon, 16 Dec 2013 22:54:24 -0500 (EST) From: Lowell Gilbert To: g8kbvdave@googlemail.com, freebsd-questions@freebsd.org Subject: Re: No System sources? References: <52AF4D2A.13679.1A7A5A9@g8kbvdave.gmail.com> <20131216202107.cbe12fcf.freebsd@edvax.de> Date: Mon, 16 Dec 2013 22:54:24 -0500 In-Reply-To: <20131216202107.cbe12fcf.freebsd@edvax.de> (Polytropon's message of "Mon, 16 Dec 2013 20:21:07 +0100") Message-ID: <44k3f43zf3.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 04:03:38 -0000 Polytropon writes: >> How do I get the system sources downloaded in a usable form, so I can >> enable pps support in the kernel and use that. Or, do I have to trash the >> system and start over(again?) > > You can easily use ftp to download the sources for -RELEASE > from ftp.freebsd.org (select architecture and version according > to what you have installed). It's a .txz compressed archive > which you can extract into /usr/src. > > You could also install svn (Subversion) and use that to > obtain the sources. This is what csup (CVS) has been used > in the past. Yet another choice: freebsd-update(8) can get sources. And there's probably no need to FTP the sources; if they're on the CD it no big deal to extract them from there by hand (no need for the install program).