Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] elogind: update to 246.9
@ 2020-12-19 13:05 st3r4g
  2020-12-19 15:17 ` pbui
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: st3r4g @ 2020-12-19 13:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

There is a new pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages elogind-246.9
https://github.com/void-linux/void-packages/pull/27276

elogind: update to 246.9
@pbui @travankor 

A patch file from https://github.com/void-linux/void-packages/pull/27276.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elogind-246.9-27276.patch --]
[-- Type: text/x-diff, Size: 1220 bytes --]

From 535ae5adb072c40618cd00f71c2d647e088f5555 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Sat, 19 Dec 2020 14:02:08 +0100
Subject: [PATCH] elogind: update to 246.9

---
 srcpkgs/elogind/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template
index 35480b0ece0..3dc661e0dbe 100644
--- a/srcpkgs/elogind/template
+++ b/srcpkgs/elogind/template
@@ -1,8 +1,7 @@
 # Template file for 'elogind'
 pkgname=elogind
-reverts="243.7_1"
-version=243.4
-revision=3
+version=246.9
+revision=1
 build_style=meson
 configure_args="-Dcgroup-controller=elogind -Dhalt-path=/usr/bin/halt
  -Drootlibexecdir=/usr/libexec/elogind -Dreboot-path=/usr/bin/reboot
@@ -18,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/elogind/elogind"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
-checksum=f1098745863138e6270ea22e78a39baef9a0356b48246c5a53b34211992dc7db
+checksum=70c71c621ff91ef3a97a9cfa8b1c051ca6de5748ae952dcec0abdacc8dd3d439
 conf_files="/etc/elogind/*.conf"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
@ 2020-12-19 15:17 ` pbui
  2020-12-19 17:08 ` st3r4g
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: pbui @ 2020-12-19 15:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-748487207

Comment:
This appears to be working OK for me.  When I boot up, I do get a warning message in my console that `elogind` is already running... I have the `elogind` system service enabled and perhaps something else is also trying to start it (`lightdm`?).  Otherwise, logging into my session works fine as does suspend / resume (hooks still work).

I tried disabling the `elogind` system service, but then I got constant messages in my console that `elogind` was already running, so that doesn't work for me.  Likewise, my setup depends on `XDG_RUNTIME_DIR` being setup, so even if I login on the tty... I need elogind to be running for that to work properly.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
  2020-12-19 15:17 ` pbui
@ 2020-12-19 17:08 ` st3r4g
  2020-12-19 20:41 ` pbui
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2020-12-19 17:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-748499346

Comment:
> Likewise, my setup depends on `XDG_RUNTIME_DIR` being setup, so even if I login on the tty... I need elogind to be running for that to work properly.

Do you mean that elogind doesn't autostart as soon as you login on the tty?

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
  2020-12-19 15:17 ` pbui
  2020-12-19 17:08 ` st3r4g
@ 2020-12-19 20:41 ` pbui
  2020-12-19 20:53 ` st3r4g
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: pbui @ 2020-12-19 20:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-748522333

Comment:
If I don't have the `elogind` system service enabled, then it does not autostart when I login to a `tty`.  I think this is to be expected and is not a change in behavior from previous versions.

Perhaps I could change something in pam, but I find it easier to just have the system service enabled.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (2 preceding siblings ...)
  2020-12-19 20:41 ` pbui
@ 2020-12-19 20:53 ` st3r4g
  2020-12-19 20:53 ` st3r4g
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2020-12-19 20:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-748523352

Comment:
> If I don't have the `elogind` system service enabled, then it does not autostart when I login to a `tty`. I think this is to be expected and is not a change in behavior from previous versions.

Hmm very strange, it does autostart for me by default... I think it works via a dbus call made by pam_elogind after any login, be it tty or graphical. Did you change your pam config maybe?

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (3 preceding siblings ...)
  2020-12-19 20:53 ` st3r4g
@ 2020-12-19 20:53 ` st3r4g
  2020-12-19 20:54 ` st3r4g
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2020-12-19 20:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-748523352

