Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 586004

Summary: Script Init.d Redmine version 9999 not found.
Product: Gentoo Linux Reporter: VSC55 <jpastor>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal Keywords: Bug
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://gpo.zugaina.org/www-apps/redmine/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Script init.d redmine fix.

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.