Hi,

I encounter the same problem with v2.4.12. Has the same bug shown up?

Gitorious CE installer: Done with attempt no. 14, exit code was: 1536


Gitorious CE installer: Applying puppet recipe, attempt no. 15
notice: /Stage[main]/Gitorious::Database/Exec[install_bundler]/returns: 
executed successfully
err: 
/Stage[main]//Node[gitorious-ce]/Gitorious::Version[v2.4.12]/Exec[fetch_gitorious_tag]/returns:
 change from notrun to 0 failed: sh -c 'cd /var/www/gitorious/app && git fetch 
--tags && git merge v2.4.12 && touch /var/www/gitorious/deployed_tags/v2.4.12' 
returned 128 instead of one of [0] at 
/root/ce-installer/modules/gitorious/manifests/templates.pp:21
notice: 
/Stage[main]//Node[gitorious-ce]/Gitorious::Version[v2.4.12]/Exec[post_version_upgrade]:
 Dependency Exec[fetch_gitorious_tag] has failures: true
warning: 
/Stage[main]//Node[gitorious-ce]/Gitorious::Version[v2.4.12]/Exec[post_version_upgrade]:
 Skipping because of failed dependencies
err: /Stage[main]/Gitorious::Core/Exec[init_gitorious_submodules]/returns: 
change from notrun to 0 failed: git submodule update --init returned 1 instead 
of one of [0] at /root/ce-installer/modules/gitorious/manifests/core.pp:16
err: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: change from 
notrun to 0 failed: /bin/sh -c '/bin/env 
BUNDLE_GEMFILE=/var/www/gitorious/app/Gemfile bundle install && touch 
/var/www/gitorious/app/tmp/bundles_installed' returned 4 instead of one of [0] 
at /root/ce-installer/modules/gitorious/manifests/database.pp:40
notice: /Stage[main]/Gitorious::Sphinx/Exec[bootstrap_thinking_sphinx]: 
Dependency Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Sphinx/Exec[bootstrap_thinking_sphinx]: 
Skipping because of failed dependencies
notice: /Stage[main]/Gitorious::Sphinx/Cron[reindex_sphinx]: Dependency 
Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Sphinx/Cron[reindex_sphinx]: Skipping because 
of failed dependencies
notice: /Stage[main]/Gitorious::Database/Exec[populate_database]: Dependency 
Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Database/Exec[populate_database]: Skipping 
because of failed dependencies
notice: /Stage[main]/Gitorious::Core/File[/etc/gitorious.conf]: Dependency 
Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Core/File[/etc/gitorious.conf]: Skipping 
because of failed dependencies
notice: /Stage[main]/Gitorious::Nginx/File[/etc/nginx/nginx.conf]: Dependency 
Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Nginx/File[/etc/nginx/nginx.conf]: Skipping 
because of failed dependencies
notice: /Stage[main]/Gitorious::Dependencies/Service[monit]: Dependency 
Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Dependencies/Service[monit]: Skipping because 
of failed dependencies
notice: /Stage[main]/Gitorious::Logrotate/Package[logrotate]: Dependency 
Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Logrotate/Package[logrotate]: Skipping because 
of failed dependencies
notice: /Stage[main]/Gitorious::Logrotate/File[/etc/logrotate.d/gitorious]: 
Dependency Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Logrotate/File[/etc/logrotate.d/gitorious]: 
Skipping because of failed dependencies
notice: /Stage[main]/Gitorious::Unicorn/File[unicorn.rb]: Dependency 
Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Unicorn/File[unicorn.rb]: Skipping because of 
failed dependencies
notice: /Stage[main]/Gitorious::Unicorn/File[/etc/init.d/gitorious-unicorn]: 
Dependency Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Unicorn/File[/etc/init.d/gitorious-unicorn]: 
Skipping because of failed dependencies
notice: /Stage[main]/Gitorious::Unicorn/Service[gitorious-unicorn]: Dependency 
Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Unicorn/Service[gitorious-unicorn]: Skipping 
because of failed dependencies
notice: /Stage[main]/Gitorious::Core/File[restart.txt]: Dependency 
Exec[bundle_install] has failures: true
warning: /Stage[main]/Gitorious::Core/File[restart.txt]: Skipping because of 
failed dependencies
notice: Finished catalog run in 6.18 seconds



Gitorious CE installer: Done with attempt no. 15, exit code was: 1536


Gitorious CE installer: Attempted 16 times, giving up.



