[Bug 217705] /etc/termcap on snapshots FreeBSD 12.0-CURRENT-arm-armv6 links to nowhere
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 11 13:50:33 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217705
Bug ID: 217705
Summary: /etc/termcap on snapshots FreeBSD
12.0-CURRENT-arm-armv6 links to nowhere
Product: Base System
Version: CURRENT
Hardware: arm
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: arm
Assignee: freebsd-arm at FreeBSD.org
Reporter: cyclaero at gmail.com
I guess this should be fixed before releasing 12.0
Steps to reproduce:
# mdconfig -a -t vnode -f
FreeBSD-12.0-CURRENT-arm-armv6-BEAGLEBONE-20170309-r314972.img
# mount -o noatime /dev/md0s2a /media
# ls -l /media/etc/termcap
------
lrwxr-xr-x 1 root wheel 36 Mar 9 22:25 /media/etc/termcap ->
../../../../../../share/misc/termcap
------
Workaround before copying the snapshot to the SD card (or possibly after the
fact, on the running system):
# cd /media/etc
# rm termcap
# ln -s ../usr/share/misc/termcap
# umount /media
# mdconfig -d -u 0
Best regards
Rolf
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-arm
mailing list