Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Gitlab fails to intall on clean Ubuntu 12.04.2 x64

$
0
0

I installed a VPS with a standard Ubuntu 12.04.2 server edition. Nothing except OpenSSH server selected during Ubuntu install:

Linux 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Downloaded the BitNami Gitlab installer and I can run it. Everything goes well until the progressbar is shown. Then it holds for a minute but no # marks appear.

Some directories seem to install:

-rw-r--r-- 1 root root 795 Apr 29 10:03 changelog.txt drwxr-xr-x 10 root root 4096 May 3 18:49 common drwxr-xr-x 2 root root 4096 May 3 18:49 licenses -rw-r--r-- 1 root root 11496 Apr 29 10:03 README.txt

Cant seem to set debugging to show me anything, do find a .log file in /tmp/ which contains:

Log started 05/03/2013 at 18:47:39 Preferred installation mode : qt Trying to init installer in mode qt Trying to init installer in mode qt Trying to init installer in mode gtk Trying to init installer in mode xwindow Trying to init installer in mode text Mode text successfully initialized Setting variable base_umask from umask Script exit code: 0

Script output: 0022

Script stderr:

Current working directory changed to /home/xxxxx Preparing to Install Preparing to Install

Can anyone help me? Installed this same package at work on a Ubuntu server and there it worked just fine.


UPDATE 1:

Reinstalled the VPS with Ubuntu 12.04 instead of 12.04.2 and now I have progress... Will report if it all works.


UPDATE 2:

Getting something further... but still not all the way. Installer finishes. Bitnami welcome page is shown but when I click go to gitlab I get a 404 page, http://<host>/gitlab/ not found..

These errors are given during install:

Warning: Problem running post-install step. Installation may not complete correctly Error running su git -c '"/opt/gitlab-5.1.0-2/apps/gitlab/scripts/gitlabini.sh"

/opt/gitlab-5.1.0-2/apps/gitlab/htdocs/log/gitlabini.log' : DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)=""> at /opt/gitlab-5.1.0-2/apps/gitlab/htdocs/Rakefile:7)

bitnami_gitlab already exists

DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)=""> at /opt/gitlab-5.1.0-2/apps/gitlab/htdocs/Rakefile:7) /opt/gitlab-5.1.0-2/ruby/bin/ruby bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets

DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)=""> at /opt/gitlab-5.1.0-2/apps/gitlab/htdocs/Rakefile:7)

rake aborted!

Command failed with status (): [/opt/gitlab-5.1.0-2/ruby/bin/ruby bin/rake...]

Tasks: TOP => assets:precompile (See full trace by running task with --trace)

Press [Enter] to continue :

After this I get the message install completed. with the ctl status script I see Apache and MySQL are running, Redis is not.


UPDATE 3:

Same DEPRECATED errors on Debian 6.0.7...

Please help someone...


UPDATE 4:

Latest x64 Redmine stack installs perfect. Installed it because it contains the same Rails.



Viewing all articles
Browse latest Browse all 2052

Trending Articles