KB> 
KB> Your installed libraries do not have proper debugging symbols.
KB> Since the issue seems to be in the compat32 layer, you may try to start
KB> with taking the ktrace of the failing program and see what syscall failed,
KB> if any.

For me problem gone after disabling 

options         CAPABILITY_MODE         # Capsicum capability mode
options         CAPABILITIES            # Capsicum capabilities

in kernel conf 

I'm found it when roll backing system to previos revisions. 

On r254268 uniq inside i386 jail say that  = "unable to limit rights for "

So I decide to check without Capsicum features...
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to