QuickBox / QB

QuickBox is much more than a ‘seedbox installer script’, it is a simplistic approach to achieving easy seedbox and services management from a beautifully designed dashboard. Allowing users the ability to interact with their seedbox and server on a professional grade level.
https://quickbox.io
GNU General Public License v3.0
737 stars 171 forks source link

Ombi is missing libunwind8 #110

Closed splifter closed 6 years ago

splifter commented 6 years ago

I've installed Ombi via the QB dashboard but it didn't start. So i've investigated and the package libunwind8 was missing. Which is strange because it's in the dependencies of the install script. But i was able to reproduce this issue, therefore i want to mention it here.

After installing it via

sudo apt-get install libunwind8

Ombi started as expected.

gaastra2-44 commented 6 years ago

On clean install and after testing twice reinstalling it, Ombi won't start, stay locked on "Loading page". This won't solve the problem on my side, package is up to date.

splifter commented 6 years ago

Did you restarted ombi?

sudo service ombi restart

What does:

sudo service ombi status

say?

EDiT:

I've checked it one more time. I think the issue is due to the not proper configured ombi after an install. I've solved it via an tunnelled connection and setting the base url of ombi to "/ombi".

tunnelled connection:

ssh -L 1337:127.0.0.1:5000 IP_OF_YOURSERVER

Afterwards open in your browser http://127.0.0.1:1337 and setup Ombi. Afterwards Ombi need a restart and it should be available.

JMSDOnline commented 6 years ago

Fixed here https://github.com/QuickBox/QB/commit/fe1a2fdf189060f67722a20d814dced53b123698