Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2016 06:50:18 +0000
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
Message-ID:  <bug-211925-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211925-8>