naidu / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

Cannot download OS templates #545

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all!
I can confirm that this is still an issue with OpenVZ using OpenVZ Web Panel 
2.4.
After the initial installation using the quick install located here 
http://openvz.org/Quick_installation  
I had some initial issues. Following commands issued, to get to work.

iptables stop  
chkconfig iptables off

At this point I realized that I needed to login to the OpenVZ kernel. 
you can make OpenVZ kernel default in the /boot/grub/grub.conf
place OpenVZ kernel first in boot priority.
reboot.

After this I was able to get to http://ipaddress:3000 
login using admin/admin no issues.  
After logging in I was not able to download a OS template although I used wget 
to pull down a few templates to the server and put them in to the 
/vz/template/cache the web UI would not auto populate the templates that were 
manually downloaded. 
Physical server statistics were not showing up either.

which brings me to the hw-daemon.rb  
cd /tmp 
wget http://ovz-web-panel.googlecode.com/files/ovz-web-panel-2.0.tgz
tar -zxvf ovz-web-panel-2.0.tgz
cp ovz-web-panel/utils/hw-daemon/hw-daemon.rb 
/opt/ovz-web-panel/utils/hw-daemon/hw-daemon.rb
service owp restart

or reboot

At this point everything should be working.

Many think to karma for the instructions for extracting and installing the 
hw-daemon.rb

Good luck all.
DZ  

Additional information: Browser Chrome Version 38.0.2114.2 beta-m (64-bit)

Original issue reported on code.google.com by myeyesar...@gmail.com on 18 Aug 2014 at 10:08

GoogleCodeExporter commented 9 years ago
Missed a few critical bit of information.
Running CentOS 6.5 64bit

Original comment by myeyesar...@gmail.com on 18 Aug 2014 at 10:12