Bug ID 919548
Summary Installation of openQA from devel:openQA is broken
Classification openSUSE
Product openSUSE Factory
Version 201502*
Hardware x86-64
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter sfalken@opensuse.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Created attachment 624539 [details]
journalctl output of initial systemctl start openqa-webui.service

Installing openQA locally from devel:openQA, following the instructions at:
https://github.com/os-autoinst/openQA/blob/master/docs/Installing.asciidoc

After editing the /etc/apache2/vhosts.d/openqa.conf.template file, and getting
apache started, I run systemctl start openqa-webui.service, and it fails:

Feb 25 08:33:39 pile sudo[7886]: sfalken : TTY=pts/2 ; PWD=/home/sfalken ;
USER=root ; COMMAND=/usr/bin/systemctl start openqa-webui
Feb 25 08:33:40 pile openqa[7889]: Failed to open
/usr/share/openqa/script/../etc/openqa/database.ini: No such file or directory
at /usr/share/openqa/script/../lib/OpenQA/Schema/Schema.pm line 39.

A quick ln -s /etc /usr/share/openqa/etc, and try starting openqa-webui again
and it results in a large number of perl errors in the attached journalctl
output.

I run /usr/share/openqa/script/check_dependencies, just to check that all the
dependencies are installed, and the script fails due to DEPENDENCIES.txt not
being installed in /usr/share/openqa

I copy DEPENDENCIES.txt to /usr/share/openqa from my git branch and run
check_dependencies again, resulting in the second attached logfile.


You are receiving this mail because: