summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-August/018204.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-August/018204.html')
-rw-r--r--zarb-ml/mageia-dev/2012-August/018204.html99
1 files changed, 99 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-August/018204.html b/zarb-ml/mageia-dev/2012-August/018204.html
new file mode 100644
index 000000000..24af1cd29
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-August/018204.html
@@ -0,0 +1,99 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] network interface renaming not working anymore
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20network%20interface%20renaming%20not%20working%20anymore&In-Reply-To=%3Calpine.LMD.2.02.1208162118290.7617%40zem.cjw.nep%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="018197.html">
+ <LINK REL="Next" HREF="018205.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] network interface renaming not working anymore</H1>
+ <B>Christiaan Welvaart</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20network%20interface%20renaming%20not%20working%20anymore&In-Reply-To=%3Calpine.LMD.2.02.1208162118290.7617%40zem.cjw.nep%3E"
+ TITLE="[Mageia-dev] network interface renaming not working anymore">cjw at daneel.dyndns.org
+ </A><BR>
+ <I>Thu Aug 16 21:30:53 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="018197.html">[Mageia-dev] Can I upgrade dpkg and related packages?
+</A></li>
+ <LI>Next message: <A HREF="018205.html">[Mageia-dev] network interface renaming not working anymore
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#18204">[ date ]</a>
+ <a href="thread.html#18204">[ thread ]</a>
+ <a href="subject.html#18204">[ subject ]</a>
+ <a href="author.html#18204">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>hi,
+
+When I finally rebooted a cauldron system that acts as a router, it turned
+out the network interfaces eth0 and eth1 were switched, exposing
+&quot;internal&quot; services to the outside world and leaving me without internet
+access. Syslog contains:
+Aug 15 22:48:29 zem systemd-udevd[404]: error changing net interface name eth0 to eth1: File exists
+Aug 15 22:48:29 zem systemd-udevd[404]: error changing net interface name eth1 to eth0: File exists
+
+Of course this has worked for years, so it breaking is not something
+anyone would expect. It also seems to be unneeded. After some looking
+around I could (temporarily) fix it quite easily by adding:
+ ifrename -i eth0 -n rename0
+ ifrename -i eth1 -n rename1
+ ifrename -i rename0
+ ifrename -i rename1
+to /etc/init.d/network and describing the mapping in /etc/iftab .
+So now I have two questions:
+- Has anyone else seen this?
+- What change is causing this: kernel, udev/systemd, or something else?
+
+The network devices use the same driver so there is no other way to
+distinguish them than by MAC address or PCI ID.
+
+
+ Christiaan
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="018197.html">[Mageia-dev] Can I upgrade dpkg and related packages?
+</A></li>
+ <LI>Next message: <A HREF="018205.html">[Mageia-dev] network interface renaming not working anymore
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#18204">[ date ]</a>
+ <a href="thread.html#18204">[ thread ]</a>
+ <a href="subject.html#18204">[ subject ]</a>
+ <a href="author.html#18204">[ 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>