The centOS7 network card failed to start, and an error was reported: Job for network.service failed because the control process exited with error code.

tags: centos  hadoop

An error is reported when starting the network card:
[root@hadoop103 su]# systemctl start network
Job for network.service failed because the control process exited with error code. See “systemctl status network.service” and “journalctl -xe” for details.

Check the system log:
[root@hadoop103 su]# vi /var/log/messages

Solution:
[root@hadoop103 su]# chkconfig NetworkManager off
[root@hadoop103 su]# chkconfig network on
[root@hadoop103 su]# service NetworkManager stop
[root@hadoop103 su]# service network start

ping

Intelligent Recommendation

Restart the dhcp service and report an error (Job for network.service failed because the control process exited with error code)

Problem Description The following error occurred after executing the service network restart command: Restarting network (via systemctl): Job for network.service failed because the control process exi...

CentOS7 installation docker failed to start: Job for docker.service failed because the control process exited with error code

After installing docker on a new virtual machine CentOS7, the startup failed and the console reported an error:Job for docker.service failed because the control process exited with error code. See &qu...

【centOS7】Job for docker.service failed because the control process exited with error code

Job for docker.service failed because the control process exited with error code Start the docker error Command line promptsjournalctl -xeLook at the wrong details, but I don't see a large string of s...

Use service network restart to report an error Job for network.service failed because the control process exited with e

Use service network restart to report an error Job for network.service failed because the control process exited with error code The network cannot restart after modifying ifcfg-ens38 under centos7 to...

CentOS7 Starting the SSH daemon reported: Job for ssh.service failed because the control process exited with error code .......

turn CentOS7 start the SSH service reported: Job for ssh.service failed because the control process exited with error codesee systemctl status ssh.service and journalctl -xe for details. Then follow t...

More Recommendation

Job for network.service failed because the control process exited with error code. See “systemctl st

Virtual machine networking issues Restart the network card and report the following error: Job for network.service failed because the control process exited with error code. See “systemctl statu...

Virtual machine report: Job for network.service failed Because The Control Process Exited with error code

1. Error: Today, I opened the virtual machine to prepare a big data cluster. I didn't connect the Internet after I didn't boot. After boot, IFCONFIG didn't connect the IP address after IFCONFIG: 2. So...

Job for network.service failed Because The Control Process Exited with error code problem solved

Job for Network.service Failed Because The Control Process Exited with error code. See "Systemctl Status Network.service" and "journalctl -xe" for details. Question solve problem c...

Job for network.service failed Because The Control Process EXITED WITH ERROR CODE. Revenue Solution

Job for Network.Service Failed Because The Control Process Exited with ire code.see "Systemctl Status Network.service" and "journalctl -xe" for details (due to the control process ...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top