diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-March/013148.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/013148.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-March/013148.html | 195 |
1 files changed, 195 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/013148.html b/zarb-ml/mageia-dev/2012-March/013148.html new file mode 100644 index 000000000..d13c17915 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/013148.html @@ -0,0 +1,195 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] systemd network.service issues + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%20network.service%20issues&In-Reply-To=%3C4F62B73E.9040304%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="013707.html"> + <LINK REL="Next" HREF="013165.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] systemd network.service issues</H1> + <B>Anssi Hannula</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20systemd%20network.service%20issues&In-Reply-To=%3C4F62B73E.9040304%40mageia.org%3E" + TITLE="[Mageia-dev] systemd network.service issues">anssi at mageia.org + </A><BR> + <I>Fri Mar 16 04:45:02 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="013707.html">[Mageia-dev] php pear mga2 upgrade issues (file conflicts) +</A></li> + <LI>Next message: <A HREF="013165.html">[Mageia-dev] systemd network.service issues +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#13148">[ date ]</a> + <a href="thread.html#13148">[ thread ]</a> + <a href="subject.html#13148">[ subject ]</a> + <a href="author.html#13148">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi all! + +So, I've just upgraded my home server to mga2/cauldron. + +Something seems fishy in the network.service handling, systemd thinks it +has failed: + +# systemctl status network.service +network.service - LSB: Bring up/down networking + Loaded: loaded (/etc/rc.d/init.d/network) + Active: failed (Result: exit-code) since Fri, 16 Mar 2012 +05:25:09 +0200; 11min ago + CGroup: name=systemd:/system/network.service + ├ 4679 /sbin/ifplugd -I -b -i eth0 + ├ 4723 /sbin/ifplugd -I -b -i eth1 + └ 5372 /sbin/dhclient -q -lf +/var/lib/dhcp/dhclient-eth0.leases -pf /var/run/dhclient-eth0.pid -cf +/etc/dhclient-eth0.conf... + +Mar 16 05:25:09 delta.onse.fi ifplugd(eth1)[4723]: Using detection mode: +SIOCETHTOOL +Mar 16 05:25:09 delta.onse.fi ifplugd(eth1)[4723]: Initialization +complete, link beat not detected. +Mar 16 05:25:09 delta.onse.fi network[4397]: [161B blob data] +Mar 16 05:25:09 delta.onse.fi network[4397]: [14B blob data] +Mar 16 05:25:13 delta.onse.fi ifplugd(eth0)[4679]: Link beat detected. +Mar 16 05:25:14 delta.onse.fi ifplugd(eth0)[4679]: Executing +'/etc/ifplugd/ifplugd.action eth0 up'. +Mar 16 05:25:15 delta.onse.fi dhclient[5312]: DHCPREQUEST on eth0 to +255.255.255.255 port 67 +Mar 16 05:25:15 delta.onse.fi dhclient[5312]: DHCPACK from 109.204.128.1 +Mar 16 05:25:15 delta.onse.fi ifplugd(eth0)[4679]: client: Determining +IP information for eth0... done. +Mar 16 05:25:15 delta.onse.fi ifplugd(eth0)[4679]: Program executed +successfully. + + +Trying to restart it I seem to hit other issues: + +# systemctl restart network.service +Job failed. See system journal and 'systemctl status' for details. +# systemctl status network.service +network.service - LSB: Bring up/down networking + Loaded: loaded (/etc/rc.d/init.d/network) + Active: failed (Result: exit-code) since Fri, 16 Mar 2012 +05:36:39 +0200; 3s ago + Process: 8027 ExecStart=/etc/rc.d/init.d/network start +(code=exited, status=1/FAILURE) + CGroup: name=systemd:/system/network.service + ├ 8195 /sbin/ifplugd -I -b -i eth0 + └ 8353 /sbin/dhclient -q -lf +/var/lib/dhcp/dhclient-eth0.leases -pf /var/run/dhclient-eth0.pid -cf +/etc/dhclient-eth0.conf... + +Mar 16 05:36:39 delta.onse.fi network[8027]: RTNETLINK answers: File exists +Mar 16 05:36:39 delta.onse.fi network[8027]: RTNETLINK answers: File exists +Mar 16 05:36:39 delta.onse.fi network[8027]: RTNETLINK answers: File exists +Mar 16 05:36:39 delta.onse.fi network[8027]: RTNETLINK answers: File exists +Mar 16 05:36:39 delta.onse.fi dhclient[8261]: DHCPREQUEST on eth0 to +255.255.255.255 port 67 +Mar 16 05:36:40 delta.onse.fi dhclient[8261]: DHCPACK from 109.204.128.1 +Mar 16 05:36:40 delta.onse.fi ifplugd(eth0)[8195]: client: Determining +IP information for eth0...NETLINK: Error: File exists +Mar 16 05:36:40 delta.onse.fi ifplugd(eth0)[8195]: client: done. +Mar 16 05:36:40 delta.onse.fi ifplugd(eth0)[8195]: client: NETLINK: +Error: File exists +Mar 16 05:36:40 delta.onse.fi ifplugd(eth0)[8195]: Program executed +successfully. + +Any ideas? If not, I'll investigate this myself later. + + +On a related note, I also got dropped to emergency console on first +boot, not sure why was that (it didn't tell me the reason... maybe the +reason was in another virtual console, but I didn't remember to check +there at the time). I just exited the console and it continued to boot... + +I see the following in systemctl --failed: + +# systemctl --failed +UNIT LOAD ACTIVE SUB JOB DESCRIPTION +bootparamd.service loaded ESC[1;31mfailed failedESC[0m +SYSV: The bootparamd server allows older Sun workstations to net boot +from Linux boxes. It (along with rarp) is rarely used anymore; bootp and +dhcp have mostly replaced both of them. +fedora-loadmodules.service loaded ESC[1;31mfailed failedESC[0m +Load legacy module configuration +network.service loaded ESC[1;31mfailed failedESC[0m +LSB: Bring up/down networking +systemd-modules-load.service loaded ESC[1;31mfailed failedESC[0m +Load Kernel Modules + +-- +Anssi Hannula +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="013707.html">[Mageia-dev] php pear mga2 upgrade issues (file conflicts) +</A></li> + <LI>Next message: <A HREF="013165.html">[Mageia-dev] systemd network.service issues +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#13148">[ date ]</a> + <a href="thread.html#13148">[ thread ]</a> + <a href="subject.html#13148">[ subject ]</a> + <a href="author.html#13148">[ 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> |