Re: Creating cores in f25

2016-12-20 Thread Steve Dickson
> -- Původní zpráva -- > Od: Steve Dickson > Komu: Development discussions related to Fedora > > Datum: 18. 12. 2016 17:35:43 > Předmět: Creating cores in f25 > > > Hello, > > How do I get f25 to create cores, these days? > >

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 Komu: Development discussions related to Fedora 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...@compton.nu) wrote: > On 18/12/16 23:08, Matthew Miller wrote: > &g

Re: Creating cores in f25

2016-12-19 Thread jfilak
unlimited). Regards, Jakub -- Původní zpráva -- Od: Steve Dickson Komu: Development discussions related to Fedora Datum: 18. 12. 2016 17:35:43 Předmět: Creating cores in f25 "Hello, How do I get f25 to create cores, these days? I'm getting the segfault [55108.29

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: > > > https://fedoraproject.org/wiki/Cha

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, though.

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 set

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 s

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 don

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 remember?

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 -- devel@lists.fedoraproject.o

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 "kernel.core_pattern=co

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: > /usr/lib/sysctl.d/50-coredump.c

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 systemd-231-10.fc25.

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# s