Re: [gitorious] Gitorious crashed now I can't push from my maven-release-plugin anymore

2011-07-10 Thread Jarrod Roberson
I figured it out and removed my question, it is the : in the URL, I forgot that I have to change those to / for the scm tag to work correctly with the git command line the what it is sent -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send

Re: [gitorious] Having trouble with database corruption?

2011-07-08 Thread Jarrod Roberson
My Gitorious hung and when I restarted it, the database was corrupted. I really like Gitorious but my experience with it has been hit or miss. The git-poller script just stops working on a intermittent basis, when I stop and restart it, the database is all out of whack sometimes. memcached

[gitorious] Gitorious crashed now I can't push from my maven-release-plugin anymore

2011-07-08 Thread Jarrod Roberson
I can do a 'git push' from the command line, but on a sub-set of the repositories, the ones created since my database got corrupted, I can't push from the maven-scm-plugin via the maven-release-plugin. I thought it might be a Windows thing but it is happening on 2 different CentOS 5.6 machines

Re: [gitorious] Having trouble with database corruption?

2011-07-07 Thread Jarrod Roberson
I don't have anything in committerships that matches the suggested solution to this problem mysql select * from committerships where repository_id is null; Empty set (0.00 sec) mysql select id from repositories where project_id is null; Empty set (0.00 sec) mysql select id from repositories

Re: [gitorious] Having trouble with database corruption?

2011-07-07 Thread Jarrod Roberson
Thanks for the translation of the error messages, with your suggestion about the nil in repository_id I did the following mysql select repository_id from committerships c where repository_id not in ( select id from repositories ); +---+ | repository_id | +---+ |

[gitorious] Re: can't reach any repositories after re-install I get this error on every page view of every repository

2011-07-05 Thread Jarrod Roberson
I started over completely and didn't upgrade the hash-path step but did everything else my original problem I was trying to solve is still with me On every repository when I click on them in the GUI I get the following error trace in the log. A ActionView::TemplateError occurred in

[gitorious] Re: can't reach any repositories after re-install I get this error on every page view of every repository

2011-07-05 Thread Jarrod Roberson
I think this was because my /var/git/repositories directory had some how become owned by root:root, I did a lot of blind hacking and I changed it to chown git:git and it started working again. -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group,

Re: [gitorious] Re: searching quit working for no reason here is the errors I get when I try and start the git-ultrasphinx service

2011-07-04 Thread jarrod roberson
On Mon, Jul 4, 2011 at 1:57 AM, Christian Johansen christ...@cjohansen.no wrote: Hi, It looks like you installed Rails 3.0? Are you using Gitorious with Bundler? E.g. `bundle exec [script]`? If you do that, the app should run in a sandboxed environment and you should be fine. If you're using

[gitorious] Having problems getting service git-ultrasphinx to start?

2011-07-04 Thread Jarrod Roberson
My gitorioius server has gotten flaky and down right un-reliable because some gems and other stuff got accidently updated during a yum update or something anyway I have spent the majority of the day backing things up and reinstalling enterprise ruby and the various bits to gitorious using the

[gitorious] searching quit working for no reason here is the errors I get when I try and start the git-ultrasphinx service

2011-06-30 Thread Jarrod Roberson
This is what I get when I try and start the service, this is the second time I have had these `require` issues without updating or upgrading anything. [Thu Jun 30 14:42:48] [root]@[dev] /etc/init.d # service git-ultrasphinx restart (in /var/www/gitorious) NOTE: Gem.source_index is deprecated,

[gitorious] Re: Is there any way to get more descriptive and helpful error messages