Comment:
> If I don't have the `elogind` system service enabled, then it does not autostart when I login to a `tty`. I think this is to be expected and is not a change in behavior from previous versions.

Hmm very strange, it does autostart for me by default... I think it works via a `dbus` call made by `pam_elogind.so` after any login, be it tty or graphical. Did you change your pam config maybe?

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (4 preceding siblings ...)
  2020-12-19 20:53 ` st3r4g
@ 2020-12-19 20:54 ` st3r4g
  2020-12-19 20:57 ` pbui
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2020-12-19 20:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-748523352

Comment:
> If I don't have the `elogind` system service enabled, then it does not autostart when I login to a `tty`. I think this is to be expected and is not a change in behavior from previous versions.

Hmm very strange, it does autostart for me by default... I think it works via a `dbus` call made by `pam_elogind.so` after any login, be it tty or graphical. Do you have the `dbus` service enabled? Did you change your pam config maybe?

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (5 preceding siblings ...)
  2020-12-19 20:54 ` st3r4g
@ 2020-12-19 20:57 ` pbui
  2020-12-19 21:05 ` pbui
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: pbui @ 2020-12-19 20:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-748523776

Comment:
I do have `dbus` enabled and I do not believe I modified my pam config... Let me disable the `elogind` service and try again after a reboot.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (6 preceding siblings ...)
  2020-12-19 20:57 ` pbui
@ 2020-12-19 21:05 ` pbui
  2020-12-20  3:34 ` travankor
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: pbui @ 2020-12-19 21:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-748524836

Comment:
Ah, OK.  It does autostart... I had an old `chmod 1777 /run/users` in my `/etc/rc.local` that caused `elogind-daemon` to fail when it autostarted.  Removing that allows `elogind` to start automatically from either `tty` or `lightdm`.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (7 preceding siblings ...)
  2020-12-19 21:05 ` pbui
@ 2020-12-20  3:34 ` travankor
  2020-12-21 14:45 ` [PR PATCH] [Updated] " st3r4g
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: travankor @ 2020-12-20  3:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-748558103

Comment:
lightly tested with wayfire(wlroots) seems like it works ok

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (8 preceding siblings ...)
  2020-12-20  3:34 ` travankor
@ 2020-12-21 14:45 ` st3r4g
  2020-12-21 14:46 ` st3r4g
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2020-12-21 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

There is an updated pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages elogind-246.9
https://github.com/void-linux/void-packages/pull/27276

elogind: update to 246.9
@pbui @travankor 

Close #27132

Testing on `x86_64` sway and gnome

A patch file from https://github.com/void-linux/void-packages/pull/27276.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elogind-246.9-27276.patch --]
[-- Type: text/x-diff, Size: 1400 bytes --]

From d80919cafda9b570b21a298e7975844d947895d9 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Mon, 21 Dec 2020 15:42:23 +0100
Subject: [PATCH] elogind: update to 246.9.r1

---
 srcpkgs/elogind/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template
index 35480b0ece0..8792d03e16d 100644
--- a/srcpkgs/elogind/template
+++ b/srcpkgs/elogind/template
@@ -1,8 +1,9 @@
 # Template file for 'elogind'
 pkgname=elogind
-reverts="243.7_1"
-version=243.4
-revision=3
+version=246.9.r1
+revision=1
+_version=246.9-r1
+wrksrc=${pkgname}-${_version}
 build_style=meson
 configure_args="-Dcgroup-controller=elogind -Dhalt-path=/usr/bin/halt
  -Drootlibexecdir=/usr/libexec/elogind -Dreboot-path=/usr/bin/reboot
@@ -17,8 +18,8 @@ short_desc="Standalone logind fork"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/elogind/elogind"
-distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
-checksum=f1098745863138e6270ea22e78a39baef9a0356b48246c5a53b34211992dc7db
+distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${_version}.tar.gz"
+checksum=11912864fbd0eeb8ba43530be4ae5ef95b7a036e20c85f4a6e63e6e04ddf2d21
 conf_files="/etc/elogind/*.conf"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (9 preceding siblings ...)
  2020-12-21 14:45 ` [PR PATCH] [Updated] " st3r4g
