From owner-freebsd-current@FreeBSD.ORG Tue Nov 25 23:04:42 2008 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 75312106564A for ; Tue, 25 Nov 2008 23:04:42 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 2D9EB8FC20 for ; Tue, 25 Nov 2008 23:04:42 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender; b=n64XAHEk/TK6WxVXSfhL+NQSj7Ua6u+j4wtGDIFoMkJmJfscxpeLW6en/iRlG/FaKVYAfjWlQAMkbBbLq0i7rHuQlYIMUVOf6BQGdlTAVJ/a02NFBQkjkZi+CYCchmxL02Qpo5iXybBgoXzGqBUlmwwShHtg+eSrAUOa5aAwkZA=; Received: from phoenix.codelabs.ru (ppp91-78-117-2.pppoe.mtu-net.ru [91.78.117.2]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1L56xU-0007Mw-QB; Wed, 26 Nov 2008 02:04:41 +0300 Date: Wed, 26 Nov 2008 02:04:38 +0300 From: Eygene Ryabinkin To: gahn Message-ID: <2vayhJQuTcQ8t+vkMAcPiZJwg3Y@iXA9ZWPrtc2I2BMzBXoToMd7YdQ> References: <848375.80327.qm@web52110.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RYJh/3oyKhIjGcML" Content-Disposition: inline In-Reply-To: <848375.80327.qm@web52110.mail.re2.yahoo.com> Sender: rea-fbsd@codelabs.ru Cc: free bsd , freebsd general questions Subject: Re: offline upgrade 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: Tue, 25 Nov 2008 23:04:42 -0000 --RYJh/3oyKhIjGcML Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Good day. Tue, Nov 25, 2008 at 02:03:33PM -0800, gahn wrote: > I have two boxes running 6.3. For certain reasons that I can't > upgrade them online with "freebsd-update" utility; the ftp sessions > are blocked. Are there any other way to upgrade the system offline, > both kernel and those needed packages? CVSup the system and ports trees and transfer it to your system(s). Or, better, replicate the entire CVS repository to a removable disk and cvsup the system and ports (you'll need the port net/cvsup-without-gui) =66rom that disk via local cvsupd daemon. Then rebuild the system in a usual way (cd /usr/src; make buildworld; make kernel; [possibly reboot to single user]; mergemaster -p; make installworld; mergemaster; reboot). Note that this can be painful, especially for the first time ;)) Always read /usr/src/UPDATING and be careful. And use ports-mgmt/portupgrade to update all your ports. Perhaps the sources for some ports should be fetched manually, becase there are some ports with all distribution sites being the FTP ones. --=20 Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual =20 )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook=20 {_.-``-' {_/ # --RYJh/3oyKhIjGcML Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkshIYACgkQthUKNsbL7YhHkACfWzDXAimqa77/OVYQY466qq5i /C4AoLCcUC8+XOqxDmLQbCHj9+/LO0rA =HK4x -----END PGP SIGNATURE----- --RYJh/3oyKhIjGcML--