From owner-freebsd-questions@freebsd.org Tue Aug 4 13:08:12 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2637D9B23EA for ; Tue, 4 Aug 2015 13:08:12 +0000 (UTC) (envelope-from kab00m@lich.phys.spbu.ru) Received: from skeleton.phys.spbu.ru (skeleton.phys.spbu.ru [195.19.241.202]) by mx1.freebsd.org (Postfix) with ESMTP id D8D161DE5 for ; Tue, 4 Aug 2015 13:08:11 +0000 (UTC) (envelope-from kab00m@lich.phys.spbu.ru) Received: from skeleton.phys.spbu.ru (localhost [127.0.0.1]) by skeleton.phys.spbu.ru (Postfix) with ESMTP id 22218B68EC; Tue, 4 Aug 2015 16:59:32 +0400 (MSK) Received: from laura.ws.pu.ru (laura [172.27.209.137]) by skeleton.phys.spbu.ru (Postfix) with ESMTP id B07BBB68E1; Tue, 4 Aug 2015 16:59:31 +0400 (MSK) Date: Tue, 4 Aug 2015 15:59:31 +0300 From: Dima Veselov To: freebsd-questions@freebsd.org Cc: rsmith@xs4all.nl Subject: FreeBSD cross-update Message-ID: <20150804125931.GA21379@laura.ws.pu.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: St.Petersburg State University User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 13:08:12 -0000 Hello once more, I am really stuck in upgrading sparc64 boxes. I have amd64 build host and two sparc64 weak boxes. Crosscompilation is done good and world is ready to install, but I can't find ANY way to install it actually. My tries and the reasons it failed: 1. make installworld TO target through NFS fail because NFS doesn't support chflags and throw an error acessing to protected binaries. 2. syncing /usr/src and /usr/obj and running installworld ON target fail because /usr/obj has distribution binaries with buildhost architecture 3. building release and extracting it to target make me to resettle /etc and rebuild packages. Target sparc64 is working service and reinstalling is not the option. So - if there ANY way of updating or it was developed only for installing NEW machines, nor upgrading old ones? -- Sincerely yours