Difference between revisions of "Troubleshooting miscellaneous openvz issues"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Troubleshooting_openVZ_issues|Troubleshooting openVZ issues</yambe:breadcrumb> =Troubleshooting miscellaneous openvz issues= ==Known error messages== #If yo...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>Troubleshooting_openVZ_issues|Troubleshooting openVZ issues</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Virtualization tools]] > [[OpenvZ]] > [[Troubleshooting openVZ issues]] > [[Troubleshooting miscellaneous openvz issues]]
=Troubleshooting miscellaneous openvz issues=


==Known error messages==
==Rare error messages==
#If you see error message
*If you see error message
<pre>
<pre>
Please check that vzdev kernel module is loaded and you have sufficient permissions to access the file
Please check that vzdev kernel module is loaded and you have sufficient permissions to access the file
Line 10: Line 9:
<pre>
<pre>
modprobe vzdev
modprobe vzdev
</mre>
</pre>




#If the error message is
*If the error message is
<pre>
<pre>
Unable to open /proc/vz/veinfo: No such file or directory
Unable to open /proc/vz/veinfo: No such file or directory
Line 22: Line 21:
service vzeventd restart
service vzeventd restart
</pre>
</pre>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Virtualization tools]] > [[OpenvZ]] > [[Troubleshooting openVZ issues]] > [[Troubleshooting miscellaneous openvz issues]]

Latest revision as of 13:09, 24 August 2022

Home > CentOS > CentOS 6.x > Virtualization tools > OpenvZ > Troubleshooting openVZ issues > Troubleshooting miscellaneous openvz issues

Rare error messages

  • If you see error message
Please check that vzdev kernel module is loaded and you have sufficient permissions to access the file

then try

modprobe vzdev


  • If the error message is
Unable to open /proc/vz/veinfo: No such file or directory

Then try

service vz restart
service vzeventd restart



Home > CentOS > CentOS 6.x > Virtualization tools > OpenvZ > Troubleshooting openVZ issues > Troubleshooting miscellaneous openvz issues