Bug#815020: breaks coredump handling for systems without systemd-coredump

2016-02-27 Thread Martin Pitt
Control: tag -1 pending Hey all, Martin Pitt [2016-02-27 12:24 +0100]: > So I think I'll revert the second hunk of the above commit for now to > get things back to normal. To avoid breaking systemd-coredump, which > now looks at the process' RLIMIT_CORE (which is IMHO wrong), we need > to adjust

Bug#815020: breaks coredump handling for systems without systemd-coredump

2016-02-27 Thread Martin Pitt
Control: forwarded -1 https://github.com/systemd/systemd/issues/2643 Hello all, FTR, this got introduced in https://github.com/systemd/systemd/commit/15a900327a . There is a closely related discussion about this upstream here: https://github.com/systemd/systemd/issues/2643 it's not precisely thi

Bug#815020: breaks coredump handling for systems without systemd-coredump

2016-02-19 Thread Michael Biebl
Am 19.02.2016 um 05:32 schrieb Josh Triplett: > severity 815020 grave > thanks > > On Wed, 17 Feb 2016 21:25:43 -0300 Felipe Sateler wrote: >> On 17 February 2016 at 21:03, Wouter Verhelst wrote: >>> An alternative solution would be that systemd-sysv shipped with a unit >>> which would set the c

Bug#815020: breaks coredump handling for systems without systemd-coredump

2016-02-18 Thread Josh Triplett
severity 815020 grave thanks On Wed, 17 Feb 2016 21:25:43 -0300 Felipe Sateler wrote: > On 17 February 2016 at 21:03, Wouter Verhelst wrote: >> An alternative solution would be that systemd-sysv shipped with a unit >> which would set the core_pattern back to default, which could be >> overridden

Bug#815020: breaks coredump handling for systems without systemd-coredump

2016-02-17 Thread Felipe Sateler
On 17 February 2016 at 21:03, Wouter Verhelst wrote: > On Wed, Feb 17, 2016 at 06:33:59PM -0300, Felipe Sateler wrote: >> On 17 February 2016 at 13:12, Wouter Verhelst wrote: >> > Package: systemd >> > Version: 229-1 >> > >> > Hi, >> > >> > systemd contains the following line (src/core/main.c): >

Bug#815020: breaks coredump handling for systems without systemd-coredump

2016-02-17 Thread Wouter Verhelst
On Wed, Feb 17, 2016 at 06:33:59PM -0300, Felipe Sateler wrote: > On 17 February 2016 at 13:12, Wouter Verhelst wrote: > > Package: systemd > > Version: 229-1 > > > > Hi, > > > > systemd contains the following line (src/core/main.c): > > > > (void) > > write_string_file("/

Bug#815020: breaks coredump handling for systems without systemd-coredump

2016-02-17 Thread Felipe Sateler
On 17 February 2016 at 13:12, Wouter Verhelst wrote: > Package: systemd > Version: 229-1 > > Hi, > > systemd contains the following line (src/core/main.c): > > (void) > write_string_file("/proc/sys/kernel/core_pattern", "|/bin/false", 0); > > The intent is that at some lat

Bug#815020: breaks coredump handling for systems without systemd-coredump

2016-02-17 Thread Wouter Verhelst
Package: systemd Version: 229-1 Hi, systemd contains the following line (src/core/main.c): (void) write_string_file("/proc/sys/kernel/core_pattern", "|/bin/false", 0); The intent is that at some later point, systemd-coredump is started, which then sets it to something m