biddyweb / ovz-web-panel

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

Error when i try to connect new physical server (node) #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

Steps to reproduce:
Connect new server => I specify the host & root password => then "(+) Connect"

Actual result:
Error : Ruby interpertator was not found on the server

Version of the product: OWP 1.7

Server OS: Debian Lenny (with Proxmox kernel : 2.6.24-12-pve)

Browser: Firefox

Any help to fix this problem?

Thank's in advance :)

Original issue reported on code.google.com by r.lye...@gmail.com on 27 Feb 2011 at 3:49

GoogleCodeExporter commented 9 years ago
Need to install ruby on target server manually:
apt-get install ruby

Original comment by sibprogrammer on 27 Feb 2011 at 5:33

GoogleCodeExporter commented 9 years ago
Thank's ! it works fine now ! =D

Original comment by r.lye...@gmail.com on 27 Feb 2011 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 27 Feb 2011 at 1:16

GoogleCodeExporter commented 9 years ago
Hello: Same here 

Steps to reproduce:
Connect new server => I specify the host & root password => then "(+) Connect"

Actual result:
Error : Ruby interpertator was not found on the server

Version of the product: OWP 2.1

Server OS: Debian squeeze 6.0 kernel: 2.6.32-5-openvz-amd64 

Browser: Firefox

Ruby installed:  
ruby -v
ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux]

Additional info:
after installation default credentials did not work.

Running:
ruby /opt/ovz-web-panel/script/runner -e production "user = 
User.find_by_login('admin'); user.password = 'admin'; 
user.password_confirmation = 'admin'; p user.save"

return "false". 
change passwd to admin123 and actually change it and return "true"

Any help to fix this problem?

Thank's in advance :)

Original comment by ig...@itecnis.com on 17 Aug 2012 at 3:05

GoogleCodeExporter commented 9 years ago
I meet the same error,but i install ruby already,

Original comment by liuzhla...@gmail.com on 28 Apr 2013 at 9:34