Rodrigo Rosenfeld Rosas

Results 78 comments of Rodrigo Rosenfeld Rosas

pglogical doesn't work with the vanilla official packages, that's why I'm not comfortable with using it. Also, in that case, you wouldn't be using this Docker image.

I have the same errors while trying to install the gem...

Yes, I can understand that the way how database creation is currently handled is error prone because it does too much: https://github.com/rosenfeld/gitorious-cookbooks/blob/e02e3f5779c218775f4fc46ad3634fa79379d2bc/gitorious/recipes/default.rb script "create gitorious database" do interpreter "bash" cwd...

Ok, if the problem is happening always, I'll try to fix it this weekend. I'll download the 6.0.2-1 (latest) Debian CD image. I'll open the Wiki, but I won't maintain...

I've just tried on latest Debian and didn't have any issues (except by some temporary network problems which running chef-solo again when that happened continued normally). So, sorry, I can't...

The problem is that I couldn't reproduce this issue yet or understand what has caused it... It seems some of the tasks in the recipe aren't completely running, generating a...

Please, take a look at my first comment in this issue and let me know if you have some idea to properly write that part. It seems that either "rake...

Also, maybe the problem is not in the database creation task, but in the ultrasphinx setup task: script "setup ultrasphinx for Gitorious" do interpreter "bash" cwd deploy_path code %Q{ export...

Yes, I'm aware this recipe is broken in newer Chef versions but since there's a long while I'm not using Gitorious I couldn't set up some time to fix it....

Strange issue, since the git cloning code is written by Chef itself... Try to "rm -rf /var/www/gitorious" and let Chef try cloning it again...