Re: Creating cores in f25

2016-12-20 Thread Steve Dickson
t; -- Původní zpráva -- > Od: Steve Dickson <ste...@redhat.com> > Komu: Development discussions related to Fedora > <devel@lists.fedoraproject.org> > Datum: 18. 12. 2016 17:35:43 > Předmět: Creating cores in f25 > > > Hello, > > How

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
unlimited). Regards, Jakub -- Původní zpráva -- Od: Steve Dickson <ste...@redhat.com> Komu: Development discussions related to Fedora <devel@lists.fedoraproject. org> Datum: 18. 12. 2016 17:35:43 Předmět: Creating cores in f25 "Hello, How do I get f25 to cre

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

Creating cores in f25

2016-12-18 Thread Steve Dickson
Hello, How do I get f25 to create cores, these days? I'm getting the segfault [55108.290610] rpc.gssd[13264]: segfault at 0 ip 55dc90af9dde sp 7f9fb73cb7c0 error 4 in rpc.gssd[55dc90af3000+14000] but no core so those address are meaningless. Everything in the kernel is set: f25#