From owner-freebsd-stable@freebsd.org Tue Oct 17 19:11:44 2017 Return-Path: Delivered-To: freebsd-stable@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 03CDEE44BB6 for ; Tue, 17 Oct 2017 19:11:44 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B322F7F192 for ; Tue, 17 Oct 2017 19:11:43 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1e4XHF-000GRC-8C; Tue, 17 Oct 2017 21:11:45 +0200 Date: Tue, 17 Oct 2017 21:11:45 +0200 From: Kurt Jaeger To: Denis Granato Cc: freebsd-stable@freebsd.org Subject: Re: error instaling any ports Message-ID: <20171017191145.GB86601@home.opsec.eu> References: <20171017173258.GZ86601@home.opsec.eu> <20171017174708.GA86601@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2017 19:11:44 -0000 Hi! > > uname -a [...] > > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD So you have a PRERELEASE version and you have a custom kernel. Do you know why that is ? Any specific change that needs to be in that kernel config ? Please check if you have a 'svn' binary somewhere, because it looks like you need to do a source upgrade first. rm -rf /usr/obj /usr/src mkdir /usr/src cd /usr/src svn checkout https://svn.freebsd.org/base/release/9.3.0/ . make buildworld make buildkernel make installkernel make installworld mergemaster -UiP shutdown -r now cd /usr/src make check-old make delete-old make delete-old-libs > *server# freebsd-update -r 9.3-RELEASE upgradeLooking up update.freebsd.org > mirrors... 3 mirrors found.Fetching public key > from update6.freebsd.org... failed.Fetching public key from > update5.freebsd.org... failed.Fetching public key from > update4.freebsd.org... failed.No mirrors remaining, giving up* Well, freebsd-update only works on GENERIC kernels and systems, so your first step needs to be a source upgrade. Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on 10.x, so no need to worry about the packages installed for now. You can rebuild your ports when you're on 10.x. -- pi@opsec.eu +49 171 3101372 3 years to go !