From owner-freebsd-questions@freebsd.org Sun Oct 23 14:37:41 2016 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 E678FC1E1FF for ; Sun, 23 Oct 2016 14:37:41 +0000 (UTC) (envelope-from dabo@devconsole.de) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 837C37D7 for ; Sun, 23 Oct 2016 14:37:40 +0000 (UTC) (envelope-from dabo@devconsole.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1477233458; l=5286; s=domk; d=devconsole.de; h=To:Date:Subject:Mime-Version:Content-Type:From; bh=8IgUMqFDZNc1pxFiTXrmNoYX8gHXuPNIYCqV1Yz+rPs=; b=GCmFY1ff9k7ajCUoSmlQUOyH3SS/5DBESLr2O6QYsarx266pnCtwPYIlWtwrMHgQyxy MKs2pIJe61cH56pusP5nU6SV1g7MmyyfBLSLVCYFuj46QPpL3igU416+pFtmuw86Q4Rdp wu9IvwhJbKSQXINb+uxuUyXs+dh+uIfn02k= X-RZG-AUTH: :O2kGeEG7b/pS1Em8XXy8h/46R72bi4xpFny94Ovj56OOcpPboCIWWIeHMDISofyYO3GRUatn9MjvmvtJnhH19FaRS3OZjI6MrFAOHw== X-RZG-CLASS-ID: mo00 Received: from [IPv6:2003:89:ee1c:eb00:e470:61c4:7f29:f5ad] (p20030089EE1CEB00E47061C47F29F5AD.dip0.t-ipconnect.de [IPv6:2003:89:ee1c:eb00:e470:61c4:7f29:f5ad]) by smtp.strato.de (RZmta 39.6 AUTH) with ESMTPSA id J09d88s9NEbbu2k (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Sun, 23 Oct 2016 16:37:37 +0200 (CEST) From: dabo Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3226\)) Subject: Unable to upgrade from 10.3-RELEASE to 11.0-RELEASE Message-Id: <9FC9C79A-174E-4A32-8F8D-D3AD5479341D@devconsole.de> Date: Sun, 23 Oct 2016 16:37:37 +0200 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.3226) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2016 14:37:42 -0000 Hi, I=E2=80=99m trying to upgrade my FreeBSD server from 10.3-RELEASE to = 11.0-RELEASE with freebsd-update -r 11.0-RELEASE upgrade, but it = doesn=E2=80=99t work.=20 It fetches 45588 patches and in the end it cannot apply them. #### Applying patches... /usr/sbin/freebsd-update: cannot open patchlist: No = such file or directory done. /usr/sbin/freebsd-update: cannot open files.wanted: No such file or = directory rm: files.wanted: No such file or directory rm: filelist: No such file or directory rm: patchlist: No such file or directory #### I already removed all files from /var/db/freebsd-update but without = success. Has anyone an idea? Is it possible to upgrade by CD/ISO without replacing changed files in = /etc? Many thanks dabo=