This forum is no longer active. Please post your questions to our new community site

Recent Posts by chakraps

Subscribe to Recent Posts by chakraps 14 post(s) found

11 Mar, 2009 04:09 PM
Avatar chakraps 14 post(s)

Topic: General / Request for Redmine v0.8.2

I was going to do a fresh Redmine install and noticed they have come out with v0.8.2, so just wanted to put out a request for an updated Redmine stack.

Thanks bitnami.

 
21 Feb, 2009 09:54 AM
Avatar chakraps 14 post(s)

Topic: Redmine / Migrating from 0.8.0 to 0.8.1

Sorry I jumped the gun before reading this previous post http://bitnami.org/forums/forums/19/topics/872

Now I’m a little confused. Should I go with “PowerMacDaddy’s” procedure listed in the previous post or go with either of the two methods listed in the official RedmineUpgrade website. What’s your suggestion people?

Thanks again.

 
21 Feb, 2009 09:36 AM
Avatar chakraps 14 post(s)

Topic: Redmine / Migrating from 0.8.0 to 0.8.1

First, thanks to the bitnami team for the super quick release of redmine 0.8.1 stack.

Curious if anyone upgraded their bitnami redmine installation using the instructions in http://www.redmine.org/wiki/redmine/RedmineUpgrade. Method 1 or Method 2. From which directory do we run the “svn update” and “rake” commands (am guessing …/apps/redmine). If not too complicated I intend upgrading our 0.8.0 to the latest.

Thanks.

 
21 Feb, 2009 09:02 AM
Avatar chakraps 14 post(s)

Topic: Redmine / rake db:migrate_plugins fails

Running it in production mode fixed it. The plugins are now accessible from inside Redmine. Thanks for the quick response and resolution.

 
21 Feb, 2009 08:58 AM
Avatar chakraps 14 post(s)

Topic: Articles / Managing your servers with the new graphical interface (BETA)

Very thoughtful. Makes it that much more easier for non-IT folks to handle server controls. Eagerly awaiting release of this GUI for Redmine on Linux platform :)

 
19 Feb, 2009 12:37 PM
Avatar chakraps 14 post(s)

Topic: Redmine / ctlscript blown away

God bless. got back everything :)

One more hard-coded address line in ctlscript that needed change,
[code] #redmine_code_start
redmine_SCRIPT=/home/user/redmine-0.8.0-0/apps/redmine/scripts/ctl.sh #redmine_code_end

 
19 Feb, 2009 11:58 AM
Avatar chakraps 14 post(s)

Topic: Redmine / ctlscript blown away

Thanks guys, will try and post back.

 
19 Feb, 2009 11:21 AM
Avatar chakraps 14 post(s)

Topic: Redmine / ctlscript blown away

Hi,

redmine 0.8.0 on ubuntu 8.10

One of us linux newbies accidentally overwrote ctlscript.sh. We don’t know the exact sequence of how it happened but something like this
[code] 417 cd ./redmine-0.8.0-0/ 418 ls 419 ctlscript.sh start 420 script ctlscript.sh start 421 ./ctlscript.sh start 422 ls 423 ls l 424 ls -l 425 exit
[/code]

seems like command 420 is the culprit. Now how could we recover our redmine installation. I hope it’s just the script messed up and other items including the db would be safe. Unfortunately we didn’t do any backups so far.

 
19 Feb, 2009 10:51 AM
Avatar chakraps 14 post(s)

Topic: Redmine / rake db:migrate_plugins fails

Hit a roadblock before I could try this one. I’ve opened a separate thread for that. will get back to this later.

 
16 Feb, 2009 11:57 AM
Avatar chakraps 14 post(s)

Topic: Redmine / rake db:migrate_plugins fails

Followed verbatim and this is what I get.


