diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-December/020546.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-December/020546.html | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-December/020546.html b/zarb-ml/mageia-dev/2012-December/020546.html new file mode 100644 index 000000000..5078bc879 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-December/020546.html @@ -0,0 +1,116 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] NetworkManager vs initscripts + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20NetworkManager%20vs%20initscripts&In-Reply-To=%3C50BD51E8.2020908%40roadrunner.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="020545.html"> + <LINK REL="Next" HREF="020550.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] NetworkManager vs initscripts</H1> + <B>Frank Griffin</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20NetworkManager%20vs%20initscripts&In-Reply-To=%3C50BD51E8.2020908%40roadrunner.com%3E" + TITLE="[Mageia-dev] NetworkManager vs initscripts">ftg at roadrunner.com + </A><BR> + <I>Tue Dec 4 02:29:12 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="020545.html">[Mageia-dev] NetworkManager vs initscripts +</A></li> + <LI>Next message: <A HREF="020550.html">[Mageia-dev] [changelog] [RPM] cauldron core/release pcre-8.32-5.mga3 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20546">[ date ]</a> + <a href="thread.html#20546">[ thread ]</a> + <a href="subject.html#20546">[ subject ]</a> + <a href="author.html#20546">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 12/03/2012 07:12 PM, JA Magallón wrote: +><i> +</I>><i> To get the most 'pure' NM setup I could, I did this: +</I>><i> - disabled the ifcfg-rh plugin in NM.conf, just keyfile +</I>><i> - configured the network via nm-connection-editor, stored system wide +</I>><i> in /etc/NetworkManager/system-connections +</I>><i> - creaed a dummy ifcfg-eth0 file with +</I>><i> DEVICE=eth0 +</I>><i> NM_CONTROLLED=yes +</I>><i> lines. No network info in there...just dummy file for initscripts to +</I>><i> ignore it, +</I>><i> as udev will be trying to create it with DHCP setup if not present... +</I>><i> +</I>><i> Perhaps GUI toos and installer could do this also, if user wants the +</I>><i> interface +</I>><i> to be managed by NM. Perhaps it is time to deprecate ifcfg-rh and +</I>><i> create native +</I>><i> files for NM... +</I>Yes, the problem at the moment is coordination between udev and +drakconnect and NM. The present policy is that NM will *not* be the +default, which is why udev creates the ifcfg files. + +NM is designed to assume that it is in charge of all interfaces. The +only concession to coexistence with ifplugd is that if an ifcfg exists +*and* it has NM_CONTROLLED=NO, then NM will not try to control the +interface. Conversely, if ifplugd finds that an ifcfg exists *and* it +has NM_CONTROLLED=YES, then it will ignore it. + +For total coordination between all of these, udev, drakconnect, and +ifplugd would have to look for and check /etc/NetworkManager.conf to +determine whether NM was active and whether it was paying any attention +to ifcfg files. That would determine whether ifplugd would attept to +control any interfaces at all, and whether drakconnect would even try to +build ifcfg files for them. + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="020545.html">[Mageia-dev] NetworkManager vs initscripts +</A></li> + <LI>Next message: <A HREF="020550.html">[Mageia-dev] [changelog] [RPM] cauldron core/release pcre-8.32-5.mga3 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20546">[ date ]</a> + <a href="thread.html#20546">[ thread ]</a> + <a href="subject.html#20546">[ subject ]</a> + <a href="author.html#20546">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |