Explain the function of static keyword and final keyword in Java in detail>>>
When learning how to use Yum in centos6, I suddenly reported this exception. The most likely reason is that there is something wrong with the DNS server. Because the error said: unable to resolve the domain name ‘mirrorlist. CentOS. Org’
First of all, we can configure the DNS server by using the graphical interface or by modifying it
/etc/sysconfig/network-scripts/ifcfg-eth0
Add:
DNS1=10.1.1.111
The specific DNS address will be assigned automatically when dynamic allocation is used. It can be obtained by dynamic allocation before static configuration
Similar Posts:
- Solve the problem of could not retrieve mirrorlist in centos7 yum
- Virtual machine error: Job for network.service failed because the control process exited with error code
- [Solved] Device eth0 does not seem to be present,delaying initialization
- CentOS 7 network could not retrieve error [Solved]
- Job for network.service failed because the control process exited with error code [How to Solve]
- [How to Solve] Device eth0 does not seem to be present
- CentOS7 Failed to start LSB: Bring up/down [How to Solve]
- [Solved] Could not resolve host: mirrorlist.centos.org Centos 7 Unkown error
- [Solved] VMware Modify network.service Error: LSB: Bring up/down networking
- CentOS7 Failed to start LSB: Bring up/down networking. [How to Solve]