From owner-freebsd-bugs@freebsd.org Wed Aug 17 06:50:18 2016 Return-Path: Delivered-To: freebsd-bugs@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 39910BBDB78 for ; Wed, 17 Aug 2016 06:50:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 1CB8816A2 for ; Wed, 17 Aug 2016 06:50:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7H6oHEZ036515 for ; Wed, 17 Aug 2016 06:50:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211925] etcupdate(8) warns about missing dirs during 10.3R -> 11.0RC1 update without /usr/src Date: Wed, 17 Aug 2016 06:50:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-RC1 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dch@skunkwerks.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 06:50:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211925 Bug ID: 211925 Summary: etcupdate(8) warns about missing dirs during 10.3R -> 11.0RC1 update without /usr/src Product: Base System Version: 11.0-RC1 Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: dch@skunkwerks.at # issue Various warnings occur during upgrade: ``` Installing updates...install: ///var/db/etcupdate/current/etc/devd/ulpt.con= f: No such file or directory install: ///var/db/etcupdate/current/etc/mtree/BSD.lib32.dist: No such file= or directory install: ///var/db/etcupdate/current/etc/mtree/BSD.tests.dist: No such file= or directory install: ///var/db/etcupdate/current/etc/periodic/daily/430.status-uptime: = No such file or directory install: ///var/db/etcupdate/current/etc/rc.d/blacklistd: No such file or directory install: ///var/db/etcupdate/current/etc/rc.d/iovctl: No such file or direc= tory install: ///var/db/etcupdate/current/etc/rc.d/ypldap: No such file or direc= tory install: ///var/db/etcupdate/current/etc/rc.d/zfsd: No such file or directo= ry Completing this upgrade requires removing old shared object files. Please rebuild all installed 3rd party software (e.g., programs installed from the ports tree) and then run "/usr/sbin/freebsd-update insta= ll" again to finish installing updates. ``` /var/db/etcupdate/current/etc/{rc.d,mtree,devd,periodic} are all missing. O= ther systems that were upgrading through 11.0-BETA have not had this issue. filesystem looks like: ``` root@mrbrown:/var/db/etcupdate/current/etc # tree -aF . |-- blacklistd.conf |-- casper/ | |-- system.dns | |-- system.grp | |-- system.pwd | |-- system.random | `-- system.sysctl `-- dma/ `-- dma.conf 2 directories, 7 files ``` # expected results If the missing directories are not significant, then the warnings should be suppressed. If they are significant, then etcupdate should create them correctly. # notes system is a vanilla 10.3R amd64 box, not built from src, and without /usr/s= rc/ present. All other systems I have upgraded without issue have had /usr/src present. It would be nice if etcupdate had a way of bootstrapping itself without nee= ding /usr/src/ present, if that's appropriate I will do another BZ. --=20 You are receiving this mail because: You are the assignee for the bug.=