Ignore:
Timestamp:
12/03/2019 06:29:59 PM (4 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:
85e652d
Parents:
f5304565
Message:

Update to NetworkManager-1.20.8. Also added kernel configuration and additional test information.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    rf5304565 r13b116c  
    99  <!ENTITY NetworkManager-download-ftp
    1010           "&gnome-download-ftp;/NetworkManager/1.20/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "d7948a222409545294b3e4d3a7f1f468">
     11  <!ENTITY NetworkManager-md5sum        "c0ceb5ab14bfdfeee07536d94cc5c548">
    1212  <!ENTITY NetworkManager-size          "4.5 MB">
    13   <!ENTITY NetworkManager-buildsize     "840 MB (with tests)">
     13  <!ENTITY NetworkManager-buildsize     "922 MB (with tests)">
    1414  <!ENTITY NetworkManager-time          "0.9 SBU (with tests; both using parallelism=4)">
    1515]>
     
    134134  </sect2>
    135135
     136  <sect2 role="kernel" id="NetworkManager-kernel">
     137    <title>Kernel Configuration</title>
     138
     139    <para>
     140      If you wish to run the tests, enable the following options in the
     141      kernel configuration and recompile the kernel if necessary:
     142    </para>
     143
     144    <!-- Ethernet Teaming support is potentially optional, but I didn't
     145         run the tests again to test that. It was needed to convince one of
     146         the Linux Platform tests to move farther along because otherwise
     147         RTNETLINK would respond with an Error 95 - unknown device type.
     148         This would cause the test to fail early on in the process. -->
     149
     150<screen><literal>Device Drivers ---&gt;
     151  [*] Network device support         [CONFIG_NETDEVICES] ---&gt;
     152    [*] Bonding driver support       [CONFIG_BONDING]
     153    [*] Dummy net driver support     [CONFIG_DUMMY]
     154    [*] Ethernet team driver support [CONFIG_NET_TEAM]</literal></screen>
     155
     156    <indexterm zone="NetworkManager NetworkManager-kernel">
     157      <primary sortas="d-NetworkManager">NetworkManager</primary>
     158    </indexterm>
     159  </sect2>
     160
    136161  <sect2 role="installation">
    137162    <title>Installation of NetworkManager</title>
     
    211236      An already active <phrase revision="sysv">graphical</phrase> session
    212237      with bus address is necessary to run the tests. To test the results,
    213       issue: <command>ninja test</command>.
     238      as the root user, <!-- needs the "ip" command -->
     239      issue: <command>ninja test</command>. Four tests,
     240      <filename>platform/test-cleanup-linux</filename>,
     241      <filename>platform/test-link-linux</filename>,
     242      <filename>platform/test-route-linux</filename>, and
     243      <filename>devices/test-acd</filename> are known to fail.
    214244    </para>
    215245
Note: See TracChangeset for help on using the changeset viewer.