-
Notifications
You must be signed in to change notification settings - Fork 106
Knowledge Base
Unclear how to add more than one IP address or DNS server for virtual server.
Use the same input field to add more than one IP address or DNS server. Separate each IP or DNS server by space.
Error after executing autoinstaller:
Fatal error: Failed to download distribution.
Update wget package using package manager. For example for CentOS:
yum update wget
Error page is shown with "Internal Server Error". Description contains:
private method gsub! called for Class ...
Need to update ruby package. Or one can replace line 15 at /usr/lib/ruby/1.8/webrick/htmlutils.rb
to:
str = string ? string.to_s.dup : ""
Blank boxes (gray boxes) are shown instead of charts.
Charts are based on Flash technology. Make sure that any Flashblock extension isn't the cause of the problem. Some firewalls can also remove Flash content. Allow Flash content for site with OpenVZ Web Panel.
OS templates downloading doesn't work due to need of using proxy at local network.
Internally panel uses wget for templates downloading. Need to open /etc/wgetrc
file at corresponding physical server with OpenVZ kernel and uncomment the following lines:
http_proxy = http://your-proxy.com:3128/ ftp_proxy = http://your-proxy.com:3128/ use_proxy = on