Hello systemd,
I’m a ABRT developer and I’d like to replace ABRT’s coredumper with
systemd-coredump and read coredumps from systemd-journal. In order
to achieve my goal, I need to extend the set of captured /proc/$PID/[files]
by systemd-coredump, because we attach those files in Bugzilla bugs.
Fi
> From: Andrei Borzenkov
> bor@opensuse:~/src/systemd> systemctl show boot.mount -p WantedBy --no-pager
> WantedBy=dev-sda1.device
>
> Which has the effect that if device was not present at boot but appears
> later, the very appearance of device triggers start of mount unit -
> filesystem gets
2014-09-04 16:13 GMT+02:00 Zbigniew Jędrzejewski-Szmek :
>>
>> So I dropped it again and updated the commit message accordingly.
> Looks good, please push.
Thanks for the review. Pushed as 36e46fe9b625b7a63a6b38f43dc55298c8a0ac89.
--
Why is it that all of the instruments seeking intelligent life
On Thu, Sep 04, 2014 at 03:10:41PM +0200, Michael Biebl wrote:
> 2014-09-04 14:55 GMT+02:00 Michael Biebl :
> > 2014-09-04 14:31 GMT+02:00 Zbigniew Jędrzejewski-Szmek :
> >> On Thu, Sep 04, 2014 at 02:14:23PM +0200, Michael Biebl wrote:
> >>> Hi,
> >>>
> >>> 2014-09-04 6:16 GMT+02:00 Zbigniew Jędrz
2014-09-04 14:55 GMT+02:00 Michael Biebl :
> 2014-09-04 14:31 GMT+02:00 Zbigniew Jędrzejewski-Szmek :
>> On Thu, Sep 04, 2014 at 02:14:23PM +0200, Michael Biebl wrote:
>>> Hi,
>>>
>>> 2014-09-04 6:16 GMT+02:00 Zbigniew Jędrzejewski-Szmek :
>>> > On Wed, Sep 03, 2014 at 11:51:58PM +0200, Michael Bie
2014-09-04 14:31 GMT+02:00 Zbigniew Jędrzejewski-Szmek :
> On Thu, Sep 04, 2014 at 02:14:23PM +0200, Michael Biebl wrote:
>> Hi,
>>
>> 2014-09-04 6:16 GMT+02:00 Zbigniew Jędrzejewski-Szmek :
>> > On Wed, Sep 03, 2014 at 11:51:58PM +0200, Michael Biebl wrote:
>>
>> >> define add-wants
>> >> - [
On Thu, Sep 04, 2014 at 02:14:23PM +0200, Michael Biebl wrote:
> Hi,
>
> 2014-09-04 6:16 GMT+02:00 Zbigniew Jędrzejewski-Szmek :
> > On Wed, Sep 03, 2014 at 11:51:58PM +0200, Michael Biebl wrote:
>
> >> define add-wants
> >> - [ -z "$$what" ] || ( \
> >> + [ -z "$$what" ] || ! echo $$wha
Hi,
2014-09-04 6:16 GMT+02:00 Zbigniew Jędrzejewski-Szmek :
> On Wed, Sep 03, 2014 at 11:51:58PM +0200, Michael Biebl wrote:
>> define add-wants
>> - [ -z "$$what" ] || ( \
>> + [ -z "$$what" ] || ! echo $$what | grep -q '[^[:space:]]' || ( \
> Maybe we could use something simpler like
>