~/redmine-0.8.0-0$ ./ctlscript.sh status
subversion already running
apache already running
redmine already running
mysql already running
~/redmine-0.8.0-0$ ./use_redmine 
bash-3.2$ 
bash-3.2$ cd apps/redmine/
bash-3.2$ ls
app   config  doc    files  lib  public    script   test  vendor
conf  db      extra  lang   log  Rakefile  scripts  tmp
bash-3.2$ 
bash-3.2$ rake db:migrate_plugins
(in /home/user/redmine-0.8.0-0/apps/redmine)
Migrating engines...
rake aborted!
Access denied for user 'bitnami'@'localhost' to database 'redmine_development'

(See full trace by running task with --trace)

bash-3.2$ rake --trace db:migrate_plugins
(in /home/user/redmine-0.8.0-0/apps/redmine)
** Invoke db:migrate_plugins (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate_plugins
Migrating engines...
rake aborted!
Access denied for user 'bitnami'@'localhost' to database 'redmine_development'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:527:in `real_connect'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:527:in `connect'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:186:in `initialize'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:85:in `new'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:85:in `mysql_connection'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:292:in `send'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:292:in `connection='
/home/user/redmine-0.8.0-0/apps/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:260:in `retrieve_connection'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/plugins/engines/lib/engines/plugin/migrator.rb:36:in `current_version'
/home/user/redmine-0.8.0-0/apps/redmine/vendor/plugins/engines/lib/engines/plugin/migrator.rb:22:in `migrate_plugin'
/home/user/redmine-0.8.0-0/apps/redmine/config/../vendor/plugins/engines/lib/engines/plugin.rb:122:in `migrate'
/home/user/redmine-0.8.0-0/apps/redmine/lib/tasks/migrate_plugins.rake:8
/home/user/redmine-0.8.0-0/apps/redmine/lib/tasks/migrate_plugins.rake:5:in `each'
/home/user/redmine-0.8.0-0/apps/redmine/lib/tasks/migrate_plugins.rake:5
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `call'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `execute'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in `invoke_with_call_chain'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `synchronize'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `invoke_with_call_chain'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in `invoke_task'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run'
/home/user/redmine-0.8.0-0/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31
/home/user/redmine-0.8.0-0/ruby/bin/rake:19:in `load'
/home/user/redmine-0.8.0-0/ruby/bin/rake:19
bash-3.2$ 

 
15 Feb, 2009 09:03 PM
Avatar chakraps 14 post(s)

Topic: Redmine / setenv.sh not setting env variables in parent shell

bitnami redmine stack 0.8.0 on ubuntu 8.10, bash shell.

I don’t know if this is unique to me. setenv.sh script executed from inside ctlscript.sh. The environment variables set by setenv.sh do not get updated in the parent shell terminal window nor in any subsequently launched terminal windows. seems to me ctlscript kicksoff a separate child shell process which is finally exited. However, when I go to the …/scripts directory and do ’. setenv.sh’, things work fine.

I vaguely recall the shebang line in bourne shell scripts having to do something with this. I maybe wrong, please enlighten me.

Thanks.

 
15 Feb, 2009 08:39 PM
Avatar chakraps 14 post(s)

Topic: Redmine / rake db:migrate_plugins fails

bitnami redmine 0.8.0 on ubuntu 8.10

I’m trying to install plugins (in linux user mode) and get the following failure message.

acmeuser@acme-lnx01:~/redmine-0.8.0-0/apps/redmine$ rake db:migrate_plugins
(in /home/acmeuser/redmine-0.8.0-0/apps/redmine)
Migrating engines…
rake aborted!
Access denied for user ‘bitnami’@’localhost’ to database ‘redmine_development’

(See full trace by running task with—trace)

I figure am not sending the right authentication info to MySQL. Section 8 of README.txt mentions two different user accounts (root and non-root) for MySQL. What am I doing wrong and how may I fix it.

Thanks.

 
06 Feb, 2009 05:52 PM
Avatar chakraps 14 post(s)

Topic: Redmine / Help pick Linux distro for Redmine

Thanks antonio.

 
05 Feb, 2009 10:36 PM
Avatar chakraps 14 post(s)

Topic: Redmine / Help pick Linux distro for Redmine

Which Linux distro would you recommend for a smooth installation of the bitnami Redmine stack. Any pitfalls in Fedora 9 (got the installation media for it). Any issues with SELinux?

Thanks