Opened 3 years ago
Closed 3 years ago
#4971 closed enhancement (fixed)
systemd-250
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 11.1 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
New major version :).
Over the past month or so, there have been several regressions in systemd-249 reported on lfs-support's mailing list and IRC channel. Some of these have to do with timesync and network configuration.
The best course of action here will be to update to systemd-249.7. This will fix these issues as well as remove the patch and seds required in the books right now.
systemd-249.7 can be downloaded at https://github.com/systemd/systemd-stable/archive/refs/tags/v249.7/systemd-249.7.tar.gz - but note that it uncompresses to systemd-stable-249.7.
Change History (13)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Description: | modified (diff) |
---|---|
Summary: | Update to systemd-249.7 to fix several regressions → systemd-250 |
comment:4 by , 3 years ago
For the delay issue, I've developed this sed: sed -i -e '3565d' -e '3558a manager_close_idle_pipe(m);' src/core/manager.c
I did a quick build test and confirmed that it works.
The problem with doing a substitution on manager_close_idle_pime(m); is that it's used twice elsewhere in the file, and there's no other context to pull from. Line numbers are really the only way that I know how in that case.
I'm generating and uploading a new man pages tarball now. Then it's back to BLFS for some more updates prior to embarking on this adventure.
comment:5 by , 3 years ago
I will also add a new note to the kernel configuration regarding CONFIG_DEFAULT_HOSTNAME.
comment:6 by , 3 years ago
An easier sed without patching systemd: sed -i 's/idle/simple/' /lib/systemd/system/getty@.service
comment:8 by , 3 years ago
Either one would work, but yeah for consistency we should go /usr/lib/systemd/system/getty@.service
comment:9 by , 3 years ago
Owner: | changed from | to
---|
comment:10 by , 3 years ago
Status: | new → assigned |
---|
comment:12 by , 3 years ago
The changes can be found here: https://github.com/systemd/systemd/releases/tag/v250
None look too major, nor should any of them affect us as far as I can tell. Should be a quick and painless update
comment:13 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Running a test build at -j4 on my Skylake, alongside a new generated man pages tarball.