mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-24 23:15:51 +03:00
[GH-ISSUE #70] Install failure on OpenVZ 7.1 #42
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/owp#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @azilber on GitHub (Feb 8, 2017).
Original GitHub issue: https://github.com/sibprogrammer/owp/issues/70
Install via wget -O - https://raw.githubusercontent.com/sibprogrammer/owp/master/installer/ai.sh | sh
fails
Gem files will remain installed in /usr/local/share/gems/gems/sqlite3-1.3.13 for inspection. Results logged to /usr/local/share/gems/gems/sqlite3-1.3.13/ext/sqlite3/gem_make.out Checking presence of the command: ruby Fatal error: Panel requires Ruby 1.8 (Ruby 1.9 is not supported).@azilber commented on GitHub (Feb 8, 2017):
You should install via RVM.
@ericmaster commented on GitHub (May 7, 2017):
I managed to install and run owp by switching back to old ruby version 1.8.7 with rvm, what I did was
then I grabbed the latest version of the installer
I had some trouble installing some dependencies which seemed to be fixed by running 'gem update --system 1.8.25'. Everthing seemed to have gone well after restarting the owp daemon
I was able to enter through the browser in port 3000 and log into the admin interface, however, no local physical server was detected, when tried to add one I got
Internal error: no such file to load -- net/ssh. After digging a bit more I found thatnet-sshandnet-sftpgems where needed.gem install net-sshdidn't work as needed a newer version of ruby. Fortunately I found them under the/opt/ovz-web-panel/vendor/directory. Running the following allowed me to manually install thoseRestarted the server, logged in to the panel, added the physical server (in my case it was in localhost). This time the entry was added but no containers or vms are listed and no information about physical server was displayed. So I'm wondering, was this ever tested with OpenVZ 7? Anyone managed to make it work?