Open harold-whistler opened 4 years ago
Hello @harold-whistler, usually the 127 error means that the CLI you're trying to use is missing from the PATH. Could you please try checking whether you have docker-compose
installed?
Also, it seems you've encountered an issue in Ruby itself(judging from SEGV received in ILL handler
)
Last docker composer installed and linked it reply on version request without any special path. Yes, looks like it ruby issue i have 2.6.5 installed.
Looks like roots of problem are here:
Link /opt/peatio/config/plugins.yml -> /home/app/config/plugins.yml
/opt/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/lib/ffi/library.rb:112: [BUG] Illegal instruction at 0x00007f34c2f8db9c
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux]
Just checked. Composer ok.
You can easly reproduce this issue. Take fresh ubuntu or centos VPS, udpate packages, install docker and docker compose, follow your manual and after vault init on rake service:all it will appear. In that case i used Ubuntu 18.04, latest stable docker and composer and rvm 2.6.5.
same error here, looks like its caused by a missing gem, SASSC i think hopefully one of the admins can take a look
Hello!
We've tried to reproduce the issue and we can't. What we did:
chmod +x bin/install.sh
bin/install.sh
bundle install
rake service:all
You don't need to perform Vault setup( we will delete it from README). Please, try again and send us feedback!
Sincerely yours, Openware Team
rvm install 2.6.5 and rvm use 2.6.5
rvm install 2.6.5 and rvm use 2.6.5
That does not helps in that situation
just now i deployed in GCP its work perfectly. no issues who's ur server provider..?? see log below
install.Log seems like provider os bug. try use someother provider..
Its a dedicated server which is just deployed with clean Ubuntu 18.04 LTS. So no worry - nothing removed from kernel or modules and etc.
Not only me report this issue, so im not crazy
same problem on fresh install.
bin/install.sh
+ activate_gcloud
+ sudo -u deploy bash
sudo: unknown user: deploy
sudo: unable to initialize policy plugin
+ install_ruby
+ sudo -u deploy bash
sudo: unknown user: deploy
sudo: unable to initialize policy plugin
All ok on Intel CPU and fails on AMD. This is problem of ssasc-rails , i guess
I have Xeon's on my server, so Intel also have this issues
Issue is solved for me - I added the following line to Gemfile:
gem "sassc", "~> 2.3.0"
Same problem here. It was working perfectly one week ago.
Same problem here. It was working perfectly one week ago.
@harold-whistler @sergzuko Hi, you can actually check out an updated installation video right here
https://www.youtube.com/watch?v=qLjl2csyVPw&ab_channel=MobiDAX
Greetings everyone. Trying to deploy opendax 2.4 stable on clean Ubuntu 18.04 according to installation manual and getting this error. How to manage it? Specially runed with --trace option: