Fresh install UI stuck

Hello!!

I just did a fresh Ubuntu 18.04 install, selected my 29TB btrfs partition as backup folder at installation. I ln’ed the urbackup webinterface to apache 2.4 to use ssl and now (after purging the install 3 times) my webinterface is still spinning (I didnt get anything but the urbackup logo and the spinning circle).

utbackup.log:
2018-12-25 08:34:07: WARNING: Upgrading database to version 55
2018-12-25 08:34:07: WARNING: Upgrading database to version 56
2018-12-25 08:34:07: WARNING: Upgrading database to version 57
2018-12-25 08:34:07: WARNING: Upgrading database to version 58
2018-12-25 08:34:07: WARNING: Upgrading database to version 59
2018-12-25 08:34:08: WARNING: Done.
2018-12-25 08:34:08: WARNING: Creating file entry index. This might take a while…

Any Idea how to diagnose?

Thanks!!

Hi

on linux i d first have a look have a look at : “strace -p pid_of_server”
or at csysdig

It might give a rought idea of what s gong on and you won t have to interupt the process or recompile the app

This is what I get:
poll([{fd=29, events=POLLIN}], 1, 1000) = 0 (Timeout)
poll([{fd=29, events=POLLIN}], 1, 1000) = 0 (Timeout)
poll([{fd=29, events=POLLIN}], 1, 1000) = 0 (Timeout)

FYI: I’m trying to see the web interface via
ln -s /usr/share/urbackup/www urbackup