On Wed, 20 Jan 2010 15:24:51 -0600 Doug Poland wrote:

> % sysctl -a | grep core
> kern.corefile: /var/coredumps/%U/%N.core

As CORE(5) says %U is a UID...

> % touch /var/coredumps/file
> % ll !$
> ll /var/coredumps/file
> -rw-r--r--  1 doug  wheel  0 Jan 20 15:13 /var/coredumps/file

... so you should have a directory /var/coredumps/<UID> owned by
(well, at least have permissions to write by) this UID.

-- 
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to