From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-March/013148.html | 195 ++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-March/013148.html (limited to 'zarb-ml/mageia-dev/2012-March/013148.html') 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 @@ + + + + [Mageia-dev] systemd network.service issues + + + + + + + + + +

[Mageia-dev] systemd network.service issues

+ Anssi Hannula + anssi at mageia.org +
+ Fri Mar 16 04:45:02 CET 2012 +

+
+ +
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
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1