Home > System Tutorial > LINUX > body text

Handling Linux network card startup error: RTNETLINK answers: File exists

WBOY
Release: 2024-01-16 10:54:16
forward
1722 people have browsed it

After modifying the network card parameter configuration on the Linux host, the network card often restarts. Sometimes the network card restarts and an error RTNETLINK answers: File exists, what is the reason? Please see the introduction below for details.

Linux网卡无法启动报错RTNETLINK answers: File exists怎么办?

1. Problem description

Under Linux, use the service network restart command to restart the network card , and a restart failure error will appear as shown.

Linux网卡无法启动报错RTNETLINK answers: File exists怎么办?

2. Check the problem details

Use the systemctl status network.service command to view error details.

Linux网卡无法启动报错RTNETLINK answers: File exists怎么办?

3. Cause analysis and solutions

This kind of error is usually caused by a conflict with the NetworkManager service. Just close the NetworkManger service directly, service NetworkManager stop,and disable starting systemctl disable NetworkManager at boot.

Linux网卡无法启动报错RTNETLINK answers: File exists怎么办?

Restart network service

service network restart

Linux网卡无法启动报错RTNETLINK answers: File exists怎么办?

Check the network card status, active is normal

systemctl status network.service

Linux网卡无法启动报错RTNETLINK answers: File exists怎么办?

Precautions:

Use the command systemctl disable NetworkManager on Centos7 to turn off auto-start

The above is the detailed content of Handling Linux network card startup error: RTNETLINK answers: File exists. For more information, please follow other related articles on the PHP Chinese website!

source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!