@ 2020-12-21 14:46 ` st3r4g
  2020-12-21 15:28 ` pbui
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2020-12-21 14:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-749010040

Comment:
https://github.com/elogind/elogind/releases/tag/v246.9-r1

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (10 preceding siblings ...)
  2020-12-21 14:46 ` st3r4g
@ 2020-12-21 15:28 ` pbui
  2020-12-21 17:19 ` [PR PATCH] [Updated] " st3r4g
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: pbui @ 2020-12-21 15:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-749032287

Comment:
Just tested the updated r1 release... still seems fine (does log to syslog now).

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (11 preceding siblings ...)
  2020-12-21 15:28 ` pbui
@ 2020-12-21 17:19 ` st3r4g
  2020-12-28 10:51 ` travankor
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2020-12-21 17:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

There is an updated pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages elogind-246.9
https://github.com/void-linux/void-packages/pull/27276

elogind: update to 246.9
@pbui @travankor 

Close #27132

Testing on `x86_64` sway and gnome

A patch file from https://github.com/void-linux/void-packages/pull/27276.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elogind-246.9-27276.patch --]
[-- Type: text/x-diff, Size: 1224 bytes --]

From 8f28a0164bee3633e94c8ab92ee00d5cdb5d35c8 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Mon, 21 Dec 2020 18:18:51 +0100
Subject: [PATCH] elogind: update to 246.9.1

---
 srcpkgs/elogind/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template
index 35480b0ece0..57eb9c2fad4 100644
--- a/srcpkgs/elogind/template
+++ b/srcpkgs/elogind/template
@@ -1,8 +1,7 @@
 # Template file for 'elogind'
 pkgname=elogind
-reverts="243.7_1"
-version=243.4
-revision=3
+version=246.9.1
+revision=1
 build_style=meson
 configure_args="-Dcgroup-controller=elogind -Dhalt-path=/usr/bin/halt
  -Drootlibexecdir=/usr/libexec/elogind -Dreboot-path=/usr/bin/reboot
@@ -18,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/elogind/elogind"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
-checksum=f1098745863138e6270ea22e78a39baef9a0356b48246c5a53b34211992dc7db
+checksum=13afcc58f71c4804b682532cd055819493411c33c814b1b3707e55e857582651
 conf_files="/etc/elogind/*.conf"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (12 preceding siblings ...)
  2020-12-21 17:19 ` [PR PATCH] [Updated] " st3r4g
@ 2020-12-28 10:51 ` travankor
  2021-01-03  9:06 ` travankor
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: travankor @ 2020-12-28 10:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-751671723

Comment:
Any idea about the test failures?

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (13 preceding siblings ...)
  2020-12-28 10:51 ` travankor
@ 2021-01-03  9:06 ` travankor
  2021-01-17 14:23 ` UsernameRandomlyGenerated
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: travankor @ 2021-01-03  9:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-753588275

Comment:
All the tests ran locally for me; three were skipped (63,119,125) and the rest passed.

125 looks like something wasn't mounted in the CI.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (14 preceding siblings ...)
  2021-01-03  9:06 ` travankor
@ 2021-01-17 14:23 ` UsernameRandomlyGenerated
  2021-01-17 14:53 ` [PR PATCH] [Updated] " st3r4g
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: UsernameRandomlyGenerated @ 2021-01-17 14:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-761820525

Comment:
246.9.2 was released.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (15 preceding siblings ...)
  2021-01-17 14:23 ` UsernameRandomlyGenerated
@ 2021-01-17 14:53 ` st3r4g
  2021-01-18 19:39 ` ericonr
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2021-01-17 14:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

There is an updated pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages elogind-246.9
https://github.com/void-linux/void-packages/pull/27276

elogind: update to 246.9
@pbui @travankor 

Close #27132

Testing on `x86_64` sway and gnome

A patch file from https://github.com/void-linux/void-packages/pull/27276.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elogind-246.9-27276.patch --]
[-- Type: text/x-diff, Size: 1224 bytes --]

