Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo with openrc wants to update systemd-utils
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
rzdndr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2024
Posts: 83

PostPosted: Wed Sep 18, 2024 3:39 am    Post subject: Gentoo with openrc wants to update systemd-utils Reply with quote

Hello

I am using gentoo with openrc or I think I am using openrc :). But today when I wanted to update my system I have seen a systemd-utils that was being updated. Is this correct on an openrc system?

Code:

Calculating dependencies... done!
Dependency resolution took 54.89 s (backtrack: 0/20).

[ebuild     U  ] sys-apps/systemd-utils-254.17::gentoo [254.13::gentoo] USE="acl kmod tmpfiles udev -boot -kernel-install -secureboot (-selinux) (-split-usr) -sysusers -test -ukify" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11" 0 KiB


Regards
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1556
Location: switzerland

PostPosted: Wed Sep 18, 2024 4:39 am    Post subject: Reply with quote

I have the same issue. I don't know if it's correct or not
_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 9172

PostPosted: Wed Sep 18, 2024 4:44 am    Post subject: Reply with quote

Correct.
Back to top
View user's profile Send private message
rzdndr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2024
Posts: 83

PostPosted: Wed Sep 18, 2024 5:31 am    Post subject: Reply with quote

asturm wrote:
Correct.


The openrc system is using some of the systemd utilities, is that what it is?
Back to top
View user's profile Send private message
Zucca
Moderator
Moderator


Joined: 14 Jun 2007
Posts: 3624
Location: Rasi, Finland

PostPosted: Wed Sep 18, 2024 6:24 am    Post subject: Reply with quote

It provides some files from systemd project which can be used without running systemd as init.
Code:
$ qlist systemd-utils | fgrep bin
/bin/systemd-tmpfiles
/bin/udevadm
/bin/systemd-hwdb
... So mainly tmpfiles daemon and udev daemon.
_________________
..: Zucca :..
Gentoo IRC channels reside on Libera.Chat.
--
Quote:
I am NaN! I am a man!
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20378

PostPosted: Wed Sep 18, 2024 6:02 pm    Post subject: Reply with quote

https://www.gentoo.org/support/news-items/2022-04-19-systemd-utils.html
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
rzdndr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2024
Posts: 83

PostPosted: Thu Sep 19, 2024 2:48 am    Post subject: Reply with quote

pjp wrote:
https://www.gentoo.org/support/news-items/2022-04-19-systemd-utils.html


From what I understand this is an OpenRC dependency, for the time being. And this might be replaced by another package in the future.

Regards
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20378

PostPosted: Thu Sep 19, 2024 3:53 am    Post subject: Reply with quote

From where did you come to that understanding? Of course any package could be replaced by another in the future.

The point of posting the news announcement was to show it's age (2022) and to clarify that it isn't "systemd" proper.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
rzdndr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2024
Posts: 83

PostPosted: Thu Sep 19, 2024 4:15 am    Post subject: Reply with quote

pjp wrote:
From where did you come to that understanding? Of course any package could be replaced by another in the future.

The point of posting the news announcement was to show it's age (2022) and to clarify that it isn't "systemd" proper.


Thank you very much for the clarification.

Regards
Back to top
View user's profile Send private message
lars_the_bear
Guru
Guru


Joined: 05 Jun 2024
Posts: 448

PostPosted: Thu Sep 19, 2024 7:47 am    Post subject: Reply with quote

FWIW, there's a similar discussion here:

https://forums.gentoo.org/viewtopic-t-1170107-postdays-0-postorder-asc-start-0.html

(and probably elsewhere, too -- it seems to be a common point of confusion.)

BR, Lars.
Back to top
View user's profile Send private message
rzdndr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2024
Posts: 83

PostPosted: Thu Sep 19, 2024 7:51 am    Post subject: Reply with quote

lars_the_bear wrote:
FWIW, there's a similar discussion here:

https://forums.gentoo.org/viewtopic-t-1170107-postdays-0-postorder-asc-start-0.html

(and probably elsewhere, too -- it seems to be a common point of confusion.)

BR, Lars.


Maybe the name of the package could be changed, without having the systemd string in it. Just an idea. The name is the reason that confused me.

Regards
Back to top
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 1870

PostPosted: Thu Sep 19, 2024 7:55 am    Post subject: Reply with quote

We're then hiding the truth from people and obscuring where the code comes from. Can't really win. The description for the package does try to explain it too.
Back to top
View user's profile Send private message
rzdndr
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2024
Posts: 83

PostPosted: Thu Sep 19, 2024 7:57 am    Post subject: Reply with quote

sam_ wrote:
We're then hiding the truth from people and obscuring where the code comes from. Can't really win. The description for the package does try to explain it too.


Sure. Was just a thought/idea.

Regards
Back to top
View user's profile Send private message
lars_the_bear
Guru
Guru


Joined: 05 Jun 2024
Posts: 448

PostPosted: Thu Sep 19, 2024 8:38 am    Post subject: Reply with quote

sam_ wrote:
We're then hiding the truth from people and obscuring where the code comes from. Can't really win. The description for the package does try to explain it too.


I suppose the only way to win is for somebody to step up and create a new udevd, completely compatible with the existing version, but unrelated to systemd, and maintain it indefinitely. Or, perhaps, to resurrect eudevd, on the same terms. I'm guessing there won't be many volunteers, until a time comes when the systemd version of udevd becomes impossible to use without the rest of systemd.

But maybe somebody out there hates systemd with enough passion to take on this job? ;) I guess that really would be a labour of love, though, so long as the systemd version continues to behave itself.

BR, Lars.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 9172

PostPosted: Thu Sep 19, 2024 8:40 am    Post subject: Reply with quote

lars_the_bear, this is entering Gentoo Chat territory. The question of this support thread was answered sufficiently. Please don't leak discussions from other threads into support forum threads; keep them where they are.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum