uniq busted?

From: Don Lewis <truckman_at_FreeBSD.org>
Date: Wed, 11 Sep 2013 00:21:34 -0700 (PDT)
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?
Received on Wed Sep 11 2013 - 05:25:51 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:41 UTC