On Tue, May 12, 2015 at 02:34:33PM -0400, Tom Horsley wrote: > > I'm unable to obtain a user-readable core file from a user > > application under Fedora 21. The core files are being saved > > under /var/lib/systemd/coredump, and are owned by root. > This will disable all the magic core file and abrt processing: > ln -sf /dev/null /usr/lib/sysctl.d/50-coredump.conf > (might want to put it in rc.local since a systemd update > will probably replace the file with a non-null version). To avoid that happening, simply make that link in /etc/sysctl.d/ instead of under /usr/lib. See `man sysctl.d` for details. -- Matthew Miller <mattdm@xxxxxxxxxxxxxxxxx> Fedora Project Leader -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org