On Friday, March 22, 2013 4:59:14 PM UTC+2, Alexandre Beauclair wrote:
> Sorry for the late answer, but it's been a crazy week!
> I tried on a machine at home and it seems to have solved the issue.
> 
> 
> Thanks!
> 
> Le mardi 12 mars 2013 14:57:41 UTC-4, Alexandre Beauclair a écrit :Hi!
> 
> 
> I've been trying to install Gitorious via the Installer, and have run into 
> the same problem problem twice (first time was on a test VM I used to run 
> some tests on PostgreSQL databases, second time was a fresh VM I installed 
> just for Gitorious).
> Every time I try and run the install file, it fails:
> 
> 
> 
> Applying Puppet recipe (will take a while, please be patient)...
> -----------------------------------------------------------------------------------
> FAILURE: The underlying Puppet recipe is having trouble completing the 
> installation.
> You can check what happened behind the scenes in 'applied_recipe.log' in this 
> directory.
> 
> 
> Furthermore, check that you are running in a server environment officially 
> supported by this installer,
> or diagnose the Puppet recipe yourself by executing the following command:
> 
> 
> puppet apply --debug --modulepath=modules manifests/site.pp
> -----------------------------------------------------------------------------------
> Installation failed.
> 
> 
> Thus I tried the 2 things mentionned to help debugging. Here is a sample of 
> one of the attempts in the applied_recipe.log file:
> 
> 
> 
> Gitorious CE installer: Applying puppet recipe, attempt no. 15
> ^[[0;36mnotice: 
> /Stage[main]/Gitorious::Database/Exec[install_bundler]/returns: executed 
> successfully^[[0m
> ^[[1;35merr: 
> /Stage[main]//Node[gitorious-ce]/Gitorious::Version[v2.4.9]/Exec[fetch_gitorious_tag]/returns:
>  change from notrun to 0 failed: sh -c 'cd /var/www/gitorious/app && git 
> fetch --tags && git branch -D ce-installed ; git checkout -b ce-installed 
> v2.4.9 && touch /var/www/gitorious/deployed_tags/v2.4.9' returned 128 instead 
> of one of [0] at 
> /root/ce-installer/modules/gitorious/manifests/templates.pp:21^[[0m
> ^[[0;36mnotice: 
> /Stage[main]//Node[gitorious-ce]/Gitorious::Version[v2.4.9]/Exec[post_version_upgrade]:
>  Dependency Exec[fetch_gitorious_tag] has failures: true^[[0m
> ^[[0;33mwarning: 
> /Stage[main]//Node[gitorious-ce]/Gitorious::Version[v2.4.9]/Exec[post_version_upgrade]:
>  Skipping because of failed dependencies^[[0m
> ^[[0;36mnotice: Finished catalog run in 2.73 seconds^[[0m
> 
> 
> 
> 
> Gitorious CE installer: Done with attempt no. 15, exit code was: 1536
> 
> 
> I also ran the puppet command (puppet apply --debug --modulepath=modules 
> manifests/site.pp) to see what went wrong:
> 
> 
> err: 
> /Stage[main]//Node[gitorious-ce]/Gitorious::Version[v2.4.9]/Exec[fetch_gitorious_tag]/returns:
>  change from notrun to 0 failed: sh -c 'cd /var/www/gitorious/app && git 
> fetch --tags && git branch -D ce-installed ; git checkout -b ce-installed 
> v2.4.9 && touch /var/www/gitorious/deployed_tags/v2.4.9' returned 128 instead 
> of one of [0] at 
> /root/ce-installer/modules/gitorious/manifests/templates.pp:21
> 
> 
> 
> 
> 
> Alright so now I can be pretty sure the problem comes from the command 
> contained in the Exec instruction in the puppet manifest (sh -c 'cd 
> /var/www/gitorious/app && git fetch --tags && git branch -D ce-installed ; 
> git checkout -b ce-installed v2.4.9 && touch 
> /var/www/gitorious/deployed_tags/v2.4.9'). So I try to run it manually, part 
> by part, to see where it actually fails.
> Apparently, the part of the command that fails is the "git branch -D 
> ce-installed", where it gives me the following error message: "error: Cannot 
> delete the branch 'ce-installed' which you are currently on."
> Honestly, I'm completely new at Git and Gitorious. I was trying to install 
> Gitorious and learn how it actually works, but can't seem to get past this 
> hurdle. Can anyone lend a hand?
> 
> 
> Thanks for taking the time to read!

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to