Error reported after sysctl. conf is modified in Centos 6

Source: Internet
Author: User
Tags centos vps

Modification cannot be completed normally

Sysctl. conf involves important linux kernel optimization and VPN construction.

Therefore, this problem must be solved.

XEN architecture

I first encountered this problem in the Hong Kong VPS of my XEN architecture.

After executing the following command, the problem is easily solved.


Modprobe bridge
Lsmod | grep bridge

OpenVZ architecture

In the us vps of my OpenVZ architecture, the following feedback was received when I executed the above command:

FATAL: Module bridge not found.
It seems that this command cannot solve the problem. After reading some materials, I found a solution in a foreign Blog.

Run the following command:

Rm-f/sbin/modprobe
Ln-s/bin/true/sbin/modprobe
Rm-f/sbin/sysctl
Ln-s/bin/true/sbin/sysctl

After the above command is completed, the problem can be solved!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.