2011-06-29 Thread Jarrod Roberson
This is the errors from the log for when I try and delete this repository ActiveRecord::RecordInvalid (Validation failed: Name has already been taken): vendor/rails/activerecord/lib/active_record/validations.rb:1090:in `save_without_dirty!'

[gitorious] Re: Cannot delete a git repository - ActiveRecord::RecordInvalid (Validation failed: Name has already been taken)

2011-06-29 Thread Jarrod Roberson
I just had the same problem The solution is that the repository you are trying to delete has a clone of it and until that clone is deleted you can't delete the parent -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

[gitorious] Re: Is there any way to get more descriptive and helpful error messages

2011-06-29 Thread Jarrod Roberson
On Wednesday, June 29, 2011 1:31:14 PM UTC-4, Jarrod Roberson wrote: This is the errors from the log for when I try and delete this repository ActiveRecord::RecordInvalid (Validation failed: Name has already been taken): Apparently the repository that I was trying to delete had a clone

Re: [gitorious] Proper protocol

2011-06-26 Thread jarrod . roberson
On , Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: Anyone subscribed to this list will know that installing Gitorious is not for the faint of heart. There are a lot of moving parts, a lot of dependencies, and getting everything right is difficult. I really want to change this.

Re: [gitorious] Re Had someone leave the team, now I need to clean up Gitorious and remove them and their private repositories?

2011-05-05 Thread Jarrod Roberson
Is there any complete information on how to use the console script? This is what I get why I try to do the suggested action [Thu May 05 13:53:51] [root]@[dev] /var/www/gitorious/script # ./console Loading development environment (Rails 2.3.5)

[gitorious] Is there any comprehensive documenation on how to use the console script and what is available?

2011-05-05 Thread Jarrod Roberson
I am not a Ruby person, but it is about the only environment I don't know. Where should I go look other than the source, which I have tried, and still came up wanting? -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

Re: [gitorious] https push on a private gitorious server

2011-04-18 Thread jarrod . roberson
accessing git repositories over ssh is just as secure if not more so than HTTPS. -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

[gitorious] Had someone leave the team, now I need to clean up Gitorious and remove them and their private repositories?

2011-04-18 Thread Jarrod Roberson
How do I do this? I can't find a way in the GUI to remove a user and all their projects and repositories? -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

[gitorious] Re: [Gitorious Processor] fail in PushProcessor

2011-04-15 Thread Jarrod Roberson
the script I posted is what I am using for my /etc/init.d/ script. Is there a better script for that I could be using for my /etc/init.d/ that would be compatible with the monit stuff you posted that read the pid and what not? -- To post to this group, send email to gitorious@googlegroups.com

Re: [gitorious] Re: [Gitorious Processor] fail in PushProcessor

2011-04-15 Thread jarrod . roberson
ignore this, I think I have monit working now, I will see what is causing my machine to spew these errors, it is also running out of swap about once and week and hanging the entire machine. -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group,

Re: Re: [gitorious] Re: [Gitorious Processor] fail in PushProcessor

2011-04-13 Thread jarrod . roberson
thanks for the response. my server sees very little load comparatively, it has 2 GB of RAM. we have a dozen developers, and only a few on it at one time because of time zone differences. I will see if monit makes things any more stable. -- To post to this group, send email to

Re: Re: [gitorious] Private Projects / Repositories ( again )

2011-04-13 Thread jarrod . roberson
On Apr 13, 2011 3:06am, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Tue, Apr 12, 2011 at 10:48 PM, Jarrod Roberson jarrod.rober...@gmail.com wrote: Jarrod, There is actually some discussion on this merge request: https://gitorious.org/gitorious/mainline/merge_requests/115

Re: Re: [gitorious] Re: [Gitorious Processor] fail in PushProcessor

2011-04-13 Thread jarrod . roberson
Thanks for the monit instructions, but the gitorious-poller script I have doesn't seem to do what the monit recipe is expecting. #!/bin/sh # # poller Startup script for Gitorious's poller # # chkconfig: - 86 15 # description: Gitorious's poller script is simple worker that polls \ # tasks from

[gitorious] Re: [Gitorious Processor] fail in PushProcessor

2011-04-12 Thread Jarrod Roberson
I have tried everything and I still get a flurry of [Gitorious Processor] fail in PushProcessor emails every night. Very frustruating, I don't even know if these are having some kind of negative effect on my system? -- To post to this group, send email to gitorious@googlegroups.com To

[gitorious] [Gitorious Processor] fail in PushProcessor

2011-03-28 Thread Jarrod Roberson
I am still getting this message, dozens and dozens of times a day. Everytime this is apparently the root cause. ActiveRecord::StatementInvalid: Mysql::Error: MySQL server has gone away: SELECT * FROM `users` WHERE (`users`.`login` = 'vibhav') LIMIT 1 I made the following changes to my

Re: Re: [gitorious] [Gitorious Processor] fail in PushProcessor

2011-03-28 Thread jarrod . roberson
On Mar 28, 2011 2:20pm, Michael Jackson imikejack...@gmail.com wrote: Out of curiosity is your server a 32 or 64 bit server? I *thought* I only had the problem with 32 bit servers but I may not have been waiting long enough on my 64 bit side. I am running CentOS 5.3 x86 [Mon Mar 28

Re: Re: [gitorious] [Gitorious Processor] fail in PushProcessor

2011-03-28 Thread jarrod . roberson
On Mar 28, 2011 5:38pm, Michael Jackson imikejack...@gmail.com wrote: I can not remember exactly how to keep an instance always running. I think it is in the Passenger config file somewhere. I google for passenger config and find lots of references to the passenger config file but nobody

Re: Re: [gitorious] [Gitorious Processor] fail in PushProcessor

2011-03-22 Thread jarrod . roberson
On Mar 21, 2011 11:50am, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: It seems that your database is not well configured because the connection is getting lost in a very simple query (SELECT * FROM `users` WHERE (`users`.`login` = 'thomastickle')). I've seen this problem in a server

Re: Re: [gitorious] Re: Started getting these strange errors in the middle of the night last night.

2011-03-21 Thread jarrod . roberson
On Mar 21, 2011 11:46am, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: On Mar 15, 10:50 am, Michael Jackson imikejack...@gmail.com wrote: what does telling the rails installation to always have at least one copy running all the time mean, I am not a Ruby or Rails developer.

Re: [gitorious] Git Push Origin Master NOT WORKING

2011-03-15 Thread Jarrod Roberson
what do the logs say? this could be one of many configuration issues relating to permissions of the scripts. it could be permissions issues with your public key it could be that the git-daemon process isn't running or is running with the wrong permissions. the logs will have more information on

[gitorious] Re: Upgrading 1.9.3 to the newest version in mainline master branch

2011-03-07 Thread Jarrod Roberson
ignore the version number, I was thinking about another server I have installed. But the question still remains, how to I update my server to the newest stable code? -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

[gitorious] Getting a error email everytime someone tries to do a search

2011-01-06 Thread Jarrod Roberson
Here is the contents of the email, can anyone give me any insight on how to fix the searches so that they work again, is it a process that isn't running that should be? A Ultrasphinx::DaemonError occurred in searches#show: Connection refused - connect(2)

[gitorious] Re: Getting a error email everytime someone tries to do a search

2011-01-06 Thread Jarrod Roberson
Ok, it seems that something got corrupt and ultrasphinx was not running so I have it running and now I get this error everytime I do a search. A ZeroDivisionError occurred in searches#show: divided by 0 [RAILS_ROOT]/vendor/plugins/ultrasphinx/lib/ultrasphinx/search/ internals.rb:233:in `%'

