Changeset 88d8c967 for general


Ignore:
Timestamp:
10/15/2019 02:19:42 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ff803c4
Parents:
e1c8ab7
Message:

Update to gnome-desktop-3.34.1
Update to gcr-3.34.0
Update to vte-0.58.2
upower: Add kernel configuration to allow it to function under systemd.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22249 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/upower.xml

    re1c8ab7 r88d8c967  
    102102  </sect2>
    103103
     104  <sect2 role="kernel" id="upower-kernel" revision="systemd">
     105    <!-- With UPower-0.9.11's hardening of the systemd unit file,
     106         User Namespace Support is now required. Without this, you get
     107         "ERROR 213/USER" out of a 'systemctl start upower'. -->
     108    <title>Kernel Configuration</title>
     109   
     110    <para>
     111      Enable the following options in the kernel configuration and recompile the
     112      kernel if necessary:
     113    </para>
     114
     115 <screen><literal>General Setup ---&gt;
     116    [*] Namespaces support ---&gt;     [CONFIG_NAMESPACES]
     117       [*] User namespace           [CONFIG_USER_NS]</literal></screen>
     118
     119    <indexterm zone="upower upower-kernel">
     120      <primary sortas="d-upower">upower</primary>
     121    </indexterm>
     122  </sect2>
     123 
    104124  <sect2 role="installation">
    105125    <title>Installation of UPower</title>
Note: See TracChangeset for help on using the changeset viewer.