Page MenuHomeSolus

systemd: Update to 250.8
ClosedPublic

Authored by ReillyBrogan on Jun 12 2022, 6:36 PM.
Tags
None
Referenced Files
F11032070: D13281.id32743.diff
Wed, Aug 9, 1:50 PM
F11032066: D13281.id32476.diff
Wed, Aug 9, 1:50 PM
F11032064: D13281.id.diff
Wed, Aug 9, 1:50 PM
F11032063: D13281.id32658.diff
Wed, Aug 9, 1:50 PM
F11025610: D13281.diff
Wed, Aug 9, 1:10 AM
F11014856: D13281.id32476.diff
Sat, Aug 5, 7:47 AM
F11007749: D13281.diff
Tue, Aug 1, 10:02 PM
F10877271: D13281.diff
Jun 20 2023, 5:36 PM

Details

Summary

Release notes available here

Test Plan
  • Booted existing system
  • Logged into KDE Plasma Wayland session
  • Logged into Gnome (X11 and Wayland both tested) (in virt-manager VM)
  • Checked network connectivity
  • Checked that pre-existing automount drives worked
  • Checked Docker
  • Checked journal logs for any errors (note that there are a few warnings that will need to be resolved in other packages such as lvm2)
  • Checked that journal logs from previous boots using systemd 249 were still readable
  • Played a few games to verify that gamepads still worked

Diff Detail

Repository
R2999 systemd
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3961
Build 3961: arc lint + arc unit

Event Timeline

This is submitted so that others can build this and run it on their local systems in order to gather more testing feedback.

Here's a command that you can run to install systemd 250 if you trust the packages built by me (there is probably a much better way of doing this, but this works):

installed=($(eopkg li | grep systemd | awk '{print  $1 "|"}'))
to_install="sudo eopkg it "
for i in "systemd" "systemd-32bit" "systemd-32bit-dbginfo" "systemd-32bit-devel" "systemd-dbginfo" "systemd-devel" ; do
  if [[ " ${installed[*]} " =~ " ${i}| " ]]; then
    to_install="$to_install https://solus.reillybrogan.com:8443/systemd-250/$i-250.7-105-1-x86_64.eopkg"
  fi
done
eval $to_install

Working fine so far on my system. Browsing, packaging, gaming, for a couple of hours.

DE: Budgie
GPU: Nvidia

ReillyBrogan retitled this revision from systemd: Update to 250.7 to systemd: Update to 250.8.Jul 14 2022, 6:23 PM
ReillyBrogan edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jul 25 2022, 4:28 PM
This revision was automatically updated to reflect the committed changes.