Changeset 161535c for networking


Ignore:
Timestamp:
01/14/2024 03:29:06 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
07c5bf9c
Parents:
dfaebf4
git-author:
Xi Ruoyao <xry111@…> (01/12/2024 04:04:57 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/14/2024 03:29:06 PM)
Message:

wpa_supplicant: Warn not to mix up D-Bus based and manual cfg, and do not enable wpa_supplicant.service on systemd

Enabling wpa_supplicant.service does not give any points because
wpa_supplicant can be activated by D-Bus as needed, like on SysV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wpa_supplicant.xml

    rdfaebf4 r161535c  
    225225                 /etc/dbus-1/system.d/wpa_supplicant.conf</userinput></screen>
    226226
    227     <para revision="systemd">
    228       Additionally, enable the <filename>wpa_supplicant.service</filename>
    229       so that <application>systemd</application> can properly activate the
    230       <application>D-Bus</application> service. Note that the
    231       per-connection service and the D-Bus service cannot be enabled
    232       at the same time. Run the following command as the
    233       <systemitem class="username">root</systemitem> user:
    234     </para>
    235 
    236 <screen role="root" revision="systemd"><userinput>systemctl enable wpa_supplicant</userinput></screen>
    237 
    238227    <para>
    239228      If you have built the <application>WPA Supplicant</application> GUI
     
    262251  <sect2 role="configuration">
    263252    <title>Configuring wpa_supplicant</title>
     253
     254    <important>
     255      <para>
     256        If you are using WPA Supplicant with
     257        <xref linkend='NetworkManager'/> (or anything communicating with
     258        WPA Supplicant via D-Bus), this section should be skipped.  Running
     259        a D-Bus connected WPA Supplicant instance and another WPA supplicant
     260        instance configured following this section simultaneously can cause
     261        subtle issues.
     262      </para>
     263    </important>
    264264
    265265    <sect3 id="wpa_supplicant-config">
Note: See TracChangeset for help on using the changeset viewer.