Re: Disabling ABRT?

2013-12-29 Thread Brendan Jones
On 12/28/2013 10:48 PM, Richard Fearn wrote: Hi, On 28 December 2013 21:29, Brendan Jones brendan.jones...@gmail.com wrote: I'm doing some development at the moment and I want the coredumps to be dropped somewhere sane (like the executing directory). How do I do it? I think you want to do:

Re: Disabling ABRT?

2013-12-29 Thread Richard Fearn
On 29 December 2013 11:29, Brendan Jones brendan.jones...@gmail.com wrote: Thanks. I had tried this but still no core in the executing directory. Now I'm not sure where they are going - certainly nowhere in $HOME. Could be a couple of things: 1. The core dump limit for the process could be 0

Re: Disabling ABRT?

2013-12-29 Thread Jan Kratochvil
On Sun, 29 Dec 2013 13:17:49 +0100, Richard Fearn wrote: On 29 December 2013 11:29, Brendan Jones brendan.jones...@gmail.com wrote: Thanks. I had tried this but still no core in the executing directory. Now I'm not sure where they are going - certainly nowhere in $HOME. Could be a couple

Re: Disabling ABRT?

2013-12-29 Thread Brendan Jones
On 12/29/2013 05:37 PM, Jan Kratochvil wrote: On Sun, 29 Dec 2013 13:17:49 +0100, Richard Fearn wrote: On 29 December 2013 11:29, Brendan Jones brendan.jones...@gmail.com wrote: Thanks. I had tried this but still no core in the executing directory. Now I'm not sure where they are going -

Re: Disabling ABRT?

2013-12-29 Thread Michael Catanzaro
On Sat, 2013-12-28 at 20:17 -0600, Michael Catanzaro wrote: For unpackaged executables, ABRT should be creating core dumps in the processes' directory, so you shouldn't need to disable it. I think that might be broken, though. For the record, since I suggested this might be broken: it's

Disabling ABRT?

2013-12-28 Thread Brendan Jones
I'm doing some development at the moment and I want the coredumps to be dropped somewhere sane (like the executing directory). How do I do it? Cheers B -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct:

Re: Disabling ABRT?

2013-12-28 Thread Richard Fearn
Hi, On 28 December 2013 21:29, Brendan Jones brendan.jones...@gmail.com wrote: I'm doing some development at the moment and I want the coredumps to be dropped somewhere sane (like the executing directory). How do I do it? I think you want to do: $ sudo systemctl stop abrt-ccpp Before: $ cat

Re: Disabling ABRT?

2013-12-28 Thread Michael Catanzaro
On Sat, 2013-12-28 at 21:48 +, Richard Fearn wrote: Hi, On 28 December 2013 21:29, Brendan Jones brendan.jones...@gmail.com wrote: I'm doing some development at the moment and I want the coredumps to be dropped somewhere sane (like the executing directory). How do I do it? I think