Questions tagged [redmine]

Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database.

Redmine Features

Below are some of the main features of Redmine:

  • Multiple projects support
  • Flexible role based access control
  • Flexible issue tracking system
  • Gantt chart and calendar
  • News, documents & files management
  • Feeds & email notifications
  • Per project wiki
  • Per project forums
  • Time tracking
  • Custom fields for issues, time-entries, projects and users
  • SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
  • Issue creation via email
  • Multiple LDAP authentication support
  • User self-registration support
  • Multilanguage support
  • Multiple databases support
192 questions
0
votes
1 answer

libapache2-mod-passenger update breaks redmine

After a security update on a ubuntu 12.04 server redmine 2.5 is broken (error 500). we recoginized that libapache2-mod-passenger was updated from libapache2-mod-passenger=2.2.11debian-2 to…
Anatol
  • 349
  • 2
  • 6
  • 19
0
votes
1 answer

An apache error with LDAP Server on Windows Server 2008 R2

I have a trouble need your help here. I want to connect my Apache and SVN to my LDAP Server, but when I want to commit my code and I type the right password, the Apache server will show the error log [Tue Apr 26 18:08:02.086954 2016]…
0
votes
1 answer

error running nginx with thin

I am trying to install redmine on my Ubuntu 14.04 machine. I already have an nginx 1.8.1 server running so I need to use it with that. I have followed a bunch of tutorials on how to do it as I have zero experience with the ruby environment. After I…
Comforse
  • 117
  • 7
0
votes
1 answer

redmine poor write performance (updates not truly multithreaded)

(Self-answered already) I'm fighting poor performance of my redmine of about 100 users. To test it, I've set up a simple scenario to update "Percent done" on five different example issues. All the updates start at exactly the same second, using…
kubanczyk
  • 13,502
  • 5
  • 40
  • 55
0
votes
0 answers

Using postfix to send email in redmine

I'm trying to configure sendmail to send emails from the Redmine installation (which I still haven't figured out how to run with Apache). When I send mails from the terminal, with the command (example): cat some-file | mail -s "some subject"…
hjpotter92
  • 660
  • 1
  • 10
  • 20
0
votes
1 answer

Cannot start Redmine server

I am using Redmine version 2.5.2 Stable. After a server crash, we rebooted our server and found that redmine is not starting. When I start rails using command rails s, I get the following error: /usr/lib/ruby/site_ruby/1.8/rubygems.rb:233:in…
0
votes
2 answers

postfix mails (works) to all but my domain on debian

I have set up a redmine server that I got from turnkey linux. Mail more-or-less works out of the box. I can mail to anyone that is not in my domain. Let me explain: If I run the mail command from the commandline and send to my personal email (or…
0
votes
1 answer

Unable to activate "(more)" link

I seem unable to activete Issue editing. I am aware of [[http://www.redmine.org/projects/redmine/wiki/RedmineIssues#Editing-an-existing-issue]], but something is wrong. I am Manager on the project (same behavior even if I login as "admin") and I…
ZioByte
  • 246
  • 3
  • 15
0
votes
1 answer

Redmine data migration breaks installation (Error 500)

I am trying to migrate an oldish installation: Environment: Redmine version 2.2.3.stable Ruby version 1.9.3 (x86_64-linux) Rails version 3.2.12 Environment …
ZioByte
  • 246
  • 3
  • 15
0
votes
1 answer

Error 500 after Redmine migration

I´ve setup a new Redmine 2.5.1 installation on Ubuntu 12.04 with apache2 and passenger following this how to: http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Ubuntu_step_by_step After that I´ve dumped the mysql Database of an…
Anatol
  • 349
  • 2
  • 6
  • 19
0
votes
1 answer

Bitnami redmine error SVN

I'm installing the Bitnami Redmine stack (redmine + subversion). Firstly I install configure and test it locally (Ubuntu 14.04 LTS). And everything is OK. I install Bitnami stack on server (Red Hat 4.4.7-4) and configure SVN. I commit files into SVN…
Eugene
  • 157
  • 8
0
votes
2 answers

How to debug Repository.fetch_changesets runned from ./script/rails runner

For some time I have been updating changesets manually on server with following command's: $ cd /custom/www-data/ $ source /custom/www-data/.rvm/scripts/rvm $ ./script/rails runner "Repository.fetch_changesets" -e production fatal: bad object…
vskubriev
  • 656
  • 9
  • 15
0
votes
0 answers

install redmine in shared apache server

I'm trying to install Redmine in a shared apache server. This means, I cant make the redmine/public folder my document root. My server is called server1, so I have some html and php pages at: http://server http://server/app1 http://server/app2…
Jack Casas
  • 119
  • 1
  • 4
0
votes
0 answers

redmine in subfolder issue (Apache, mod_passenger, Ruby + Drupal site in main folder)

I have Redmine in subfolder /var/www/redmine and Drupal in folder /var/www/ When I go to URL mysite.com/redmine, Redmine shows ok, but mysite.com/redmine/login is (over)handled by Drupal. Apache config is as follows
0
votes
1 answer

Passenger permission denied accessing .htaccess

I just finished migrating my Redmine install and after testing it with webrick all went fine and the site worked really well with http://localhost:3000 Next, i installed and configured mod_passenger, added a separate virtual host and basically just…
Dany Khalife
  • 209
  • 3
  • 17