Changeset b29b596 for general/sysutils/systemd.xml
- Timestamp:
- 01/06/2020 11:16:28 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e5937bd
- Parents:
- 3386e38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/systemd.xml
r3386e38 rb29b596 67 67 </itemizedlist> 68 68 69 <!--70 69 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 71 70 <itemizedlist spacing="compact"> … … 73 72 <para> 74 73 Required patch: 75 <ulink url="&patch-root;/systemd-&systemd-version;- consolidated_fixes-2.patch"/>74 <ulink url="&patch-root;/systemd-&systemd-version;-seccomp_and_cpuaffinity_fix-1.patch"/> 76 75 </para> 77 76 </listitem> 78 77 </itemizedlist> 79 -->78 80 79 <bridgehead renderas="sect3">systemd Dependencies</bridgehead> 81 80 … … 136 135 --> 137 136 138 <!-- No longer needed --> 139 <!-- 140 <para>Apply a patch to fix several bugs discovered after release:</para> 141 142 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen> 143 --> 137 <para>Apply a patch to fix problems with libseccomp-2.4.2+ and Linux-5.4+:</para> 138 139 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-seccomp_and_cpuaffinity_fix-1.patch</userinput></screen> 140 141 <!-- The above is only needed on systems with Linux 5.4+ and libseccomp-2.4.2+ 142 This fix is due to syscall changes in libseccomp+Linux 5.4+. 143 The affected syscall is shmat(), which isn't implemented properly on 144 i686, and intermittently fails on x86_64. Also, there is a problem with 145 CPU Affinity + CGroups on Linux-5.4+ that causes issues with the 146 "test-execute" test. --> 144 147 145 148 <para>Remove an unneeded group,
Note:
See TracChangeset
for help on using the changeset viewer.