<div dir="ltr">Hi all,<div><br></div><div>so when doing something on the ovirt wiki I have found a slight imperfection in the admin guide:</div><div><a href="http://www.ovirt.org/documentation/admin-guide/">http://www.ovirt.org/documentation/admin-guide/</a><br></div><div><br></div><div>So I decided to fix it but to verify it I wanted to run the page locally but failed miserably. Spent some time trying to make it run but it seems I will need some help. </div><div><br></div><div>I&#39;m running Fedora 25.</div><div><br></div><div>So, first tried to use the non docker setup. The setup passed but when running run-server.sh it first were complaining that:</div><div>bundler: command not found: middleman<br></div><div>even though the middleman is installed:</div><div><div>$ bundle show middleman</div><div>/home/tjelinek/.gem/ruby/gems/middleman-3.3.12</div></div><div><br></div><div>when set the path explicitly to point to it:</div><div>$ export PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/tjelinek/.gem/ruby/gems/middleman-core-3.3.12/bin<br></div><div>I&#39;ve got:</div><div><div>bundler: failed to load command: middleman (/home/tjelinek/.gem/ruby/gems/middleman-core-3.3.12/bin/middleman)</div><div>LoadError: libruby.so.2.0: cannot open shared object file: No such file or directory - /home/tjelinek/.gem/ruby/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.so</div></div><div><br></div><div>even the file is there:</div><div><div>ls /home/tjelinek/.gem/ruby/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.so</div><div>/home/tjelinek/.gem/ruby/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.so</div></div><div><br></div><div>So I gave up and tied the docker setup. The docker-setup.sh passed without any problems.</div><div>Now the docker-run: first of all it needs selinux disbaled otherwise it fails on:</div><div><div>panic: standard_init_linux.go:178: exec user process caused &quot;permission denied&quot; [recovered]</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>panic: standard_init_linux.go:178: exec user process caused &quot;permission denied&quot;</div></div><div><br></div><div>And with selinux disabled I get:</div><div><div>Running docker image springboard-20170210-28960</div><div>/usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require&#39;: cannot load such file -- active_support (LoadError)</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require&#39;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>from fetch-dashboard.rb:12:in `&lt;main&gt;&#39;</div><div>An error occurred while installing nokogiri (1.7.0.1), and Bundler cannot continue.</div><div>Make sure that `gem install nokogiri -v &#39;1.7.0.1&#39;` succeeds before bundling.</div></div><div><br></div><div>And there I have stopped. Does it work to anyone? What needs to be done?</div><div><br></div><div>Thank you,</div><div>Tomas</div></div>