[gitorious] Can't get git-daemon to start on boot.

2011-01-05 Thread Jarrod Roberson
I am actually suspending a VM and starting it back up. All my other processes start back up except the git-daemon process. here is what my start up script is set to [ro...@[dev] ~ dir /etc/init.d/git-daemon -rwxr-xr-x 1 git git 1.8K Nov 3 13:41 /etc/init.d/git-daemon here is what my chkconfig

[gitorious] Repositories get stuck on please wait screen even though the repository is created and usable

2010-12-16 Thread Jarrod Roberson
I have this happen about 1 out of every 8 times creating a repository. I click create and it gets hung on the please wait it will be ready pretty soon screen. Now the repository is actually created and usable as I can push to it and clone it down to my workstation. But the flag in the database

[gitorious] Re: How do I keep my gitorious server clone of a repository in sync with it is origin?

2010-12-07 Thread Jarrod Roberson
On Dec 6, 4:46 am, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Fri, Dec 3, 2010 at 7:39 PM, Jarrod Roberson jarrod.rober...@gmail.comwrote: I have a repository of record and all my developers clone this repository using Gitorious and create a private clone on the server

[gitorious] Taking over ownership of Projects and Repositories as Administrator

2010-12-03 Thread Jarrod Roberson
I have a Gitorious server and I need to edit Projects and Repositories that someone else on the team created and is not available to make the changes for an extended period of time. I am the Administrator of the server, is there any way I can re-assign the owner of these projects and repositories

[gitorious] How do I keep my gitorious server clone of a repository in sync with it is origin?

2010-12-03 Thread Jarrod Roberson
I have a repository of record and all my developers clone this repository using Gitorious and create a private clone on the server, then they clone that private clone down to their workstation and commit there and push changes to their private clone. Then they request merges back to the main

[gitorious] Re: How do I resend a registration email to someone who never got theirs?

2010-12-03 Thread Jarrod Roberson
On Nov 15, 5:42 am, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Mon, Nov 8, 2010 at 7:02 AM, Jarrod Roberson jarrod.rober...@gmail.comwrote: I have one team member out of 10 who never got their registration email so that they could join in on the Gitorious fun

[gitorious] Re: directories created in the repository all are owned by root:root

2010-11-07 Thread Jarrod Roberson
To fix this problem I had to set the owner:group of all the gitorious scripts in /etc/init.d/ to be git:git -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

[gitorious] Re: should Teams be working?

2010-11-07 Thread Jarrod Roberson
On Nov 4, 4:28 pm, kevwil kev...@gmail.com wrote: I've got a local private install of Gitorious, and I think it's 99% working. Woohoo! However, I have been playing with creating teams, and there are issues. When I first click the link, I don't see any existing teams. I go to create a new team,

[gitorious] How do I resend a registration email to someone who never got theirs?

2010-11-07 Thread Jarrod Roberson
I have one team member out of 10 who never got their registration email so that they could join in on the Gitorious fun! Is there a way to resend that person their registration link? Or do I have to delete them and have them try and register again? -- To post to this group, send email to

[gitorious] Re: can't push to any repositories created by gitorious

2010-11-05 Thread Jarrod Roberson
Figured what the push problem was. in gitorious.yml I had the gitorious_client_hose set to the default localhost. Well this isn't working because I installed gitorious as a virtual host at gitorious.dev.mycompany.com and the gitorious script was not getting redirected the gitorious web app thus I

[gitorious] Re: Can't create Repository on my Gitorious install

2010-11-04 Thread Jarrod Roberson
On Nov 3, 2:14 pm, Dan Reiland dmreil...@unixsherpa.com wrote: Have you tried running git-daemon as your gitorious_user as defined in config/gitorious.yml? I changed all the gitorious related init.d scripts to be git:git and things are almost working I can create repositories now but I

[gitorious] can't push to any repositories created by gitorious

2010-11-04 Thread Jarrod Roberson
\sandbox git push origin master g...@gitorious.dev.itaas.com's password: fatal: 'jarrod-roberson/sandbox.git' does not appear to be a git repository fatal: The remote end hung up unexpectedly I don't understand why it is asking for my git user password? I created a dsa key pair and uploaded the public

[gitorious] Re: can't push to any repositories created by gitorious

2010-11-04 Thread Jarrod Roberson
update to problems and solutions I have tried I replaced my ssh public key and I am getting a different error now PS C:\tmp\test git remote add origin g...@gitorious.dev.my_company.com:jarrod-roberson/sandbox.git PS C:\tmp\test git push origin master == Gitorious:

[gitorious] Re: can't push to any repositories created by gitorious

2010-11-04 Thread Jarrod Roberson
One more detail, I changed my public key on the gitorious.org website to be the same one I am using for my local install and was able to add it to my local repository as a remote and push to it without any problems, so it seems that I still have a configuration issue somewhere locally. -- To

[gitorious] Re: can't push to any repositories created by gitorious

2010-11-04 Thread Jarrod Roberson
On Nov 4, 7:56 pm, Jarrod Roberson jarrod.rober...@gmail.com wrote: update to problems and solutions I have tried I replaced my ssh public key and I am getting a different error now PS C:\tmp\test git remote add origin g...@gitorious.dev.my_company.com:jarrod-roberson/sandbox.git PS C:\tmp

[gitorious] Re: can't push to any repositories created by gitorious

2010-11-04 Thread Jarrod Roberson
On Nov 4, 8:15 pm, Dan Reiland dmreil...@unixsherpa.com wrote: Have you tried using the ssh URL? git remote add origin ssh://@yourhost.com:path/repo.git Thanks for the response, I have manually created a bare repository in the git users home dir and was able to push to it with an ssh

[gitorious] Can't get login to work with or without SSL Centos 5.5?

2010-11-03 Thread Jarrod Roberson
I can't figure out how to get Gitorious to work with my Centos 5.5 server. I have it up and running, but everytime I click on the Login link it redirects to an SSL page and I get an error page saying Could Not Connect. I don't have mod_ssl listed in my httpd.conf file that I can find. So I tried

[gitorious] Re: Error on login with SSL disabled

2010-11-03 Thread Jarrod Roberson
On Nov 3, 8:18 am, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Wed, Nov 3, 2010 at 2:36 AM, Jarrod Roberson jarrod.rober...@gmail.comwrote: I am getting the following error when I try and log in with SSL disabled. What do I need to do to fix this please? A ActionView

[gitorious] Error on creating new Project in Gitorious

2010-11-03 Thread Jarrod Roberson
I am trying to create a test repository in my newly working Gitorious server. Thanks for the help with the login problem. What could be causing this issue. I have checked permissions everything that should be git:git is. I have checked that my git-daemon and gitorious-poller are running. I

[gitorious] Re: Error on creating new Project in Gitorious

2010-11-03 Thread Jarrod Roberson
On Nov 3, 11:14 am, Jarrod Roberson jarrod.rober...@gmail.com wrote: I am trying to create a test repository in my newly working Gitorious server. Thanks for the help with the login problem. What could be causing this issue. I have checked permissions everything that should be git:git

[gitorious] Can't create Repository on my Gitorious install

2010-11-03 Thread Jarrod Roberson
I have fixed the login issues, and Project creation issues. Now when I try and create a repository it just hangs and goes into a refresh loop displaying the following on the screen. This repository is being created, it will be ready pretty soon… What should I look at to resolve this issue?

[gitorious] directories created in the repository all are owned by root:root

2010-11-03 Thread Jarrod Roberson
Gitorious blows up when I navigate to these repositories, if I go chown them to git:git then it works. This is the last hurdle I have to overcome to have Gitorious up and running smoothly I think. This is like peeling an onion, trying to get everything up and talking to each other. I can't wait

[gitorious] Re: Can't create Repository on my Gitorious install

2010-11-03 Thread Jarrod Roberson
On Nov 3, 12:13 pm, Jarrod Roberson jarrod.rober...@gmail.com wrote: I have fixed the login issues, and Project creation issues. Now when I try and create a repository it just hangs and goes into a refresh loop displaying the following on the screen. This repository is being created