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
Line 2: Line 2:
=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 10:
<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

Revision as of 13:23, 14 March 2014

<yambe:breadcrumb>Troubleshooting_openVZ_issues|Troubleshooting openVZ issues</yambe:breadcrumb>

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