From 9cfb55a598ae7ae2fb5e75148a7072f53ef86e6c Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Mon, 21 Dec 2020 18:18:51 +0100
Subject: [PATCH] elogind: update to 246.9.2

---
 srcpkgs/elogind/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template
index 35480b0ece0..3038288ffb1 100644
--- a/srcpkgs/elogind/template
+++ b/srcpkgs/elogind/template
@@ -1,8 +1,7 @@
 # Template file for 'elogind'
 pkgname=elogind
-reverts="243.7_1"
-version=243.4
-revision=3
+version=246.9.2
+revision=1
 build_style=meson
 configure_args="-Dcgroup-controller=elogind -Dhalt-path=/usr/bin/halt
  -Drootlibexecdir=/usr/libexec/elogind -Dreboot-path=/usr/bin/reboot
@@ -18,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/elogind/elogind"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
-checksum=f1098745863138e6270ea22e78a39baef9a0356b48246c5a53b34211992dc7db
+checksum=dd2fcf22a89a078cad22e633d2f14a4cc9f4a9c8bae25c0e39fc4aec3e273bc9
 conf_files="/etc/elogind/*.conf"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (16 preceding siblings ...)
  2021-01-17 14:53 ` [PR PATCH] [Updated] " st3r4g
@ 2021-01-18 19:39 ` ericonr
  2021-01-18 19:45 ` pbui
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: ericonr @ 2021-01-18 19:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-762438318

Comment:
So uhhm, what's the status here?

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (17 preceding siblings ...)
  2021-01-18 19:39 ` ericonr
@ 2021-01-18 19:45 ` pbui
  2021-01-18 21:18 ` st3r4g
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: pbui @ 2021-01-18 19:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-762440696

Comment:
I've been using this version for about a month with no issues... So it looks good to me.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (18 preceding siblings ...)
  2021-01-18 19:45 ` pbui
@ 2021-01-18 21:18 ` st3r4g
  2021-01-18 21:24 ` ericonr
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2021-01-18 21:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-762474663

Comment:
> I've been using this version for about a month with no issues... So it looks good to me.

Same

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (19 preceding siblings ...)
  2021-01-18 21:18 ` st3r4g
@ 2021-01-18 21:24 ` ericonr
  2021-01-18 23:43 ` pbui
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: ericonr @ 2021-01-18 21:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-762476788

Comment:
Can we fix the tests?

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (20 preceding siblings ...)
  2021-01-18 21:24 ` ericonr
@ 2021-01-18 23:43 ` pbui
  2021-01-19  6:44 ` travankor
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: pbui @ 2021-01-18 23:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-762516342

Comment:
@ericonr I'm not sure... Locally I get one failed test (103 test-cgroup), and three skipped (63 test-dev-setup, 119 test-bus-match, 125 test-sd-device-monitor).  However, on CI the test suite skips 119 test-bus-match but fails 122 test-login and 125 test-sd-device-monitor.

Since the CI environment and my local machine run different tests with different results I'm not 100% sure how to approach fixing this.

Here is the log from meson from my build machine: http://sprunge.us/WmcWli

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (21 preceding siblings ...)
  2021-01-18 23:43 ` pbui
@ 2021-01-19  6:44 ` travankor
  2021-01-19  6:46 ` travankor
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: travankor @ 2021-01-19  6:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-762636965

Comment:
>(103 test-cgroup)

Might be because we are using `legacy` cgroup hierarchy instead of `v2` or `hybrid`

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (22 preceding siblings ...)
  2021-01-19  6:44 ` travankor
@ 2021-01-19  6:46 ` travankor
  2021-01-19 14:08 ` ericonr
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: travankor @ 2021-01-19  6:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-762636965

Comment:
>(103 test-cgroup)

Might be because we are using `legacy` cgroup hierarchy instead of `unified` or `hybrid` (I would go with `hybrid`)

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (23 preceding siblings ...)
  2021-01-19  6:46 ` travankor
@ 2021-01-19 14:08 ` ericonr
  2021-01-19 15:52 ` st3r4g
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: ericonr @ 2021-01-19 14:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-762861713

