Issue
Sometimes you can see the following errors in the /var/log/messages
Dec 24 13:57:01 server5 kernel: LVE: [3085] lve_first_init: res init -71
Dec 24 13:57:01 server5 kernel: LVE: [24895] _lve_enter: Can't alloc ve #1155 lvp #0, rc -22
Dec 24 13:57:01 server5 kernel: LVE: [3085] lve_namespace_setup: trying to create a namespace before setup
Dec 24 13:57:01 server5 kernel: LVE: [3085] lve_first_init: res init -71
Dec 24 13:57:01 server5 kernel: LVE: [24896] _lve_enter: Can't alloc ve #1154 lvp #0, rc -22
Dec 24 13:57:01 server5 kernel: LVE: [3085] lve_namespace_setup: trying to create a namespace before setup
The main core of the issue can be related to the stopped or absent lve_namespaces service in the system.
Environment
- CloudLinux 7
- cPanel
Solution
1. To solve the problem, start the lve_namespaces service
# systemctl start lve_namespaces.service
# systemctl enable lve_namespaces.service
2. Or if the service is absent, please reinstall the lve-utils package:
# yum reinstall lve-utils -y
3. And start the lve-utils service:
# systemctl start lve_namespaces.service
# systemctl enable lve_namespaces.service
Comments
0 comments
Please sign in to leave a comment.