Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 586004 - Script Init.d Redmine version 9999 not found.
Summary: Script Init.d Redmine version 9999 not found.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL: https://gpo.zugaina.org/www-apps/redm...
Whiteboard:
Keywords: Bug
Depends on:
Blocks:
 
Reported: 2016-06-15 10:07 UTC by VSC55
Modified: 2016-06-15 11:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Script init.d redmine fix. (redmine,1.42 KB, text/plain)
2016-06-15 10:11 UTC, VSC55
Details

Note You need to log in before you can comment on or make changes to this bug.
Description VSC55 2016-06-15 10:07:01 UTC
Hello.

The problem is on the init.d script of "redmine-9999" program overlays repository "https://gpo.zugaina.org/www-apps/redmine/".

This script attempts to access a folder called "script" that is no longer used. The correct folder would be "bin".

Version with failure:
Line 33: "--exec /usr/bin/ruby" ${REDMINE_DIR}"/script/rails server - \"

Correct version:
Line 33: --exec /usr/bin/ruby "$ {REDMINE_DIR}" /bin/rails server - \


It would also be good before starting the script run the following command to avoid access denied errors.
"chown ${REDMINE_USER}:${REDMINE_GROUP} ${REDMINE_DIR}/* -R"

A greeting.
Comment 1 VSC55 2016-06-15 10:11:43 UTC
Created attachment 437628 [details]
Script init.d redmine fix.
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2016-06-15 11:03:25 UTC
The website you linked does not represent an overlay, it lists ebuilds in overlays.
In this case, finding the overlay is possible as there's only one offering a -9999 version.

Your report does not belong here. You can try finding the owner on https://overlays.gentoo.org; if it isn't listed there, you'll have to consult zuagina.org.

In the future, please don't file issues about third-party overlays or websites. Thanks.
Comment 3 VSC55 2016-06-15 11:12:25 UTC
Sorry.

As in the bottom of the web in the section bug leaves gentoo bug's web hangs that repotaban there.

It will not happen again.

A greeting.