Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2015 16:39:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 201112] www/redmine is not working after update (2.6.3_3)
Message-ID:  <bug-201112-21402-EWpFJyvaYv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201112-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201112-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201112

--- Comment #1 from Miroslav Lachman <000.fbsd@quip.cz> ---
I really don't know if this is the right way. It is working workaround.
According to this post http://www.redmine.org/boards/2/topics/39093?r=39833
I added "bundler exec" in front of thin command and it works:

# bundle exec /usr/local/bin/thin -D -c /usr/local/www/redmine -u www -g www -a
0.0.0.0 -p 8080 -e production start
Changing process privilege to www:www
Using rack adapter
Thin web server (v1.6.3 codename Protein Powder)
Debugging ON
Maximum connections set to 1024
Listening on 0.0.0.0:8080, CTRL+C to stop


So I modified redmine rc script to:

cd /usr/local/www/redmine
command_args="-d -D -c /usr/local/www/redmine -u ${redmine_user} -g
${redmine_group}"
start_cmd="/usr/local/bin/bundle exec /usr/local/bin/thin ${command_args}
${redmine_flags} start"


I hope it will be fixed "thi right way" in ports tree soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201112-21402-EWpFJyvaYv>