[Bug 211925] etcupdate(8) warns about missing dirs during 10.3R -> 11.0RC1 update without /usr/src

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 17 06:50:18 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211925

            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 at FreeBSD.org
          Reporter: dch at skunkwerks.at

# issue

Various warnings occur during upgrade:

```
Installing updates...install: ///var/db/etcupdate/current/etc/devd/ulpt.conf:
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 directory
install: ///var/db/etcupdate/current/etc/rc.d/ypldap: No such file or directory
install: ///var/db/etcupdate/current/etc/rc.d/zfsd: No such file or directory

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 install"
again to finish installing updates.
```

/var/db/etcupdate/current/etc/{rc.d,mtree,devd,periodic} are all missing. Other
systems that were upgrading through 11.0-BETA have not had this issue.

filesystem looks like:

```
root at 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/src/
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 needing
/usr/src/ present, if that's appropriate I will do another BZ.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list