Am 21. Januar 2018 04:05:53 MEZ schrieb "Lakshmipathi.G" <lakshmipathi.g@gmail.com>:
Hi -
I'm new to openQA and installed it Tumbleweed (Snapshot20180114). It worked well without any issue for the first time. After reboot the machine, openqa-gru fails to start. how do i fix this resolve this problem? Please let me know if you need more details or logs. thanks.
--- laks@qabot:~> sudo systemctl status openqa-gru ● openqa-gru.service - The openQA gru daemon Loaded: loaded (/usr/lib/systemd/system/openqa-gru.service; disabled; vendor preset: disabled) Active: active (running) since Sun 2018-01-21 08:08:06 IST; 5s ago Main PID: 2718 (openqa) Tasks: 1 (limit: 4915) CGroup: /system.slice/openqa-gru.service └─2718 /usr/bin/perl /usr/share/openqa/script/openqa gru -m production run
Jan 21 08:08:06 qabot systemd[1]: Started The openQA gru daemon. laks@qabot:~> sudo systemctl status openqa-gru ● openqa-gru.service - The openQA gru daemon Loaded: loaded (/usr/lib/systemd/system/openqa-gru.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sun 2018-01-21 08:08:12 IST; 3s ago Process: 2718 ExecStart=/usr/share/openqa/script/openqa gru -m production run (code=exited, status=13) Main PID: 2718 (code=exited, status=13)
Jan 21 08:08:12 qabot openqa[2718]: Compilation failed in require at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/Assets.pm line 25. Jan 21 08:08:12 qabot openqa[2718]: BEGIN failed--compilation aborted at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/Assets.pm line 25. Jan 21 08:08:12 qabot openqa[2718]: Compilation failed in require at /usr/lib/perl5/vendor_perl/5.26.1/Class/C3/Componentised.pm line 150. at /usr/lib Jan 21 08:08:12 qabot openqa[2718]: Compilation failed in require at /usr/share/openqa/script/../lib/OpenQA/WebAPI.pm line 24. Jan 21 08:08:12 qabot openqa[2718]: BEGIN failed--compilation aborted at /usr/share/openqa/script/../lib/OpenQA/WebAPI.pm line 24. Jan 21 08:08:12 qabot openqa[2718]: Compilation failed in require at /usr/share/openqa/script/openqa line 32. Jan 21 08:08:12 qabot openqa[2718]: BEGIN failed--compilation aborted at /usr/share/openqa/script/openqa line 32. Jan 21 08:08:12 qabot systemd[1]: openqa-gru.service: Main process exited, code=exited, status=13/n/a Jan 21 08:08:12 qabot systemd[1]: openqa-gru.service: Unit entered failed state. Jan 21 08:08:12 qabot systemd[1]: openqa-gru.service: Failed with result 'exit-code'. --- While running openqa-gru directly and using strace
sudo /usr/share/openqa/script/openqa gru -m production run Uncaught exception from user code: {UNKNOWN}: Permission denied Compilation failed in require at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/Assets.pm line 25. BEGIN failed--compilation aborted at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/Assets.pm line 25. Compilation failed in require at /usr/lib/perl5/vendor_perl/5.26.1/Class/C3/Componentised.pm line 150. at /usr/lib/perl5/vendor_perl/5.26.1/Class/C3/Componentised.pm line 155 Compilation failed in require at /usr/share/openqa/script/../lib/OpenQA/WebAPI.pm line 24. BEGIN failed--compilation aborted at /usr/share/openqa/script/../lib/OpenQA/WebAPI.pm line 24. Compilation failed in require at /usr/share/openqa/script/openqa line 32. BEGIN failed--compilation aborted at /usr/share/openqa/script/openqa line 32.
openat(AT_FDCWD, "/usr/bin/unzip", O_RDONLY) = -1 EACCES (Permission denied)
Hm, sounds to me like an apparmor related problem. Try to disable the apparmor service, make sure all openqa services start fine, then start apparmor again. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org