Artix Linux Forum

Artix Linux => Package management => Topic started by: artiong on 04 July 2021, 17:56:18

Title: [SOLVED] Replacement of elogind-openrc with elogind-66
Post by: artiong on 04 July 2021, 17:56:18
I have an install that was set up from base-openrc. Today when I tried to do updates, I got:

Code: [Select]
# pacman -Syu
:: Synchronizing package databases...
...
:: Starting full system upgrade...
resolving dependencies...
:: There are 3 providers available for init-elogind:
:: Repository system
   1) elogind-66  2) elogind-runit  3) elogind-s6

Enter a number (default=1): 1
looking for conflicting packages...
:: elogind-66 and elogind-openrc are in conflict (init-logind). Remove elogind-openrc? [y/N]

This seems odd to me since I am using openrc, so I just wanted to check before I hit y.

Thanks!
Title: Re: Replacement of elogind-openrc with elogind-66
Post by: toxygen on 04 July 2021, 18:00:02
do not hit Y

please see my thread
https://forum.artixlinux.org/index.php/topic,2820.0.html
Title: Re: Replacement of elogind-openrc with elogind-66
Post by: Chris Cromer on 04 July 2021, 18:52:21
This has now been fixed. After your mirror updates the upgrade will work as normal.
Title: Re: Replacement of elogind-openrc with elogind-66
Post by: artiong on 04 July 2021, 21:58:31
Thanks to both of you!