[DRE-maint] Bug#839174: obs-api: The delayed_job does not start up correctly.
Andrew Lee (=?UTF-8?Q?=E6=9D=8E=E5=81=A5=E7=A7=8B?=)
ajqlee at debian.org
Thu Sep 29 19:20:14 UTC 2016
Package: obs-api
Version: 2.7.1-1
Severity: normal
This is a known bug which has been fixed in git. Just list here for
you who is helping to imporove obs package.
The delayed_job doesn't start correctly.
To reproduce the error, follow these steps:
1. On Debian Sid, add the following repo to apt's sources.list:
deb http://ftp.tw.debian.org/debian/ experimental main
2. Install OBS:
apt-get update
apt-get install obs-server obs-utils obs-api obs-productconverter
3. Start up obsapidelayed
invoke-rc.d obsapidelayed start
4. Check if delayed_job started
ps ax | grep delayed
This should produce the issue.
The way to fix this:
chmod g+w -R /var/cache/obs/tmp/
Best regards,
-Andrew
More information about the Pkg-ruby-extras-maintainers
mailing list