Artix Linux Forum

Init systems => S6 => Topic started by: RIA77 on 01 July 2021, 16:51:39

Title: Update broke system
Post by: RIA77 on 01 July 2021, 16:51:39
Пакети (10) base-2-2.9  enchant-2.3.0-1  imath-3.0.5-1  iproute2-5.13.0-1
            libksba-1.6.0-1  libnm-1.32.2-1  networkmanager-1.32.2-1
            s6-linux-init-1.0.6.3-5  s6-scripts-20210629-1  sddm-s6-20210628-1

  During upgrade of packages, system is going into console mode.
 Chrooted from Artix Openrc, updated without problems.
 Just be aware of problem.
Title: Re: Update broke system
Post by: Dudemanguy on 01 July 2021, 18:38:46
Wait a second, did sddm restarting really kill your xorg session? :o Crap, I didn't expect it to behave like that.
Title: Re: Update broke system
Post by: Dudemanguy on 01 July 2021, 19:18:48
So sorry about that! I did some testing and the culprit is actually early-getty-down being removed + an s6-related alpm hook shutting down the service which then shutsdown sddm which kills your graphical session (because the old version of sddm depends on that early-getty-down oneshot). I just pushed a fix to s6-scripts to that leaves a "dummy" early-getty-down oneshot in there (it does nothing) to avoid the alpm hook shutting down the service. Thanks for reporting and big apologies to anyone who was affected. s6-scripts-20210701-1 + sddm-s6-20210628-1 should be safe.
Title: Re: Update broke system
Post by: RIA77 on 01 July 2021, 23:34:20
To be honest, I like Lightdm, and I have been trying how to implement lightm-greeter on S-6 :)
 S6 is excellent and very stable. There is no need to apologize.
 Works fine after chroot :)