Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628342 - sys-auth/elogind - configure with -Ddefault-kill-user-processes=false
Summary: sys-auth/elogind - configure with -Ddefault-kill-user-processes=false
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andreas Sturmlechner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-20 03:14 UTC by Georgy Yakovlev
Modified: 2018-02-03 22:17 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
newer versions again removed the --without-kill-user-processes option. please add it again - patch attached the use the emesonargs (user-process.patch,495 bytes, patch)
2018-02-03 22:17 UTC, Herbert Wantesh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Georgy Yakovlev archtester gentoo-dev 2017-08-20 03:14:26 UTC
Current systemd ebuild in gentoo has myconf with
-Ddefault-kill-user-processes=false

Would you mind adding the same to elogind if it's possible?


Loosing tmux/screen windows with chromium building for 2hrs on quick re-login is not fun at all =)

Sure, I can just edit the config file, but better if the default setting is consistent with systemd ebuild.

Thanks.
Comment 1 wranz 2017-11-20 00:32:28 UTC
-- a/elogind-234.4.ebuild  2017-09-26 22:23:17.400001000 +0200
+++ b/elogind-234.4.ebuild        2017-11-20 01:28:56.006639841 +0100
@@ -64,6 +64,7 @@
                --enable-smack \
                --with-cgroup-controller=openrc \
                --disable-lto \
+               --without-kill-user-processes \
                $(use_enable debug debug elogind) \
                $(use_enable acl) \
                $(use_enable pam) \
Comment 2 Larry the Git Cow gentoo-dev 2017-11-23 23:26:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3815ed224e4019c75104c3ed4fac772289691e71

commit 3815ed224e4019c75104c3ed4fac772289691e71
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2017-11-23 23:20:26 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2017-11-23 23:25:56 +0000

    sys-auth/elogind: --without-kill-user-processes
    
    Closes: https://bugs.gentoo.org/628342
    Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-auth/elogind/elogind-233.7-r1.ebuild | 106 +++++++++++++++++++++++++++++++
 sys-auth/elogind/elogind-234.4-r1.ebuild | 106 +++++++++++++++++++++++++++++++
 2 files changed, 212 insertions(+)
Comment 3 Herbert Wantesh 2018-02-03 22:17:42 UTC
Created attachment 517702 [details, diff]
newer versions again removed the --without-kill-user-processes option. please add it again - patch attached the use the emesonargs