From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 10:07:58 2010 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 EE1CB106564A for ; Thu, 1 Jul 2010 10:07:58 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 822448FC13 for ; Thu, 1 Jul 2010 10:07:58 +0000 (UTC) Received: by bwz12 with SMTP id 12so1004319bwz.13 for ; Thu, 01 Jul 2010 03:07:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=LiierIjXkiQ24vy9Jj57ksdH1B2zu+NeGaHibvfdNxg=; b=E0VbvJg/AU+1jEs9p3F/KMHQvNkqDcYhNUoOkawe+H2uJEePjwNAnYgz/PYt1gJWvx Nfp8WaWZxGLNenysUB+AX9M0EXOS9erlV/hS67zEBSh271Kg/5z440Vg3INfNmVOqVKY 7acnqT4rWz2FSKJmxvx3IgK45PFoUjQf57Pio= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RtkPYPRLHkm2jcbWXTzmk60FF/DT7pXUiC0lo+1iNPek4/AKNFl6z0+62JZ+pG0Yq0 lcFSl1/8rEwwcRHSsojJH9CsiUFMu96OEwFXsPVD/l+J+8C0ltqHKCYvxkUwAJyIyYDt 8A0NS/mVYN0r8BJ9gC+V3Q+SDLWvfYuZx1WmA= MIME-Version: 1.0 Received: by 10.204.146.153 with SMTP id h25mr5518854bkv.86.1277978871492; Thu, 01 Jul 2010 03:07:51 -0700 (PDT) Received: by 10.204.102.77 with HTTP; Thu, 1 Jul 2010 03:07:51 -0700 (PDT) Date: Thu, 1 Jul 2010 12:07:51 +0200 Message-ID: From: Christer Solskogen To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Upgrading without building and without freebsd-update 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: Thu, 01 Jul 2010 10:07:59 -0000 I've got two FreeBSD machines on two different networks(and two different locations). One of them is as fast machine (i7-920) while the other one is a Intel Atom. How can I build on the fast machine and use those binaries on the slow one, without mounting /usr/obj using nfs? first I was thinking about creating a dump file on the fast machine and extract that on the slow, but that wont work on a filesystem that is already populated. Would a tarfile work? (how about /libexec/ld-elf.so.1?) -- chs,