Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 13:50:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 217705] /etc/termcap on snapshots FreeBSD 12.0-CURRENT-arm-armv6 links to nowhere
Message-ID:  <bug-217705-7@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217705

            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@FreeBSD.org
          Reporter: cyclaero@gmail.com

I guess this should be fixed before releasing 12.0=20

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

--=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-217705-7>