uniq busted?
Don Lewis
truckman at FreeBSD.org
Wed Sep 11 07:25:51 UTC 2013
I justed updated my 10.0-CURRENT box and ran into major problems with
port building. I tracked the problem down to uniq not working.
# wc -l /etc/termcap
4666 /etc/termcap
# cat /etc/termcap | uniq
uniq: unable to limit ioctls for stdout: Capabilities insufficient
It complains about capabilities and nothing comes out ...
My kernel and userland are in sync, so the 20130905 note in src/UPDATING
shouldn't be a factor. I'm not running a GENERIC kernel, but I include
GENERIC in my kernel config file:
# uname -a
FreeBSD scratch.catspoiler.org 10.0-CURRENT FreeBSD 10.0-CURRENT #32 r255089: Sat Aug 31 02:27:17 PDT 2013 dl at scratch.catspoiler.org:/usr/obj/usr/src/sys/GENERICSMB i386
# cat GENERICSMB
include GENERIC
nocpu I486_CPU
nocpu I586_CPU
options EXT2FS # ext2 Filesystem
options BREAK_TO_DEBUGGER
options ALT_BREAK_TO_DEBUGGER
options DEBUG_VFS_LOCKS
#options DEBUG_LOCKS
#options KTR
#options KTR_VERBOSE
#options KTR_COMPILE=(KTR_EVH)
#options DEVICE_POLLING
#nooptions WITNESS_SKIPSPIN
#nooptions SMP
What am I doing wrong?
More information about the freebsd-current
mailing list