Re: Creating cores in f25

2016-12-20 Thread Steve Dickson
On 12/19/2016 12:38 PM, jfi...@fedoraproject.org wrote: > Hi Steve, > > Please have a look at this email: > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/HQ4JFTYLPT5GRW6AD4M2MWGMRAPE7ITN/ Thanks for the pointer... > > systemd developers has decided to

Re: Creating cores in f25

2016-12-20 Thread Steve Dickson
On 12/18/2016 11:56 AM, Jan Kratochvil wrote: > On Sun, 18 Dec 2016 17:26:40 +0100, Steve Dickson wrote: >> How do I get f25 to create cores, these days? > > echo >/etc/sysctl.d/foo.conf "kernel.core_pattern=core"; reboot > > It gets broken by: > /usr/lib/sysctl.d/50-coredump.conf > > $

Re: Creating cores in f25

2016-12-19 Thread jfilak
-- Původní zpráva -- Od: Lennart Poettering <mzerq...@0pointer.de> Komu: Development discussions related to Fedora <devel@lists.fedoraproject. org> Datum: 19. 12. 2016 13:51:09 Předmět: Re: Creating cores in f25 "On Mon, 19.12.16 00:07, Tom Hughes (t...@

Re: Creating cores in f25

2016-12-19 Thread jfilak
Hi Steve, Please have a look at this email: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ message/HQ4JFTYLPT5GRW6AD4M2MWGMRAPE7ITN/ systemd developers has decided to change the default RLIMIT_CORE (ulimit -c) from "0" to unlimited, therefore ABRT must stop

Re: Creating cores in f25

2016-12-19 Thread Lennart Poettering
On Mon, 19.12.16 00:07, Tom Hughes (t...@compton.nu) wrote: > On 18/12/16 23:08, Matthew Miller wrote: > > On Sun, Dec 18, 2016 at 01:00:37PM -0600, Michael Catanzaro wrote: > > > > How do I get f25 to create cores, these days? > > > Some more details here: > > >

Re: Creating cores in f25

2016-12-18 Thread Michael Catanzaro
On Mon, 2016-12-19 at 00:25 +, Tom Hughes wrote: > Maybe systemd is reading the limit itself and applying it to the data > it  > receives through the pipe? Yes. I'm not sure that systemd actually uses the ulimit for more than the binary decision of whether or not to generate the core,

Re: Creating cores in f25

2016-12-18 Thread Michael Catanzaro
On Sun, 2016-12-18 at 18:08 -0500, Matthew Miller wrote: > I have ulimit -c returning 0 in shells on my system — have I done > some > configuration I don't remember? That's the default, isn't it? Should > it > stay that way with this change? No, the default is supposed to be unlimited. systemd

Re: Creating cores in f25

2016-12-18 Thread Tom Hughes
On 19/12/16 00:17, Matthew Miller wrote: On Mon, Dec 19, 2016 at 12:07:06AM +, Tom Hughes wrote: I have ulimit -c returning 0 in shells on my system — have I done some configuration I don't remember? That's the default, isn't it? Should it stay that way with this change? The ulimit on core

Re: Creating cores in f25

2016-12-18 Thread Matthew Miller
On Mon, Dec 19, 2016 at 12:07:06AM +, Tom Hughes wrote: > >I have ulimit -c returning 0 in shells on my system — have I done some > >configuration I don't remember? That's the default, isn't it? Should it > >stay that way with this change? > The ulimit on core dump size is (mostly) ignored if

Re: Creating cores in f25

2016-12-18 Thread Tom Hughes
On 18/12/16 23:08, Matthew Miller wrote: On Sun, Dec 18, 2016 at 01:00:37PM -0600, Michael Catanzaro wrote: How do I get f25 to create cores, these days? Some more details here: https://fedoraproject.org/wiki/Changes/coredumpctl I have ulimit -c returning 0 in shells on my system — have I

Re: Creating cores in f25

2016-12-18 Thread Matthew Miller
On Sun, Dec 18, 2016 at 01:00:37PM -0600, Michael Catanzaro wrote: > > How do I get f25 to create cores, these days? > Some more details here: > https://fedoraproject.org/wiki/Changes/coredumpctl I have ulimit -c returning 0 in shells on my system — have I done some configuration I don't

Re: Creating cores in f25

2016-12-18 Thread Michael Catanzaro
On Sun, 2016-12-18 at 11:26 -0500, Steve Dickson wrote: > Hello, > > How do I get f25 to create cores, these days? Some more details here: https://fedoraproject.org/wiki/Changes/coredumpctl Michael ___ devel mailing list --

Re: Creating cores in f25

2016-12-18 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Dec 18, 2016 at 12:24:09PM -0500, Matthew Miller wrote: > On Sun, Dec 18, 2016 at 05:56:04PM +0100, Jan Kratochvil wrote: > > On Sun, 18 Dec 2016 17:26:40 +0100, Steve Dickson wrote: > > > How do I get f25 to create cores, these days? > > echo >/etc/sysctl.d/foo.conf

Re: Creating cores in f25

2016-12-18 Thread Matthew Miller
On Sun, Dec 18, 2016 at 05:56:04PM +0100, Jan Kratochvil wrote: > On Sun, 18 Dec 2016 17:26:40 +0100, Steve Dickson wrote: > > How do I get f25 to create cores, these days? > echo >/etc/sysctl.d/foo.conf "kernel.core_pattern=core"; reboot > It gets broken by: >

Re: Creating cores in f25

2016-12-18 Thread Jan Kratochvil
On Sun, 18 Dec 2016 17:26:40 +0100, Steve Dickson wrote: > How do I get f25 to create cores, these days? echo >/etc/sysctl.d/foo.conf "kernel.core_pattern=core"; reboot It gets broken by: /usr/lib/sysctl.d/50-coredump.conf $ rpm -qf /usr/lib/sysctl.d/50-coredump.conf