After openstack neutron is installed, the Linux bridge starts and the error is resolved
After the Linux bridge service is started, check the operation log and report errors. For possible solutions, refer to the blog
After the Linux bridge service is started, check the operation log and report an error
after installing and configuring the neutron computing node component, start the linuxbridge service, which can be started, but check the operation log and find an error. The main error contents are:
Oslo_ Privsep.daemon.failedtodropprivileges: privsep helper command exited non zero (1)
at this time, check dhcp-agent.log and find the same error. After reading several blogs on Baidu, the positioning problem is the permission problem.
Possible solutions
1. First, close SELinux. It is possible that SELinux has access control over privsep helper programs. Modify/ etc/SELinux/config
file:
change SELinux = enforcing
to SELinux = disabled
restart the system: reboot
check whether the problem is solved
2. If the above methods cannot be solved, it may also be that neutron privsep needs sudo permission, but the default environment is not configured after installation. Therefore, add sudoer permission
modify the VIM/etc/neutron/neutron.conf
file, and modify the following contents:
[privsep]
user = neutron
helper_command = sudo privsep-helper
Modify the VIM/etc/sudoers. D/neutron
file, add the following contents, and then force save and exit
neutron ALL = (root) NOPASSWD: ALL
customer service
[1] https://www.cnblogs.com/dyd168/p/14466744.html
Read More:
- When angular4.0 starts the project, an error is reported: the “@ angular / compiler cli” package was not properly installed
- When nodejs is installed: the error code is 2503
- Exception record. When eclipse starts, an error is reported when workspace is opened
- Pikachu vulnerability is installed in the shooting range, and an error is reported when connecting to the MySQL database
- Solve the problem of jdk8 after win7 is installed. Has value ‘1.8’, but ‘1.7’ is required
- CONDA HTTP error is prompted when Anaconda prompt is installed and updated
- After matlab2018a is successfully installed, a licensing error appears when it is opened: – 8523
- After windows VM is installed successfully, it is always prompted that this application may not work properly
- After node.js is installed, use the instruction node version in vscode to show that it is not an external or internal instruction. The solution is as follows:
- The Ethereum private chain is built, and the block information cannot be synchronized. The error is resolved: Node data write error err=”state node failed with all peers(1 tries, 1 peers)
- zookeeper_ An error is reported when the exporter starts
- The apple mobile device service failed to start. Error 1053 is resolved
- matplotlib 1.3.1 requires nose, which is not installed. matplotlib 1.3.1 requires tornado, which is
- After Java application is deployed in Linux environment, Chinese is displayed as square solution
- CreateProcess failed when the inno setup packager is installed; code 740
- Configuration: error:!! OpenSSL is not properly installed on your system
- [problem record] installed build tools revision 31.0.0 is broken during Android studio compilation
- Terminal appears after anconda is installed on MAC (base)
- Zeppelin starts successfully, but an error is reported
- Zeppelin starts successfully, but an error is reported