naidu / ovz-web-panel

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

Unable to sync information about hardware nodes #457

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1.sudo /opt/ovz-web-panel/script/owp restart
2.
3.

Actual result: Fail starting panel

Expected result: working panel

Version of the product:

Server OS: Centos5

Browser:

Additional information:

Original issue reported on code.google.com by neebz...@gmail.com on 7 Jul 2012 at 7:54

GoogleCodeExporter commented 9 years ago
I got the same issue
------------------------------------------------------------------------------

[root@localhost ~]# sudo /opt/ovz-web-panel/script/owp restart
Stopping OpenVZ Web Panel server...
Stopping web server...
[OK] Web server was stopped.
Stopping hardware node daemon...
[OK] Hardware node daemon was stopped.
Stopping watchdog daemon...
[OK] Watchdog daemon was stopped.
Starting OpenVZ Web Panel...
Starting watchdog daemon...
[OK] Watchdog daemon was started.
Starting web server webrick on 0.0.0.0:3000...
[OK] Web server was started.
Starting hardware node daemon...
[OK] Hardware node daemon was started.
Syncing hardware nodes states...
[FAIL] Unable to sync information about hardware nodes.
-------------------------------------------------------------------------------

Original comment by lovever0...@gmail.com on 25 Mar 2013 at 6:04

GoogleCodeExporter commented 9 years ago
Got the same error after trying to upgrade the panel:

[FAIL] Unable to sync information about hardware nodes.

Original comment by mihail@russu.net on 28 May 2013 at 1:05

GoogleCodeExporter commented 9 years ago
Running:
gem install rake --version 0.8.7
gem uninstall rake --version 10.0.4

and then following instructions from section "2. Installation of development 
version" of the INSTALL file fixed the problem for me. 

Original comment by mihail@russu.net on 28 May 2013 at 2:56