Comment:
@travankor https://github.com/void-linux/void-runit/pull/58 points at hybrid...

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (24 preceding siblings ...)
  2021-01-19 14:08 ` ericonr
@ 2021-01-19 15:52 ` st3r4g
  2021-01-19 20:45 ` travankor
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: st3r4g @ 2021-01-19 15:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-762934186

Comment:
No tests fail on my system (x86_64 glibc):
```
Ok:                 128 
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            3   
Timeout:            0   
```

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (25 preceding siblings ...)
  2021-01-19 15:52 ` st3r4g
@ 2021-01-19 20:45 ` travankor
  2021-01-19 21:02 ` travankor
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: travankor @ 2021-01-19 20:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-763128499

Comment:
>@travankor void-linux/void-runit#58 points at hybrid...

Can logind override this? It's set to `legacy` for the elogind option. 



^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (26 preceding siblings ...)
  2021-01-19 20:45 ` travankor
@ 2021-01-19 21:02 ` travankor
  2021-01-20  7:06 ` travankor
  2021-01-21 14:32 ` [PR PATCH] [Closed]: " ericonr
  29 siblings, 0 replies; 31+ messages in thread
From: travankor @ 2021-01-19 21:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-763128499

Comment:
>@travankor void-linux/void-runit#58 points at hybrid...

Can logind override this? It's set to `legacy` for the elogind option (`-Ddefault-hierarchy`). 



^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (27 preceding siblings ...)
  2021-01-19 21:02 ` travankor
@ 2021-01-20  7:06 ` travankor
  2021-01-21 14:32 ` [PR PATCH] [Closed]: " ericonr
  29 siblings, 0 replies; 31+ messages in thread
From: travankor @ 2021-01-20  7:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27276#issuecomment-763128499

Comment:
>@travankor void-linux/void-runit#58 points at hybrid...

Can elogind override this? It's set to `legacy` for the elogind option (`-Ddefault-hierarchy=legacy`).

Anyways, it can't hurt to change it to the same option that the run scripts set.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Closed]: elogind: update to 246.9
  2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
                   ` (28 preceding siblings ...)
  2021-01-20  7:06 ` travankor
@ 2021-01-21 14:32 ` ericonr
  29 siblings, 0 replies; 31+ messages in thread
From: ericonr @ 2021-01-21 14:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

There's a closed pull request on the void-packages repository

elogind: update to 246.9
https://github.com/void-linux/void-packages/pull/27276

Description:
@pbui @travankor 

Close #27132

Testing on `x86_64` sway and gnome

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2021-01-21 14:32 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19 13:05 [PR PATCH] elogind: update to 246.9 st3r4g
2020-12-19 15:17 ` pbui
2020-12-19 17:08 ` st3r4g
2020-12-19 20:41 ` pbui
2020-12-19 20:53 ` st3r4g
2020-12-19 20:53 ` st3r4g
2020-12-19 20:54 ` st3r4g
2020-12-19 20:57 ` pbui
2020-12-19 21:05 ` pbui
2020-12-20  3:34 ` travankor
2020-12-21 14:45 ` [PR PATCH] [Updated] " st3r4g
2020-12-21 14:46 ` st3r4g
2020-12-21 15:28 ` pbui
2020-12-21 17:19 ` [PR PATCH] [Updated] " st3r4g
2020-12-28 10:51 ` travankor
2021-01-03  9:06 ` travankor
2021-01-17 14:23 ` UsernameRandomlyGenerated
2021-01-17 14:53 ` [PR PATCH] [Updated] " st3r4g
2021-01-18 19:39 ` ericonr
2021-01-18 19:45 ` pbui
2021-01-18 21:18 ` st3r4g
2021-01-18 21:24 ` ericonr
2021-01-18 23:43 ` pbui
2021-01-19  6:44 ` travankor
2021-01-19  6:46 ` travankor
2021-01-19 14:08 ` ericonr
2021-01-19 15:52 ` st3r4g
2021-01-19 20:45 ` travankor
2021-01-19 21:02 ` travankor
2021-01-20  7:06 ` travankor
2021-01-21 14:32 ` [PR PATCH] [Closed]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).