ntpdate: step-systime: Operation not permitted
You may noticed the error ntpdate: step-systime: Operation not permitted while running ntpdate command on your OpenVZ container. You can easily fix this issue by running the below commands on the host node.
vzctl stop CT_ID vzctl set CT_ID --capability sys_time:on --save vzctl start CT_ID
Replace CT_ID with your container ID
Example:
vzctl set 101 --capability sys_time:on --save
You can also see how to change Time Zone in CentOS 6 by clicking here
That’s it!
If you like this post and wish to receive more articles from us, please like our FB page: Button
Your suggestions and feedbacks will encourage us and help to improve further, please feel free to write your comments.
For more details on our services, please drop us an E-mail at info@grepitout.com
Add Comment