[opensuse] Error in log: dhcpcd[1581]: eth0: received SIGTERM
Hi, One of my machine can’t get ip address. Here is some information that related to this issue. I think that dhcp receive SIGTERM signal is suspicions , I want to know which process will send that signal and why. 1. journalctl -x Showing results: -- The system clock has been changed to REALTIME microseconds after January 1st, 1970. Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: leased 10.10.10.11 for infinity Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: adding IP address 10.10.10.11/24 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: adding route to 71.71.0.0/20 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: adding route to 1.2.3.0/26 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: adding route to 10.42.0.0/16 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost systemd[1]: network@eth0.service: control process exited, code=exited status=7 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: Failed to lookup hostname via DNS: Temporary failure in name resolution Mar 30 06:14:37 localhost ifup[1508]: eth0 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: exiting Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: received SIGTERM, stopping Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: removing route to 71.71.0.0/20 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: removing route to 1.2.3.0/26 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: removing route to 10.42.0.0/16 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: removing IP address 10.10.10.11/24 Mar 30 06:14:38 localhost dhcpcd[1581]: eth0: exiting Mar 30 06:14:38 localhost systemd[1]: Failed to start ifup managed network interface eth0. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On April 25, 2015 11:29:17 PM PDT, Qingfu Wang <qingfuw@microsoft.com> wrote:
Hi, One of my machine can’t get ip address. Here is some information that related to this issue. I think that dhcp receive SIGTERM signal is suspicions , I want to know which process will send that signal and why.
1. journalctl -x Showing results: -- The system clock has been changed to REALTIME microseconds after January 1st, 1970. Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: leased 10.10.10.11 for infinity Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: adding IP address 10.10.10.11/24 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: adding route to 71.71.0.0/20 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: adding route to 1.2.3.0/26 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: adding route to 10.42.0.0/16 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost systemd[1]: network@eth0.service: control process exited, code=exited status=7 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: Failed to lookup hostname via DNS: Temporary failure in name resolution Mar 30 06:14:37 localhost ifup[1508]: eth0 Mar 30 06:14:37 localhost dhcpcd[1067]: eth0: exiting Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: received SIGTERM, stopping Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: removing route to 71.71.0.0/20 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: removing route to 1.2.3.0/26 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: removing route to 10.42.0.0/16 via 10.10.10.254 metric 0 Mar 30 06:14:37 localhost dhcpcd[1581]: eth0: removing IP address 10.10.10.11/24 Mar 30 06:14:38 localhost dhcpcd[1581]: eth0: exiting Mar 30 06:14:38 localhost systemd[1]: Failed to start ifup managed network interface eth0. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
It looks like you have more than one Instance of dhcpcd running. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
John Andersen
-
Qingfu Wang