[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#704211: e: Bug#704211: [release-notes] [wheezy] issues: NM conflicts with wicd-daemon, Gnome3 now depends on NM



Okay... updated patches attached.

These are still based on svn r9694.  I was trying to update them for r9709 
using Git, but I've apparently forgotten how to do a pull between local 
branches.

If you have any other suggested changes, just let me know and I'll update 
these again.  ;)

Thanks much.

  -- Chris

--
Chris Knadle
Chris.Knadle@coredump.us
Description: update issues.dbk for conflicts between NetworkManager
  and other network management daemons, such as wicd-daemon
Author: Christopher Knadle <Chris.Knadle@coredump.us>
===================================================================
--- en/issues.dbk    (revision 9694)
+++ en/issues.dbk    (working copy)
@@ -106,21 +106,62 @@ the current Chromium releases for stable.
 
 <section id="gnome-desktop-changes">
 <title>GNOME desktop changes and support</title>
-<para>
-  By default, most accessibility tools are not enabled in the GNOME display
-  manager (gdm3).  In order to enable screen reading, zooming, or a visual
-  keyboard, the simplest way is to enable the <quote>shell</quote> greeter.
-</para>
+  <section>
+  <title>Accessibility</title>
+  <para>
+    By default, most accessibility tools are not enabled in the GNOME display
+    manager (gdm3).  In order to enable screen reading, zooming, or a visual
+    keyboard, the simplest way is to enable the <quote>shell</quote> greeter.
+  </para>
+  <para>
+    To do that, edit the <filename>/etc/gdm3/greeter.gsettings</filename> file,
+    and uncomment the following:
+  <programlisting>session-name='gdm-shell'</programlisting>
+    while commenting
+  <programlisting>session-name='gdm-fallback'</programlisting>
+    Note that it requires a compatible 3D graphics card — which is the reason
+    why it is not enabled by default.
+  </para>
+  </section>
+  <section id="network-manager-conflicts">
+  <title>NetworkManager</title>
+  <para>
+    At present, <command>NetworkManager</command> can detect if a network
+    interface is managed by <command>ifupdown</command> to avoid conflicts
+    with it, but does not detect other networking manager programs such as
+    <command>wicd-daemon</command>. Problems and unexpected behavior can
+    result if two network manager daemons are managing the same interface
+    when attempting to make a networking connection.
+  </para>
+  <para>
+    For instance, if <command>wicd-daemon</command> and
+    <command>NetworkManager</command> are both running, attempting to use a
+    <command>wicd</command> client to make a connection will fail with a
+    counterintuitive error message:
+    <screen>Connection Failed: bad password</screen>
+    Attempting to use a <command>NetworkManager</command> client may likewise
+    fail with the message:
+    <screen>NetworkManager is not running.  Please start it.</screen>
+    The <systemitem role="package">network-manager</systemitem> package
+    cannot easily be removed due to it now being a dependency in the GNOME
+    package chain.  It is is recommended that users of GNOME consider
+    installing and trying <command>NetworkManager</command>, but if continuing
+    to use another networking manager is desired, the
+    <command>NetworkManager</command> daemon may remain installed but be
+    permanently disabled in a way which is persistant through upgrades with
+    the following command:
+    <screen># update-rc.d network-manager disable</screen>
+    Also examine the contents of <filename>/etc/resolv.conf</filename>, which
+    is used to specify DNS servers for name resolution, as the contents of
+    this file are normally replaced by <command>NetworkManager</command>.
+  </para>
+  <para>
+    Further information is available in bugs
+    <ulink url="&url-bts;681834">#681834</ulink> and
+    <ulink url="&url-bts;688772">#688772</ulink>.
+  </para>
+  </section>
 
-<para>  
-  To do that, edit the <filename>/etc/gdm3/greeter.gsettings</filename> file,
-  and uncomment the following:
-<programlisting>session-name='gdm-shell'</programlisting>
-  while commenting
-<programlisting>session-name='gdm-fallback'</programlisting>
-  Note that it requires a compatible 3D graphics card — which is the reason
-  why it is not enabled by default.
-</para>
 </section>
 
 <section id="graphics" condition="fixme">
Description: update whats-new.dbk to mention NetworkManager and
  wicd-daemon, link to possible conflicts
Author: Christopher Knadle <Chris.Knadle@coredump.us>
===================================================================
--- en/whats-new.dbk    (revision 9694)
+++ en/whats-new.dbk    (working copy)
@@ -656,6 +656,24 @@ deb-src &url-debian-mirror-eg;/debian &releasename;-updates main contrib</progra
       features are now available in GDM 3.x.
     </para>
   </section>
+  <section>
+    <title>Network management</title>
+    <para>
+      GNOME now features online connectivity awareness with several
+      applications along with the GNOME shell using
+      <command>NetworkManager</command>, which features IPv6 compatibility
+      along with a wide range of networking technologies (VPN, wireless, 3G).
+      GNOME users are strongly advised to use
+      <command>NetworkManager</command> for network connectivity; the GNOME
+      components work best with <command>NetworkManager</command>.
+    </para>
+    <para>
+      If you are planning on using another network management daemon instead
+      (such as <command>wicd-daemon</command>), please see Section
+      <xref linkend="network-manager-conflicts"/> concerning possible
+      conflicts.
+    </para>
+  </section>
 
 </section>
 

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: